All Projects → PRIS-CV → Fine-Grained-or-Not

PRIS-CV / Fine-Grained-or-Not

Licence: MIT License
Code release for Your “Flamingo” is My “Bird”: Fine-Grained, or Not (CVPR 2021 Oral)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fine-Grained-or-Not

ProtoTree
ProtoTrees: Neural Prototype Trees for Interpretable Fine-grained Image Recognition, published at CVPR2021
Stars: ✭ 47 (+46.88%)
Mutual labels:  fine-grained-classification, fine-grained-visual-categorization
AP-CNN Pytorch-master
Weakly Supervised Attention Pyramid Convolutional Neural Network for Fine-Grained Visual Classification (TIP2021)
Stars: ✭ 36 (+12.5%)
Mutual labels:  fine-grained, fine-grained-visual-categorization
PFNet-FGVC
PFNet: A Novel Part Fusion Network for Fine-grained Visual Categorization
Stars: ✭ 26 (-18.75%)
Mutual labels:  fine-grained-visual-categorization
ePillID-benchmark
ePillID Dataset: A Low-Shot Fine-Grained Benchmark for Pill Identification (CVPR 2020 VL3)
Stars: ✭ 54 (+68.75%)
Mutual labels:  fine-grained-visual-categorization
agegenderLMTCNN
Jia-Hong Lee, Yi-Ming Chan, Ting-Yen Chen, and Chu-Song Chen, "Joint Estimation of Age and Gender from Unconstrained Face Images using Lightweight Multi-task CNN for Mobile Applications," IEEE International Conference on Multimedia Information Processing and Retrieval, MIPR 2018
Stars: ✭ 39 (+21.88%)
Mutual labels:  multi-task-learning
Pytorch-PCGrad
Pytorch reimplementation for "Gradient Surgery for Multi-Task Learning"
Stars: ✭ 179 (+459.38%)
Mutual labels:  multi-task-learning
Mask-YOLO
Inspired from Mask R-CNN to build a multi-task learning, two-branch architecture: one branch based on YOLOv2 for object detection, the other branch for instance segmentation. Simply tested on Rice and Shapes. MobileNet supported.
Stars: ✭ 100 (+212.5%)
Mutual labels:  multi-task-learning
EasyRec
A framework for large scale recommendation algorithms.
Stars: ✭ 599 (+1771.88%)
Mutual labels:  multi-task-learning
DeepSegmentor
A Pytorch implementation of DeepCrack and RoadNet projects.
Stars: ✭ 152 (+375%)
Mutual labels:  multi-task-learning
multi-task-learning
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
Stars: ✭ 154 (+381.25%)
Mutual labels:  multi-task-learning
temporal-depth-segmentation
Source code (train/test) accompanying the paper entitled "Veritatem Dies Aperit - Temporally Consistent Depth Prediction Enabled by a Multi-Task Geometric and Semantic Scene Understanding Approach" in CVPR 2019 (https://arxiv.org/abs/1903.10764).
Stars: ✭ 20 (-37.5%)
Mutual labels:  multi-task-learning
MTL-AQA
What and How Well You Performed? A Multitask Learning Approach to Action Quality Assessment [CVPR 2019]
Stars: ✭ 38 (+18.75%)
Mutual labels:  fine-grained-classification
CLUEmotionAnalysis2020
CLUE Emotion Analysis Dataset 细粒度情感分析数据集
Stars: ✭ 3 (-90.62%)
Mutual labels:  fine-grained
cups-rl
Customisable Unified Physical Simulations (CUPS) for Reinforcement Learning. Experiments run on the ai2thor environment (http://ai2thor.allenai.org/) e.g. using A3C, RainbowDQN and A3C_GA (Gated Attention multi-modal fusion) for Task-Oriented Language Grounding (tasks specified by natural language instructions) e.g. "Pick up the Cup or else"
Stars: ✭ 38 (+18.75%)
Mutual labels:  multi-task-learning
torchMTL
A lightweight module for Multi-Task Learning in pytorch.
Stars: ✭ 84 (+162.5%)
Mutual labels:  multi-task-learning
FOCAL-ICLR
Code for FOCAL Paper Published at ICLR 2021
Stars: ✭ 35 (+9.38%)
Mutual labels:  multi-task-learning
PCC-Net
PCC Net: Perspective Crowd Counting via Spatial Convolutional Network
Stars: ✭ 63 (+96.88%)
Mutual labels:  multi-task-learning
mtlearn
Multi-Task Learning package built with tensorflow 2 (Multi-Gate Mixture of Experts, Cross-Stitch, Ucertainty Weighting)
Stars: ✭ 45 (+40.63%)
Mutual labels:  multi-task-learning
MNIST-multitask
6️⃣6️⃣6️⃣ Reproduce ICLR '18 under-reviewed paper "MULTI-TASK LEARNING ON MNIST IMAGE DATASETS"
Stars: ✭ 34 (+6.25%)
Mutual labels:  multi-task-learning
PartNet
The source code for the TMM paper: Part-Aware Fine-grained Object Categorization using Weakly Supervised Part Detection Network
Stars: ✭ 17 (-46.87%)
Mutual labels:  fine-grained-visual-categorization

Fine-Grained-or-Not

Code release for Your “Flamingo” is My “Bird”: Fine-Grained, or Not (CVPR 2021 Oral) DOI

Changelog

  • 2021/03/05 upload the code.

Requirements

  • python 3.6
  • PyTorch 1.2.0
  • torchvision

Data

  • Download datasets
  • Extract them to data/cars/, data/birds/ and data/airs/, respectively.
  • Split the dataset into train and test folder, the index of each class should follow the Birds.xls, Air.xls, and Cars.xls
  • e.g., CUB-200-2011 dataset
  -/birds/train
	         └─── 001.Black_footed_Albatross
	                   └─── Black_Footed_Albatross_0001_796111.jpg
	                   └─── ...
	         └─── 002.Laysan_Albatross
	         └─── 003.Sooty_Albatross
	         └─── ...
   -/birds/test	
             └─── ...         

Training

  • python Birds_ours_resnet.py or python Air_ours_resnet.py or python Cars_ours_resnet.py

Citation

If you find this paper useful in your research, please consider citing:

@InProceedings{Chang2021Labrador,
  title={Your “Flamingo” is My “Bird”: Fine-Grained, or Not},
  author={Chang, Dongliang and Pang, Kaiyue and Zheng, Yixiao and Ma, Zhanyu and Song, Yi-Zhe and Guo, Jun},
  booktitle = {Computer Vision and Pattern Recognition},
  year={2021}
}

Contact

Thanks for your attention! If you have any suggestion or question, you can leave a message here or contact us directly:

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].