paper-with-me

Papers

HeadRouter: Dynamic Head-Weight Routing for Task-Adaptive Audio Token Pruning in Large Audio Language Models

2026-04-26 · Peize He, Yaodi Luo, Xiaoqian Liu, Xuyang Liu, Jiahang Deng, Yaosong Du, Bangyu Li, Xiyan Gui, Yuxuan Chen, Linfeng Zhang arxiv

Recent large audio language models (LALMs) demonstrate remarkable capabilities in processing extended multi-modal sequences, yet incur high inference costs. Token compression is an effective method that directly reduces redundant tokens in the sequence. Existing compression methods usually assume that all attention heads in LALMs contribute equally to various audio tasks and calculate token importance by averaging scores across all heads. However, our analysis demonstrates that attention heads exhibit distinct behaviors across diverse audio domains. We further reveal that only a sparse subset of attention heads actively responds to audio, with completely different performance when handling semantic and acoustic tasks. In light of this observation, we propose HeadRouter, a head-importance-aware token pruning method that perceives the varying importance of attention heads in different audio tasks to maximize the retention of crucial tokens. HeadRouter is training-free and can be applied to various LALMs. Extensive experiments on the AudioMarathon and MMAU-Pro benchmarks demonstrate that HeadRouter achieves state-of-the-art compression performance, exceeding the baseline model even when retaining 70% of the audio tokens and achieving 101.8% and 103.0% of the vanilla average on Qwen2.5-Omni-3B and Qwen2.5-Omni-7B, respectively.

📄 PDF Abstract BibTeX arXiv:2604.23717

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HeadRouter: A Training-free Image Editing Framework for MM-DiTs by Adaptively Routing Attention Heads

2024-11-22 · Yu Xu, Fan Tang, Juan Cao, Yuxin Zhang 외

Diffusion Transformers (DiTs) have exhibited robust capabilities in image generation tasks. However, accurate text-guided image editing for multimodal DiTs (MM-DiTs) still poses a significant challenge. Unlike UNet-based…

Image Generationtext-guided-image-editing

FreeBalance: Pre-Routing Online Moe Load Balancing via Residual Workload Prediction

2026-08-14 · Pengfei Chen, Yize Wu, Shouxu Kuang, Ke Gao 외 arxiv

Load imbalance poses a major bottleneck to the efficiency of expert parallelism in distributed inference of Mixture-of-Experts (MoE) models. The most heavily loaded rank stalls global execution due to skewed routing dist…

Representation over Routing: Diagnosing Temporal Routing Pathologies in Multi-Timescale PPO

2026-04-15 · Jing Sun arxiv

Temporal credit assignment in reinforcement learning is often approached by introducing value estimates at multiple discount factors. A natural next step is to let the actor dynamically route among these temporal heads, …

Reinforcement Learning

CARGO: A Framework for Confidence-Aware Routing of Large Language Models

2025-09-18 · Amine Barrak, Yosr Fourati, Michael Olchawa, Emna Ksontini 외 arxiv

As large language models (LLMs) proliferate in scale, specialization, and latency profiles, the challenge of routing user prompts to the most appropriate model has become increasingly critical for balancing performance a…

Gravity-Aware Hierarchical Routing for Lightweight SensorLLM on Human Activity Recognition

2026-06-01 · Hao Li, Mingrui Zheng, Yasuyuki Tahara, Yuichi Sei arxiv

Recent studies on sensor-language alignment have shown that two-stage frameworks can improve the semantic modeling ability of wearable-sensor human activity recognition (HAR), where SensorLLM-style methods first perform …

Human Activity Recognition