← Search

Changsheng Zhao

21 accepted papers

2026

DepthLM: Metric Depth from Vision Language Models

ICLR 2026oral

Vision language models (VLMs) can flexibly address various vision tasks through text interactions. Although successful in semantic understanding, state-of-the-art VLMs including GPT-5 still struggle in understanding 3D from 2D inputs. On the other hand, expert pure vision models achieve super-human…

Cited by 0SourcecodeScholar
2026

EgoAVU: Egocentric Audio-Visual Understanding

CVPR 2026

Understanding egocentric videos plays a vital role for embodied intelligence. Recent multi-modal large language models (MLLMs) can accept both visual and audio inputs. However, due to the challenge of obtaining text labels with coherent joint-modality information, whether MLLMs can jointly understan

Cited by 0SourcecodeScholar
2026

Exploring the Limits of Sub-Billion Language Model Reasoners with Open Training Recipes

ICLR 2026poster

The paradigm shift in large language models (LLMs) from instinctive responses to chain-of-thought (CoT) reasoning has fueled two prevailing assumptions: (1) reasoning capabilities only emerge in sufficiently large models, and (2) such capabilities require training on massive datasets. While the firs…

Cited by 0SourceScholar
2026

STEM: SCALING TRANSFORMERS WITH EMBEDDING MODULES

ICLR 2026poster

Fine-grained sparsity promises higher parametric capacity without proportional per-token compute, but often suffers from training instability, load balancing, and communication overhead. We introduce \textbf{STEM} (\emph{Scaling Transformers with Embedding Modules}), a static, token-indexed approach…

Cited by 0SourcecodeScholar
2026

VideoAuto-R1: Video Auto Reasoning via Thinking Once, Answering Twice

CVPR 2026

Chain-of-thought (CoT) reasoning has emerged as a powerful tool for multimodal large language models on video understanding tasks. However, its necessity and advantages over direct answering remain underexplored. In this paper, we first demonstrate that for RL-trained video models, direct answering

Cited by 0SourceScholar
2026

WinQ: Accelerating Quantization-Aware Training of Large Language Models around Saddle Points

ICML 2026poster

Quantization-aware training is widely used for language model quantization in sub-4-bit precision, by training full-precision weights with gradients computed on the quantized model. The main bottleneck for this training approach is its slow convergence and plateauing of test performance, which gets …

Cited by 0SourceScholar
2026

dTRPO : Trajectory Reduction in Policy Optimization of Diffusion Large Language Models

ICML 2026poster

Diffusion Large Language Models (dLLMs) introduce a new paradigm for language generation and thus induce new challenges in aligning dLLMs for human preference. In this work, aim to optimize the dLLM generation process by developing a theoretical formulation and an efficient and effective quantificat…

Cited by 0SourceScholar
2025

Agent-as-a-Judge: Evaluate Agents with Agents

ICML 2025poster

Contemporary evaluation techniques are inadequate for agentic systems. These approaches either focus exclusively on final outcomes---ignoring the step-by-step nature of the thinking done by agentic systems---or require excessive manual labour. To address this, we introduce the **Agent-as-a-Judge** f…

2025

Breaking Down Power Barriers in On-Device Streaming ASR: Insights and Solutions

NAACL 2025industry

Power consumption plays a crucial role in on-device streaming speech recognition, significantly influencing the user experience. This study explores how the configuration of weight parameters in speech recognition models affects their overall energy efficiency. We found that the influence of these p…

Cited by 0SourcePDFScholar
2025

LongVU: Spatiotemporal Adaptive Compression for Long Video-Language Understanding

ICML 2025poster

Multimodal Large Language Models (MLLMs) have shown promising progress in understanding and analyzing video content. However, processing long videos remains a significant challenge constrained by LLM's context size. To address this limitation, we propose \textbf{LongVU}, a spatiotemporal adaptive co…

2025

ParetoQ: Improving Scaling Laws in Extremely Low-bit LLM Quantization

NeurIPS 2025poster

The optimal bit-width for achieving the best trade-off between quantized model size and accuracy has been a subject of ongoing debate. While some advocate for 4-bit quantization, others propose that 1.58-bit offers superior results. However, the lack of a cohesive framework for different bits has le…

Cited by 0SourceScholar
2025

SpinQuant: LLM Quantization with Learned Rotations

ICLR 2025poster

Post-training quantization (PTQ) techniques applied to weights, activations, and the KV cache greatly reduce memory usage, latency, and power consumption of Large Language Models (LLMs), but may lead to large quantization errors when outliers are present. Rotating activation or weight matrices helps…

2024

LLM-QAT: Data-Free Quantization Aware Training for Large Language Models

ACL 2024findings

Several post-training quantization methods have been applied to large language models (LLMs), and have been shown to perform well down to 8-bits. We find that these methods break down at lower bit precision, and investigate quantization-aware training for LLMs (LLM-QAT) to push quantization levels e…

2024

MobileLLM: Optimizing Sub-billion Parameter Language Models for On-Device Use Cases

ICML 2024poster

This paper addresses the growing need for efficient large language models (LLMs) on mobile devices, driven by increasing cloud costs and latency concerns. We focus on designing top-quality LLMs with fewer than a billion parameters, a practical choice for mobile deployment. Contrary to prevailing bel…

2024

On the Open Prompt Challenge in Conditional Audio Generation

ICASSP 2024accepted

Text-to-audio generation (TTA) produces audio from a text description, learning from pairs of audio samples and hand-annotated text. However, commercializing audio generation is challenging as user-input prompts are often under-specified when compared to text descriptions used to train TTA models. I…

Cited by 0SourceScholar
2024

Scaling Parameter-Constrained Language Models with Quality Data

EMNLP 2024industry

Scaling laws in language modeling traditionally quantify training loss as a function of dataset size and model parameters, providing compute-optimal estimates but often neglecting the impact of data quality on model generalization.In this paper, we extend the conventional understanding of scaling la…

Cited by 0SourcePDFScholar
2024

Target-Aware Language Modeling via Granular Data Sampling

EMNLP 2024main

Language model pretraining generally targets a broad range of use cases and incorporates data from diverse sources. However, there are instances where we desire a model that excels in specific areas without markedly compromising performance in other areas. A cost-effective and straightforward approa…

Cited by 0SourcePDFScholar
2023

Revisiting Sample Size Determination in Natural Language Understanding

ACL 2023findings

Knowing exactly how many data points need to be labeled to achieve a certain model performance is a hugely beneficial step towards reducing the overall budgets for annotation. It pertains to both active learning and traditional data annotation, and is particularly beneficial for low resource scenari…

2023

Towards Zero-Shot Multilingual Transfer for Code-Switched Responses

ACL 2023long

Recent task-oriented dialog systems have had great success in building English-based personal assistants, but extending these systems to a global audience is challenging due to the need for annotated data in the target language. An alternative approach is to leverage existing data in a high-resource…

Cited by 2SourcePDFScholar
2021

Automatic Mixed-Precision Quantization Search of BERT

IJCAI 2021poster

Pre-trained language models such as BERT have shown remarkable effectiveness in various natural language processing tasks. However, these models usually contain millions of parameters, which prevent them from the practical deployment on resource-constrained devices. Knowledge distillation, Weight pr…

2021

Hyperparameter-free Continuous Learning for Domain Classification in Natural Language Understanding

NAACL 2021long

Domain classification is the fundamental task in natural language understanding (NLU), which often requires fast accommodation to new emerging domains. This constraint makes it impossible to retrain all previous domains, even if they are accessible to the new model. Most existing continual learning…