← Search

Yongqi An

7 accepted papers

2026

Improving Generalization in LLM Structured Pruning via Function-Aware Neuron Grouping

AAAI 2026technical

Large Language Models (LLMs) demonstrate impressive performance across natural language tasks but incur substantial computational and storage costs due to their scale. Post-training structured pruning offers an efficient solution. However, when few-shot calibration sets fail to adequately reflect th

Cited by 0SourcePDFScholar
2026

ReST-KV: Robust KV Cache Eviction with Layer-wise Output Reconstruction and Spatial-Temporal Smoothing

ICLR 2026poster

Large language models (LLMs) face growing challenges in efficient generative inference due to the increasing memory demands of Key-Value (KV) caches, especially for long sequences. Existing eviction methods typically retain KV pairs with high attention weights but overlook the impact of attention re…

Cited by 0SourcecodeScholar
2026

Scaling Linear Attention with Sparse State Expansion

ICLR 2026poster

The Transformer architecture, despite its widespread success, struggles with long-context scenarios due to quadratic computation and linear memory growth. While various linear attention variants mitigate these efficiency constraints by compressing context into fixed-size states, they often degrade p…

Cited by 0SourceScholar
2025

Extracting Sparse Specialist Models from Generalist Models

ICASSP 2025accepted

Recently, several generalist models such as Contrastive Language Image Pre-training (CLIP) have demonstrated their capabilities of performing diverse downstream tasks through zero-shot or few-shot guidance. When these generalist models are used for the specific downstream task where only a fraction…

Cited by 0SourceScholar
2024

Fluctuation-Based Adaptive Structured Pruning for Large Language Models

AAAI 2024technical

Network Pruning is a promising way to address the huge computing resource demands of the deployment and inference of Large Language Models (LLMs). Retraining-free is important for LLMs' pruning methods. However, almost all of the existing retraining-free pruning approaches for LLMs focus on unstruct…

2023

ZBS: Zero-Shot Background Subtraction via Instance-Level Background Modeling and Foreground Selection

CVPR 2023poster

Background subtraction (BGS) aims to extract all moving objects in the video frames to obtain binary foreground segmentation masks. Deep learning has been widely used in this field. Compared with supervised-based BGS methods, unsupervised methods have better generalization. However, previous unsuper…