SuperDisco: Super-Class Discovery Improves Visual Recognition for the Long-Tail

๐Ÿ“… 2023-03-31
๐Ÿ›๏ธ Computer Vision and Pattern Recognition
๐Ÿ“ˆ Citations: 13
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
In long-tailed visual recognition, models suffer significant performance degradation on tail classes primarily due to insufficient semantic abstraction capability for learning discriminative features. To address this, we propose a semantic-driven superclass graph modeling framework. Our approach introduces, for the first time, a meta-learningโ€“driven superclass discovery mechanism, guided by prototype-based graph supervision to construct semantic hierarchies, and employs dynamic graph message passing to recalibrate image representations. By unifying meta-learning, prototypical learning, and graph neural networks, our method achieves robust representation optimization at the semantic abstraction level. Extensive experiments on long-tailed CIFAR-100, ImageNet, Places, and iNaturalist demonstrate consistent superiority over state-of-the-art methods, with substantial improvements in tail-class accuracy and multiple metrics achieving new SOTA results.
๐Ÿ“ Abstract
Modern image classifiers perform well on populated classes, while degrading considerably on tail classes with only a few instances. Humans, by contrast, effortlessly handle the long-tailed recognition challenge, since they can learn the tail representation based on different levels of semantic abstraction, making the learned tail features more discriminative. This phenomenon motivated us to propose SuperDisco, an algorithm that discovers super-class representations for long-tailed recognition using a graph model. We learn to construct the super-class graph to guide the representation learning to deal with long-tailed distributions. Through message passing on the super-class graph, image representations are rectified and refined by attending to the most relevant entities based on the semantic similarity among their super-classes. Moreover, we propose to meta-learn the super-class graph under the supervision of a prototype graph constructed from a small amount of imbalanced data. By doing so, we obtain a more robust super-class graph that further improves the long-tailed recognition performance. The consistent state-of-the-art experiments on the long-tailed CIFAR-100, ImageNet, Places and iNaturalist demonstrate the benefit of the discovered super-class graph for dealing with long-tailed distributions.
Problem

Research questions and friction points this paper is trying to address.

Improves recognition for tail classes with few instances
Discovers super-class representations using a graph model
Meta-learns super-class graph for robust long-tailed recognition
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph model discovers super-class representations
Message passing refines image representations
Meta-learning enhances super-class graph robustness
๐Ÿ”Ž Similar Papers
No similar papers found.