← Search

Hung-Yueh Chiang

7 accepted papers

2026

SkipCat: Rank-Maximized Low-Rank Compression of Large Language Models via Shared Projection and Block Skipping

AAAI 2026technical

Large language models (LLM) have achieved remarkable performance across a wide range of tasks. However, their substantial parameter sizes pose significant challenges for deployment on edge devices with limited computational and memory resources. Low-rank compression is a promising approach to addres

Cited by 0SourcePDFScholar
2026

UniQL: Unified Quantization and Low-rank Compression for Adaptive Edge LLMs

ICLR 2026poster

Deploying large language models (LLMs) on mobile platforms faces significant challenges due to the limited memory and shared computational resources of the device. Resource availability may be an issue as it is directly impacted by on the current device workload, adding to the uncertainty of model d…

Cited by 0SourcecodeScholar
2026

xKV: Cross-Layer KV-Cache Compression via Aligned Singular Vector Extraction

ICML 2026poster

Long-context Large Language Models (LLMs) enable powerful applications but incur high memory costs due to the key–value states (KV-Cache). Recent studies attempt to share KV-Cache across layers, but these approaches either require expensive pretraining or rely on per-token cross-layer cosine similar…

Cited by 0SourceScholar
2025

Quamba2: A Robust and Scalable Post-training Quantization Framework for Selective State Space Models

ICML 2025poster

State Space Models (SSMs) are gaining attention as an efficient alternative to Transformers due to their constant memory complexity and comparable performance. Yet, deploying large-scale SSMs on cloud-based services or resource-constrained devices faces challenges. To address this, quantizing SSMs u…

2025

Quamba: A Post-Training Quantization Recipe for Selective State Space Models

ICLR 2025poster

State Space Models (SSMs) have emerged as an appealing alternative to Transformers for large language models, achieving state-of-the-art accuracy with constant memory complexity which allows for holding longer context lengths than attention-based networks. The superior computational efficiency of SS…

2023

Efficient Low-rank Backpropagation for Vision Transformer Adaptation

NeurIPS 2023poster

The increasing scale of vision transformers (ViT) has made the efficient fine-tuning of these large models for specific needs a significant challenge in various applications. This issue originates from the computationally demanding matrix multiplications required during the backpropagation process t…

Cited by 11SourcePDFScholar
2023

MobileTL: On-Device Transfer Learning with Inverted Residual Blocks

AAAI 2023technical

Transfer learning on edge is challenging due to on-device limited resources. Existing work addresses this issue by training a subset of parameters or adding model patches. Developed with inference in mind, Inverted Residual Blocks (IRBs) split a convolutional layer into depthwise and pointwise convo…

Cited by 17SourcePDFScholar