Dual Teachers Improve Adversarial Robustness and Accuracy.

Vincent Ryusuke Takahashi, Yoshinari Takeishi, Jun'ichi Takeuchi, Kave Salamatian· July 31, 2026 View original

Key takeaways

  • Adversarial attacks pose a significant threat to deep neural network reliability.
  • Traditional robustness methods often degrade accuracy on clean inputs.
  • A dual-teacher IBD framework improves the robustness/accuracy tradeoff.
  • The method uses both clean and robust teachers to transfer features to a student.

Who benefits

CybersecurityAutomotiveHealthcareFinanceDefense

Summary

This work extends Information Bottleneck Distillation (IBD) by introducing a "clean teacher" alongside a robust teacher to improve the robustness/accuracy tradeoff against adversarial attacks. The proposed method transfers features from both teachers to a student model, achieving better clean accuracy while maintaining adversarial robustness, outperforming original IBD and competing with state-of-the-art approaches.

Deep neural networks (DNNs) are highly susceptible to adversarial attacks, where small, imperceptible perturbations to input data can cause misclassifications. Existing countermeasures, such as Information Bottleneck Distillation (IBD), often improve robustness but at the cost of reduced accuracy on clean, unperturbed inputs. Researchers have proposed an enhancement to the IBD framework to mitigate this trade-off. Their method introduces a dual-teacher approach, incorporating an additional "clean teacher" model trained exclusively on clean data, alongside the traditional robust teacher trained with adversarial examples. Features from both teachers are then transferred to a student model via a cross-layer attention mechanism. Experimental results on standard datasets like CIFAR-10 and CIFAR-100 demonstrate that this dual-teacher strategy significantly improves classification accuracy on clean samples compared to the original IBD, while preserving similar levels of robustness against adversarial attacks. The approach also proves competitive with other state-of-the-art distillation frameworks, particularly in balancing clean and robust accuracy.

Why it matters

For professionals deploying AI systems in sensitive or critical applications, this research offers a method to build more secure and reliable models that are both accurate on normal inputs and resilient to malicious adversarial attacks.

How to implement this in your domain

  1. 1Adopt the dual-teacher Information Bottleneck Distillation framework for training robust models.
  2. 2Train a "clean teacher" model on unperturbed data and a "robust teacher" using adversarial training.
  3. 3Implement the cross-layer attention mechanism to transfer features from both teachers to the student model.
  4. 4Evaluate the improved robustness and clean accuracy on your specific adversarial defense scenarios.

Original post by Vincent Ryusuke Takahashi, Yoshinari Takeishi, Jun'ichi Takeuchi, Kave Salamatian

"arXiv:2607.27737v1 Announce Type: new Abstract: Deep neural networks (DNNs) have achieved remarkable success in classical machine learning problems. However, they are known to be vulnerable to adversarial attacks. Countermeasures proposed in the literature, notably Information Bo…"

View on X

Originally posted by Vincent Ryusuke Takahashi, Yoshinari Takeishi, Jun'ichi Takeuchi, Kave Salamatian on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses