LGSep 24, 2025

Oversampling and Downsampling with Core-Boundary Awareness: A Data Quality-Driven Approach

arXiv:2509.19856v1h-index: 6Has Code
Originality Incremental advance
AI Analysis

This addresses data inefficiency in machine learning, particularly for imbalanced tasks and computationally expensive domains like LLM training, though it is incremental as it builds on existing sampling methods.

The paper tackles the problem of unbalanced classification by differentiating between critical boundary instances and redundant core samples, resulting in up to 10% F1 score improvement and 90% dataset compression while preserving accuracy.

The effectiveness of machine learning models, particularly in unbalanced classification tasks, is often hindered by the failure to differentiate between critical instances near the decision boundary and redundant samples concentrated in the core of the data distribution. In this paper, we propose a method to systematically identify and differentiate between these two types of data. Through extensive experiments on multiple benchmark datasets, we show that the boundary data oversampling method improves the F1 score by up to 10\% on 96\% of the datasets, whereas our core-aware reduction method compresses datasets up to 90\% while preserving their accuracy, making it 10 times more powerful than the original dataset. Beyond imbalanced classification, our method has broader implications for efficient model training, particularly in computationally expensive domains such as Large Language Model (LLM) training. By prioritizing high-quality, decision-relevant data, our approach can be extended to text, multimodal, and self-supervised learning scenarios, offering a pathway to faster convergence, improved generalization, and significant computational savings. This work paves the way for future research in data-efficient learning, where intelligent sampling replaces brute-force expansion, driving the next generation of AI advancements. Our code is available as a Python package at https://pypi.org/project/adaptive-resampling/ .

Foundations

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

Your Notes