LGAug 7, 2025

NT-ML: Backdoor Defense via Non-target Label Training and Mutual Learning

arXiv:2508.05404v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses a critical security problem for AI systems by providing a robust defense against backdoor attacks, though it appears incremental as it builds on existing training and mutual learning techniques.

The paper tackles the vulnerability of deep neural networks to backdoor attacks by proposing NT-ML, a defense mechanism that uses non-target label training and mutual learning to restore poisoned models, achieving effective defense against 6 backdoor attacks and outperforming 5 state-of-the-art methods.

Recent studies have shown that deep neural networks (DNNs) are vulnerable to backdoor attacks, where a designed trigger is injected into the dataset, causing erroneous predictions when activated. In this paper, we propose a novel defense mechanism, Non-target label Training and Mutual Learning (NT-ML), which can successfully restore the poisoned model under advanced backdoor attacks. NT aims to reduce the harm of poisoned data by retraining the model with the outputs of the standard training. At this stage, a teacher model with high accuracy on clean data and a student model with higher confidence in correct prediction on poisoned data are obtained. Then, the teacher and student can learn the strengths from each other through ML to obtain a purified student model. Extensive experiments show that NT-ML can effectively defend against 6 backdoor attacks with a small number of clean samples, and outperforms 5 state-of-the-art backdoor defenses.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes