All Projects → shiming-chen → FREE

shiming-chen / FREE

Licence: MIT license
Codes for the ICCV'21 paper "FREE: Feature Refinement for Generalized Zero-Shot Learning"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FREE

ZS SDL
Official Pytorch Implementation of: "Semantic Diversity Learning for Zero-Shot Multi-label Classification"(ICCV, 2021) paper
Stars: ✭ 22 (-21.43%)
Mutual labels:  zero-shot-learning
Zero-Shot-TTS
Unofficial Implementation of Zero-Shot Text-to-Speech for Text-Based Insertion in Audio Narration
Stars: ✭ 33 (+17.86%)
Mutual labels:  zero-shot-learning
synse-zsl
Official PyTorch code for the ICIP 2021 paper 'Syntactically Guided Generative Embeddings For Zero Shot Skeleton Action Recognition'
Stars: ✭ 14 (-50%)
Mutual labels:  zero-shot-learning
Awesome Domain Adaptation
A collection of AWESOME things about domian adaptation
Stars: ✭ 3,357 (+11889.29%)
Mutual labels:  zero-shot-learning
few shot dialogue generation
Dialogue Knowledge Transfer Networks (DiKTNet)
Stars: ✭ 24 (-14.29%)
Mutual labels:  zero-shot-learning
gzsl-od
Out-of-Distribution Detection for Generalized Zero-Shot Action Recognition
Stars: ✭ 47 (+67.86%)
Mutual labels:  zero-shot-learning
domain-adaptation-capls
Unsupervised Domain Adaptation via Structured Prediction Based Selective Pseudo-Labeling
Stars: ✭ 43 (+53.57%)
Mutual labels:  zero-shot-learning
deep-eos
General-Purpose Neural Networks for Sentence Boundary Detection
Stars: ✭ 66 (+135.71%)
Mutual labels:  zero-shot-learning
Zero-Shot-Learning
A python ZSL system which makes it easy to run Zero-Shot Learning on new datasets, by giving it features and attributes. Used for the paper "Zero-Shot Learning Based Approach For Medieval Word Recognition Using Deep-Learned Features", published in ICFHR2018.
Stars: ✭ 21 (-25%)
Mutual labels:  zero-shot-learning
Zero-Shot-Learning
零样本学习
Stars: ✭ 20 (-28.57%)
Mutual labels:  zero-shot-learning
class-norm
Class Normalization for Continual Zero-Shot Learning
Stars: ✭ 34 (+21.43%)
Mutual labels:  zero-shot-learning
CE-GZSL
Codes for the CVPR 2021 paper: Contrastive Embedding for Generalized Zero-Shot Learning
Stars: ✭ 73 (+160.71%)
Mutual labels:  zero-shot-learning
zero shot learning
A Visual-semantic embedding model using word2vec and CNNs
Stars: ✭ 13 (-53.57%)
Mutual labels:  zero-shot-learning
adapt
Awesome Domain Adaptation Python Toolbox
Stars: ✭ 46 (+64.29%)
Mutual labels:  zero-shot-learning
Feature-Generating-Networks
Zero Shot Learning with Feature Generating Networks
Stars: ✭ 31 (+10.71%)
Mutual labels:  zero-shot-learning
hierse
Zero-shot image tagging by hierarchical semantic embedding
Stars: ✭ 77 (+175%)
Mutual labels:  zero-shot-learning
tfvaegan
[ECCV 2020] Official Pytorch implementation for "Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification". SOTA results for ZSL and GZSL
Stars: ✭ 107 (+282.14%)
Mutual labels:  zero-shot-learning
Awesome-Weak-Shot-Learning
A curated list of papers, code and resources pertaining to weak-shot classification, detection, and segmentation.
Stars: ✭ 142 (+407.14%)
Mutual labels:  zero-shot-learning
Zero-shot-Fact-Verification
Codes for ACL-IJCNLP 2021 Paper "Zero-shot Fact Verification by Claim Generation"
Stars: ✭ 39 (+39.29%)
Mutual labels:  zero-shot-learning
Natural-language-understanding-papers
NLU: domain-intent-slot; text2SQL
Stars: ✭ 77 (+175%)
Mutual labels:  zero-shot-learning

FREE

This repository contains the reference code for the paper "FREE: Feature Refinement for Generalized Zero-Shot Learning" accepted to ICCV 2021. [arXiv][Paper]

1. Preparing Dataset and Model

Datasets can be download from Xian et al. (CVPR2017) and take them into dir data.

Requirements

The code implementation of FREE mainly based on PyTorch. All of our experiments run in Python 3.8.8.

2. Runing

Before running commands, you can set the hyperparameters in config.py. Please run the following commands and testing FREE on different datasets:

$ python ./image-scripts/run-cub.py       #CUB
$ python ./image-scripts/run-sun.py       #SUN
$ python ./image-scripts/run-flo.py       #FLO
$ python ./image-scripts/run-awa1.py      #AWA1
$ python ./image-scripts/run-awa2.py      #AWA2

Note: All of above results are run on a server with one GPU (Nvidia 1080Ti).

3. Citation

If this work is helpful for you, please cite our paper.

@InProceedings{Chen_2021_ICCV,
    author    = {Chen, Shiming and Wang, Wenjie and Xia, Beihao and Peng, Qinmu and You, Xinge and Zheng, Feng and Shao, Ling},
    title     = {FREE: Feature Refinement for Generalized Zero-Shot Learning},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    year      = {2021},
    pages     = {122-131}
}

4. Ackowledgement

We thank the following repos providing helpful components in our work.

  1. TF-VAEGAN
  2. cycle-CLSWGAN
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].