paper-with-me

Papers

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 number of distinct advantages. It mitigates exploding and vanishing gradients, resulting in the ability to learn very deep networks without skip connections. There is no requirement for symmetric feedback or update locking. We find that the HSIC bottleneck provides performance on MNIST/FashionMNIST/CIFAR10 classification comparable to backpropagation with a cross-entropy target, even when the system is not encouraged to make the output resemble the classification labels. Appending a single layer trained with SGD (without backpropagation) to reformat the information further improves performance.

📄 PDF Abstract BibTeX arXiv:1908.01580

Code (3)

choasma/HSIC-Bottleneck 공식 구현 pytorch
forin-xyz/Keras-HSIC-Bottleneck tf
gusye1234/Pytorch-HSIC-bottleneck pytorch

Tasks

ClassificationDeep LearningGeneral Classification

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Revisiting Hilbert-Schmidt Information Bottleneck for Adversarial Robustness

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

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 regula…

Adversarial Robustness

End-to-End Training Induces Information Bottleneck through Layer-Role Differentiation: A Comparative Analysis with Layer-wise Training

2024-02-14 · Keitaro Sakamoto, Issei Sato

End-to-end (E2E) training, optimizing the entire model through error backpropagation, fundamentally supports the advancements of deep learning. Despite its high performance, E2E training faces the problems of memory cons…

Information Plane

"Dependency Bottleneck" in Auto-encoding Architectures: an Empirical Study

2018-02-15 · Denny Wu, Yixiu Zhao, Yao-Hung Hubert Tsai, Makoto Yamada 외

Recent works investigated the generalization properties in deep neural networks (DNNs) by studying the Information Bottleneck in DNNs. However, the mea- surement of the mutual information (MI) is often inaccurate due to …

Density Estimation

On Training of Kolmogorov-Arnold Networks

2024-11-08 · Shairoz Sohail

Kolmogorov-Arnold Networks have recently been introduced as a flexible alternative to multi-layer Perceptron architectures. In this paper, we examine the training dynamics of different KAN architectures and compare them …

Kolmogorov-Arnold Networks

DualHSIC: HSIC-Bottleneck and Alignment for Continual Learning

2023-04-30 · Zifeng Wang, Zheng Zhan, Yifan Gong, Yucai Shao 외

Rehearsal-based approaches are a mainstay of continual learning (CL). They mitigate the catastrophic forgetting problem by maintaining a small fixed-size buffer with a subset of data from past tasks. While most rehearsal…

Continual Learning