A Feedback-Control Framework for Efficient Dataset Collection from In-Vehicle Data Streams
Philipp Reis, Philipp Rigoll, Christian Steinhauser, Jacob Langner, Eric Sax
TL;DR
This work introduces Feedback Control Data Collection (FCDC), a closed-loop framework that treats data collection from in-vehicle streams as a dynamical system guided by online density estimation to regulate sample retention. By embedding samples, online estimating the dataset distribution, and using a value function to modulate sampling, FCDC actively balances exploration and redundancy, transforming data collection into a self-regulating component of the learning loop. Two value-function designs, complementary Gaussian and reciprocal Gaussian, are analyzed, with empirical results showing improved data balance (up to 25.9%) and reduced storage (up to 39.8%) on real vehicle data, and synthetic experiments illustrating convergence toward a target distribution. The approach offers a principled way to achieve diverse, representative datasets in data-centric AI for autonomous driving, while pointing to future work on richer, multimodal distributions and end-to-end model-performance evaluations.
Abstract
Modern AI systems are increasingly constrained not by model capacity but by the quality and diversity of their data. Despite growing emphasis on data-centric AI, most datasets are still gathered in an open-loop manner which accumulates redundant samples without feedback from the current coverage. This results in inefficient storage, costly labeling, and limited generalization. To address this, this paper introduces Feedback Control Data Collection (FCDC), a paradigm that formulates data collection as a closed-loop control problem. FCDC continuously approximates the state of the collected data distribution using an online probabilistic model and adaptively regulates sample retention using based on feedback signals such as likelihood and Mahalanobis distance. Through this feedback mechanism, the system dynamically balances exploration and exploitation, maintains dataset diversity, and prevents redundancy from accumulating over time. In addition to demonstrating the controllability of FCDC on a synthetic dataset that converges toward a uniform distribution under Gaussian input assumption, experiments on real data streams show that FCDC produces more balanced datasets by 25.9% while reducing data storage by 39.8%. These results demonstrate that data collection itself can be actively controlled, transforming collection from a passive pipeline stage into a self-regulating, feedback-driven process at the core of data-centric AI.
