paper-with-me

홈 › Papers

What can linearized neural networks actually say about generalization?

2021-06-12 · NeurIPS 2021 12 · Guillermo Ortiz-Jiménez, Seyed-Mohsen Moosavi-Dezfooli, Pascal Frossard

For certain infinitely-wide neural networks, the neural tangent kernel (NTK) theory fully characterizes generalization, but for the networks used in practice, the empirical NTK only provides a rough first-order approximation. Still, a growing body of work keeps leveraging this approximation to successfully analyze important deep learning phenomena and design algorithms for new applications. In our work, we provide strong empirical evidence to determine the practical validity of such approximation by conducting a systematic comparison of the behavior of different neural networks and their linear approximations on different tasks. We show that the linear approximations can indeed rank the learning complexity of certain tasks for neural networks, even when they achieve very different performances. However, in contrast to what was previously reported, we discover that neural networks do not always perform better than their kernel approximations, and reveal that the performance gap heavily depends on architecture, dataset size and training task. We discover that networks overfit to these tasks mostly due to the evolution of their kernel during training, thus, revealing a new type of implicit bias.

📄 PDF Abstract BibTeX arXiv:2106.06770

Code (1)

gortizji/linearized-networks 공식 구현 jax

Methods 이 논문이 사용한 방법론

NTK 설명 없음

Similar Papers 제목 키워드 기반

Six Lectures on Linearized Neural Networks

2023-08-25 · Theodor Misiakiewicz, Andrea Montanari

In these six lectures, we examine what can be learnt about the behavior of multi-layer neural networks from the analysis of linear models. We first recall the correspondence between neural networks and linear models via …

regression

Linear attention is (maybe) all you need (to understand transformer optimization)

2023-10-02 · Kwangjun Ahn, Xiang Cheng, Minhak Song, Chulhee Yun 외

Transformer training is notoriously difficult, requiring a careful design of optimizers and use of various heuristics. We make progress towards understanding the subtleties of training Transformers by carefully studying …

All

Challenges to Evaluating the Generalization of Coreference Resolution Models: A Measurement Modeling Perspective

2023-03-16 · Ian Porada, Alexandra Olteanu, Kaheer Suleman, Adam Trischler 외

It is increasingly common to evaluate the same coreference resolution (CR) model on multiple datasets. Do these multi-dataset evaluations allow us to draw meaningful conclusions about model generalization? Or, do they ra…

coreference-resolutionCoreference Resolution

The Linearized Bregman Method via Split Feasibility Problems: Analysis and Generalizations

2013-09-09 · Dirk A. Lorenz, Frank Schöpfer, Stephan Wenger

The linearized Bregman method is a method to calculate sparse solutions to systems of linear equations. We formulate this problem as a split feasibility problem, propose an algorithmic framework based on Bregman projecti…

Optimization of Graph Neural Networks: Implicit Acceleration by Skip Connections and More Depth

2021-05-10 · Keyulu Xu, Mozhi Zhang, Stefanie Jegelka, Kenji Kawaguchi

Graph Neural Networks (GNNs) have been studied through the lens of expressive power and generalization. However, their optimization properties are less well understood. We take the first step towards analyzing GNN traini…