LGAPCOMEJun 6, 2017

Meta-Learning for Resampling Recommendation Systems

arXiv:1706.02289v42 citations
Originality Incremental advance
AI Analysis

This addresses the resampling selection problem for machine learning practitioners dealing with imbalanced datasets, but it appears incremental as it builds on existing meta-learning concepts.

The paper tackles the problem of selecting optimal resampling methods for class imbalance in classification tasks by proposing a meta-learning approach to build resampling recommendation systems, which aims to improve classification quality without exhaustive search.

One possible approach to tackle the class imbalance in classification tasks is to resample a training dataset, i.e., to drop some of its elements or to synthesize new ones. There exist several widely-used resampling methods. Recent research showed that the choice of resampling method significantly affects the quality of classification, which raises resampling selection problem. Exhaustive search for optimal resampling is time-consuming and hence it is of limited use. In this paper, we describe an alternative approach to the resampling selection. We follow the meta-learning concept to build resampling recommendation systems, i.e., algorithms recommending resampling for datasets on the basis of their properties.

Code Implementations1 repo
Foundations

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

Your Notes