paper-with-me

홈 › Papers

OrthoRank: Token Selection via Sink Token Orthogonality for Efficient LLM inference

2025-07-05 · Seungjun Shin, Jaehoon Oh, Dokwan Oh

Attention mechanisms are central to the success of large language models (LLMs), enabling them to capture intricate token dependencies and implicitly assign importance to each token. Recent studies have revealed the sink token, which receives disproportionately high attention despite their limited semantic role. In this paper, we first expand the relationship between the sink token and other tokens, moving beyond attention to explore their similarity in hidden states, considering the layer depth. We observe that as the layers get deeper, the cosine similarity between the normalized hidden states of the sink token and those of other tokens increases, and that the normalized hidden states of the sink token exhibit negligible changes. These imply that other tokens consistently are directed toward the sink token throughout the layers. Next, we propose a dynamic token selection method, called OrthoRank, using these findings to select important tokens. Specifically, in a certain layer, we define token importance by the speed at which the token moves toward the sink token. This is converted into orthogonality with the sink token, meaning that tokens that are more orthogonal to the sink token are assigned greater importance. Finally, through extensive experiments, we demonstrated that our method results in lower perplexity and higher zero-shot accuracy compared to layer pruning methods at the same sparsity ratio with comparable throughput, while also achieving superior performance on LongBench.

📄 PDF Abstract BibTeX arXiv:2507.03865

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Geometric Analysis of Token Selection in Multi-Head Attention

2026-02-02 · Timur Mudarisov, Mikhal Burtsev, Tatiana Petrova, Radu State arxiv

We present a geometric framework for analysing multi-head attention in large language models (LLMs). Without altering the mechanism, we view standard attention through a top-N selection lens and study its behaviour direc…

One Token Is Enough: Improving Diffusion Language Models with a Sink Token

2026-01-27 · Zihou Zhang, Zheyong Xie, Li Zhong, Haifeng Liu 외 arxiv

Diffusion Language Models (DLMs) have emerged as a compelling alternative to autoregressive approaches, enabling parallel text generation with competitive performance. Despite these advantages, there is a critical instab…

Text Generation

Mitigating Attention Sinks and Massive Activations in Audio-Visual Speech Recognition with LLMs

2025-10-26 · Anand, Umberto Cappellazzo, Stavros Petridis, Maja Pantic arxiv

Large language models (LLMs) have recently advanced auditory speech recognition (ASR), visual speech recognition (VSR), and audio-visual speech recognition (AVSR). However, understanding of their internal dynamics under …

Audio-Visual Speech Recognition

On the Existence and Behavior of Secondary Attention Sinks

2025-12-22 · Jeffrey T. H. Wong, Cheng Zhang, Louis Mahon, Wayne Luk 외 arxiv

Attention sinks are tokens, often the beginning-of-sequence (BOS) token, that receive disproportionately high attention despite limited semantic relevance. In this work, we identify a class of attention sinks, which we t…

When Graph Tokens Sink: A Mechanistic Analysis of Graph Language Models

2026-06-02 · Ding Zhang, Runtao Zhou, Wenqing Zheng, Rizal Fathony 외 arxiv

Graph Language Models (GLMs) have become a promising direction for adapting Large Language Models (LLMs) to graph learning tasks. By transforming graph topology and node information into graph tokens, GLMs allow LLMs to …

Graph Learning