paper-with-me

홈 › Papers

The activity-weight duality in feed forward neural networks: The geometric determinants of generalization

2022-03-21 · Yu Feng, Yuhai Tu

One of the fundamental problems in machine learning is generalization. In neural network models with a large number of weights (parameters), many solutions can be found to fit the training data equally well. The key question is which solution can describe testing data not in the training set. Here, we report the discovery of an exact duality (equivalence) between changes in activities in a given layer of neurons and changes in weights that connect to the next layer of neurons in a densely connected layer in any feed forward neural network. The activity-weight (A-W) duality allows us to map variations in inputs (data) to variations of the corresponding dual weights. By using this mapping, we show that the generalization loss can be decomposed into a sum of contributions from different eigen-directions of the Hessian matrix of the loss function at the solution in weight space. The contribution from a given eigen-direction is the product of two geometric factors (determinants): the sharpness of the loss landscape and the standard deviation of the dual weights, which is found to scale with the weight norm of the solution. Our results provide an unified framework, which we used to reveal how different regularization schemes (weight decay, stochastic gradient descent with different batch sizes and learning rates, dropout), training data size, and labeling noise affect generalization performance by controlling either one or both of these two geometric determinants for generalization. These insights can be used to guide development of algorithms for finding more generalizable solutions in overparametrized neural networks.

📄 PDF Abstract BibTeX arXiv:2203.10736

Code (1)

yufengduke/a-w-duality-project 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Dataset-learning duality and emergent criticality

2024-05-27 · Ekaterina Kukleva, Vitaly Vanchurin

In artificial neural networks, the activation dynamics of non-trainable variables is strongly coupled to the learning dynamics of trainable variables. During the activation pass, the boundary neurons (e.g., input neurons…

Aligned and oblique dynamics in recurrent neural networks

2023-07-14 · Friedrich Schuessler, Francesca Mastrogiuseppe, Srdjan Ostojic, Omri Barak

The relation between neural activity and behaviorally relevant variables is at the heart of neuroscience research. When strong, this relation is termed a neural representation. There is increasing evidence, however, for …

Relation

Learning Dynamics Reveal a Hierarchy of Weight-Induced Layerwise Gram Metrics

2026-06-08 · Claudio Nordio arxiv

We study feed-forward ReLU networks with fixed readout and quadratic loss, and rewrite gradient descent as a collective dynamics of activation fields and conjugate fields on the training set. Working to first order in th…

Fin3R: Fine-tuning Feed-forward 3D Reconstruction Models via Monocular Knowledge Distillation

2025-11-27 · Weining Ren, Hongjun Wang, Xiao Tan, Kai Han arxiv

We present Fin3R, a simple, effective, and general fine-tuning method for feed-forward 3D reconstruction models. The family of feed-forward reconstruction model regresses pointmap of all input images to a reference frame…

Knowledge Distillation3D Reconstruction

GGPT: Geometry Grounded Point Transformer

2026-03-11 · Yutong Chen, Yiming Wang, Xucong Zhang, Sergey Prokudin 외 arxiv

Recent feed-forward networks have achieved remarkable progress in sparse-view 3D reconstruction by predicting dense point maps directly from RGB images. However, they often suffer from geometric inconsistencies and limit…

3D ReconstructionPoint Clouds