paper-with-me

홈 › Papers

The Weight Gram Matrix Captures Sequential Feature Linearization in Deep Networks

2026-05-07 · Taehun Cha, Daniel Beaglehole, Adityanarayanan Radhakrishnan, Donghun Lee arxiv

Understanding how deep neural networks learn representations remains a central challenge in machine learning theory. In this work, we propose a feature-centric framework for analyzing neural network training by relating weight updates to feature evolution. We introduce a simple identity, the Feature Learning Equation, which identifies the weight Gram matrix as the key object capturing feature dynamics. This enables us to interpret gradient descent as implicitly inducing a hypothetical evolution of features, whose covariance structure - termed the Virtual Covariance - characterizes how representations evolve during training. Building on this perspective, we introduce Target Linearity, a measure quantifying the linear alignment between features and targets. By analyzing the training and layer-wise dynamics, we show that deep networks learn to sequentially transform representations toward target-linear structure. This linearization perspective provides a unified interpretation of several empirical phenomena, including Neural Collapse and linear interpolation in generative models.

📄 PDF Abstract BibTeX arXiv:2605.06258

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TextConvoNet:A Convolutional Neural Network based Architecture for Text Classification

2022-03-10 · Sanskar Soni, Satyendra Singh Chouhan, Santosh Singh Rathore

In recent years, deep learning-based models have significantly improved the Natural Language Processing (NLP) tasks. Specifically, the Convolutional Neural Network (CNN), initially used for computer vision, has shown rem…

ClassificationSentencetext-classificationText Classification+1

Analysis of Robust PCA via Local Incoherence

2015-12-01 · NeurIPS 2015 12 · Huishuai Zhang, Yi Zhou, Yingbin Liang

We investigate the robust PCA problem of decomposing an observed matrix into the sum of a low-rank and a sparse error matrices via convex programming Principal Component Pursuit (PCP). In contrast to previous studies tha…

Encoding Impact of Network Modification on Controllability via Edge Centrality Matrix

2021-07-21 · Prasad Vilas Chanekar, Jorge Cortes

This paper develops tools to quantify the importance of agent interactions and its impact on global performance metrics for networks modeled as linear time-invariant systems. We consider Gramian-based performance metrics…

Sentence Alignment using Unfolding Recursive Autoencoders

2017-08-01 · WS 2017 8 · Jeenu Grover, Pabitra Mitra

In this paper, we propose a novel two step algorithm for sentence alignment in monolingual corpora using Unfolding Recursive Autoencoders. First, we use unfolding recursive auto-encoders (RAE) to learn feature vectors fo…

Information RetrievalMachine TranslationParaphrase IdentificationQuestion Answering+2

Weighted Neural Bag-of-n-grams Model: New Baselines for Text Classification

2016-12-01 · COLING 2016 12 · Bofang Li, Zhe Zhao, Tao Liu, Puwei Wang 외

NBSVM is one of the most popular methods for text classification and has been widely used as baselines for various text representation approaches. It uses Naive Bayes (NB) feature to weight sparse bag-of-n-grams represen…

General Classificationtext-classificationText ClassificationWord Embeddings