paper-with-me

홈 › Papers

Improving Robustness by Enhancing Weak Subnets

2022-01-30 · Yong Guo, David Stutz, Bernt Schiele

Despite their success, deep networks have been shown to be highly susceptible to perturbations, often causing significant drops in accuracy. In this paper, we investigate model robustness on perturbed inputs by studying the performance of internal sub-networks (subnets). Interestingly, we observe that most subnets show particularly poor robustness against perturbations. More importantly, these weak subnets are correlated with the overall lack of robustness. Tackling this phenomenon, we propose a new training procedure that identifies and enhances weak subnets (EWS) to improve robustness. Specifically, we develop a search algorithm to find particularly weak subnets and explicitly strengthen them via knowledge distillation from the full network. We show that EWS greatly improves both robustness against corrupted images as well as accuracy on clean data. Being complementary to popular data augmentation methods, EWS consistently improves robustness when combined with these approaches. To highlight the flexibility of our approach, we combine EWS also with popular adversarial training methods resulting in improved adversarial robustness.

📄 PDF Abstract BibTeX arXiv:2201.12765

Code (1)

guoyongcs/ews 공식 구현 pytorch

Tasks

Adversarial RobustnessData AugmentationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

RECIST Weakly Supervised Lesion Segmentation via Label-Space Co-Training

2023-03-01 · Lianyu Zhou, Dong Wei, Donghuan Lu, Wei Xue 외

As an essential indicator for cancer progression and treatment response, tumor size is often measured following the response evaluation criteria in solid tumors (RECIST) guideline in CT slices. By marking each lesion wit…

Lesion SegmentationWeakly supervised segmentation

XploreNAS: Explore Adversarially Robust & Hardware-efficient Neural Architectures for Non-ideal Xbars

2023-02-15 · Abhiroop Bhattacharjee, Abhishek Moitra, Priyadarshini Panda

Compute In-Memory platforms such as memristive crossbars are gaining focus as they facilitate acceleration of Deep Neural Networks (DNNs) with high area and compute-efficiencies. However, the intrinsic non-idealities ass…

Adversarial RobustnessNeural Architecture Search

GrowTAS: Progressive Expansion from Small to Large Subnets for Efficient ViT Architecture Search

2025-12-13 · Hyunju Lee, Youngmin Oh, Jeimin Jeon, Donghyeon Baek 외 arxiv

Transformer architecture search (TAS) aims to automatically discover efficient vision transformers (ViTs), reducing the need for manual design. Existing TAS methods typically train an over-parameterized network (i.e., a …

Transfer Learning

Subnet-Aware Dynamic Supernet Training for Neural Architecture Search

2025-03-13 · CVPR 2025 1 · Jeimin Jeon, Youngmin Oh, Junghyup Lee, Donghyeon Baek 외

N-shot neural architecture search (NAS) exploits a supernet containing all candidate subnets for a given search space. The subnets are typically trained with a static training strategy (e.g., using the same learning rate…

Neural Architecture Search

Boosting Residual Networks with Group Knowledge

2023-08-26 · Shengji Tang, Peng Ye, Baopu Li, Weihao Lin 외

Recent research understands the residual networks from a new perspective of the implicit ensemble model. From this view, previous methods such as stochastic depth and stimulative training have further improved the perfor…

Knowledge Distillation