paper-with-me

홈 › Papers

A Theory of PAC Learnability under Transformation Invariances

2022-02-15 · Han Shao, Omar Montasser, Avrim Blum

Transformation invariances are present in many real-world problems. For example, image classification is usually invariant to rotation and color transformation: a rotated car in a different color is still identified as a car. Data augmentation, which adds the transformed data into the training set and trains a model on the augmented data, is one commonly used technique to build these invariances into the learning process. However, it is unclear how data augmentation performs theoretically and what the optimal algorithm is in presence of transformation invariances. In this paper, we study PAC learnability under transformation invariances in three settings according to different levels of realizability: (i) A hypothesis fits the augmented data; (ii) A hypothesis fits only the original data and the transformed data lying in the support of the data distribution; (iii) Agnostic case. One interesting observation is that distinguishing between the original data and the transformed data is necessary to achieve optimal accuracy in setting (ii) and (iii), which implies that any algorithm not differentiating between the original and transformed data (including data augmentation) is not optimal. Furthermore, this type of algorithms can even "harm" the accuracy. In setting (i), although it is unnecessary to distinguish between the two data sets, data augmentation still does not perform optimally. Due to such a difference, we propose two combinatorial measures characterizing the optimal sample complexity in setting (i) and (ii)(iii) and provide the optimal algorithms.

📄 PDF Abstract BibTeX arXiv:2202.07552

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Characterizing the invariances of learning algorithms using category theory

2019-05-06 · Kenneth D. Harris

Many learning algorithms have invariances: when their training data is transformed in certain ways, the function they learn transforms in a predictable manner. Here we formalize this notion using concepts from the mathem…

regression

Non-Parametric Transformation Networks

2018-01-14 · Dipan K. Pal, Marios Savvides

ConvNets, through their architecture, only enforce invariance to translation. In this paper, we introduce a new class of deep convolutional architectures called Non-Parametric Transformation Networks (NPTNs) which can le…

Translation

On Learnability under General Stochastic Processes

2020-05-15 · A. Philip Dawid, Ambuj Tewari

Statistical learning theory under independent and identically distributed (iid) sampling and online learning theory for worst case individual sequences are two of the best developed branches of learning theory. Statistic…

Binary ClassificationLearning Theoryregression

Parametrizing filters of a CNN with a GAN

2017-10-31 · ICLR 2018 1 · Yannic Kilcher, Gary Becigneul, Thomas Hofmann

It is commonly agreed that the use of relevant invariances as a good statistical bias is important in machine-learning. However, most approaches that explicitly incorporate invariances into a model architecture only make…

Generative Adversarial Network

Learning Online Visual Invariances for Novel Objects via Supervised and Self-Supervised Training

2021-10-04 · Valerio Biscione, Jeffrey S. Bowers

Humans can identify objects following various spatial transformations such as scale and viewpoint. This extends to novel objects, after a single presentation at a single pose, sometimes referred to as online invariance. …

Data AugmentationTranslation