paper-with-me

홈 › Papers

The Role of Linear Layers in Nonlinear Interpolating Networks

2022-02-02 · Greg Ongie, Rebecca Willett

This paper explores the implicit bias of overparameterized neural networks of depth greater than two layers. Our framework considers a family of networks of varying depth that all have the same capacity but different implicitly defined representation costs. The representation cost of a function induced by a neural network architecture is the minimum sum of squared weights needed for the network to represent the function; it reflects the function space bias associated with the architecture. Our results show that adding linear layers to a ReLU network yields a representation cost that reflects a complex interplay between the alignment and sparsity of ReLU units. Specifically, using a neural network to fit training data with minimum representation cost yields an interpolating function that is constant in directions perpendicular to a low-dimensional subspace on which a parsimonious interpolant exists.

📄 PDF Abstract BibTeX arXiv:2202.00856

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Role of Transformer Feed-Forward Layers in Nonlinear In-Context Learning

2025-01-30 · Haoyuan Sun, Ali Jadbabaie, Navid Azizan

Transformer-based models demonstrate a remarkable ability for in-context learning (ICL), where they can adapt to unseen tasks from a few prompt examples without parameter updates. Notably, recent research has provided in…

In-Context Learning

What can linear interpolation of neural network loss landscapes tell us?

2021-06-30 · Tiffany Vlaar, Jonathan Frankle

Studying neural network loss landscapes provides insights into the nature of the underlying optimization problems. Unfortunately, loss landscapes are notoriously difficult to visualize in a human-comprehensible fashion. …

Why Geometric Continuity Emerges in Deep Neural Networks: Residual Connections and Rotational Symmetry Breaking

2026-05-06 · Kyungwon Jeong, Won-Gi Paeng, Honggyo Suh arxiv

Weight matrices in deep networks exhibit geometric continuity -- principal singular vectors of adjacent layers point in similar directions. While this property has been widely observed, its origin remains unexplained. Th…

Extraction of nonlinearity in neural networks with Koopman operator

2024-02-18 · Naoki Sugishita, Kayo Kinjo, Jun Ohkubo

Nonlinearity plays a crucial role in deep neural networks. In this paper, we investigate the degree to which the nonlinearity of the neural network is essential. For this purpose, we employ the Koopman operator, extended…

Model Compression

Learning Ability of Interpolating Deep Convolutional Neural Networks

2022-10-25 · Tian-Yi Zhou, Xiaoming Huo

It is frequently observed that overparameterized neural networks generalize well. Regarding such phenomena, existing theoretical work mainly devotes to linear settings or fully-connected neural networks. This paper studi…