paper-with-me

Papers

Towards Macro-AUC oriented Imbalanced Multi-Label Continual Learning

2024-12-24 · Yan Zhang, Guoqiang Wu, Bingzheng Wang, Teng Pang, Haoliang Sun, Yilong Yin

In Continual Learning (CL), while existing work primarily focuses on the multi-class classification task, there has been limited research on Multi-Label Learning (MLL). In practice, MLL datasets are often class-imbalanced, making it inherently challenging, a problem that is even more acute in CL. Due to its sensitivity to imbalance, Macro-AUC is an appropriate and widely used measure in MLL. However, there is no research to optimize Macro-AUC in MLCL specifically. To fill this gap, in this paper, we propose a new memory replay-based method to tackle the imbalance issue for Macro-AUC-oriented MLCL. Specifically, inspired by recent theory work, we propose a new Reweighted Label-Distribution-Aware Margin (RLDAM) loss. Furthermore, to be compatible with the RLDAM loss, a new memory-updating strategy named Weight Retain Updating (WRU) is proposed to maintain the numbers of positive and negative instances of the original dataset in memory. Theoretically, we provide superior generalization analyses of the RLDAM-based algorithm in terms of Macro-AUC, separately in batch MLL and MLCL settings. This is the first work to offer theoretical generalization analyses in MLCL to our knowledge. Finally, a series of experimental results illustrate the effectiveness of our method over several baselines. Our codes are available at https://github.com/ML-Group-SDU/Macro-AUC-CL.

📄 PDF Abstract BibTeX arXiv:2412.18231

Code (1)

ml-group-sdu/macro-auc-cl 공식 구현 pytorch

Tasks

Continual LearningMulti-class ClassificationMulti-Label Learning

Similar Papers 제목 키워드 기반

Optimizing Class Distribution in Memory for Multi-Label Online Continual Learning

2022-09-23 · Yan-Shuo Liang, Wu-Jun Li

Online continual learning, especially when task identities and task boundaries are unavailable, is a challenging continual learning setting. One representative kind of methods for online continual learning is replay-base…

Continual Learning

Continual Few-shot Intent Detection

2022-10-01 · COLING 2022 10 · Guodun Li, Yuchen Zhai, Qianglong Chen, Xing Gao 외

Intent detection is at the core of task-oriented dialogue systems. Existing intent detection systems are typically trained with a large amount of data over a predefined set of intent classes. However, newly emerged inten…

Intent DetectionTask-Oriented Dialogue SystemsTransfer Learning

Micro Text Classification Based on Balanced Positive-Unlabeled Learning

2025-03-17 · Lin-Han Jia, Lan-Zhe Guo, Zhi Zhou, Si-Ye Han 외

In real-world text classification tasks, negative texts often contain a minimal proportion of negative content, which is especially problematic in areas like text quality control, legal risk screening, and sensitive info…

text-classificationText Classification

$φ$-DPO: Fairness Direct Preference Optimization Approach to Continual Learning in Large Multimodal Models

2026-02-26 · Thanh-Dat Truong, Huu-Thien Tran, Jackson Cothren, Bhiksha Raj 외 arxiv

Fairness in Continual Learning for Large Multimodal Models (LMMs) is an emerging yet underexplored challenge, particularly in the presence of imbalanced data distributions that can lead to biased model updates and subopt…

Continual Learning

Convolutional Neural Nets vs Vision Transformers: A SpaceNet Case Study with Balanced vs Imbalanced Regimes

2025-09-29 · Akshar Gothi arxiv

We present a controlled comparison of a convolutional neural network (EfficientNet-B0) and a Vision Transformer (ViT-Base) on SpaceNet under two label-distribution regimes: a naturally imbalanced five-class split and a b…