ybendou/ProKeR
[CVPR 2025] This repository is the official implementation of "ProKeR: A Kernel Perspective on Few-Shot Adaptation of Large Vision-Language Models"
This project helps machine learning researchers efficiently adapt large vision-language models for new image classification tasks, even with very little new data. You provide a pre-trained vision-language model (like CLIP) and a small set of labeled images for your specific task, and it outputs a model that can accurately classify new images for that task. This is ideal for researchers or practitioners working on specialized image recognition problems.
No commits in the last 6 months.
Use this if you need to quickly and effectively customize a powerful existing image-text understanding model to perform a new image classification task using only a handful of examples.
Not ideal if you're looking for a general-purpose image labeling tool or if you have a large dataset for training a new model from scratch.
Stars
21
Forks
1
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ybendou/ProKeR"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
oscarknagg/few-shot
Repository for few-shot learning machine learning projects
jakesnell/prototypical-networks
Code for the NeurIPS 2017 Paper "Prototypical Networks for Few-shot Learning"
harveyslash/Facial-Similarity-with-Siamese-Networks-in-Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
google-research/meta-dataset
A dataset of datasets for learning to learn from few examples
akshaysharma096/Siamese-Networks
Few Shot Learning by Siamese Networks, using Keras.