paper-with-me

Papers

Revisiting Hilbert-Schmidt Information Bottleneck for Adversarial Robustness

2021-06-04 · NeurIPS 2021 12 · Zifeng Wang, Tong Jian, Aria Masoomi, Stratis Ioannidis, Jennifer Dy

We investigate the HSIC (Hilbert-Schmidt independence criterion) bottleneck as a regularizer for learning an adversarially robust deep neural network classifier. In addition to the usual cross-entropy loss, we add regularization terms for every intermediate layer to ensure that the latent representations retain useful information for output prediction while reducing redundant information. We show that the HSIC bottleneck enhances robustness to adversarial attacks both theoretically and experimentally. In particular, we prove that the HSIC bottleneck regularizer reduces the sensitivity of the classifier to adversarial examples. Our experiments on multiple benchmark datasets and architectures demonstrate that incorporating an HSIC bottleneck regularizer attains competitive natural accuracy and improves adversarial robustness, both with and without adversarial examples during training. Our code and adversarially robust models are publicly available.

📄 PDF Abstract BibTeX arXiv:2106.02734

Code (1)

neu-spiral/hbar 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Gate Recurrent Unit Network based on Hilbert-Schmidt Independence Criterion for State-of-Health Estimation

2023-03-16 · Ziyue Huang, Lujuan Dang, Yuqing Xie, Wentao Ma 외

State-of-health (SOH) estimation is a key step in ensuring the safe and reliable operation of batteries. Due to issues such as varying data distribution and sequence length in different cycles, most existing methods requ…

Pruning Adversarially Robust Neural Networks without Adversarial Examples

2022-10-09 · Tong Jian, Zifeng Wang, Yanzhi Wang, Jennifer Dy 외

Adversarial pruning compresses models while preserving robustness. Current methods require access to adversarial examples during pruning. This significantly hampers training efficiency. Moreover, as new adversarial attac…

Adversarial Robustness

Automatic Network Pruning via Hilbert-Schmidt Independence Criterion Lasso under Information Bottleneck Principle

2023-01-01 · ICCV 2023 1 · Song Guo, Lei Zhang, Xiawu Zheng, Yan Wang 외

Most existing neural network pruning methods hand-crafted their importance criteria and structures to prune. This constructs heavy and unintended dependencies on heuristics and expert experience for both the objectiv…

Network Pruning

Nyström $M$-Hilbert-Schmidt Independence Criterion

2023-02-20 · Florian Kalinke, Zoltán Szabó

Kernel techniques are among the most popular and powerful approaches of data science. Among the key features that make kernels ubiquitous are (i) the number of domains they have been designed for, (ii) the Hilbert struct…

Causal Discovery

The HSIC Bottleneck: Deep Learning without Back-Propagation

2019-08-05 · Wan-Duo Kurt Ma, J. P. Lewis, W. Bastiaan Kleijn

We introduce the HSIC (Hilbert-Schmidt independence criterion) bottleneck for training deep neural networks. The HSIC bottleneck is an alternative to the conventional cross-entropy loss and backpropagation that has a num…

ClassificationDeep LearningGeneral Classification