paper-with-me

Papers

Strong inductive biases provably prevent harmless interpolation

2023-01-18 · Michael Aerni, Marco Milanta, Konstantin Donhauser, Fanny Yang

Classical wisdom suggests that estimators should avoid fitting noise to achieve good generalization. In contrast, modern overparameterized models can yield small test error despite interpolating noise -- a phenomenon often called "benign overfitting" or "harmless interpolation". This paper argues that the degree to which interpolation is harmless hinges upon the strength of an estimator's inductive bias, i.e., how heavily the estimator favors solutions with a certain structure: while strong inductive biases prevent harmless interpolation, weak inductive biases can even require fitting noise to generalize well. Our main theoretical result establishes tight non-asymptotic bounds for high-dimensional kernel regression that reflect this phenomenon for convolutional kernels, where the filter size regulates the strength of the inductive bias. We further provide empirical evidence of the same behavior for deep neural networks with varying filter sizes and rotational invariance.

📄 PDF Abstract BibTeX arXiv:2301.07605

Code (1)

michaelaerni/iclr23-inductivebiasesharmlessinterpolation 공식 구현 jax

Tasks

Inductive Bias

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

You Don't Need Strong Assumptions: Visual Representation Learning via Temporal Differences

2026-06-14 · Ninad Daithankar, Alexi Gladstone, Yann LeCun, Heng Ji arxiv

Progress in AI has largely been driven by methods that assume less. As compute and data increase, approaches with weaker inductive biases generally outperform those with stronger assumptions. This is particularly charact…

Self-Supervised LearningRepresentation Learning

Understanding Contrastive Learning Requires Incorporating Inductive Biases

2022-02-28 · Nikunj Saunshi, Jordan Ash, Surbhi Goel, Dipendra Misra 외

Contrastive learning is a popular form of self-supervised learning that encourages augmentations (views) of the same input to have more similar representations compared to augmentations of different inputs. Recent attemp…

Contrastive LearningSelf-Supervised Learning

Enhancing the Inductive Biases of Graph Neural ODE for Modeling Dynamical Systems

2022-09-22 · Suresh Bishnoi, Ravinder Bhattoo, Sayan Ranu, N. M. Anoop Krishnan

Neural networks with physics based inductive biases such as Lagrangian neural networks (LNN), and Hamiltonian neural networks (HNN) learn the dynamics of physical systems by encoding strong inductive biases. Alternativel…

Measuring Inductive Biases of In-Context Learning with Underspecified Demonstrations

2023-05-22 · Chenglei Si, Dan Friedman, Nitish Joshi, Shi Feng 외

In-context learning (ICL) is an important paradigm for adapting large language models (LLMs) to new tasks, but the generalization behavior of ICL remains poorly understood. We investigate the inductive biases of ICL from…

In-Context LearningInductive Bias

Meta-Learning Neural Procedural Biases

2024-06-12 · Christian Raymond, Qi Chen, Bing Xue, Mengjie Zhan

The goal of few-shot learning is to generalize and achieve high performance on new unseen learning tasks, where each task has only a limited number of examples available. Gradient-based meta-learning attempts to address …

Few-Shot LearningMeta-Learning