← Search

Huizi Mao

7 accepted papers

2026

Deterministic Inference across Tensor Parallel Sizes That Eliminates Training-Inference Mismatch

ICML 2026poster

Deterministic inference is increasingly critical for large language model (LLM) applications such as LLM-as-a-judge evaluation, multi-agent systems, and Reinforcement Learning (RL). However, existing LLM serving frameworks exhibit non-deterministic behavior: identical inputs can yield different outp…

Cited by 0SourceScholar
2026

QeRL: Beyond Efficiency - Quantization-enhanced Reinforcement Learning for LLMs

ICLR 2026poster

We propose QeRL, a Quantization-enhanced Reinforcement Learning framework for large language models (LLMs). While RL is essential for LLMs' reasoning capabilities, it is resource-intensive, requiring substantial GPU memory and long rollout duration. QeRL addresses these issues by combining NVFP4 qua…

Cited by 0SourcecodeScholar
2023

BEVFusion: Multi-Task Multi-Sensor Fusion with Unified Bird's-Eye View Representation

ICRA 2023poster

Multi-sensor fusion is essential for an accurate and reliable autonomous driving system. Recent approaches are based on point-level fusion: augmenting the LiDAR point cloud with camera features. However, the camera-to-LiDAR projection throws away the semantic density of camera features, hindering th…

Cited by 1130SourcecodeScholar
2019

A Delay Metric for Video Object Detection: What Average Precision Fails to Tell

ICCV 2019poster

Average precision (AP) is a widely used metric to evaluate detection accuracy of image and video object detectors. In this paper, we analyze the object detection from video and point out that mAP alone is not sufficient to capture the temporal nature of video object detection. To tackle this problem…

Cited by 60PDFcodeScholar
2018

Deep Gradient Compression: Reducing the Communication Bandwidth for Distributed Training

ICLR 2018poster

Large-scale distributed training requires significant communication bandwidth for gradient exchange that limits the scalability of multi-node training, and requires expensive high-bandwidth network infrastructure. The situation gets even worse with distributed training on mobile devices (federated l…

2017

DSD: Dense-Sparse-Dense Training for Deep Neural Networks

ICLR 2017poster

Modern deep neural networks have a large number of parameters, making them very hard to train. We propose DSD, a dense-sparse-dense training flow, for regularizing deep neural networks and achieving better optimization performance. In the first D (Dense) step, we train a dense network to learn conne…

Cited by 265SourcecodeScholar