🤖 AI Summary
This work addresses the vulnerability of deep time series forecasting models to Trojan backdoor attacks in safety-critical applications such as spacecraft telemetry, where specific trigger patterns can maliciously manipulate predictions. To tackle this emerging threat, the study pioneers the introduction of backdoor detection into the time series domain by organizing an international data science competition focused on temporal models. The effort establishes novel benchmark tasks, evaluation protocols, and a public dataset, integrating techniques from adversarial example analysis, model reverse engineering, and time series anomaly detection to investigate trigger localization and backdoor verification. The competition attracted over 200 participating teams, yielding diverse and effective detection strategies, key research insights, and a fully open-sourced repository of materials, thereby laying a foundation for developing secure and reliable deep time series forecasting systems.
📝 Abstract
Forecasting plays a crucial role in modern safety-critical applications, such as space operations. However, the increasing use of deep forecasting models introduces a new security risk of trojan horse attacks, carried out by hiding a backdoor in the training data or directly in the model weights. Once implanted, the backdoor is activated by a specific trigger pattern at test time, causing the model to produce manipulated predictions. We focus on this issue in our \textit{Trojan Horse Hunt} data science competition, where more than 200 teams faced the task of identifying triggers hidden in deep forecasting models for spacecraft telemetry. We describe the novel task formulation, benchmark set, evaluation protocol, and best solutions from the competition. We further summarize key insights and research directions for effective identification of triggers in time series forecasting models. All materials are publicly available on the official competition webpage https://www.kaggle.com/competitions/trojan-horse-hunt-in-space.