paper-with-me

Papers

Improving Adversarial Robustness by Enforcing Local and Global Compactness

2020-07-10 · ECCV 2020 8 · Anh Bui, Trung Le, He Zhao, Paul Montague, Olivier deVel, Tamas Abraham, Dinh Phung

The fact that deep neural networks are susceptible to crafted perturbations severely impacts the use of deep learning in certain domains of application. Among many developed defense models against such attacks, adversarial training emerges as the most successful method that consistently resists a wide range of attacks. In this work, based on an observation from a previous study that the representations of a clean data example and its adversarial examples become more divergent in higher layers of a deep neural net, we propose the Adversary Divergence Reduction Network which enforces local/global compactness and the clustering assumption over an intermediate layer of a deep neural network. We conduct comprehensive experiments to understand the isolating behavior of each component (i.e., local/global compactness and the clustering assumption) and compare our proposed model with state-of-the-art adversarial training methods. The experimental results demonstrate that augmenting adversarial training with our proposed components can further improve the robustness of the network, leading to higher unperturbed and adversarial predictive performances.

📄 PDF Abstract BibTeX arXiv:2007.05123

Code (1)

tuananhbui89/Adversarial-Divergence-Reduction 공식 구현 pytorch

Tasks

Adversarial RobustnessClustering

Similar Papers 제목 키워드 기반

Enforcing Linearity in DNN succours Robustness and Adversarial Image Generation

2019-10-17 · Anindya Sarkar, Nikhil Kumar Gupta, Raghu Iyengar

Recent studies on the adversarial vulnerability of neural networks have shown that models trained with the objective of minimizing an upper bound on the worst-case loss over all possible adversarial perturbations improve…

Adversarial DefenseImage GenerationRepresentation Learning

CSTAR: Towards Compact and STructured Deep Neural Networks with Adversarial Robustness

2022-12-04 · Huy Phan, Miao Yin, Yang Sui, Bo Yuan 외

Model compression and model defense for deep neural networks (DNNs) have been extensively and individually studied. Considering the co-importance of model compactness and robustness in practical applications, several pri…

Adversarial RobustnessModel Compression

Contrastive-Regularized U-Net for Video Anomaly Detection

2023-04-11 · IEEE Access 2023 4 · Kian Yu Gan, Yu Tong Cheng, Hung-Khoon Tan, Hui-Fuang Ng 외

Video anomaly detection aims to identify anomalous segments in a video. It is typically trained with weakly supervised video-level labels. This paper focuses on two crucial factors affecting the performance of video anom…

Anomaly DetectionAnomaly Detection In Surveillance VideosDecoderVideo Anomaly Detection

Unsupervised Domain Adaptation for Image Classification via Structure-Conditioned Adversarial Learning

2021-03-04 · Hui Wang, Jian Tian, Songyuan Li, Hanbin Zhao 외

Unsupervised domain adaptation (UDA) typically carries out knowledge transfer from a label-rich source domain to an unlabeled target domain by adversarial learning. In principle, existing UDA approaches mainly focus on t…

Domain AdaptationGeneral Classificationimage-classificationImage Classification+2

Improving Network Robustness against Adversarial Attacks with Compact Convolution

2017-12-03 · Rajeev Ranjan, Swami Sankaranarayanan, Carlos D. Castillo, Rama Chellappa

Though Convolutional Neural Networks (CNNs) have surpassed human-level performance on tasks such as object classification and face verification, they can easily be fooled by adversarial attacks. These attacks add a small…

Face Verification