LGMLMay 2, 2019

Synthetic Oversampling of Multi-Label Data based on Local Label Distribution

arXiv:1905.00609v229 citations
Originality Incremental advance
AI Analysis

This addresses performance degradation in multi-label learning due to rare subconcepts and class overlaps, offering an incremental improvement over existing global imbalance methods.

The paper tackles class imbalance in multi-label data by proposing a synthetic oversampling method that focuses on local label distribution to generate diverse and well-labeled instances, showing effectiveness across 13 datasets with improvements in various evaluation measures, especially for ensemble classifiers.

Class-imbalance is an inherent characteristic of multi-label data which affects the prediction accuracy of most multi-label learning methods. One efficient strategy to deal with this problem is to employ resampling techniques before training the classifier. Existing multilabel sampling methods alleviate the (global) imbalance of multi-label datasets. However, performance degradation is mainly due to rare subconcepts and overlapping of classes that could be analysed by looking at the local characteristics of the minority examples, rather than the imbalance of the whole dataset. We propose a new method for synthetic oversampling of multi-label data that focuses on local label distribution to generate more diverse and better labeled instances. Experimental results on 13 multi-label datasets demonstrate the effectiveness of the proposed approach in a variety of evaluation measures, particularly in the case of an ensemble of classifiers trained on repeated samples of the original data.

Code Implementations2 repos
Foundations

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

Your Notes