paper-with-me

홈 › Papers

Addressing Imbalanced Domain-Incremental Learning through Dual-Balance Collaborative Experts

2025-07-09 · Lan Li, Da-Wei Zhou, Han-Jia Ye, De-Chuan Zhan

Domain-Incremental Learning (DIL) focuses on continual learning in non-stationary environments, requiring models to adjust to evolving domains while preserving historical knowledge. DIL faces two critical challenges in the context of imbalanced data: intra-domain class imbalance and cross-domain class distribution shifts. These challenges significantly hinder model performance, as intra-domain imbalance leads to underfitting of few-shot classes, while cross-domain shifts require maintaining well-learned many-shot classes and transferring knowledge to improve few-shot class performance in old domains. To overcome these challenges, we introduce the Dual-Balance Collaborative Experts (DCE) framework. DCE employs a frequency-aware expert group, where each expert is guided by specialized loss functions to learn features for specific frequency groups, effectively addressing intra-domain class imbalance. Subsequently, a dynamic expert selector is learned by synthesizing pseudo-features through balanced Gaussian sampling from historical class statistics. This mechanism navigates the trade-off between preserving many-shot knowledge of previous domains and leveraging new data to improve few-shot class performance in earlier tasks. Extensive experimental results on four benchmark datasets demonstrate DCE's state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2507.07100

Code (1)

lain810/dce 공식 구현 pytorch

Tasks

Continual LearningIncremental Learning

Similar Papers 제목 키워드 기반

Imbalanced Deep Learning by Minority Class Incremental Rectification

2018-04-28 · Qi Dong, Shaogang Gong, Xiatian Zhu

Model learning from class imbalanced training data is a long-standing and significant challenge for machine learning. In particular, existing deep learning methods consider mostly either class balanced data or moderately…

AttributeDeep LearningFacial Attribute Classification

Data-Free Generative Replay for Class-Incremental Learning on Imbalanced Data

2024-06-07 · Sohaib Younis, Bernhard Seeger

Continual learning is a challenging problem in machine learning, especially for image classification tasks with imbalanced datasets. It becomes even more challenging when it involves learning new classes incrementally. O…

class-incremental learningClass Incremental LearningContinual Learningimage-classification+3

HyCal: A Training-Free Prototype Calibration Method for Cross-Discipline Few-Shot Class-Incremental Learning

2026-04-17 · Eunju Lee, MiHyeon Kim, JuneHyoung Kwon, Yoonji Lee 외 arxiv

Pretrained Vision-Language Models (VLMs) like CLIP show promise in continual learning, but existing Few-Shot Class-Incremental Learning (FSCIL) methods assume homogeneous domains and balanced data distributions, limiting…

Few-Shot Class-Incremental LearningContinual Learning

Addressing Imbalance for Class Incremental Learning in Medical Image Classification

2024-07-18 · Xuze Hao, Wenqian Ni, Xuhao Jiang, Weimin Tan 외

Deep convolutional neural networks have made significant breakthroughs in medical image classification, under the assumption that training samples from all classes are simultaneously available. However, in real-world med…

class-incremental learningClass Incremental Learningimage-classificationImage Classification+2

Active Class Incremental Learning for Imbalanced Datasets

2020-08-25 · Eden Belouadah, Adrian Popescu, Umang Aggarwal, Léo Saci

Incremental Learning (IL) allows AI systems to adapt to streamed data. Most existing algorithms make two strong hypotheses which reduce the realism of the incremental scenario: (1) new data are assumed to be readily anno…

class-incremental learningClass Incremental LearningIncremental LearningKnowledge Distillation