基于策略引导的扩散修补实现表格数据增强 / Active Tabular Augmentation via Policy-Guided Diffusion Inpainting
1️⃣ 一句话总结
这篇论文提出了一种名为TAP的主动表格数据增强方法,通过训练一个轻量级策略来动态决定生成哪些数据以及何时注入训练,从而解决传统生成方法只追求数据真实性而无法有效提升下游模型性能的问题,在七个真实数据集上显著提升了分类和回归任务的表现。
Generative tabular augmentation is appealing in data-scarce domains, yet the prevailing focus on distributional fidelity does not reliably translate into better downstream models. We formalize a fidelity-utility gap: common generative objectives prioritize distributional plausibility, whereas augmentation succeeds only when injected samples reduce the current learner's held-out evaluation loss. This gap motivates learning not just how to generate, but what to generate and when to inject as training evolves. We propose TAP (Tabular Augmentation Policy), which couples diffusion inpainting with a lightweight, learner-conditioned policy to steer generation toward high-utility regions and controls safe injection via explicit gating and conservative windowed commitment. Under severe data scarcity, TAP consistently outperforms strong generative baselines on seven real-world datasets, improving classification accuracy by up to 15.6 percentage points and reducing regression RMSE by up to 32%.
基于策略引导的扩散修补实现表格数据增强 / Active Tabular Augmentation via Policy-Guided Diffusion Inpainting
这篇论文提出了一种名为TAP的主动表格数据增强方法,通过训练一个轻量级策略来动态决定生成哪些数据以及何时注入训练,从而解决传统生成方法只追求数据真实性而无法有效提升下游模型性能的问题,在七个真实数据集上显著提升了分类和回归任务的表现。
源自 arXiv: 2605.10315