LGCVOct 25, 2022

Multi-Domain Long-Tailed Learning by Augmenting Disentangled Representations

arXiv:2210.14358v34 citationsh-index: 93Has Code
Originality Incremental advance
AI Analysis

This addresses a practical issue in real-world classification for scenarios with multiple imbalanced domains, representing an incremental improvement over existing single-domain methods.

The paper tackles the multi-domain long-tailed learning problem, where multiple domains have distinct class imbalances, and introduces TALLY, a method that mixes semantic and domain-associated representations for data augmentation, achieving consistent outperformance over state-of-the-art methods in benchmarks and real-world datasets.

There is an inescapable long-tailed class-imbalance issue in many real-world classification problems. Current methods for addressing this problem only consider scenarios where all examples come from the same distribution. However, in many cases, there are multiple domains with distinct class imbalance. We study this multi-domain long-tailed learning problem and aim to produce a model that generalizes well across all classes and domains. Towards that goal, we introduce TALLY, a method that addresses this multi-domain long-tailed learning problem. Built upon a proposed selective balanced sampling strategy, TALLY achieves this by mixing the semantic representation of one example with the domain-associated nuisances of another, producing a new representation for use as data augmentation. To improve the disentanglement of semantic representations, TALLY further utilizes a domain-invariant class prototype that averages out domain-specific effects. We evaluate TALLY on several benchmarks and real-world datasets and find that it consistently outperforms other state-of-the-art methods in both subpopulation and domain shift. Our code and data have been released at https://github.com/huaxiuyao/TALLY.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes