wchliao / multi-task-image-classificationLinks
Multi-task learning for image classification implemented in PyTorch.
☆100Updated 7 years ago
Alternatives and similar repositories for multi-task-image-classification
Users that are interested in multi-task-image-classification are comparing it to the libraries listed below
Sorting:
- Unofficial PyTorch Implementation of Unsupervised Data Augmentation.☆148Updated 5 years ago
- MSc group project: Reproduction of 'Multi-Task Learning using Uncertainty to Weigh Losses for Scene Geometry and Semantics'; A. Kendall, …☆91Updated 6 years ago
- When Does Label Smoothing Help?_pytorch_implementationimp☆126Updated 5 years ago
- Official implementation of "Pseudo-Labeling and Confirmation Bias in Deep Semi-Supervised Learning"☆155Updated 5 years ago
- A collection of awesome things about mixed sample data augmentation☆132Updated 5 years ago
- [ECCV2020] Knowledge Distillation Meets Self-Supervision☆238Updated 2 years ago
- PyTorch implementation of Center Loss & Contrastive-Center Loss.☆64Updated 7 years ago
- CVPR'20: Combating Noisy Labels by Agreement: A Joint Training Method with Co-Regularization☆126Updated 2 years ago
- Code for ICCV2019 "Symmetric Cross Entropy for Robust Learning with Noisy Labels"☆171Updated 4 years ago
- DELTA: DEep Learning Transfer using Feature Map with Attention for Convolutional Networks https://arxiv.org/abs/1901.09229☆66Updated 4 years ago
- Using Teacher Assistants to Improve Knowledge Distillation: https://arxiv.org/pdf/1902.03393.pdf☆261Updated 6 years ago
- Implementing Billion-scale semi-supervised learning for image classification using Pytorch☆98Updated 6 years ago
- center loss for face recognition☆179Updated 5 years ago
- t-sne visualization of mnist images when feature is represented by raw pixels and cnn learned feature☆65Updated 7 years ago
- SpotTune: Transfer Learning through Adaptive Fine-tuning☆91Updated 6 years ago
- An unofficial implementation of 《Deep Mutual Learning》 by Pytorch to do classification on cifar100.☆168Updated 5 years ago
- PyTorch implementation of AutoAugment.☆161Updated 5 years ago
- Regularizing Class-wise Predictions via Self-knowledge Distillation (CVPR 2020)☆109Updated 5 years ago
- PyTorch implementation of Probabilistic End-to-end Noise Correction for Learning with Noisy Labels, CVPR 2019.☆140Updated 6 years ago
- paper "O2U-Net: A Simple Noisy Label Detection Approach for Deep Neural Networks" code☆78Updated 3 years ago
- Few-Shot Learning with Global Class Representations☆74Updated 3 years ago
- Meta-Learning based Noise-Tolerant Training☆123Updated 5 years ago
- Code for NeurIPS 2019 Paper, "L_DMI: An Information-theoretic Noise-robust Loss Function"☆119Updated 2 years ago
- A Baseline for Multi-Label Image Classification Using Ensemble Deep CNN☆87Updated 4 years ago
- A PyTorch implementation of Grad-CAM based on ICCV 2017 paper "Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Local…