SimonVandenhende / Multi-Task-Learning-PyTorchLinks
PyTorch implementation of multi-task learning architectures, incl. MTI-Net (ECCV2020).
☆812Updated 3 years ago
Alternatives and similar repositories for Multi-Task-Learning-PyTorch
Users that are interested in Multi-Task-Learning-PyTorch are comparing it to the libraries listed below
Sorting:
- A list of multi-task learning papers and projects.☆371Updated 3 years ago
- The implementation of "End-to-End Multi-Task Learning with Attention" [CVPR 2019].☆704Updated 3 years ago
- Multi-task learning using uncertainty to weigh losses for scene geometry and semantics, Auxiliary Tasks in Multi-task Learning☆619Updated 4 years ago
- Unofficial implementation of: Multi-task learning using uncertainty to weigh losses for scene geometry and semantics☆554Updated 3 years ago
- 2024 up-to-date list of DATASETS, CODEBASES and PAPERS on Multi-Task Learning (MTL), from Machine Learning perspective.☆750Updated 5 months ago
- This repository contains code for the paper "Decoupling Representation and Classifier for Long-Tailed Recognition", published at ICLR 202…☆970Updated 3 years ago
- Pytorch implementation of the paper "Class-Balanced Loss Based on Effective Number of Samples"☆798Updated last year
- A multi-task learning example for the paper https://arxiv.org/abs/1705.07115☆859Updated 4 years ago
- Source code for Neural Information Processing Systems (NeurIPS) 2018 paper "Multi-Task Learning as Multi-Objective Optimization"☆1,034Updated 9 months ago
- Pytorch implementation of the GradNorm. GradNorm addresses the problem of balancing multiple losses for multi-task learning by learning a…☆269Updated 2 years ago
- Awesome Multitask Learning Resources☆665Updated 4 years ago
- The official PyTorch implementation of paper BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition☆669Updated 2 years ago
- [NeurIPS 2020] Semi-Supervision (Unlabeled Data) & Self-Supervision Improve Class-Imbalanced / Long-Tailed Learning☆752Updated 4 years ago
- An up-to-date list of works on Multi-Task Learning☆343Updated 6 months ago
- A PyTorch Library for Multi-Task Learning☆2,318Updated 2 weeks ago
- A curated list of long-tailed recognition resources.☆584Updated last year
- [NeurIPS 2019] Learning Imbalanced Datasets with Label-Distribution-Aware Margin Loss☆672Updated 3 years ago
- A PyTorch Implementation of Focal Loss.☆981Updated 5 years ago
- label-smooth, amsoftmax, partial-fc, focal-loss, triplet-loss, lovasz-softmax. Maybe useful☆2,241Updated 7 months ago
- ☆146Updated 3 years ago
- Pytorch reimplementation for "Gradient Surgery for Multi-Task Learning"☆344Updated 3 years ago
- [ICML 2021, Long Talk] Delving into Deep Imbalanced Regression☆873Updated 3 years ago
- This is an official implementation for "Self-Supervised Learning with Swin Transformers".☆656Updated 4 years ago
- Gradually-Warmup Learning Rate Scheduler for PyTorch☆988Updated 7 months ago
- Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019☆611Updated 3 years ago
- PyTorch implementation of Contrastive Learning methods☆1,984Updated last year
- mixup: Beyond Empirical Risk Minimization