TimeLAVA: Learning-Agnostic Valuation for Time Series Data
Abstract
Lay Summary
In many critical applications such as hospital patient monitoring, financial trading, and industrial equipment maintenance, decisions rely on continuous streams of data collected over time. However, not all data is equally useful: some portions may be corrupted by sensor faults, contain rare abnormal events, or be mislabeled by human annotators. Training machine learning models on such low-quality data can lead to unreliable or even dangerous predictions. We address a fundamental question: how can we automatically score each piece of time series data based on its intrinsic quality, without needing to first train a specific prediction model? This is challenging because time series data has unique properties. Observations depend on what came before, patterns occur at different time scales, and statistical properties can change over time. We introduce TimeLAVA, a framework that assigns quality scores to segments of time series data by measuring how well each segment matches a trusted reference dataset. Our approach combines two key ideas: (1) a multi-scale representation that captures both short-lived spikes and long-term trends in the data, and (2) a flexible matching strategy that allows genuinely unusual segments to remain unmatched rather than being forced into misleading comparisons. Importantly, the resulting scores are computed efficiently without training any predictive model, making them applicable across diverse tasks. We provide mathematical guarantees that our scores are stable in the presence of data corruption and are meaningfully connected to downstream model performance. Experiments across anomaly detection, data cleaning, and mislabel identification on real-world healthcare, finance, and industrial datasets show that TimeLAVA produces substantially more informative quality assessments than existing methods, enabling practitioners to curate their data more effectively before model training.