English

Part-Based Models Improve Adversarial Robustness

Computer Vision and Pattern Recognition 2023-03-10 v2 Cryptography and Security Machine Learning

Abstract

We show that combining human prior knowledge with end-to-end learning can improve the robustness of deep neural networks by introducing a part-based model for object classification. We believe that the richer form of annotation helps guide neural networks to learn more robust features without requiring more samples or larger models. Our model combines a part segmentation model with a tiny classifier and is trained end-to-end to simultaneously segment objects into parts and then classify the segmented object. Empirically, our part-based models achieve both higher accuracy and higher adversarial robustness than a ResNet-50 baseline on all three datasets. For instance, the clean accuracy of our part models is up to 15 percentage points higher than the baseline's, given the same level of robustness. Our experiments indicate that these models also reduce texture bias and yield better robustness against common corruptions and spurious correlations. The code is publicly available at https://github.com/chawins/adv-part-model.

Keywords

Cite

@article{arxiv.2209.09117,
  title  = {Part-Based Models Improve Adversarial Robustness},
  author = {Chawin Sitawarin and Kornrapat Pongmala and Yizheng Chen and Nicholas Carlini and David Wagner},
  journal= {arXiv preprint arXiv:2209.09117},
  year   = {2023}
}

Comments

Published in ICLR 2023 (poster). Code can be found at https://github.com/chawins/adv-part-model

R2 v1 2026-06-28T01:40:02.289Z