paper-with-me

Papers

Annealing Self-Distillation Rectification Improves Adversarial Training

2023-05-20 · Yu-Yu Wu, Hung-Jui Wang, Shang-Tse Chen

In standard adversarial training, models are optimized to fit one-hot labels within allowable adversarial perturbation budgets. However, the ignorance of underlying distribution shifts brought by perturbations causes the problem of robust overfitting. To address this issue and enhance adversarial robustness, we analyze the characteristics of robust models and identify that robust models tend to produce smoother and well-calibrated outputs. Based on the observation, we propose a simple yet effective method, Annealing Self-Distillation Rectification (ADR), which generates soft labels as a better guidance mechanism that accurately reflects the distribution shift under attack during adversarial training. By utilizing ADR, we can obtain rectified distributions that significantly improve model robustness without the need for pre-trained models or extensive extra computation. Moreover, our method facilitates seamless plug-and-play integration with other adversarial training techniques by replacing the hard labels in their objectives. We demonstrate the efficacy of ADR through extensive experiments and strong performances across datasets.

📄 PDF Abstract BibTeX arXiv:2305.12118

Code (1)

yuyuwu5/ADR 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

FedSDR: Federated Self-Distillation with Rectification

2026-05-18 · Ziheng Ren, Zhanming Shen, Hao Wang, Ning Liu 외 arxiv

Federated fine-tuning of Large Language Models faces severe statistical heterogeneity. However, existing model-level defenses often overlook the root cause: intrinsic data distribution mismatches. In this work, we first …

Artificial Neural Network and its Application Research Progress in Distillation

2021-10-01 · Jing Sun, Qi Tang

Artificial neural networks learn various rules and algorithms to form different ways of processing information, and have been widely used in various chemical processes. Among them, with the development of rectification t…

Self-Learning

Robust and Accurate Object Detection via Self-Knowledge Distillation

2021-11-14 · Weipeng Xu, Pengzhi Chu, Renhao Xie, Xiongziyan Xiao 외

Object detection has achieved promising performance on clean datasets, but how to achieve better tradeoff between the adversarial robustness and clean precision is still under-explored. Adversarial training is the mainst…

Adversarial RobustnessKnowledge Distillationobject-detectionObject Detection+2

Document Image Rectification Bases on Self-Adaptive Multitask Fusion

2025-05-09 · Heng Li, XiangPing Wu, Qingcai Chen

Deformed document image rectification is essential for real-world document understanding tasks, such as layout analysis and text recognition. However, current multi-task methods -- such as background removal, 3D coordina…

document understanding

TARO: Temporal Adversarial Rectification Optimization Using Diffusion Models as Purifiers

2026-05-08 · Daniel Wesego, Pedram Rooshenas arxiv

Adversarial purification with diffusion models seeks to project adversarial examples back toward the data manifold, but balancing semantic preservation and robustness against adaptive attacks remains challenging. Recent …