TaFD: Threat-Aware Frequency Decoupling for Adversarial Robustness against Heterogeneous Attacks
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A new defense framework called Threat-aware Frequency Decoupling (TaFD) aims to strengthen deep-learning models against multiple types of adversarial attacks simultaneously, addressing a weakness in current training methods, according to research posted on arXiv [1]. Joint adversarial training (JAT), a common approach for hardening neural networks, often suffers from negative transfer when models are exposed to heterogeneous threats such as pixel-level perturbations and semantic attacks [1]. The researchers formalize this issue as gradient incompatibility through first-order gradient analysis and argue that decoupled optimization is necessary [1]. TaFD addresses the problem by reformulating JAT as a frequency-domain divide-and-conquer paradigm [1]. The framework operates in two stages. It first discovers latent threat domains by performing unsupervised clustering on attack spectral prototypes and trains a lightweight classifier to identify the threat domain at inference time [1]. Conditioned on that prediction, TaFD uses a Frequency-Conditional Convolution to learn threat-domain-specific spectral masks and routes each sample to a corresponding expert, enforcing structural parameter separation to reduce optimization conflicts [1]. The approach was validated on three image-classification benchmarks — CIFAR-10, CIFAR-100, and Tiny-ImageNet — and across two representative architectures: the convolutional ResNet and the hybrid-transformer MobileViT [1]. Results showed that TaFD improved average robust accuracy by approximately 11% over the strongest baseline while maintaining leading clean accuracy [1]. Adversarial robustness research has increasingly explored frequency-domain techniques. The TaFD framework builds on the observation that conflicting threats exhibit separable spectral characteristics, allowing a frequency-based decoupling strategy [1]. The concept of training models jointly on multiple data distributions has been studied in other domains, including catalysis informatics, where researchers have examined whether combining datasets through joint training or transfer learning improves model generalization [3]. Those studies found that transfer learning between datasets with varying computational methods can boost performance on smaller target datasets, though negative transfer remains a risk when data distributions diverge significantly [3]. In molecular biology, the term “transcription factor” describes proteins that regulate gene expression by binding to specific DNA sequences, with approximately 1,600 such factors identified in the human genome [6]. While unrelated to adversarial machine learning, the biological concept of coordinated factor activity — where groups of transcription factors work together to direct complex processes — provides a loose analogy for how TaFD’s threat-specific experts coordinate to handle distinct attack types without interference [1][6]. The TaFD framework does not require pre-defined threat categories, instead discovering them automatically through spectral clustering [1]. The researchers state that this unsupervised discovery step allows the system to adapt to novel attack types without manual labeling [1].
safety-researchresearch-paperinfrastructuretool-releasecommentary
Background sources we checked (5)
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…