← Search

Fangmin Chen

4 accepted papers

2026

ERTACache: Error Rectification and Timesteps Adjustment for Efficient Diffusion

ICLR 2026poster

Diffusion models suffer from substantial computational overhead due to their inherently iterative inference process. While feature caching offers a promising acceleration strategy by reusing intermediate outputs across timesteps, naive reuse often incurs noticeable quality degradation. In this work…

Cited by 0SourceScholar
2026

Error Propagation Mechanisms and Compensation Strategies for Quantized Diffusion Models

ICML 2026oral

Diffusion models have transformed image synthesis by establishing unprecedented quality and creativity benchmarks. Nevertheless, their large-scale deployment faces challenges due to computationally intensive iterative denoising processes. Although post-training quantization (PTQ) provides an effecti…

Cited by 0SourceScholar
2026

TAP: A Token-Adaptive Predictor Framework for Training-Free Diffusion Acceleration

CVPR 2026

Diffusion models achieve strong generative performance but remain slow at inference due to the need for repeated full-model denoising passes. We present Token-Adaptive Predictor (TAP), a training-free, probe-driven framework that adaptively selects a predictor for each token at every sampling step.

Cited by 0SourceScholar
2025

ABQ-LLM: Arbitrary-Bit Quantized Inference Acceleration for Large Language Models

AAAI 2025technical

Large Language Models (LLMs) have revolutionized natural language processing tasks. However, their practical application is constrained by substantial memory and computational demands. Post-training quantization (PTQ) is considered an effective method to accelerate LLM inference. Despite its growing…