TimeGuard: Channel-wise Pool Training for Backdoor Defense in Time Series Forecasting
Pith reviewed 2026-05-22 05:24 UTC · model grok-4.3
The pith
TimeGuard defends time series forecasting models against backdoors using channel-wise pool training that counters signal dilution and loss degeneration.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Existing defenses fail in time series forecasting due to channel-level signal dilution from data entanglement and training-loss degeneration from task-formulation shift. TimeGuard addresses both problems by adopting channel-wise pool training as the core paradigm, initializing a high-confidence pool using time-aware criteria to mitigate signal dilution, and introducing distance-regularized loss selection to progressively expand the reliable pool during training and ease loss degeneration, thereby substantially improving robustness.
What carries the argument
Channel-wise pool training, which maintains and selects training pools independently per input channel, initialized by time-aware criteria and expanded via distance-regularized loss selection to prevent dilution of backdoor signals.
If this is right
- Raises robustness by increasing MAE on poisoned data 1.96 times relative to the leading baseline.
- Keeps clean-data MAE within 5 percent of undefended models.
- Remains effective across multiple datasets, forecasting architectures, and backdoor attack types.
- Operates entirely at training time without changes to model inference.
Where Pith is reading between the lines
- The same channel-wise separation idea might help defend other sequential models where inputs from different sources become entangled during training.
- Testing the time-aware initialization step in isolation could reveal whether it alone accounts for most of the gain or whether the loss-regularization term is also required.
- If the pool-expansion rule generalizes, it could be adapted to online or continual forecasting settings where new data arrives over time.
Load-bearing premise
The approach assumes that time-aware pool initialization plus distance-regularized loss selection will reliably separate clean and poisoned windows across varied forecasting architectures and attacks without major training instability or clean-performance loss.
What would settle it
An experiment on a new forecasting architecture and backdoor attack in which MAE on poisoned data improves by less than 1.5 times over the baseline or clean MAE rises by more than 10 percent would falsify the central claim.
Figures
read the original abstract
Time Series Forecasting (TSF) plays a critical role across many domains, yet it is vulnerable to backdoor attacks. However, backdoor defenses tailored to TSF remain underexplored, due to data entanglement and task-formulation shift challenges. To fill this gap, we conduct a systematic evaluation of thirteen representative backdoor defenses across the TSF life cycle and analyze their failure modes. Our results reveal two fundamental issues: (1) data entanglement induces channel-level signal dilution, rendering sample-filtering and trigger-synthesis defenses ineffective at localizing backdoors; and (2) task-formulation shift leads to training-loss degeneration, causing poisoned and clean windows to become indistinguishable at training stages. Based on these findings, we propose a training-time backdoor defense for TSF, termed TimeGuard. Our method adopts channel-wise pool training as the core paradigm and initializes a high-confidence pool using time-aware criteria to mitigate signal dilution. Moreover, we introduce distance-regularized loss selection to progressively expand the reliable pool during training and ease loss degeneration. Extensive experiments across multiple datasets, forecasting architectures, and TSF backdoor attacks demonstrate that TimeGuard substantially improves robustness, boosting $\mathrm{MAE}_\mathrm{P}$ by $1.96\times$ over the leading baseline, while preserving clean performance within 5% $\mathrm{MAE}_\mathrm{C}$.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript claims that a systematic evaluation of thirteen representative backdoor defenses across the TSF life cycle reveals two fundamental failure modes: (1) data entanglement inducing channel-level signal dilution that renders sample-filtering and trigger-synthesis defenses ineffective, and (2) task-formulation shift leading to training-loss degeneration that makes poisoned and clean windows indistinguishable. Based on this analysis, the authors propose TimeGuard, a training-time defense that adopts channel-wise pool training initialized with time-aware criteria to mitigate signal dilution and introduces distance-regularized loss selection to progressively expand the reliable pool and ease loss degeneration. Extensive experiments across multiple datasets, forecasting architectures, and TSF backdoor attacks show that TimeGuard boosts MAE_P by 1.96× over the leading baseline while preserving clean performance within 5% MAE_C.
Significance. The systematic evaluation of thirteen baselines and the explicit identification of failure modes due to data entanglement and task-formulation shift constitute a valuable contribution to an underexplored area. If the empirical robustness gains hold under broader conditions and the initialization step proves reliable, TimeGuard would represent a practical advance in training-time backdoor defense for TSF by directly targeting the identified issues while maintaining clean accuracy.
major comments (2)
- [Abstract] Abstract: the claim that TimeGuard boosts MAE_P by 1.96× over the leading baseline is presented without details on exact experimental setups, statistical significance testing, number of runs, or ablation studies. This omission prevents full verification of the central performance claims.
- [§4] §4 (method): the central claim that channel-wise pool training initialized via time-aware criteria plus distance-regularized loss selection will reliably counteract channel-level signal dilution and training-loss degeneration rests on the assumption that the time-aware criteria seed a sufficiently clean initial pool. No sensitivity analysis or bounds are supplied for cases where temporal patterns are weak or attack triggers are temporally diffuse, which is load-bearing for the reported 1.96× robustness margin.
minor comments (1)
- [Abstract] Abstract: the metrics MAE_P and MAE_C are introduced without a brief definition or reference to their precise formulation, which would aid clarity for readers new to the TSF backdoor setting.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback on our manuscript. The comments highlight important aspects of clarity and robustness that we will address. We respond to each major comment below and indicate planned revisions.
read point-by-point responses
-
Referee: [Abstract] Abstract: the claim that TimeGuard boosts MAE_P by 1.96× over the leading baseline is presented without details on exact experimental setups, statistical significance testing, number of runs, or ablation studies. This omission prevents full verification of the central performance claims.
Authors: We agree that the abstract's brevity limits immediate verification of the central claim. The full experimental details—including the four datasets (ETTh1, ETTm1, Weather, Electricity), three forecasting architectures, three backdoor attack types, five independent runs with reported means and standard deviations, and paired t-test significance results—are provided in Sections 5.1–5.2, with component ablations in Section 5.3. In the revised manuscript we will update the abstract to include a concise qualifier (e.g., “across four datasets, three architectures, and three attacks with five runs each”) and explicitly direct readers to the experimental section for setups and statistical analysis. This change preserves abstract length while enabling verification. revision: yes
-
Referee: [§4] §4 (method): the central claim that channel-wise pool training initialized via time-aware criteria plus distance-regularized loss selection will reliably counteract channel-level signal dilution and training-loss degeneration rests on the assumption that the time-aware criteria seed a sufficiently clean initial pool. No sensitivity analysis or bounds are supplied for cases where temporal patterns are weak or attack triggers are temporally diffuse, which is load-bearing for the reported 1.96× robustness margin.
Authors: We acknowledge that the reliability of the time-aware initialization (Section 4.2, Equation 3) is a load-bearing assumption. While our evaluation spans datasets with differing temporal strengths, we did not include explicit sensitivity tests for weak periodicity or diffuse triggers. In the revised version we will add a dedicated sensitivity subsection (new Section 5.4) that (i) modulates temporal signal strength via controlled noise injection on periodic components, (ii) evaluates triggers spread over longer windows, and (iii) reports resulting initial-pool purity, MAE_P degradation, and conditions under which the 1.96× margin is maintained or reduced. This will supply the requested bounds and failure-case analysis. revision: yes
Circularity Check
No significant circularity; method is heuristic derived from empirical failure-mode analysis
full rationale
The paper evaluates 13 existing defenses, identifies two failure modes (channel-level signal dilution and training-loss degeneration), and proposes TimeGuard as a training-time heuristic (channel-wise pool training with time-aware initialization and distance-regularized loss selection) to address them. No equations, fitted parameters renamed as predictions, or load-bearing self-citations appear in the provided text. Central robustness claims rest on end-to-end experiments across datasets, architectures, and attacks rather than reducing by construction to the input analysis or prior self-referential results. This is the common case of an empirical defense paper whose derivation chain remains self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Data entanglement induces channel-level signal dilution and task-formulation shift leads to training-loss degeneration in TSF backdoor settings.
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
channel-wise pool training... time-aware criteria... distance-regularized loss selection... mitigates signal dilution and training-loss degeneration
-
IndisputableMonolith/Foundation/ArithmeticFromLogic.leanembed_strictMono_of_one_lt unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Theorem 4.1 (TSF Backdoor Success Bound) using Nadaraya-Watson kernel and neighborhood distance
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
Adam: A Method for Stochastic Optimization
Adam: A method for stochastic optimization , author=. arXiv preprint arXiv:1412.6980 , year=
work page internal anchor Pith review Pith/arXiv arXiv
- [2]
-
[3]
Advances in neural information processing systems , volume=
Neural tangent kernel: Convergence and generalization in neural networks , author=. Advances in neural information processing systems , volume=
-
[4]
arXiv preprint arXiv:2601.04247 , year=
Beyond Immediate Activation: Temporally Decoupled Backdoor Attacks on Time Series Forecasting , author=. arXiv preprint arXiv:2601.04247 , year=
- [5]
-
[6]
Combining seasonal and trend decomposition using LOESS with a gated recurrent unit for climate time series forecasting , author=. IEEE Access , volume=. 2024 , publisher=
work page 2024
-
[7]
On Clustering Time Series Using Euclidean Distance and Pearson Correlation
On clustering time series using euclidean distance and pearson correlation , author=. arXiv preprint arXiv:1601.02213 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[8]
2025 International Conference on Quantum Communications, Networking, and Computing (QCNC) , pages=
Quantum kernel-based long short-term memory for climate time-series forecasting , author=. 2025 International Conference on Quantum Communications, Networking, and Computing (QCNC) , pages=. 2025 , organization=
work page 2025
-
[9]
IEEE Transactions on Intelligent Transportation Systems , volume=
On model selection for scalable time series forecasting in transport networks , author=. IEEE Transactions on Intelligent Transportation Systems , volume=. 2021 , publisher=
work page 2021
-
[10]
Stock price forecasting with deep learning: A comparative study , author=. Mathematics , volume=. 2020 , publisher=
work page 2020
-
[11]
International Journal of Logistics Systems and Management , volume=
Traffic time series forecasting on highways-a contemporary survey of models, methods and techniques , author=. International Journal of Logistics Systems and Management , volume=. 2021 , publisher=
work page 2021
- [12]
-
[13]
BackdoorDM: A Comprehensive Benchmark for Backdoor Learning in Diffusion Model , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track , year=
-
[14]
2015 ieee international conference on web services , pages=
Web service recommendation based on time series forecasting and collaborative filtering , author=. 2015 ieee international conference on web services , pages=. 2015 , organization=
work page 2015
-
[15]
Proceedings of the ACM Web Conference 2023 , pages=
Learning social meta-knowledge for nowcasting human mobility in disaster , author=. Proceedings of the ACM Web Conference 2023 , pages=. 2023 , publisher =
work page 2023
-
[16]
Proceedings of the ACM Web Conference 2024 , pages=
Netevolve: Social network forecasting using multi-agent reinforcement learning with interpretable features , author=. Proceedings of the ACM Web Conference 2024 , pages=. 2024 , publisher =
work page 2024
-
[17]
Proceedings of the ACM Web Conference 2024 , pages=
Unitime: A language-empowered unified model for cross-domain time series forecasting , author=. Proceedings of the ACM Web Conference 2024 , pages=. 2024 , publisher =
work page 2024
-
[18]
Proceedings of the ACM on Web Conference 2025 , pages=
Exploiting Language Power for Time Series Forecasting with Exogenous Variables , author=. Proceedings of the ACM on Web Conference 2025 , pages=. 2025 , publisher =
work page 2025
-
[19]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
ST-ReP: Learning Predictive Representations Efficiently for Spatial-Temporal Forecasting , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[20]
The Thirteenth International Conference on Learning Representations , year=
Root Cause Analysis of Anomalies in Multivariate Time Series through Granger Causal Discovery , author=. The Thirteenth International Conference on Learning Representations , year=
-
[21]
Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V
DUET: Dual Clustering Enhanced Multivariate Time Series Forecasting , author=. Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 1 , pages=
-
[22]
Proceedings of the ACM web conference 2023 , pages=
Multi-modal self-supervised learning for recommendation , author=. Proceedings of the ACM web conference 2023 , pages=. 2023 , publisher =
work page 2023
-
[23]
Proceedings of the ACM Web Conference 2024 , pages=
Pass: Predictive auto-scaling system for large-scale enterprise web applications , author=. Proceedings of the ACM Web Conference 2024 , pages=
work page 2024
-
[24]
IEEE Transactions on Power Systems , volume=
A real-time implementation of short-term load forecasting for distribution power systems , author=. IEEE Transactions on Power Systems , volume=. 1994 , publisher=
work page 1994
-
[25]
Proceedings of the web conference 2021 , pages=
Rest: Relational event-driven stock trend forecasting , author=. Proceedings of the web conference 2021 , pages=
work page 2021
-
[26]
International Journal of Data Science and Analytics , volume=
Time series adversarial attacks: an investigation of smooth perturbations and defense approaches , author=. International Journal of Data Science and Analytics , volume=. 2025 , publisher=
work page 2025
-
[27]
International Conference on Artificial Intelligence and Statistics , pages=
Adversarial Vulnerabilities in Large Language Models for Time Series Forecasting , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2025 , organization=
work page 2025
-
[28]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
Investigating Hallucinations of Time Series Foundation Models through Signal Subspace Analysis , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[29]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
TimeWak: Temporal Chained-Hashing Watermark for Time Series Data , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[30]
arXiv preprint arXiv:2506.01849 , year=
Trojan horse hunt in time series forecasting for space operations , author=. arXiv preprint arXiv:2506.01849 , year=
-
[31]
arXiv preprint arXiv:2508.04189 , year=
BadTime: An Effective Backdoor Attack on Multivariate Long-Term Time Series Forecasting , author=. arXiv preprint arXiv:2508.04189 , year=
-
[32]
2021 10th International Conference on Internet Computing for Science and Engineering , pages=
Adversarial attacks on deep neural networks for time series prediction , author=. 2021 10th International Conference on Internet Computing for Science and Engineering , pages=
work page 2021
-
[33]
Advances in Neural Information Processing Systems , volume=
Backtime: Backdoor attacks on multivariate time series forecasting , author=. Advances in Neural Information Processing Systems , volume=
-
[34]
International Conference on Learning Representations , year=
TimesNet: Temporal 2D-Variation Modeling for General Time Series Analysis , author=. International Conference on Learning Representations , year=
-
[35]
arXiv preprint arXiv:2308.11200 , year=
Segrnn: Segment recurrent neural network for long-term time series forecasting , author=. arXiv preprint arXiv:2308.11200 , year=
-
[36]
The Thirteenth International Conference on Learning Representations , year=
SimpleTM: A Simple Baseline for Multivariate Time Series Forecasting , author=. The Thirteenth International Conference on Learning Representations , year=
-
[37]
The Twelfth International Conference on Learning Representations , year=
TimeMixer: Decomposable Multiscale Mixing for Time Series Forecasting , author=. The Twelfth International Conference on Learning Representations , year=
-
[38]
Advances in Neural Information Processing Systems , volume=
Softs: Efficient multivariate time series forecasting with series-core fusion , author=. Advances in Neural Information Processing Systems , volume=
-
[39]
Advances in Neural Information Processing Systems , volume=
Autotimes: Autoregressive time series forecasters via large language models , author=. Advances in Neural Information Processing Systems , volume=
-
[40]
International conference on machine learning , pages=
Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting , author=. International conference on machine learning , pages=
-
[41]
Proceedings of the AAAI conference on artificial intelligence , pages=
Are transformers effective for time series forecasting? , author=. Proceedings of the AAAI conference on artificial intelligence , pages=
-
[42]
Journal of Ambient Intelligence and Humanized Computing , pages=
Improving time series forecasting using LSTM and attention models , author=. Journal of Ambient Intelligence and Humanized Computing , pages=. 2022 , publisher=
work page 2022
-
[43]
Temporal convolutional neural (TCN) network for an effective weather forecasting using time-series data from the local weather station , author=. Soft Computing , pages=. 2020 , publisher=
work page 2020
-
[44]
Companion Proceedings of the ACM on Web Conference 2025 , pages=
Convtimenet: A deep hierarchical fully convolutional model for multivariate time series analysis , author=. Companion Proceedings of the ACM on Web Conference 2025 , pages=
work page 2025
-
[45]
Proceedings of the AAAI conference on artificial intelligence , year=
Spatial temporal graph convolutional networks for skeleton-based action recognition , author=. Proceedings of the AAAI conference on artificial intelligence , year=
-
[46]
Proceedings of the AAAI conference on artificial intelligence , volume=
Spatial-temporal synchronous graph convolutional networks: A new framework for spatial-temporal network data forecasting , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[47]
Streaming graph neural networks , author=. Proceedings of the 43rd international ACM SIGIR conference on research and development in information retrieval , pages=
-
[48]
International Conference on Learning Representations , year=
A time series is worth 64 words: Long-term forecasting with transformers , author=. International Conference on Learning Representations , year=
-
[49]
Advances in neural information processing systems , volume=
Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting , author=. Advances in neural information processing systems , volume=
-
[50]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Defenses in Adversarial Machine Learning: a Systematic Survey from the Lifecycle Perspective , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[51]
Not all samples are born equal: Towards effective clean-label backdoor attacks , author=. Pattern Recognition , volume=. 2023 , publisher=
work page 2023
-
[52]
Rethinking the Trigger of Backdoor Attacks: Towards Physical Backdoor Threats , author=. Pattern Recognition , pages=. 2026 , publisher=
work page 2026
-
[53]
International Conference on Learning Representations , year=
Few-Shot Backdoor Attacks on Visual Object Tracking , author=. International Conference on Learning Representations , year=
-
[54]
The Eleventh International Conference on Learning Representations , year=
SCALE-UP: An Efficient Black-box Input-level Backdoor Detection via Analyzing Scaled Prediction Consistency , author=. The Eleventh International Conference on Learning Representations , year=
-
[55]
The Thirteenth International Conference on Learning Representations , year=
Probe before You Talk: Towards Black-box Defense against Backdoor Unalignment for Large Language Models , author=. The Thirteenth International Conference on Learning Representations , year=
-
[56]
The Twelfth International Conference on Learning Representations , year=
Towards reliable and efficient backdoor trigger inversion via decoupling benign features , author=. The Twelfth International Conference on Learning Representations , year=
-
[57]
IEEE Transactions on Information Forensics and Security , year=
Cert-SSBD: Certified Backdoor Defense With Sample-Specific Smoothing Noises , author=. IEEE Transactions on Information Forensics and Security , year=
-
[58]
International Conference on Learning Representations , year=
REFINE: Inversion-Free Backdoor Defense via Model Reprogramming , author=. International Conference on Learning Representations , year=
-
[59]
European conference on computer vision , pages=
Baddet: Backdoor attacks on object detection , author=. European conference on computer vision , pages=. 2022 , organization=
work page 2022
-
[60]
Untargeted backdoor attack against object detection , author=. ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2023 , organization=
work page 2023
-
[61]
IEEE Transactions on Information Forensics and Security , volume=
Backdoor attack with sparse and invisible trigger , author=. IEEE Transactions on Information Forensics and Security , volume=. 2024 , publisher=
work page 2024
-
[62]
IEEE Transactions on Dependable and Secure Computing , year=
Towards sample-specific backdoor attack with clean labels via attribute trigger , author=. IEEE Transactions on Dependable and Secure Computing , year=
-
[63]
Advances in Neural Information Processing Systems , volume=
Taught well learned ill: Towards distillation-conditional backdoor attack , author=. Advances in Neural Information Processing Systems , volume=
-
[64]
Going in style: Audio backdoors through stylistic transformations , author=. ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2023 , organization=
work page 2023
-
[65]
Backdoor attack against speaker verification , author=. ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2021 , organization=
work page 2021
-
[66]
IEEE Transactions on Information Forensics and Security , volume=
Toward stealthy backdoor attacks against speech recognition via elements of sound , author=. IEEE Transactions on Information Forensics and Security , volume=. 2024 , publisher=
work page 2024
-
[67]
Advances in Neural Information Processing Systems , volume=
Setting the trap: Capturing and defeating backdoors in pretrained language models through honeypots , author=. Advances in Neural Information Processing Systems , volume=
-
[68]
IEEE Transactions on Information Forensics and Security , year=
Flare: Towards universal dataset purification against backdoor attacks , author=. IEEE Transactions on Information Forensics and Security , year=
-
[69]
IEEE transactions on neural networks and learning systems , pages=
Backdoor learning: A survey , author=. IEEE transactions on neural networks and learning systems , pages=. 2022 , publisher=
work page 2022
-
[70]
Revisiting LLMs as Zero-Shot Time-Series Forecasters: Small Noise Can Break Large Models , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers). 2025
work page 2025
-
[71]
Proceedings of the 24th International Conference on World Wide Web , pages =
Daily-aware personalized recommendation based on feature-level time series analysis , author=. Proceedings of the 24th International Conference on World Wide Web , pages =
-
[72]
Artificial Intelligence Review , year=
A Comprehensive Survey of Deep Learning for Time Series Forecasting: Architectural Diversity and Open Challenges , author=. Artificial Intelligence Review , year=
-
[73]
International Journal of Computer Vision , pages=
Backdoorbench: A comprehensive benchmark and analysis of backdoor learning , author=. International Journal of Computer Vision , pages=. 2025 , publisher=
work page 2025
-
[74]
Advances in neural information processing systems , volume=
Spectral signatures in backdoor attacks , author=. Advances in neural information processing systems , volume=
-
[75]
Junfeng Guo and Ang Li and Cong Liu , booktitle=
-
[76]
International Conference on Machine Learning , pages=
Spectre: Defending against backdoor attacks using robust statistics , author=. International Conference on Machine Learning , pages=. 2021 , organization=
work page 2021
-
[77]
International Conference on Machine Learning , pages=
Understanding backdoor attacks through the adaptability hypothesis , author=. International Conference on Machine Learning , pages=. 2023 , organization=
work page 2023
-
[78]
2024 IEEE Symposium on Security and Privacy (SP) , pages=
Robust backdoor detection for deep learning via topological evolution dynamics , author=. 2024 IEEE Symposium on Security and Privacy (SP) , pages=. 2024 , organization=
work page 2024
-
[79]
International symposium on research in attacks, intrusions, and defenses , pages=
Fine-pruning: Defending against backdooring attacks on deep neural networks , author=. International symposium on research in attacks, intrusions, and defenses , pages=. 2018 , organization=
work page 2018
-
[80]
arXiv preprint arXiv:2401.03215 , year=
End-to-End Anti-Backdoor Learning on Images and Time Series , author=. arXiv preprint arXiv:2401.03215 , year=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.