← Search

You-Liang Huang

5 accepted papers

2026

Representation Drift Compensation: A Zero-Cost Enhancement for LLM Decomposition

ICML 2026poster

While low-rank decomposition offers potential for LLM size reduction, its application is limited by considerable performance degradation. In this work, we identify and formalize a key overlooked issue in LLM decomposition: \textit{representation drift}. We show that approximation errors introduced b…

Cited by 0SourceScholar
2025

Efficient Fine-Tuning of Large Models via Nested Low-Rank Adaptation

ICCV 2025poster

Low-Rank Adaptation (LoRA) has become a popular paradigm for fine-tuning large models, but it still necessitates a substantial number of training parameters. To address this issue, we first conduct comprehensive empirical studies on parameter-efficient LoRA structure. Then, we establish design guide…

2025

MoE-SVD: Structured Mixture-of-Experts LLMs Compression via Singular Value Decomposition

ICML 2025poster

Mixture of Experts (MoE) architecture improves Large Language Models (LLMs) with better scaling, but its higher parameter counts and memory demands create challenges for deployment. In this paper, we present MoE-SVD, a new decomposition-based compression framework tailored for MoE LLMs without any e…

2025

SoLA: Leveraging Soft Activation Sparsity and Low-Rank Decomposition for Large Language Model Compression

AAAI 2025technical

Large language models (LLMs) have demonstrated impressive capabilities across various tasks, but the billion-scale parameters pose deployment challenges. Although existing methods attempt to reduce the scale of LLMs, they require either special hardware support or expensive post-training to maintain…

2025

Towards Efficient Low-Order Hybrid Optimizer for Language Model Fine-Tuning

AAAI 2025technical

As the size of language models notably grows, fine-tuning the models becomes more challenging: fine-tuning with first-order optimizers (e.g., SGD and Adam) requires high memory consumption, while fine-tuning with a memory-efficient zeroth-order optimizer (MeZO) has a significant accuracy drop and sl…