arXiv:2511.10161cs.AIcs.LG2025-11

用梯度优化修复表格与时间序列数据噪声,不依赖干净参考数据。

DenoGrad: A Gradient-Based Framework for Data Refinement in Tabular and Time-Series Learning

  • 基于预训练模型梯度迭代修正输入数据,固定模型只调输入。
  • 10个真实数据集上预测性能提升,保持数据分布与相关性结构。
  • 适用于脏数据或看似干净的数据,可作数据级正则化,适合数据驱动场景。

在以数据为中心的人工智能范式中,提升数据质量对机器学习的鲁棒性至关重要。然而,许多去噪方法依赖严格的统计假设或需要干净的参考数据,限制了其在真实场景中的应用。本文提出DenoGrad,一种基于梯度的数据精炼框架,利用预训练神经网络通过优化输入空间迭代修正噪声观测,同时保持模型参数固定。该方法适用于表格回归和时间序列预测,并引入共识策略确保序列场景下的时序一致性更新。在10个真实数据集上的实验表明,该方法能持续提升下游预测性能,同时保持数据的分布特征和相关性结构。此外,DenoGrad还能在名义上干净的数据集中提升泛化能力,起到数据级正则化作用。这些结果支持模型引导的数据精炼作为数据中心化机器学习流程的实际组成部分。代码已开源:https://github.com/ari-dasci/S-DenoGrad。

原文摘要 · Abstract (English)

In the Data-Centric Artificial Intelligence (AI) paradigm, improving data quality is essential for robust machine learning. However, many denoising methods rely on rigid statistical assumptions or require clean reference data, which limits their applicability in real-world scenarios. In this work, we propose DenoGrad, a gradient-based framework for data refinement that leverages a pretrained neural network to iteratively correct noisy observations by optimizing the input space while keeping the model fixed. DenoGrad is applicable to both tabular regression and time-series forecasting, and incorporates a consensus-based strategy to ensure temporally coherent updates in sequential settings. Experiments on ten real-world datasets show that the proposed approach yields consistent improvements in downstream predictive performance while preserving the statistical structure of the data, as measured by distributional and correlation-based metrics. In addition, DenoGrad can improve generalization in nominally clean datasets, acting as a form of dataset-level regularization. These results support model-guided data refinement as a practical component of data-centric machine learning workflows. Code is available at: https://github.com/ari-dasci/S-DenoGrad.

数据精炼梯度优化时间序列表格数据

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