← Search

Chien-Yu Lin

5 accepted papers

2026

Composer: A Search Framework for Hybrid Neural Architecture Design

ICLR 2026poster

Hybrid model architectures that combine computational primitives (e.g., Attention, MLP) in different ratios have shown promising performance beyond Transformers. Some studies have shown that different interleavings of primitives can affect model quality as well. However, prior works explore the hybr…

Cited by 0SourceScholar
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

Palu: KV-Cache Compression with Low-Rank Projection

ICLR 2025poster

Post-training KV-Cache compression methods typically either sample a subset of effectual tokens or quantize the data into lower numerical bit width. However, these methods cannot exploit redundancy in the hidden dimension of the KV tenors. This paper presents a hidden dimension compression approach…

2022

SPIN: An Empirical Evaluation on Sharing Parameters of Isotropic Networks

ECCV 2022poster

"Recent isotropic networks, such as ConvMixer and Vision Transformers, have found significant success across visual recognition tasks, matching or outperforming non-isotropic Convolutional Neural Networks. Isotropic architectures are particularly well-suited to cross-layer weight sharing, an effecti…