paper-with-me

홈 › Papers

Adversarial Training via Adaptive Knowledge Amalgamation of an Ensemble of Teachers

2024-05-22 · Shayan Mohajer Hamidi, Linfeng Ye

Adversarial training (AT) is a popular method for training robust deep neural networks (DNNs) against adversarial attacks. Yet, AT suffers from two shortcomings: (i) the robustness of DNNs trained by AT is highly intertwined with the size of the DNNs, posing challenges in achieving robustness in smaller models; and (ii) the adversarial samples employed during the AT process exhibit poor generalization, leaving DNNs vulnerable to unforeseen attack types. To address these dual challenges, this paper introduces adversarial training via adaptive knowledge amalgamation of an ensemble of teachers (AT-AKA). In particular, we generate a diverse set of adversarial samples as the inputs to an ensemble of teachers; and then, we adaptively amalgamate the logtis of these teachers to train a generalized-robust student. Through comprehensive experiments, we illustrate the superior efficacy of AT-AKA over existing AT methods and adversarial robustness distillation techniques against cutting-edge attacks, including AutoAttack.

📄 PDF Abstract BibTeX arXiv:2405.13324

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Customizing Student Networks From Heterogeneous Teachers via Adaptive Knowledge Amalgamation

2019-08-20 · ICCV 2019 10 · Chengchao Shen, Mengqi Xue, Xinchao Wang, Jie Song 외

A massive number of well-trained deep networks have been released by developers online. These networks may focus on different tasks and in many cases are optimized for different datasets. In this paper, we study how to e…

KA$^2$ER: Knowledge Adaptive Amalgamation of ExpeRts for Medical Images Segmentation

2024-10-28 · Shangde Gao, Yichao Fu, Ke Liu, Hongxia Xu 외

Recently, many foundation models for medical image analysis such as MedSAM, SwinUNETR have been released and proven to be useful in multiple tasks. However, considering the inherent heterogeneity and inhomogeneity of rea…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+1

Improved Robustness Against Adaptive Attacks With Ensembles and Error-Correcting Output Codes

2023-03-04 · Thomas Philippon, Christian Gagné

Neural network ensembles have been studied extensively in the context of adversarial robustness and most ensemble-based approaches remain vulnerable to adaptive attacks. In this paper, we investigate the robustness of Er…

Adversarial RobustnessDiversity

Knowledge Amalgamation for Object Detection with Transformers

2022-03-07 · Haofei Zhang, Feng Mao, Mengqi Xue, Gongfan Fang 외

Knowledge amalgamation (KA) is a novel deep model reusing task aiming to transfer knowledge from several well-trained teachers to a multi-talented and compact student. Currently, most of these approaches are tailored for…

Objectobject-detectionObject Detection

Federated Selective Aggregation for Knowledge Amalgamation

2022-07-27 · Donglin Xie, Ruonan Yu, Gongfan Fang, Jie Song 외

In this paper, we explore a new knowledge-amalgamation problem, termed Federated Selective Aggregation (FedSA). The goal of FedSA is to train a student model for a new task with the help of several decentralized teachers…