paper-with-me

Papers

TQL: Scaling Q-Functions with Transformers by Preventing Attention Collapse

2026-02-01 · Perry Dong, Kuo-Han Hung, Alexander Swerdlow, Dorsa Sadigh, Chelsea Finn arxiv

Despite scale driving substantial recent advancements in machine learning, reinforcement learning (RL) methods still primarily use small value functions. Naively scaling value functions -- including with a transformer architecture, which is known to be highly scalable -- often results in learning instability and worse performance. In this work, we ask what prevents transformers from scaling effectively for value functions? Through empirical analysis, we identify the critical failure mode in this scaling: attention scores collapse as capacity increases. Our key insight is that we can effectively prevent this collapse and stabilize training by controlling the entropy of the attention scores, thereby enabling the use of larger models. To this end, we propose Transformer Q-Learning (TQL), a method that unlocks the scaling potential of transformers in learning value functions in RL. Our approach yields up to a 43% improvement in performance when scaling from the smallest to the largest network sizes, while prior methods suffer from performance degradation.

📄 PDF Abstract BibTeX arXiv:2602.01439

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Critical attention scaling in long-context transformers

2025-10-07 · Shi Chen, Zhengjiang Lin, Yury Polyanskiy, Philippe Rigollet arxiv

As large language models scale to longer contexts, attention layers suffer from a fundamental pathology: attention scores collapse toward uniformity as context length $n$ increases, causing tokens to cluster excessively,…

Signal Propagation in Transformers: Theoretical Perspectives and the Role of Rank Collapse

2022-06-07 · Lorenzo Noci, Sotiris Anagnostidis, Luca Biggio, Antonio Orvieto 외

Transformers have achieved remarkable success in several domains, ranging from natural language processing to computer vision. Nevertheless, it has been recently shown that stacking self-attention layers - the distinctiv…

Seq-VCR: Preventing Collapse in Intermediate Transformer Representations for Enhanced Reasoning

2024-11-04 · Md Rifat Arefin, Gopeshh Subbaraj, Nicolas Gontier, Yann Lecun 외

Decoder-only Transformers often struggle with complex reasoning tasks, particularly arithmetic reasoning requiring multiple sequential operations. In this work, we identify representation collapse in the model's intermed…

Arithmetic ReasoningDecoder

Geometric and Dynamic Scaling in Deep Transformers

2026-01-03 · Haoran Su, Chenyu You arxiv

Despite their empirical success, pushing Transformer architectures to extreme depth often leads to a paradoxical failure: representations become increasingly redundant, lose rank, and ultimately collapse. Existing explan…

Representation Learning

Lambda-Skip Connections: the architectural component that prevents Rank Collapse

2024-10-14 · Federico Arangath Joseph, Jerome Sieber, Melanie N. Zeilinger, Carmen Amo Alonso

Rank collapse, a phenomenon where embedding vectors in sequence models rapidly converge to a uniform token or equilibrium state, has recently gained attention in the deep learning literature. This phenomenon leads to red…

State Space Models