Response to Reviewer mt9q
We are very glad to know that your concerns about the clean loss and trigger generation have been addressed. We also want to thank you for the follow-up questions and are happy to share more answers.
First, we would like to point out that standard backdoor attacks belong to the category of **data-poisoning** attacks, where modifications/augmentations to training data are a necessary and indispensable requirement in backdoor attacks across various domains [1,2,3,4], such that the attacked model learn the strong association between triggers and target pattern (or target class) in the training data, thereby altering its predictive behavior. Unlike traditional attacks that might rely solely on exposed data and could be short-sighted or ineffective, backdoor attacks strategically manipulate the training data to embed malicious behavior, which remains dormant during normal operations but can be triggered under specific conditions. This approach ensures that the attack is both stealthy and persistent.
Furthermore, under this data-poisoning setting, backdoor attacks can be highly threatening because neural network training requires a large amount of data, which is difficult to accomplish by only using private data. Therefore, by stealthily poisoning public datasets, attackers can pose a great threat to neural networks' wide application.
For example, in the healthcare field, it is hard for a single hospital to collect enough data to train a robust model. Hence, hospitals are likely to delegate to AI-related agencies, and those agencies mix the hospital-provided data with large-scale public data (e.g., scraped from the internet) to enhance model performance. By poisoning widely used public datasets, such as ERP [5] and OpenNeuro [6] datasets, backdoor attacks could pose a significant threat to the medical control systems used by hospitals.
The suggestion of a training-free strategy is quite interesting but indeed presents significant challenges to attack efficiency based on the current developments in the research community. Since a training-free backdoor attack, neither has any knowledge of the architecture of models to be trained nor has access to the data during training, the trigger can only be manually set. However, time series data varies greatly in both frequency and amplitude, ranging from traffic data to weather patterns. It is exceedingly difficult for a manually designed trigger to perform an effective attack across different time series datasets. Considering this, we believe that developing a training-free backdoor attack is a highly challenging research problem, and we would be very interested in exploring this in future research.
[1] Badnets: Identifying vulnerabilities in the machine learning model supply chain.
[2] Backdoor attack with imperceptible input and latent modification
[3] Textual backdoor attack for the text classification system.
[4] A backdoor attack against lstm-based text classification systems.
[5] https://erpinfo.org/erp-core
[6] https://openneuro.org/