English
Related papers

Related papers: Accelerating Attention with Basis Decomposition

200 papers

Multimodal large language models (MLLMs) often suffer from perceptual impairments under extended reasoning modes, particularly in visual question answering (VQA) tasks. We identify attention dispersion as the underlying cause: during…

Computer Vision and Pattern Recognition · Computer Science 2026-05-21 Ruiying Peng , Xueyu Wu , Jing Lei , Lu Hou , Yuanzheng Ma , Xiaohui Li

The evolution of large language models (LLMs) towards applications with ultra-long contexts faces challenges posed by the high computational and memory costs of the Transformer architecture. While existing sparse and linear attention…

Large language models (LLMs) now support context windows of hundreds of thousands to millions of tokens, enabling applications such as long-document summarization, large-scale code synthesis, multi-document question answering and persistent…

Computation and Language · Computer Science 2025-10-22 Siyuan Yan , Guo-Qing Jiang , Yuchen Zhang , Xiaoxing Ma , Ran Zhu , Chun Cao , Jingwei Xu

Recently, pre-training multilingual language models has shown great potential in learning multilingual representation, a crucial topic of natural language processing. Prior works generally use a single mixed attention (MA) module, following…

Computation and Language · Computer Science 2021-06-10 Yinpeng Guo , Liangyou Li , Xin Jiang , Qun Liu

The quadratic cost of attention limits the scalability of long-context LLMs, especially under limited hardware memory budgets. While attention is often sparse, existing static sparse methods cannot adapt to task- or input-dependent…

Computation and Language · Computer Science 2026-05-29 Siheng Xiong , Joe Zou , Faramarz Fekri , Yae Jee Cho

Our formulation reveals that the reduction across the sequence axis can be efficiently computed in parallel through a tree reduction. Our algorithm, called Tree Attention, for parallelizing exact attention computation across multiple GPUs…

Machine Learning · Computer Science 2025-02-11 Vasudev Shyam , Jonathan Pilault , Emily Shepperd , Quentin Anthony , Beren Millidge

Large language models (LLMs) face low hardware efficiency during decoding, especially for long-context reasoning tasks. This paper introduces Step-3, a 321B-parameter VLM with hardware-aware model-system co-design optimized for minimizing…

Machine Learning · Computer Science 2025-07-28 StepFun , : , Bin Wang , Bojun Wang , Changyi Wan , Guanzhe Huang , Hanpeng Hu , Haonan Jia , Hao Nie , Mingliang Li , Nuo Chen , Siyu Chen , Song Yuan , Wuxun Xie , Xiaoniu Song , Xing Chen , Xingping Yang , Xuelin Zhang , Yanbo Yu , Yaoyu Wang , Yibo Zhu , Yimin Jiang , Yu Zhou , Yuanwei Lu , Houyi Li , Jingcheng Hu , Ka Man Lo , Ailin Huang , Binxing Jiao , Bo Li , Boyu Chen , Changxin Miao , Chang Lou , Chen Hu , Chen Xu , Chenfeng Yu , Chengyuan Yao , Daokuan Lv , Dapeng Shi , Deshan Sun , Ding Huang , Dingyuan Hu , Dongqing Pang , Enle Liu , Fajie Zhang , Fanqi Wan , Gulin Yan , Han Zhang , Han Zhou , Hanghao Wu , Hangyu Guo , Hanqi Chen , Hanshan Zhang , Hao Wu , Haocheng Zhang , Haolong Yan , Haoran Lv , Haoran Wei , Hebin Zhou , Heng Wang , Heng Wang , Hongxin Li , Hongyu Zhou , Hongyuan Wang , Huiyong Guo , Jia Wang , Jiahao Gong , Jialing Xie , Jian Zhou , Jianjian Sun , Jiaoren Wu , Jiaran Zhang , Jiayu Liu , Jie Cheng , Jie Luo , Jie Yan , Jie Yang , Jieyi Hou , Jinguang Zhang , Jinlan Cao , Jisheng Yin , Junfeng Liu , Junhao Huang , Junzhe Lin , Kaijun Tan , Kaixiang Li , Kang An , Kangheng Lin , Kenkun Liu , Lei Yang , Liang Zhao , Liangyu Chen , Lieyu Shi , Liguo Tan , Lin Lin , Lin Zhang , Lina Chen , Liwen Huang , Liying Shi , Longlong Gu , Mei Chen , Mengqiang Ren , Ming Li , Mingzhe Chen , Na Wang , Nan Wu , Qi Han , Qian Zhao , Qiang Zhang , Qianni Liu , Qiaohui Chen , Qiling Wu , Qinglin He , Qinyuan Tan , Qiufeng Wang , Qiuping Wu , Qiuyan Liang , Quan Sun , Rui Li , Ruihang Miao , Ruosi Wan , Ruyan Guo , Shangwu Zhong , Shaoliang Pang , Shengjie Fan , Shijie Shang , Shilei Jiang , Shiliang Yang , Shiming Hao , Shuli Gao , Siming Huang , Siqi Liu , Tiancheng Cao , Tianhao Cheng , Tianhao Peng , Wang You , Wei Ji , Wen Sun , Wenjin Deng , Wenqing He , Wenzhen Zheng , Xi Chen , Xiangwen Kong , Xianzhen Luo , Xiaobo Yang , Xiaojia Liu , Xiaoxiao Ren , Xin Han , Xin Li , Xin Wu , Xu Zhao , Yanan Wei , Yang Li , Yangguang Li , Yangshijie Xu , Yanming Xu , Yaqiang Shi , Yeqing Shen , Yi Yang , Yifei Yang , Yifeng Gong , Yihan Chen , Yijing Yang , Yinmin Zhang , Yizhuang Zhou , Yuanhao Ding , Yuantao Fan , Yuanzhen Yang , Yuchu Luo , Yue Peng , Yufan Lu , Yuhang Deng , Yuhe Yin , Yujie Liu , Yukun Chen , Yuling Zhao , Yun Mou , Yunlong Li , Yunzhou Ju , Yusheng Li , Yuxiang Yang , Yuxiang Zhang , Yuyang Chen , Zejia Weng , Zhe Xie , Zheng Ge , Zheng Gong , Zhenyi Lu , Zhewei Huang , Zhichao Chang , Zhiguo Huang , Zhirui Wang , Zidong Yang , Zili Wang , Ziqi Wang , Zixin Zhang , Binxing Jiao , Daxin Jiang , Heung-Yeung Shum , Xiangyu Zhang

