diff --git a/README.md b/README.md index 3030bdd..3ffc6c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# Imbalanced Learning for Recognition +This repository contains the code of our papers on the topic of imbalanced learning for recognition. +* The code for our paper "Region Rebalance for Long-Tailed Semantic Segmentation" ([paper](https://arxiv.org/pdf/2204.01969.pdf)) will be released soon; +* The code for our paper "Residual Learning for Long-tailed recogntion" ([paper](https://arxiv.org/pdf/2101.10633.pdf) and [code](https://github.com/jiequancui/ResLT)); +* The code for our paper "Parametric Contrastive Learning" ([paper](https://arxiv.org/pdf/2107.12028.pdf) and [code](https://github.com/dvlab-research/Parametric-Contrastive-Learning)); + + + + # Parametric-Contrastive-Learning This repository contains the implementation code for ICCV2021 paper: **Parametric Contrastive Learning** (https://arxiv.org/abs/2107.12028)