paper-with-me

홈 › Papers

On the Inductive Bias of a CNN for Distributions with Orthogonal Patterns

2021-01-01 · Alon Brutzkus, Amir Globerson

Training overparameterized convolutional neural networks with gradient based optimization is the most successful learning method for image classification. However, their generalization properties are far from understood. In this work, we consider a simplified image classification task where images contain orthogonal patches and are learned with a 3-layer overparameterized convolutional network and stochastic gradient descent (SGD). We empirically identify a novel phenomenon of SGD in our setting, where the dot-product between the learned pattern detectors and their detected patterns are governed by the pattern statistics in the training set. We call this phenomenon Pattern Statistics Inductive Bias (PSI) and empirically verify it in a large number of instances. We prove that in our setting, if a learning algorithm satisfies PSI then its sample complexity is $O(d^2\log(d))$ where $d$ is the filter dimension. In contrast, we show a VC dimension lower bound which is exponential in $d$. We perform experiments with overparameterized CNNs on a variant of MNIST with non-orthogonal patches, and show that the empirical observations are in line with our analysis.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationInductive Bias

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 제목 키워드 기반

The inductive bias of ReLU networks on orthogonally separable data

2021-01-01 · ICLR 2021 1 · Mary Phuong, Christoph H Lampert

We study the inductive bias of two-layer ReLU networks trained by gradient flow. We identify a class of easy-to-learn (`orthogonally separable') datasets, and characterise the solution that ReLU networks trained on such …

Inductive Bias

Temporal Task Diversity: Inductive Biases Under Non-Stationarity in Synthetic Sequence Modelling

2026-05-18 · Afiq Abdillah Effiezal Aswadi, Oliver Britton, Ross Baker, Matthew Farrugia-Roberts arxiv

Modern deep learning science often assumes that neural networks learn from a fixed data distribution. However, many practically important learning problems involve data distributions that change throughout training. How …

The Loss Is Not Enough: Sampling Conditions and Inductive Bias in Contrastive Representation Learning

2026-06-02 · Justinas Zaliaduonis, Patrick Putzky, Till Richter, Sergios Gatidis arxiv

Contrastive learning has become a leading paradigm for self-supervised representation learning, yet the conditions under which it recovers meaningful latent geometry remain incompletely understood. We develop a measure-t…

Representation LearningContrastive Learning

Empirical Analysis of the Inductive Bias of Recurrent Neural Networks by Discrete Fourier Transform of Output Sequences

2023-05-16 · Taiga Ishii, Ryo Ueda, Yusuke Miyao

A unique feature of Recurrent Neural Networks (RNNs) is that it incrementally processes input sequences. In this research, we aim to uncover the inherent generalization properties, i.e., inductive bias, of RNNs with resp…

Inductive Bias

Face-Voice Association with Inductive Bias for Maximum Class Separation

2026-01-20 · Marta Moscati, Oleksandr Kats, Mubashir Noman, Muhammad Zaigham Zaheer 외 arxiv

Face-voice association is widely studied in multimodal learning and is approached representing faces and voices with embeddings that are close for a same person and well separated from those of others. Previous work achi…