Part-Based Models Improve Adversarial Robustness: Weights (Table 1)
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/8342613
下载链接
链接失效反馈官方服务:
资源简介:
Link
https://arxiv.org/abs/2209.09117
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.
Usage
The architecture type is included in the weight name, i.e., "part-wbbox-norm_img" corresponds to the bounding box model, and to create the model using our main.py, you can set "--experiment part-wbbox-norm_img-semi". "part-pooling-4" is the downsampled model, and the argument is "--experiment part-pooling-4-semi". Each model also corresponds to each training algorithm: "normal" for standard/normal/clean training, "pgd" for PGD adversarial training, and "trades" for TRADES adversarial training.
创建时间:
2023-09-14



