paper-with-me

홈 › Papers

Sample-wise Adaptive Weighting for Transfer Consistency in Adversarial Distillation

2025-12-11 · Hongsin Lee, Hye Won Chung arxiv

Adversarial distillation in the standard min-max adversarial training framework aims to transfer adversarial robustness from a large, robust teacher network to a compact student. However, existing work often neglects to incorporate state-of-the-art robust teachers. Through extensive analysis, we find that stronger teachers do not necessarily yield more robust students-a phenomenon known as robust saturation. While typically attributed to capacity gaps, we show that such explanations are incomplete. Instead, we identify adversarial transferability-the fraction of student-crafted adversarial examples that remain effective against the teacher-as a key factor in successful robustness transfer. Based on this insight, we propose Sample-wise Adaptive Adversarial Distillation (SAAD), which reweights training examples by their measured transferability without incurring additional computational cost. Experiments on CIFAR-10, CIFAR-100, and Tiny-ImageNet show that SAAD consistently improves AutoAttack robustness over prior methods. Our code is available at https://github.com/HongsinLee/saad.

📄 PDF Abstract BibTeX arXiv:2512.10275

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Patch-Wise Hypergraph Contrastive Learning with Dual Normal Distribution Weighting for Multi-Domain Stain Transfer

2025-03-12 · Haiyan Wei, Hangrui Xu, Bingxu Zhu, Yulian Geng 외

Virtual stain transfer leverages computer-assisted technology to transform the histochemical staining patterns of tissue samples into other staining types. However, existing methods often lose detailed pathological infor…

Contrastive LearningHypergraph Contrastive Learning

Prototype-Based Semantic Consistency Alignment for Domain Adaptive Retrieval

2025-12-04 · Tianle Hu, Weijun Lv, Na Han, Xiaozhao Fang 외 arxiv

Domain adaptive retrieval aims to transfer knowledge from a labeled source domain to an unlabeled target domain, enabling effective retrieval while mitigating domain discrepancies. However, existing methods encounter sev…

Dynamic Knowledge Distillation for Black-box Hypothesis Transfer Learning

2020-07-24 · Yiqin Yu, Xu Min, Shiwan Zhao, Jing Mei 외

In real world applications like healthcare, it is usually difficult to build a machine learning prediction model that works universally well across different institutions. At the same time, the available model is often p…

Knowledge DistillationTransfer Learning

RW-KD: Sample-wise Loss Terms Re-Weighting for Knowledge Distillation

2021-11-01 · Findings (EMNLP) 2021 11 · Peng Lu, Abbas Ghaddar, Ahmad Rashid, Mehdi Rezagholizadeh 외

Knowledge Distillation (KD) is extensively used in Natural Language Processing to compress the pre-training and task-specific fine-tuning phases of large neural language models. A student model is trained to minimize a c…

Knowledge Distillation

Adaptively Weighted Data Augmentation Consistency Regularization for Robust Optimization under Concept Shift

2022-10-04 · Yijun Dong, Yuege Xie, Rachel Ward

Concept shift is a prevailing problem in natural tasks like medical image segmentation where samples usually come from different subpopulations with variant correlations between features and labels. One common type of co…

Data AugmentationImage SegmentationMedical Image SegmentationSegmentation+2