DMCO: Budget-Aware Co-Optimization of Data Cleaning and AutoML
Xiaoou Ding, Siying Chen, Zekai Qian, Hongbin Hu, Chen Wang, Hongzhi Wang, Jianmin Wang
Abstract
Data cleaning and automated machine learning (AutoML) are both crucial for reliable learning systems, yet are commonly treated as independent or sequential stages. This separation ignores their strong interaction and leads to inefficient use of limited computational budgets. We propose DMCO, a unified framework that jointly optimizes data cleaning and model construction under a fixed resource budget. DMCO reformulates the traditional two-stage pipeline into a time-sliced process, where data cleaning and AutoML are interleaved and adaptively scheduled. We introduce a gradient-based data cleaning sampling strategy with theoretical guarantees for minimizing gradient estimation variance, and integrates it with loss-driven sampling and progressive AutoML fitting to continuously leverage intermediate data quality improvements. Experiments on six real-world datasets show that DMCO consistently outperforms standalone data cleaning and AutoML baselines on both classification and regression tasks, as measured by F1 score and MSE. Under limited budgets, DMCO achieves up to 82.19\% of the performance of full data cleaning with exhaustive AutoML, while remaining robust across different AutoML frameworks.
BibTeX
@inproceedings{
ding2026dmco,
title={{DMCO}: Budget-Aware Co-Optimization of Data Cleaning and Auto{ML}},
author={Xiaoou Ding and Zekai Qian and Siying Chen and Hongbin Hu and Chen Wang and Hongzhi Wang and Jianmin Wang},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=IrmkikxOmH}
}