Despite the rapid evolution of training paradigms, the decoder backbone of large vision--language models (LVLMs) remains fundamentally rooted in the residual-connection Transformer architecture. Therefore, deciphering the distinct roles of…

Artificial Intelligence · Computer Science 2026-05-08 Gongli Xi , Ye Tian , Mengyu Yang , Huahui Yi , Liang Lin , Xiaoshuai Hao , Kun Wang , Wendong Wang

Long-context LLMs increasingly rely on extended, reusable prefill prompts for agents and domain Q&A, pushing attention and KV-cache to become the dominant decode-time bottlenecks. While sparse attention reduces computation and transfer…

Machine Learning · Computer Science 2026-04-13 Chuxu Song , Zhencan Peng , Jiuqi Wei , Chuanhui Yang

Attention mechanisms underpin modern deep learning, while the quadratic time and space complexity limit scalability for long sequences. To address this, Quantum Annealing Multi-Head Attention (QAMA) is proposed, a novel drop-in operator…

Quantum Physics · Physics 2025-10-14 Peng Du , Jinjing Shi , Wenxuan Wang , Yin Ma , Kai Wen , Xuelong Li

Existing Large Vision-Language Models (LVLMs) exhibit insufficient visual attention, leading to hallucinations. To alleviate this problem, some previous studies adjust and amplify visual attention. These methods present a limitation that…

Computer Vision and Pattern Recognition · Computer Science 2026-02-11 Jingyi Wang , Fei Li , Rujie Liu

Large Language Models (LLMs) based on autoregressive, decoder-only Transformers generate text one token at a time, where a token represents a discrete unit of text. As each newly produced token is appended to the partial output sequence,…

Distributed, Parallel, and Cluster Computing · Computer Science 2025-05-06 Dimitrios Kafetzis , Ramin Khalili , Iordanis Koutsopoulos

This research introduces the Theory of Partial Symmetry Enforced Attention Decomposition (PSEAD), a new and rigorous group-theoretic framework designed to seamlessly integrate local symmetry awareness into the core architecture of…

Other Computer Science · Computer Science 2026-02-19 Daniel Ayomide Olanrewaju

Although deep convolutional networks have been widely studied for head and neck (HN) organs at risk (OAR) segmentation, their use for routine clinical treatment planning is limited by a lack of robustness to imaging artifacts, low soft…

Computer Vision and Pattern Recognition · Computer Science 2021-03-01 Harini Veeraraghavan , Jue Jiang , Sharif Elguindi , Sean L. Berry , Ifeanyirochukwu Onochie , Aditya Apte , Laura Cervino , Joseph O. Deasy

Attention mechanisms, particularly channel attention, have become highly influential in numerous computer vision tasks. Despite their effectiveness, many existing methods primarily focus on optimizing performance through complex attention…

Computer Vision and Pattern Recognition · Computer Science 2024-10-14 Ronghui Zhang , Runzong Zou , Yue Zhao , Zirui Zhang , Junzhou Chen , Yue Cao , Chuan Hu , Houbing Song

Attention-based models have been widely used in many areas, such as computer vision and natural language processing. However, relevant applications in time series classification (TSC) have not been explored deeply yet, causing a significant…

Machine Learning · Computer Science 2022-07-18 Bowen Zhao , Huanlai Xing , Xinhan Wang , Fuhong Song , Zhiwen Xiao

Multi-modal learning has shown exceptional performance in various tasks, especially in medical applications, where it integrates diverse medical information for comprehensive diagnostic evidence. However, there still are several challenges…

Machine Learning · Computer Science 2024-11-19 Lin Fan , Yafei Ou , Cenyang Zheng , Pengyu Dai , Tamotsu Kamishima , Masayuki Ikebe , Kenji Suzuki , Xun Gong

Large language models (LLMs) have driven significant advancements across diverse NLP tasks, with long-context models gaining prominence for handling extended inputs. However, the expanding key-value (KV) cache size required by Transformer…

Machine Learning · Computer Science 2024-10-08 Lijie Yang , Zhihao Zhang , Zhuofu Chen , Zikun Li , Zhihao Jia

Diffusion Transformers currently lead the field in high-quality video generation, but their slow iterative denoising process and prohibitive quadratic attention costs for long sequences create significant inference bottlenecks. While both…

Computer Vision and Pattern Recognition · Computer Science 2025-09-30 Youping Gu , Xiaolong Li , Yuhao Hu , Minqi Chen , Bohan Zhuang

Autoregressive decoding of large language models (LLMs) is memory bandwidth bounded, resulting in high latency and significant wastes of the parallel processing power of modern accelerators. Existing methods for accelerating LLM decoding…

Machine Learning · Computer Science 2024-02-06 Yichao Fu , Peter Bailis , Ion Stoica , Hao Zhang
‹ Prev 1 8 9 10 Next ›