paper-with-me

홈 › Papers

Sensitivity-Positional Co-Localization in GQA Transformers

2026-04-09 · Manoj Chandrashekar Rao arxiv

We investigate a fundamental structural question in Grouped Query Attention (GQA) transformers: do the layers most sensitive to task correctness coincide with the layers where positional encoding adaptation has the greatest leverage? We term this the co-localization hypothesis and test it on Llama 3.1 8B, a 32-layer GQA model with a 4:1 query-to-key-value head ratio. We introduce \LSLORA, which restricts LoRA adaptation to layers identified via a novel correctness-differential hidden-state metric, and GARFA (GQA-Aware RoPE Frequency Adaptation), which attaches 8 learnable per-KV-head scalar multipliers to each targeted layer. Contrary to the co-localization hypothesis, we discover strong anti-localization: task-sensitive layers concentrate in the late network ($\ell\in\{23\text{-}31\}$) while RoPE-influential layers dominate the early network ($\ell\in\{0\text{-}9\}$), yielding Spearman $r_s = -0.735$ ($p = 1.66\times10^{-6}$). Despite this anti-localization, a 4-way cross-layer ablation shows that applying both interventions to the sensitivity-identified layers outperforms all alternative configurations by 4-16 percentage points across six diverse benchmarks (MMLU, GPQA, HumanEval+, MATH, MGSM, ARC), approaching Claude 3.5 Haiku on HumanEval+ (67.1% vs. 68.3%) at \$100 total compute cost.

📄 PDF Abstract BibTeX arXiv:2604.07766

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Comprehensive Study of Image Classification Model Sensitivity to Foregrounds, Backgrounds, and Visual Attributes

2022-01-26 · CVPR 2022 1 · Mazda Moayeri, Phillip Pope, Yogesh Balaji, Soheil Feizi

While datasets with single-label supervision have propelled rapid advances in image classification, additional annotations are necessary in order to quantitatively assess how models make predictions. To this end, for a s…

image-classificationImage ClassificationSensitivity

Seeing the Unseen: Mask-Driven Positional Encoding and Strip-Convolution Context Modeling for Cross-View Object Geo-Localization

2025-10-23 · Shuhan Hu, Yiru Li, Yuanyuan Li, Yingying Zhu arxiv

Cross-view object geo-localization enables high-precision object localization through cross-view matching, with critical applications in autonomous driving, urban management, and disaster response. However, existing meth…

Object LocalizationAutonomous Driving

Contextual Counting: A Mechanistic Study of Transformers on a Quantitative Task

2024-05-30 · Siavash Golkar, Alberto Bietti, Mariel Pettee, Michael Eickenberg 외

Transformers have revolutionized machine learning across diverse domains, yet understanding their behavior remains crucial, particularly in high-stakes applications. This paper introduces the contextual counting task, a …

object-detectionObject Detection

Parity, Sensitivity, and Transformers

2026-02-05 · Alexander Kozachinskiy, Tomasz Steifer, Przemysław Wałȩga arxiv

Understanding what neural architectures can and cannot compute is a central challenge in the theory of AI. One of the fundamental problems in this context is the PARITY task, which asks whether the number of 1s in a bina…

COGS: A Compositional Generalization Challenge Based on Semantic Interpretation

2020-10-12 · EMNLP 2020 11 · Najoung Kim, Tal Linzen

Natural language is characterized by compositionality: the meaning of a complex expression is constructed from the meanings of its constituent parts. To facilitate the evaluation of the compositional abilities of languag…

PositionSemantic Parsing