← Search

Taehong Moon

5 accepted papers

2026

Not All Bits Are Equal: How Model Scale Changes Memory-Optimal Reasoning

ICLR 2026poster

While 4-bit quantization has emerged as a memory-optimal choice for non-reasoning models and zero-shot tasks across scales, we show that this universal prescription fails for reasoning models, where KV cache rather than model size can dominate memory. Through systematic experiments on mathematical,…

Cited by 0SourcecodeScholar
2025

Efficient Generative Modeling with Residual Vector Quantization-Based Tokens

ICML 2025poster

We introduce ResGen, an efficient Residual Vector Quantization (RVQ)-based generative model for high-fidelity generation with fast sampling. RVQ improves data fidelity by increasing the number of quantization steps, referred to as depth, but deeper quantization typically increases inference steps in…

Cited by 0SourcePDFScholar
2025

How to Move Your Dragon: Text-to-Motion Synthesis for Large-Vocabulary Objects

ICML 2025poster

Motion synthesis for diverse object categories holds great potential for 3D content creation but remains underexplored due to two key challenges: (1) the lack of comprehensive motion datasets that include a wide range of high-quality motions and annotations, and (2) the absence of methods capable of…

2025

Rare-to-Frequent: Unlocking Compositional Generation Power of Diffusion Models on Rare Concepts with LLM Guidance

ICLR 2025spotlight

State-of-the-art text-to-image (T2I) diffusion models often struggle to generate rare compositions of concepts, e.g., objects with unusual attributes. In this paper, we show that the compositional generation power of diffusion models on such rare concepts can be significantly enhanced by the Large L…

2024

A Simple Early Exiting Framework for Accelerated Sampling in Diffusion Models

ICML 2024poster

Diffusion models have shown remarkable performance in generation problems over various domains including images, videos, text, and audio. A practical bottleneck of diffusion models is their sampling speed, due to the repeated evaluation of score estimation networks during the inference. In this work…