← Search

Mengzhao Chen

13 accepted papers

2026

BPDQ: Bit-Plane Decomposition Quantization on a Variable Grid for Large Language Models

ICML 2026poster

Large language model (LLM) inference is often bounded by memory footprint and memory bandwidth in resource-constrained deployments, making quantization a fundamental technique for efficient serving. While post-training quantization (PTQ) maintains high fidelity at 4-bit, it deteriorates at 2–3 bits.…

Cited by 0SourceScholar
2026

INT vs. FP: A Comprehensive Study of Fine-Grained Low-bit Quantization Formats

ICML 2026poster

Modern AI hardware, such as Nvidia's Blackwell architecture, is increasingly embracing low-precision floating-point (FP) formats to handle the pervasive activation outliers in Large Language Models (LLMs). Despite this industry trend, a unified comparison of FP and integer (INT) quantization across …

Cited by 0SourceScholar
2025

EfficientQAT: Efficient Quantization-Aware Training for Large Language Models

ACL 2025long

Large language models (LLMs) are crucial in modern natural language processing and artificial intelligence. However, they face challenges in managing their significant memory requirements. Although quantization-aware training (QAT) offers a solution by reducing memory consumption through low-bit rep…

2025

LiT: Delving into a Simple Linear Diffusion Transformer for Image Generation

ICCV 2025poster

In this paper, we investigate how to convert a pre-trained Diffusion Transformer (DiT) into a linear DiT, as its simplicity, parallelism, and efficiency for image generation. Through detailed exploration, we offer a suite of ready-to-use solutions, ranging from linear attention design to optimizatio…

Cited by 0SourcePDFScholar
2025

Model Merging in Pre-training of Large Language Models

NeurIPS 2025poster

Model merging has emerged as a promising technique for enhancing large language models, though its application in large-scale pre-training remains relatively unexplored. In this paper, we present a comprehensive investigation of model merging techniques during the pre-training process. Through exten…

Cited by 0SourceScholar
2025

WorldWeaver: Generating Long-Horizon Video Worlds via Rich Perception

NeurIPS 2025poster

Generative video modeling has made significant strides, yet ensuring structural and temporal consistency over long sequences remains a challenge. Current methods predominantly rely on RGB signals, leading to accumulated errors in object structure and motion over extended durations. To address these…

Cited by 0SourceScholar
2024

BESA: Pruning Large Language Models with Blockwise Parameter-Efficient Sparsity Allocation

ICLR 2024poster

Large language models (LLMs) have demonstrated outstanding performance in various tasks, such as text summarization, text question-answering, and etc. While their performance is impressive, the computational footprint due to their vast number of parameters can be prohibitive. Existing solutions such…

2024

OmniQuant: Omnidirectionally Calibrated Quantization for Large Language Models

ICLR 2024spotlight

Large language models (LLMs) have revolutionized natural language processing tasks. However, their practical deployment is hindered by their immense memory and computation requirements. Although recent post-training quantization (PTQ) methods are effective in reducing memory footprint and improving…

2023

CF-ViT: A General Coarse-to-Fine Method for Vision Transformer

AAAI 2023technical

Vision Transformers (ViT) have made many breakthroughs in computer vision tasks. However, considerable redundancy arises in the spatial dimension of an input image, leading to massive computational costs. Therefore, We propose a coarse-to-fine vision transformer (CF-ViT) to relieve computational bur…

2023

DiffRate : Differentiable Compression Rate for Efficient Vision Transformers

ICCV 2023poster

Token compression aims to speed up large-scale vision transformers (e.g. ViTs) by pruning (dropping) or merging tokens. It is an important but challenging task. Although recent advanced approaches achieved great success, they need to carefully handcraft a compression rate (i.e. number of tokens to r…

Cited by 56PDFcodeScholar
2023

SMMix: Self-Motivated Image Mixing for Vision Transformers

ICCV 2023poster

CutMix is a vital augmentation strategy that determines the performance and generalization ability of vision transformers (ViTs). However, the inconsistency between the mixed images and the corresponding labels harms its efficacy. Existing CutMix variants tackle this problem by generating more consi…

Cited by 15PDFcodeScholar
2022

Fine-Grained Data Distribution Alignment for Post-Training Quantization

ECCV 2022poster

"While post-training quantization receives popularity mostly due to its evasion in accessing the original complete training dataset, its poor performance also stems from scarce images. To alleviate this limitation, in this paper, we leverage the synthetic data introduced by zero-shot quantization wi…