← Search

Albert Tseng

9 accepted papers

2026

$L^3$: Large Lookup Layers

ICML 2026poster

Modern sparse language models typically achieve sparsity through Mixture-of-Experts (MoE) layers, which dynamically route tokens to dense MLP "experts." However, dynamic hard routing has a number of drawbacks, such as potentially poor hardware efficiency and needing auxiliary losses for stable train…

Cited by 0SourceScholar
2025

Training LLMs with MXFP4

AISTATS 2025poster

Low precision (LP) datatypes such as MXFP4 can accelerate matrix multiplications (GEMMs) and reduce training costs. However, directly using MXFP4 instead of BF16 during training significantly degrades model quality. In this work, we present the first near-lossless training recipe that uses MXFP4 G…

Cited by 0SourceScholar
2024

QTIP: Quantization with Trellises and Incoherence Processing

NeurIPS 2024spotlight

Post-training quantization (PTQ) reduces the memory footprint of LLMs by quantizing weights to low-precision datatypes. Since LLM inference is usually memory-bound, PTQ methods can improve inference throughput. Recent state-of-the-art PTQ approaches use vector quantization (VQ) to quantize multiple…

2024

QuIP$\#$: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks

ICML 2024poster

Post-training quantization (PTQ) reduces the memory footprint of LLMs by quantizing their weights to low-precision. In this work, we introduce QuIP#, a weight-only PTQ method that achieves state-of-the-art results in extreme compression regimes ($\le$ 4 bits per weight) using three novel techniques.…

2024

Shadow Cones: A Generalized Framework for Partial Order Embeddings

ICLR 2024poster

Hyperbolic space has proven to be well-suited for capturing hierarchical relations in data, such as trees and directed acyclic graphs. Prior work introduced the concept of entailment cones, which uses partial orders defined by nested cones in the Poincar\'e ball to model hierarchies. Here, we introd…

2022

Automatic Synthesis of Diverse Weak Supervision Sources for Behavior Analysis

CVPR 2022poster

Obtaining annotations for large training sets is expensive, especially in settings where domain knowledge is required, such as behavior analysis. Weak supervision has been studied to reduce annotation costs by using weak labels from task-specific labeling functions (LFs) to augment ground truth labe…

Cited by 11PDFcodeScholar
2020

Learning Calibratable Policies using Programmatic Style-Consistency

ICML 2020poster

We study the problem of controllable generation of long-term sequential behaviors, where the goal is to calibrate to multiple behavior styles simultaneously. In contrast to the well-studied areas of controllable generation of images, text, and speech, there are two questions that pose significant ch…