SAU: A Dual-Branch Network to Enhance Long-Tailed Recognition via Generative Models
Guangxi Li, Yinsheng Song, Mingkai Zheng

TL;DR
This paper introduces a dual-branch network, SAU, that leverages synthetic data generated by large models to improve long-tailed image recognition, achieving state-of-the-art results on benchmark datasets.
Contribution
The paper proposes a novel dual-branch model that effectively combines real and synthetic data to address class imbalance in long-tailed recognition tasks.
Findings
Achieves state-of-the-art Top-1 accuracy on CIFAR-10-LT and CIFAR-100-LT.
Significantly outperforms existing methods across various imbalance factors.
Demonstrates robustness by distinguishing between real and synthetic data.
Abstract
Long-tailed distributions in image recognition pose a considerable challenge due to the severe imbalance between a few dominant classes with numerous examples and many minority classes with few samples. Recently, the use of large generative models to create synthetic data for image classification has been realized, but utilizing synthetic data to address the challenge of long-tailed recognition remains relatively unexplored. In this work, we proposed the use of synthetic data as a complement to long-tailed datasets to eliminate the impact of data imbalance. To tackle this real-synthetic mixed dataset, we designed a two-branch model that contains Synthetic-Aware and Unaware branches (SAU). The core ideas are (1) a synthetic-unaware branch for classification that mixes real and synthetic data and treats all data equally without distinguishing between them. (2) A synthetic-aware branch for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
