paper-with-me

Papers

SpeechPrune: Context-aware Token Pruning for Speech Information Retrieval

2024-12-16 · Yueqian Lin, Yuzhe Fu, Jingyang Zhang, Yudong Liu, Jianyi Zhang, Jingwei Sun, Hai "Helen" Li, Yiran Chen

We introduce Speech Information Retrieval (SIR), a new long-context task for Speech Large Language Models (Speech LLMs), and present SPIRAL, a 1,012-sample benchmark testing models' ability to extract critical details from approximately 90-second spoken inputs. While current Speech LLMs excel at short-form tasks, they struggle with the computational and representational demands of longer audio sequences. To address this limitation, we propose SpeechPrune, a training-free token pruning strategy that uses speech-text similarity and approximated attention scores to efficiently discard irrelevant tokens. In SPIRAL, SpeechPrune achieves accuracy improvements of 29% and up to 47% over the original model and the random pruning model at a pruning rate of 20%, respectively. SpeechPrune can maintain network performance even at a pruning level of 80%. This approach highlights the potential of token-level pruning for efficient and scalable long-form speech understanding.

📄 PDF Abstract BibTeX arXiv:2412.12009

Code (1)

linyueqian/spiral_dataset 공식 구현

Tasks

FormInformation RetrievalRetrievaltext similarity

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

TrimTokenator-LC: Towards Adaptive Visual Token Pruning for Large Multimodal Models with Long Contexts

2025-12-28 · Hao Zhang, Mengsi Lyu, Bo Huang, Yulong Ao 외 arxiv

Large Multimodal Models (LMMs) have proven effective on various tasks. They typically encode visual inputs into Original Model sequences of tokens, which are then concatenated with textual tokens and jointly processed by…

DCP-Prune: Ultra-Low Token Pruning with Distribution Consistency Preservation

2026-06-15 · Xifeng Xue, Xiaokang Wang, Zirui Li, Ming-Ming Cheng 외 arxiv

Recent vision token pruning methods effectively preserve model performance under moderate token budgets but become unstable under ultra-low token budget. Our analysis shows that as the pruning budget decreases, accuracy …

ZSPAPrune: Zero-Shot Prompt-Aware Token Pruning for Vision-Language Models

2025-10-20 · Pu Zhang, Yuwei Li, Xingyuan Xian, Guoming Tang arxiv

As the capabilities of Vision-Language Models (VLMs) advance, they can process increasingly large inputs, which, unlike in LLMs, generates significant visual token redundancy and leads to prohibitive inference costs. Whi…

SpecPrune-VLA: Accelerating Vision-Language-Action Models via Action-Aware Self-Speculative Pruning

2025-09-06 · Hanzhen Wang, Jiaming Xu, Yushun Xiang, Jiayi Pan 외 arxiv

Pruning is a typical acceleration technique for compute-bound models by removing computation on unimportant values. Recently, it has been applied to accelerate Vision-Language-Action (VLA) model inference. However, exist…

Not Worth Another Token: Marginal Value Estimation for Efficient Deep Research Agents

2026-08-09 · Harshitha Kolukuluru, Reshma Ashok, Kirat Arora, Evan William Ciccarelli 외 hf

Long-horizon research agents solve open-ended tasks through iterative retrieval, aggregation, and synthesis, but context grows rapidly while the marginal value of additional evidence often declines. This leads to unneces…