paper-with-me

Papers

Learnable Boundary Guided Adversarial Training

2020-11-23 · ICCV 2021 10 · Jiequan Cui, Shu Liu, LiWei Wang, Jiaya Jia

Previous adversarial training raises model robustness under the compromise of accuracy on natural data. In this paper, we reduce natural accuracy degradation. We use the model logits from one clean model to guide learning of another one robust model, taking into consideration that logits from the well trained clean model embed the most discriminative features of natural data, {\it e.g.}, generalizable classifier boundary. Our solution is to constrain logits from the robust model that takes adversarial examples as input and makes it similar to those from the clean model fed with corresponding natural data. It lets the robust model inherit the classifier boundary of the clean model. Moreover, we observe such boundary guidance can not only preserve high natural accuracy but also benefit model robustness, which gives new insights and facilitates progress for the adversarial community. Finally, extensive experiments on CIFAR-10, CIFAR-100, and Tiny ImageNet testify to the effectiveness of our method. We achieve new state-of-the-art robustness on CIFAR-100 without additional real or synthetic data with auto-attack benchmark \footnote{\url{https://github.com/fra31/auto-attack}}. Our code is available at \url{https://github.com/dvlab-research/LBGAT}.

📄 PDF Abstract BibTeX arXiv:2011.11164

Code (3)

dvlab-research/LBGAT 공식 구현 pytorch
fra31/auto-attack 공식 구현 pytorch
jiequancui/LBGAT 공식 구현 pytorch

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

LADDER: Latent Boundary-guided Adversarial Training

2022-06-08 · Xiaowei Zhou, Ivor W. Tsang, Jie Yin

Deep Neural Networks (DNNs) have recently achieved great success in many classification tasks. Unfortunately, they are vulnerable to adversarial attacks that generate adversarial examples with a small perturbation to foo…

Adversarial Robustness

FreqDINO: Frequency-Guided Adaptation for Generalized Boundary-Aware Ultrasound Image Segmentation

2025-12-12 · Yixuan Zhang, Qing Xu, Yue Li, Xiangjian He 외 arxiv

Ultrasound image segmentation is pivotal for clinical diagnosis, yet challenged by speckle noise and imaging artifacts. Recently, DINOv3 has shown remarkable promise in medical image segmentation with its powerful repres…

Medical Image Segmentation

MEGANet-W: A Wavelet-Driven Edge-Guided Attention Framework for Weak Boundary Polyp Detection

2025-07-03 · Zhe Yee Tan, Ashwaq Qasem arxiv

Colorectal polyp segmentation is critical for early detection of colorectal cancer, yet weak and low contrast boundaries significantly limit automated accuracy. Existing deep models either blur fine edge details or rely …

Medical Image SegmentationBoundary DetectionPolyp Segmentation

Latent Adversarial Defence with Boundary-guided Generation

2019-07-16 · Xiaowei Zhou, Ivor W. Tsang, Jie Yin

Deep Neural Networks (DNNs) have recently achieved great success in many tasks, which encourages DNNs to be widely used as a machine learning service in model sharing scenarios. However, attackers can easily generate adv…

TART: Boosting Clean Accuracy Through Tangent Direction Guided Adversarial Training

2024-08-27 · Bongsoo Yi, Rongjie Lai, Yao Li

Adversarial training has been shown to be successful in enhancing the robustness of deep neural networks against adversarial attacks. However, this robustness is accompanied by a significant decline in accuracy on clean …

Adversarial Defense