kilohotel8's Stars
google-research/vision_transformer
higgsfield/RL-Adventure-2
PyTorch0.4 implementation of: actor critic / proximal policy optimization / acer / ddpg / twin dueling ddpg / soft actor critic / generative adversarial imitation learning / hindsight experience replay
higgsfield/RL-Adventure
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
google-research/meta-dataset
A dataset of datasets for learning to learn from few examples
yaoyao-liu/meta-transfer-learning
TensorFlow and PyTorch implementation of "Meta-Transfer Learning for Few-Shot Learning" (CVPR2019)
kjunelee/MetaOptNet
Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)
rgeirhos/Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
Sha-Lab/FEAT
The code repository for "Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions"
vy007vikas/PyTorch-ActorCriticRL
PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.
hendrycks/imagenet-r
ImageNet-R(endition) and DeepAugment (ICCV 2021)
blue-blue272/fewshot-CAN
Code of Cross Attention Network for Few-shot Classification (NeurIPS 2019).
cambridge-mlg/cnaps
Code for: "Fast and Flexible Multi-Task Classification Using Conditional Neural Adaptive Processes" and "TaskNorm: Rethinking Batch Normalization for Meta-Learning"
Clarifai/few-shot-ctm
Few shot learning
VICO-UoE/URL
Universal Representation Learning from Multiple Domains for Few-shot Classification - ICCV 2021, Cross-domain Few-shot Learning with Task-specific Adapters - CVPR 2022
peymanbateni/simple-cnaps
Source codes for "Improved Few-Shot Visual Classification" (CVPR 2020), "Enhancing Few-Shot Image Classification with Unlabelled Examples" (WACV 2022), and "Beyond Simple Meta-Learning: Multi-Purpose Models for Multi-Domain, Active and Continual Few-Shot Learning" (SSRN Electronic Journal)
LiYingwei/ShapeTextureDebiasedTraining
Code and models for the paper Shape-Texture Debiased Neural Network Training (ICLR 2021)
ServiceNow/TADAM
The implementation of https://papers.nips.cc/paper/7352-tadam-task-dependent-adaptive-metric-for-improved-few-shot-learning . TADAM is a ServiceNow Research project that was started at Element AI.
microsoft/ORBIT-Dataset
The ORBIT dataset is a collection of videos of objects in clean and cluttered scenes recorded by people who are blind/low-vision on a mobile phone. The dataset is presented with a teachable object recognition benchmark task which aims to drive few-shot learning on challenging real-world data.
chrysts/dsn_fewshot
clovaai/embedding-expansion
Official MXNet implementation of "Embedding Expansion: Augmentation in Embedding Space for Deep Metric Learning" (CVPR 2020)
corwinliu9669/Learning-a-Few-shot-Embedding-Model-with-Contrastive-Learning
This repo contains codes for Learning a Few-shot Embedding Model with Contrastive Learning(AAAI2021)
mboudiaf/pytorch-meta-dataset
A non-official 100% PyTorch implementation of META-DATASET benchmark for few-shot classification
adavoudi/spdnet
Implementation of Deep SPDNet in pytorch
dvornikita/SUR
Code for the paper "Selecting Relevant Features from a Universal Representation for Few-shot Classification"
WonderSeven/ULDA
The official implement of paper "Unsupervised Few-Shot Learning via Distribution Shift-based Augmentation"
skrish13/CrossTransformers-PyTorch
PyTorch code for the paper "CrossTransformers: spatially-aware few-shot transfer"
abarbu/objectnet-template-pytorch
baseline mode for the ObjectNet competition
ksoh97/BIN
Tensorflow implementation of "Born Identity Network: Multi-way Counterfactual Map Generation to Explain a Classifier's Decision"
abarbu/objectnet-template-tensorflow
ksoh97/ksoh97