← Search

Han Guo

20 accepted papers

2025

HIGGS: Pushing the Limits of Large Language Model Quantization via the Linearity Theorem

NAACL 2025long

Quantizing large language models has become a standard way to reduce their memory and computational costs. Typically, existing methods focus on breaking down the problem into individual layer-wise sub-problems, and minimizing per-layer error, measured via various metrics. Yet, this approach currentl…

Cited by 6SourcePDFScholar
2025

On the Duality between Gradient Transformations and Adapters

ICML 2025poster

We study memory-efficient optimization of neural networks (in particular language models) with *linear gradient transformations*, where the gradients are linearly mapped to a lower dimensional space than the full parameter space, thus saving memory required for gradient accumulation and optimizer st…

Cited by 0SourcePDFScholar
2025

The Surprising Effectiveness of Test-Time Training for Few-Shot Learning

ICML 2025poster

Language models (LMs) have shown impressive performance on tasks within their training distribution, but often struggle with structurally novel tasks even when given a small number of in-context task examples. We investigate the effectiveness of test-time training (TTT)—temporarily updating model pa…

2025

Training-Free Activation Sparsity in Large Language Models

ICLR 2025spotlight

Activation sparsity can enable practical inference speedups in large language models (LLMs) by reducing the compute and memory-movement required for matrix multiplications during the forward pass. However, existing methods face limitations that inhibit widespread adoption. Some approaches are tail…

2024

Fast Matrix Multiplications for Lookup Table-Quantized LLMs

EMNLP 2024finding

The deployment of large language models (LLMs) is often constrained by memory bandwidth, where the primary bottleneck is the cost of transferring model parameters from the GPU’s global memory to its registers. When coupled with custom kernels that fuse the dequantization and matmul operations, weigh…

2024

LQ-LoRA: Low-rank plus Quantized Matrix Decomposition for Efficient Language Model Finetuning

ICLR 2024poster

We propose a simple approach for memory-efficient adaptation of pretrained language models. Our approach uses an iterative algorithm to decompose each pretrained matrix into a high-precision low-rank component and a memory-efficient quantized component. During finetuning, the quantized componen…

2023

Federated Learning as Variational Inference: A Scalable Expectation Propagation Approach

ICLR 2023poster

The canonical formulation of federated learning treats it as a distributed optimization problem where the model parameters are optimized against a global loss function that decomposes across client loss functions. A recent alternative formulation instead treats federated learning as a distributed in…

2023

MPCFORMER: FAST, PERFORMANT AND PRIVATE TRANSFORMER INFERENCE WITH MPC

ICLR 2023top-25%

Enabling private inference is crucial for many cloud inference services that are based on Transformer models. However, existing private inference solutions can increase the inference latency by more than 60$\times$ or significantly compromise the inference quality. In this paper, we design the frame…

2023

Recouple Event Field via Probabilistic Bias for Event Extraction

ICASSP 2023accepted

Event Extraction (EE), aiming to identify and classify event triggers and arguments from event mentions, has benefited from pre-trained language models (PLMs). However, existing PLM-based methods ignore the information of trigger/argument fields, which is crucial for understanding event schemas. To…

Cited by 0SourceScholar
2022

Efficient (Soft) Q-Learning for Text Generation with Limited Good Data

EMNLP 2022finding

Maximum likelihood estimation (MLE) is the predominant algorithm for training text generation models. This paradigm relies on direct supervision examples, which is not applicable to many emerging applications, such as generating adversarial attacks or generating prompts to control language models. R…

2022

Multi-stage Distillation Framework for Cross-Lingual Semantic Similarity Matching

NAACL 2022findings

Previous studies have proved that cross-lingual knowledge distillation can significantly improve the performance of pre-trained models for cross-lingual similarity matching tasks. However, the student model needs to be large in this operation. Otherwise, its performance will drop sharply, thus makin…

2022

RLPrompt: Optimizing Discrete Text Prompts with Reinforcement Learning

EMNLP 2022main

Prompting has shown impressive success in enabling large pre-trained language models (LMs) to perform diverse NLP tasks, especially with only few downstream data. Automatically finding the optimal prompt for each task, however, is challenging. Most existing work resorts to tuning *soft* prompts (e.g…

2022

VisualGPT: Data-Efficient Adaptation of Pretrained Language Models for Image Captioning

CVPR 2022poster

The limited availability of annotated data often hinders real-world applications of machine learning. To efficiently learn from small quantities of multimodal data, we leverage the linguistic knowledge from a large pre-trained language model (PLM) and quickly adapt it to new domains of image caption…

Cited by 277PDFcodeScholar
2021

CPT: Efficient Deep Neural Network Training via Cyclic Precision

ICLR 2021spotlight

Low-precision deep neural network (DNN) training has gained tremendous attention as reducing precision is one of the most effective knobs for boosting DNNs' training time/energy efficiency. In this paper, we attempt to explore low-precision training from a new perspective as inspired by recent findi…

2021

FastIF: Scalable Influence Functions for Efficient Model Interpretation and Debugging

EMNLP 2021main

Influence functions approximate the “influences” of training data-points for test predictions and have a wide variety of applications. Despite the popularity, their computational cost does not scale well with model and training data size. We present FastIF, a set of simple modifications to influence…

2016

Online (and Offline) Robust PCA: Novel Algorithms and Performance Guarantees

AISTATS 2016poster

In this work we develop and study a novel online robust principal components’ analysis (RPCA) algorithm based on the recently introduced ReProCS framework. Our algorithm significantly improves upon the original ReProCS algorithm and it also returns even more accurate offline estimates. The key contr…

Cited by 51SourcePDFScholar