paper-with-me

홈 › Papers

BACKTIME: Backdoor Attacks on Multivariate Time Series Forecasting

2024-10-03 · Xiao Lin, Zhining Liu, Dongqi Fu, Ruizhong Qiu, Hanghang Tong

Multivariate Time Series (MTS) forecasting is a fundamental task with numerous real-world applications, such as transportation, climate, and epidemiology. While a myriad of powerful deep learning models have been developed for this task, few works have explored the robustness of MTS forecasting models to malicious attacks, which is crucial for their trustworthy employment in high-stake scenarios. To address this gap, we dive deep into the backdoor attacks on MTS forecasting models and propose an effective attack method named BackTime.By subtly injecting a few stealthy triggers into the MTS data, BackTime can alter the predictions of the forecasting model according to the attacker's intent. Specifically, BackTime first identifies vulnerable timestamps in the data for poisoning, and then adaptively synthesizes stealthy and effective triggers by solving a bi-level optimization problem with a GNN-based trigger generator. Extensive experiments across multiple datasets and state-of-the-art MTS forecasting models demonstrate the effectiveness, versatility, and stealthiness of \method{} attacks. The code is available at \url{https://github.com/xiaolin-cs/BackTime}.

📄 PDF Abstract BibTeX arXiv:2410.02195

Code (1)

xiaolin-cs/backtime 공식 구현 pytorch

Tasks

EpidemiologyMultivariate Time Series ForecastingTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

MTS 설명 없음

Similar Papers 제목 키워드 기반

Backdoor Attacks on Time Series: A Generative Approach

2022-11-15 · Yujing Jiang, Xingjun Ma, Sarah Monazam Erfani, James Bailey

Backdoor attacks have emerged as one of the major security threats to deep learning models as they can easily control the model's test-time predictions by pre-injecting a backdoor trigger into the model at training time.…

Time SeriesTime Series Analysis

Beyond Immediate Activation: Temporally Decoupled Backdoor Attacks on Time Series Forecasting

2026-01-06 · Zhixin Liu, Xuanlin Liu, Sihan Xu, Yaqiong Qiao 외 arxiv

Existing backdoor attacks on multivariate time series (MTS) forecasting enforce strict temporal and dimensional coupling between triggers and target patterns, requiring synchronous activation at fixed positions across va…

Time Series Forecasting

End-to-End Anti-Backdoor Learning on Images and Time Series

2024-01-06 · Yujing Jiang, Xingjun Ma, Sarah Monazam Erfani, Yige Li 외

Backdoor attacks present a substantial security concern for deep learning models, especially those utilized in applications critical to safety and security. These attacks manipulate model behavior by embedding a hidden t…

image-classificationImage ClassificationTime Series

Revisiting Backdoor Attacks on Time Series Classification in the Frequency Domain

2025-03-12 · Yuanmin Huang, Mi Zhang, Zhaoxiang Wang, Wenxuan Li 외

Time series classification (TSC) is a cornerstone of modern web applications, powering tasks such as financial data analysis, network traffic monitoring, and user behavior analysis. In recent years, deep neural networks …

Time SeriesTime Series Classification

Backdoor Attacks Against Incremental Learners: An Empirical Evaluation Study

2023-05-28 · Yiqi Zhong, Xianming Liu, Deming Zhai, Junjun Jiang 외

Large amounts of incremental learning algorithms have been proposed to alleviate the catastrophic forgetting issue arises while dealing with sequential data on a time series. However, the adversarial robustness of increm…

Adversarial RobustnessBackdoor AttackData PoisoningIncremental Learning+1