paper-with-me

Papers

Stage-adaptive Token Selection for Efficient Omni-modal LLMs

2026-05-19 · Zijie Xin, Jie Yang, Ruixiang Zhao, Tianyi Wang, Fengyun Rao, Jing Lyu, Xirong Li arxiv

Omni-modal large language models (om-LLMs) achieve unified audio-visual understanding by encoding video and audio into temporally aligned token sequences interleaved at the window level. However, processing these dense non-textual tokens throughout the LLM incurs substantial computational overhead. Although training-free token selection can reduce this cost, existing methods either focus on visual-only inputs or prune om-LLM tokens only before the LLM with fixed per-modality ratios, failing to capture how cross-modal token importance evolves across layers. To address this limitation, we first analyze the layer-wise token dependency of om-LLMs. We find that visual and audio dependencies follow a block-wise pattern and gradually weaken with depth, indicating that many late-layer non-textual tokens become redundant after cross-modal fusion. Motivated by this observation, we propose SEATS, a training-free, stage-adaptive token selection method for efficient om-LLM inference. Before the LLM, SEATS removes spatiotemporal redundancy via attention-weighted diversity selection. Inside the LLM, it progressively prunes tokens across blocks and dynamically allocates the retention budget from temporal windows to modalities using query relevance scores. In late layers, it removes all remaining non-textual tokens once cross-modal fusion is complete. Experiments on Qwen2.5-Omni and Qwen3-Omni demonstrate that SEATS effectively improves inference efficiency. Retaining only 10% of visual and audio tokens, it achieves a 9.3x FLOPs reduction and a 4.8x prefill speedup while preserving 96.3% of the original performance.

📄 PDF Abstract BibTeX arXiv:2605.20035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OmniSelect: Dynamic Modality-Aware Token Compression for Efficient Omni-modal Large Language Models

2026-05-18 · Morunliu Yang, Ruotao Xu, Le Li, Yue Wang 외 arxiv

Omnimodal large language models (OmniLLMs) have recently gained increasing attention for unified audio-video understanding. However, processing long multimodal token sequences introduces substantial computational overhea…

OmniSIFT: Modality-Asymmetric Token Compression for Efficient Omni-modal Large Language Models

2026-02-04 · Yue Ding, Yiyan Ji, Jungang Li, Xuyang Liu 외 arxiv

Omni-modal Large Language Models (Omni-LLMs) have demonstrated strong capabilities in audio-video understanding tasks. However, their reliance on long multimodal token sequences leads to substantial computational overhea…

Omni-Prune: Query-Aware Unified Token Pruning for Efficient Omnimodal Large Language Models

2026-07-26 · Yiming Zhong, Chang Nie, Caifeng Shan arxiv

Omnimodal large language models (OmniLLMs) are rapidly extending multimodal reasoning to cover synchronized audio and video. However, the resulting audio-video token sequences are long, leading to high prefill latency an…

Multimodal Reasoning

OmniDrop: Layer-wise Token Pruning for Omni-modal LLMs via Query-Guidance

2026-05-14 · Yeo Jeong Park, Hyemi Jang, Minseo Choi, Jongsun Lee 외 arxiv

Omni-modal large language models have demonstrated remarkable potential in holistic multimodal understanding; however, the token explosion caused by high-resolution audio and video inputs remains a critical bottleneck fo…

Omni-AutoThink: Adaptive Multimodal Reasoning via Reinforcement Learning

2025-12-03 · Dongchao Yang, Songxiang Liu, Disong Wang, Yuanyuan Wang 외 arxiv

Recent advances in Omni models have enabled unified multimodal perception and generation. However, most existing systems still exhibit rigid reasoning behaviors, either overthinking simple problems or failing to reason w…

Reinforcement LearningMultimodal Reasoning