paper-with-me

홈 › Papers

Differentiation and Specialization of Attention Heads via the Refined Local Learning Coefficient

2024-10-03 · George Wang, Jesse Hoogland, Stan van Wingerden, Zach Furman, Daniel Murfet

We introduce refined variants of the Local Learning Coefficient (LLC), a measure of model complexity grounded in singular learning theory, to study the development of internal structure in transformer language models during training. By applying these \textit{refined LLCs} (rLLCs) to individual components of a two-layer attention-only transformer, we gain novel insights into the progressive differentiation and specialization of attention heads. Our methodology reveals how attention heads differentiate into distinct functional roles over the course of training, analyzes the types of data these heads specialize to process, and discovers a previously unidentified multigram circuit. These findings demonstrate that rLLCs provide a principled, quantitative toolkit for \textit{developmental interpretability}, which aims to understand models through their evolution across the learning process. More broadly, this work takes a step towards establishing the correspondence between data distributional structure, geometric properties of the loss landscape, learning dynamics, and emergent computational structures in neural networks.

📄 PDF Abstract BibTeX arXiv:2410.02984

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Theory

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Specialization of softmax attention heads: insights from the high-dimensional single-location model

2026-03-04 · M. Sagitova, O. Duranthon, L. Zdeborová arxiv

Multi-head attention enables transformer models to represent multiple attention patterns simultaneously. Empirically, head specialization emerges in distinct stages during training, while many heads remain redundant and …

Semantic Head Specialization Guides Hybrid ViT Attention for Multimodal LLMs

2026-08-28 · Chenhong He, Lei Li, Shicheng Li, Hanglong Lv 외 arxiv

Hybrid attention dominates frontier LLMs, yet Vision Transformers (ViTs) in multimodal LLMs lack a satisfactory hybrid design, with no consensus on why certain attention patterns work better. To fill this gap, we study V…

Head-wise Modality Specialization within MLLMs for Robust Fake News Detection under Missing Modality

2026-04-08 · Kai Qian, Weijie Shi, Jiaqi Wang, Mengze Li 외 arxiv

Multimodal fake news detection (MFND) aims to verify news credibility by jointly exploiting textual and visual evidence. However, real-world news dissemination frequently suffers from missing modality due to deleted imag…

Fake News Detection

Task-KV: Task-aware KV Cache Optimization via Semantic Differentiation of Attention Heads

2025-01-25 · Xingyang He, Jie Liu, Shaowei Chen

KV cache is a widely used acceleration technique for large language models (LLMs) inference. However, its memory requirement grows rapidly with input length. Previous studies have reduced the size of KV cache by either r…

Head-Aware Visual Cropping: Enhancing Fine-Grained VQA with Attention-Guided Subimage

2026-01-30 · Junfei Xie, Peng Pan, Xulong Zhang arxiv

Multimodal Large Language Models (MLLMs) show strong performance in Visual Question Answering (VQA) but remain limited in fine-grained reasoning due to low-resolution inputs and noisy attention aggregation. We propose \t…

Visual Question AnsweringVisual Grounding