← Search

Chi-Heng Lin

15 accepted papers

2026

ToMoE: Converting Dense Large Language Models to Mixture-of-Experts through Dynamic Structural Pruning

ICML 2026poster

Large Language Models (LLMs) demonstrate remarkable capabilities but face deployment challenges due to their high computational demands. Traditional pruning methods reduce these costs by permanently removing parameters, which inevitably leads to performance degradation. To mitigate this issue, we pr…

Cited by 0SourcecodeScholar
2025

FlexiGPT: Pruning and Extending Large Language Models with Low-Rank Weight Sharing

NAACL 2025long

The rapid proliferation of large language models (LLMs) in natural language processing (NLP) has created a critical need for techniques that enable efficient deployment on memory-constrained devices without compromising performance. We present a method to prune LLMs that selectively prunes model blo…

2025

MoDeGPT: Modular Decomposition for Large Language Model Compression

ICLR 2025oral

Large Language Models (LLMs) have significantly advanced AI with their exceptional performance across a wide range of tasks. However, their extensive computational requirements restrict their use on devices with limited resources. While recent compression methods based on low-rank matrices show pote…

Cited by 7SourcePDFScholar
2024

Balanced Data, Imbalanced Spectra: Unveiling Class Disparities with Spectral Imbalance

ICML 2024poster

Classification models are expected to perform equally well for different classes, yet in practice, there are often large gaps in their performance. This issue of class bias is widely studied in cases of datasets with sample imbalance, but is relatively overlooked in balanced datasets. In this work,…

Cited by 4SourcePDFScholar
2024

DISP-LLM: Dimension-Independent Structural Pruning for Large Language Models

NeurIPS 2024poster

Large Language Models (LLMs) have achieved remarkable success in various natural language processing tasks, including language modeling, understanding, and generation. However, the increased memory and computational costs associated with these models pose significant challenges for deployment on res…

2024

DynaMo: Accelerating Language Model Inference with Dynamic Multi-Token Sampling

NAACL 2024long

Traditional language models operate autoregressively, i.e., they predict one token at a time. Rapid explosion in model sizes has resulted in high inference times. In this work, we propose DynaMo, a suite of multi-token prediction language models that reduce net inference times. Our models *dynamical…

2024

SLiM: Speculative Decoding with Hypothesis Reduction

NAACL 2024findings

Speculative decoding has emerged as a prominent alternative to autoregressive decoding for expediting inference in large language models (LLMs). However, prevailing assumptions often focus solely on latency reduction, neglecting the computational expenses. In this paper, we present Speculate Less, v…

Cited by 3SourcePDFScholar
2024

Your contrastive learning problem is secretly a distribution alignment problem

NeurIPS 2024poster

Despite the success of contrastive learning (CL) in vision and language, its theoretical foundations and mechanisms for building representations remain poorly understood. In this work, we build connections between noise contrastive estimation losses widely used in CL and distribution alignment with…

2023

Half-Hop: A graph upsampling approach for slowing down message passing

ICML 2023poster

Message passing neural networks have shown a lot of success on graph-structured data. However, there are many instances where message passing can lead to over-smoothing or fail when neighboring nodes belong to different classes. In this work, we introduce a simple yet general framework for improving…

2022

Provable Acceleration of Heavy Ball beyond Quadratics for a Class of Polyak-Lojasiewicz Functions when the Non-Convexity is Averaged-Out

ICML 2022spotlight

Heavy Ball (HB) nowadays is one of the most popular momentum methods in non-convex optimization. It has been widely observed that incorporating the Heavy Ball dynamic in gradient-based methods accelerates the training process of modern machine learning models. However, the progress on establishing i…

Cited by 24SourcePDFScholar
2021

A Modular Analysis of Provable Acceleration via Polyak’s Momentum: Training a Wide ReLU Network and a Deep Linear Network

ICML 2021spotlight

Incorporating a so-called “momentum” dynamic in gradient descent methods is widely used in neural net training as it has been broadly observed that, at least empirically, it often leads to significantly faster convergence. At the same time, there are very few theoretical guarantees in the literature…

Cited by 30SourcePDFScholar
2021

Bayesian optimization for modular black-box systems with switching costs

UAI 2021poster

Most existing black-box optimization methods assume that all variables in the system being optimized have equal cost and can change freely at each iteration. However, in many real-world systems, inputs are passed through a sequence of different operations or modules, making variables in earlier stag…

Cited by 7SourcePDFScholar
2021

Drop, Swap, and Generate: A Self-Supervised Approach for Generating Neural Activity

NeurIPS 2021oral

Meaningful and simplified representations of neural activity can yield insights into how and what information is being processed within a neural circuit. However, without labels, finding representations that reveal the link between the brain and behavior can be challenging. Here, we introduce a nove…

Cited by 31SourcePDFScholar
2021

Making transport more robust and interpretable by moving data through a small number of anchor points

ICML 2021spotlight

Optimal transport (OT) is a widely used technique for distribution alignment, with applications throughout the machine learning, graphics, and vision communities. Without any additional structural assumptions on transport, however, OT can be fragile to outliers or noise, especially in high dimension…