Improving the Robustness/Accuracy Tradeoff Against Adversarial Attacks Using Information Bottleneck Distillation Through Dual Teachers
This paper proposes an enhanced Information Bottleneck Distillation framework that integrates a clean teacher model alongside a robust teacher via cross-layer attention to improve clean-input accuracy while maintaining adversarial robustness, thereby achieving a superior tradeoff compared to existing methods.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are teaching a brilliant but fragile student to recognize animals in a photo. You show them a picture of a cat, and they say, "Cat!" Perfect. But then, a mischievous trickster sneaks in and adds a few invisible pixels to the photo—so subtle that your eyes can't see the change, but the computer's brain goes haywire and screams, "Toaster!" This is the world of adversarial attacks, a major headache for the artificial intelligence systems running our self-driving cars and security cameras. These systems are incredibly smart at spotting patterns, but they are surprisingly easily fooled by tiny, crafted tricks.
To fix this, scientists have tried a technique called adversarial training, which is like showing the student thousands of these tricked photos so they learn to ignore the noise. However, there's a catch: the more you train the student to be tough against tricks, the worse they get at recognizing normal, everyday photos. It's a classic trade-off: make the student a bodyguard, and they might forget how to be a librarian. Another idea, called knowledge distillation, involves having a super-smart "teacher" AI teach a smaller "student" AI. The teacher knows all the answers, and the student tries to copy them. Recently, a method called Information Bottleneck Distillation (IBD) tried to combine these ideas, using a tough teacher to make the student robust. But even this method struggled to keep the student's "clean" accuracy high while making them tough.
This paper introduces a clever new twist to that story. The authors, Ryusuke Takahashi and his team, realized that maybe one teacher isn't enough. They propose a dual-teacher system. Imagine the student now has two mentors: a "Robust Teacher" who is an expert at spotting tricked photos, and a "Clean Teacher" who is an expert at spotting normal, perfect photos. Instead of just copying one, the student learns from both simultaneously. The researchers found that by letting the student listen to the Clean Teacher for normal pictures and the Robust Teacher for tricked ones, they could create a student that is tough against attacks without forgetting how to recognize normal images.
The team tested this idea on two famous image datasets, CIFAR-10 and CIFAR-100, which are like giant photo albums of everyday objects. They compared their new "Double Distillation" and "Joint Distillation" methods against the old single-teacher approach. The results were promising: their new method improved the accuracy on normal, clean photos significantly while keeping the defense against attacks just as strong as before. In fact, when they measured the "harmonic mean"—a score that rewards a model for being good at both tasks rather than just one—their new methods beat the old standard. They also discovered that this trick works best when the student model is large enough to handle information from two different teachers; if the student is too small, it gets overwhelmed. While the attention mechanism (the part of the system that decides which teacher to listen to) sometimes became less active during training, the authors suggest that even a short burst of this dual-teacher guidance was enough to make the student smarter. Ultimately, the paper suggests that having a balanced team of teachers helps AI find a better balance between being smart and being safe.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.