paper-with-me

Papers

On the Benefits of Invariance in Neural Networks

2020-05-01 · Clare Lyle, Mark van der Wilk, Marta Kwiatkowska, Yarin Gal, Benjamin Bloem-Reddy

Many real world data analysis problems exhibit invariant structure, and models that take advantage of this structure have shown impressive empirical performance, particularly in deep learning. While the literature contains a variety of methods to incorporate invariance into models, theoretical understanding is poor and there is no way to assess when one method should be preferred over another. In this work, we analyze the benefits and limitations of two widely used approaches in deep learning in the presence of invariance: data augmentation and feature averaging. We prove that training with data augmentation leads to better estimates of risk and gradients thereof, and we provide a PAC-Bayes generalization bound for models trained with data augmentation. We also show that compared to data augmentation, feature averaging reduces generalization error when used with convex losses, and tightens PAC-Bayes bounds. We provide empirical support of these theoretical results, including a demonstration of why generalization may not improve by training with data augmentation: the `learned invariance' fails outside of the training distribution.

📄 PDF Abstract BibTeX arXiv:2005.00178

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Expressive Sign Equivariant Networks for Spectral Geometric Learning

2023-12-04 · NeurIPS 2023 11 · Derek Lim, Joshua Robinson, Stefanie Jegelka, Haggai Maron

Recent work has shown the utility of developing machine learning models that respect the structure and symmetries of eigenvectors. These works promote sign invariance, since for any eigenvector v the negation -v is also …

Link PredictionNegation

On Translation Invariance in CNNs: Convolutional Layers can Exploit Absolute Spatial Location

2020-03-16 · CVPR 2020 6 · Osman Semih Kayhan, Jan C. van Gemert

In this paper we challenge the common assumption that convolutional layers in modern CNNs are translation invariant. We show that CNNs can and will exploit the absolute spatial location by learning filters that respond e…

General Classificationimage-classificationImage ClassificationInductive Bias+4

How Much Data Are Augmentations Worth? An Investigation into Scaling Laws, Invariance, and Implicit Regularization

2022-10-12 · Jonas Geiping, Micah Goldblum, Gowthami Somepalli, Ravid Shwartz-Ziv 외

Despite the clear performance benefits of data augmentations, little is known about why they are so effective. In this paper, we disentangle several key mechanisms through which data augmentations operate. Establishing a…

Probabilistic Invariant Learning with Randomized Linear Classifiers

2023-08-08 · NeurIPS 2023 11

Designing models that are both expressive and preserve known invariances of tasks is an increasingly hard problem. Existing solutions tradeoff invariance for computational or memory resources. In this work, we show how t…

Binary Classification

Improving Sound Event Classification by Increasing Shift Invariance in Convolutional Neural Networks

2021-07-01 · Eduardo Fonseca, Andres Ferraro, Xavier Serra

Recent studies have put into question the commonly assumed shift invariance property of convolutional networks, showing that small shifts in the input can affect the output predictions substantially. In this paper, we an…