paper-with-me

Papers

NCL++: Nested Collaborative Learning for Long-Tailed Visual Recognition

2023-06-29 · Zichang Tan, Jun Li, Jinhao Du, Jun Wan, Zhen Lei, Guodong Guo

Long-tailed visual recognition has received increasing attention in recent years. Due to the extremely imbalanced data distribution in long-tailed learning, the learning process shows great uncertainties. For example, the predictions of different experts on the same image vary remarkably despite the same training settings. To alleviate the uncertainty, we propose a Nested Collaborative Learning (NCL++) which tackles the long-tailed learning problem by a collaborative learning. To be specific, the collaborative learning consists of two folds, namely inter-expert collaborative learning (InterCL) and intra-expert collaborative learning (IntraCL). In-terCL learns multiple experts collaboratively and concurrently, aiming to transfer the knowledge among different experts. IntraCL is similar to InterCL, but it aims to conduct the collaborative learning on multiple augmented copies of the same image within the single expert. To achieve the collaborative learning in long-tailed learning, the balanced online distillation is proposed to force the consistent predictions among different experts and augmented copies, which reduces the learning uncertainties. Moreover, in order to improve the meticulous distinguishing ability on the confusing categories, we further propose a Hard Category Mining (HCM), which selects the negative categories with high predicted scores as the hard categories. Then, the collaborative learning is formulated in a nested way, in which the learning is conducted on not just all categories from a full perspective but some hard categories from a partial perspective. Extensive experiments manifest the superiority of our method with outperforming the state-of-the-art whether with using a single model or an ensemble. The code will be publicly released.

📄 PDF Abstract BibTeX arXiv:2306.16709

Code (1)

bazinga699/ncl 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Nested Collaborative Learning for Long-Tailed Visual Recognition

2022-03-29 · CVPR 2022 1 · Jun Li, Zichang Tan, Jun Wan, Zhen Lei 외

The networks trained on the long-tailed dataset vary remarkably, despite the same training settings, which shows the great uncertainty in long-tailed learning. To alleviate the uncertainty, we propose a Nested Collaborat…

Image ClassificationLong-tail Learning

Long-Tailed Multi-Label Visual Recognition by Collaborative Training on Uniform and Re-Balanced Samplings

2021-06-19 · CVPR 2021 1 · Hao Guo, Song Wang

Long-tailed data distribution is common in many multi-label visual recognition tasks and the direct use of these data for training usually leads to relatively low performance on tail classes. While re-balanced data s…

Long-tail Learning

Federated Nested Learning: Collaborative Training of Self-Referential Memories for Test-Time Adaptation

2026-05-08 · Hong Chen, Pengcheng Wu, Yuanguo Lin, Peilin Zhao 외 arxiv

We rethink Federated Learning (FL) from a nested learning perspective, framing the core challenge as how to collaboratively learn optimization rules, not just static models, to tackle Non-IID client data. To address this…

Test-time AdaptationFederated Learning

Deep Long-Tailed Learning: A Survey

2021-10-09 · Yifan Zhang, Bingyi Kang, Bryan Hooi, Shuicheng Yan 외

Deep long-tailed learning, one of the most challenging problems in visual recognition, aims to train well-performing deep models from a large number of images that follow a long-tailed class distribution. In the last dec…

Survey

Balanced Meta-Softmax for Long-Tailed Visual Recognition

2020-07-21 · NeurIPS 2020 12 · Jiawei Ren, Cunjun Yu, Shunan Sheng, Xiao Ma 외

Deep classifiers have achieved great success in visual recognition. However, real-world data is long-tailed by nature, leading to the mismatch between training and testing distributions. In this paper, we show that the S…

General ClassificationInstance SegmentationLong-tail LearningSemantic Segmentation