LGJan 29

Negatives-Dominant Contrastive Learning for Generalization in Imbalanced Domains

arXiv:2601.21999v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses a practical but underexplored problem in machine learning for applications with imbalanced data across domains, though it appears incremental as it builds on existing contrastive learning approaches.

The paper tackles the problem of Imbalanced Domain Generalization (IDG), which involves handling both domain and label shifts under heterogeneous long-tailed distributions, by proposing a Negative-Dominant Contrastive Learning (NDCL) method that enhances discriminability and enforces posterior consistency across domains, with experiments on benchmarks validating its effectiveness.

Imbalanced Domain Generalization (IDG) focuses on mitigating both domain and label shifts, both of which fundamentally shape the model's decision boundaries, particularly under heterogeneous long-tailed distributions across domains. Despite its practical significance, it remains underexplored, primarily due to the technical complexity of handling their entanglement and the paucity of theoretical foundations. In this paper, we begin by theoretically establishing the generalization bound for IDG, highlighting the role of posterior discrepancy and decision margin. This bound motivates us to focus on directly steering decision boundaries, marking a clear departure from existing methods. Subsequently, we technically propose a novel Negative-Dominant Contrastive Learning (NDCL) for IDG to enhance discriminability while enforce posterior consistency across domains. Specifically, inter-class decision-boundary separation is enhanced by placing greater emphasis on negatives as the primary signal in our contrastive learning, naturally amplifying gradient signals for minority classes to avoid the decision boundary being biased toward majority classes. Meanwhile, intra-class compactness is encouraged through a re-weighted cross-entropy strategy, and posterior consistency across domains is enforced through a prediction-central alignment strategy. Finally, rigorous yet challenging experiments on benchmarks validate the effectiveness of our NDCL. The code is available at https://github.com/Alrash/NDCL.

Foundations

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

Your Notes