arXiv:2605.11525cs.LG2026-05

保留缺失值信息的不平衡数据增强方法

OverNaN: NaN-Aware Oversampling for Imbalanced Learning with Meaningful Missingness

论文配图:OverNaN: NaN-Aware Oversampling for Imbalanced Learning with Meaningful Missingness
图 1 · 摘自论文原文
  • 在不修复缺失值前提下直接生成合成样本
  • 可保持真实缺失模式,避免引入虚假确定性
  • 适合科学工程中缺失值有含义的小数据集

缺失值常被视为需删除或填补的缺陷,但在许多实际场景中,缺失本身携带信息,反映实验限制、测量选择或数据生成机制。若简单消除或掩盖缺失结构,会扭曲类别边界、引入偏差并降低泛化能力,尤其在少数类已严重不足的不平衡数据集中。OverNaN是一种轻量级的NaN感知过采样框架,可在不破坏缺失结构的前提下处理类别不平衡问题。它将常见合成过采样方法扩展至不完整特征向量上,允许缺失值被保留、传播或按预设策略选择性插补。该方法将缺失视为特征空间的一部分,直接在包含缺失的向量上生成合成样本,而非修复缺失。本文展示了在软件附带示例中的应用,证明可在不过度假设的情况下保留有意义的缺失模式。OverNaN适用于科学与工程领域中不可避免且常具信息性的小型不完整不平衡数据集。

原文摘要 · Abstract (English)

Missing values are routinely treated as defects to be eliminated through deletion or imputation prior to machine learning. In many applied domains, however, missingness itself carries information, reflecting experimental constraints, measurement choices, or systematic mechanisms tied to the data-generating process. Eliminating or masking this structure can distort class boundaries, introduce bias, and reduce generalisability; particularly in imbalanced datasets where minority classes are already under-represented. OverNaN is a lightweight, NaN-aware oversampling framework designed to address class imbalance without erasing missingness structure. It extends common synthetic oversampling methods to operate directly on incomplete feature vectors, allowing missing values to be preserved, propagated, or selectively interpolated according to explicitly defined strategies. Rather than repairing missing data, OverNaN treats missingness as part of the feature space over which synthetic samples are generated. This paper situates OverNaN within the broader landscape of imbalanced learning, missing-data handling, and NaN-tolerant algorithms. Using representative examples included with the software, we demonstrate that meaningful missingness can be retained during oversampling without introducing artificial certainty. OverNaN is intended for practitioners working with small, incomplete, and imbalanced datasets in scientific and engineering domains where missingness is unavoidable and often informative.

不平衡学习缺失值处理过采样科学数据

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。