paper-with-me

홈 › Papers

Addressing Imbalance in Multi-Label Data via Label-Specific Distance-based Oversampling

2026-06-04 · Bin Liu, Jun Wu, Haoyu Peng, Ao Zhou, Jin Wang, QiaoSong Chen, Grigorios Tsoumakas arxiv

The complex imbalanced label distribution poses a crucial challenge to multi-label classification, as most classifiers are biased towards the majority class and high-frequent labels. Oversampling is an efficient and flexible solution that augments instances to provide a more balanced training dataset for multi-label classifiers. Most existing oversampling methods create synthetic instances in a heuristic way that essentially relies on neighborhood information retrieved using Euclidean distance within the entire feature space. However, they fail to consider the varying semantic relevance of features to different labels, leading to label inconsistency among proximate neighbors and further introducing label confusion and overfitting to synthetic instances. To overcome the above issue, we propose a novel sampling approach called Label-Specific Distance-based Multi-Label Oversampling (LSDMLO) that creates more useful and well-labeled synthetic instances to address the imbalance in multi-label datasets. LSDMLO derives the label-specific distance to identify label-consistent neighbors based on the weighted pertinent feature space, which facilitates selecting seed instances that express more label correlations in boundary areas and generating synthetic instances aligned with the label distribution of original data. The comprehensive experiments verify that the proposed LSDMLO outperforms the state-of-the-art multi-label sampling approaches under various base classifiers.

📄 PDF Abstract BibTeX arXiv:2606.05927

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label Classification

Similar Papers 제목 키워드 기반

PLM: Partial Label Masking for Imbalanced Multi-label Classification

2021-05-22 · Kevin Duarte, Yogesh S. Rawat, Mubarak Shah

Neural networks trained on real-world datasets with long-tailed label distributions are biased towards frequent classes and perform poorly on infrequent classes. The imbalance in the ratio of positive and negative sample…

Classificationimage-classificationImage ClassificationMulti-Label Classification+1

FedNoRo: Towards Noise-Robust Federated Learning by Addressing Class Imbalance and Label Noise Heterogeneity

2023-05-09 · Nannan Wu, Li Yu, Xuefeng Jiang, Kwang-Ting Cheng 외

Federated noisy label learning (FNLL) is emerging as a promising tool for privacy-preserving multi-source decentralized learning. Existing research, relying on the assumption of class-balanced global data, might be incap…

Federated LearningKnowledge DistillationPrivacy Preserving

Towards Improved Imbalance Robustness in Continual Multi-Label Learning with Dual Output Spiking Architecture (DOSA)

2024-02-07 · Sourav Mishra, Shirin Dora, Suresh Sundaram

Algorithms designed for addressing typical supervised classification problems can only learn from a fixed set of samples and labels, making them unsuitable for the real world, where data arrives as a stream of samples of…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Balancing Methods for Multi-label Text Classification with Long-Tailed Class Distribution

2021-09-10 · EMNLP 2021 11 · Yi Huang, Buse Giledereli, Abdullatif Köksal, Arzucan Özgür 외

Multi-label text classification is a challenging task because it requires capturing label dependencies. It becomes even more challenging when class distribution is long-tailed. Resampling and re-weighting are common appr…

Document ClassificationMulti-Label Text ClassificationText Classification

Towards Better Performance in Incomplete LDL: Addressing Data Imbalance

2024-10-17 · Zhiqiang Kou, Haoyuan Xuan, Jing Wang, Yuheng Jia 외

Label Distribution Learning (LDL) is a novel machine learning paradigm that addresses the problem of label ambiguity and has found widespread applications. Obtaining complete label distributions in real-world scenarios i…