← Search

Xuanwu Yin

6 accepted papers

2026

Learnable Permutation for Structured Sparsity on Transformer Models

AAAI 2026technical

Structured sparsity has emerged as a popular model pruning technique, widely adopted in various architectures, including CNNs, Transformer models, and especially large language models (LLMs) in recent years. A promising direction to further improve post-pruning performance is weight permutation, whi

Cited by 0SourcePDFScholar
2026

SparK: Query-Aware Unstructured Sparsity with Recoverable KV Cache Channel Pruning

AAAI 2026technical

Long-context inference in large language models (LLMs) is increasingly constrained by the KV cache bottleneck: memory usage grows linearly with sequence length, while attention computation scales quadratically. Existing approaches address this issue by compressing the KV cache along the temporal axi

Cited by 0SourcePDFScholar
2026

Training-Free Loosely Speculative Decoding: Accepting Semantically Correct Drafts Beyond Exact Match

ICLR 2026poster

Large language models (LLMs) achieve strong performance across diverse tasks but suffer from high inference latency due to their autoregressive generation. Speculative Decoding (SPD) mitigates this issue by verifying candidate tokens from a smaller draft model in parallel, yet its strict exact-matc…

Cited by 0SourcecodeScholar
2025

Gumiho: A Hybrid Architecture to Prioritize Early Tokens in Speculative Decoding

ICML 2025poster

Speculative decoding (SPD) aims to accelerate the auto-regressive token generation process of a target Large Language Model (LLM). Some approaches employ a draft model with multiple heads to predict a sequence of future tokens, where each head handles a token in the sequence. The target LLM verifies…

2025

Týr-the-Pruner: Structural Pruning LLMs via Global Sparsity Distribution Optimization

NeurIPS 2025poster

Structural pruning enhances hardware-agnostic inference efficiency for large language models (LLMs) yet often fails to maintain comparable performance. Local pruning performs efficient layer-by-layer compression but ignores global topology. Although global pruning aims to identify an optimal sparse…

Cited by 0SourceScholar