← Search

Yuexiao Ma

10 accepted papers

2026

A²RBench: An Automatic Paradigm for Formally Verifiable Abstract Reasoning Benchmark Generation

ICML 2026poster

Abstract reasoning ability reflects the intelligence and generalization capacity of LLMs to extract and apply abstract rules. However, accurately measuring this ability remains challenging: existing benchmarks either rely on expensive manual annotation, limiting their scale, or risk measuring memori…

Cited by 1SourceScholar
2026

Flow Caching for Autoregressive Video Generation

ICLR 2026poster

Autoregressive models, often built on Transformer architectures, represent a powerful paradigm for generating ultra-long videos by synthesizing content in sequential chunks. However, this sequential generation process is notoriously slow. While caching strategies have proven effective for accelerati…

Cited by 0SourcecodeScholar
2026

Motion-Aware Caching for Efficient Autoregressive Video Generation

ICML 2026poster

Autoregressive video generation paradigms offer theoretical promise for long video synthesis, yet their practical deployment is hindered by the computational burden of sequential iterative denoising. While cache reuse strategies can accelerate generation by skipping redundant denoising steps, existi…

Cited by 0SourceScholar
2026

Training-Free Multimodal Large Language Model Orchestration

ICML 2026poster

Building interactive omni-modal assistants often relies on end-to-end multimodal alignment to fuse heterogeneous modalities, which incurs substantial data and compute costs and limits extensibility. We present Training-Free Large Language Model Orchestration (LLM Orchestration), a training-free orch…

Cited by 0SourceScholar
2025

Automated Fine-Grained Mixture-of-Experts Quantization

ACL 2025finding

The Mixture of Experts (MoE) architecture enables efficient model scaling through conditional computation, where only subset of parameters are activated per input. However, this distributed architecture poses unprecedented challenges for model compression, as conventional quantization methods optimi…

2025

polybasic Speculative Decoding Through a Theoretical Perspective

ICML 2025poster

Inference latency stands as a critical bottleneck in the large-scale deployment of Large Language Models (LLMs). Speculative decoding methods have recently shown promise in accelerating inference without compromising the output distribution. However, existing work typically relies on a dualistic dra…

Cited by 0SourcePDFScholar
2024

AffineQuant: Affine Transformation Quantization for Large Language Models

ICLR 2024poster

The significant resource requirements associated with Large-scale Language Models (LLMs) have generated considerable interest in the development of techniques aimed at compressing and accelerating neural networks. Among these techniques, Post-Training Quantization (PTQ) has emerged as a subject of…

2024

Outlier-aware Slicing for Post-Training Quantization in Vision Transformer

ICML 2024poster

Post-Training Quantization (PTQ) is a vital technique for network compression and acceleration, gaining prominence as model sizes increase. This paper addresses a critical challenge in PTQ: **the severe impact of outliers on the accuracy of quantized transformer architectures.** Specifically, we int…

Cited by 5SourcePDFScholar
2023

OMPQ: Orthogonal Mixed Precision Quantization

AAAI 2023technical

To bridge the ever-increasing gap between deep neural networks' complexity and hardware capability, network quantization has attracted more and more research attention. The latest trend of mixed precision quantization takes advantage of hardware's multiple bit-width arithmetic operations to unleash…

2023

Solving Oscillation Problem in Post-Training Quantization Through a Theoretical Perspective

CVPR 2023poster

Post-training quantization (PTQ) is widely regarded as one of the most efficient compression methods practically, benefitting from its data privacy and low computation costs. We argue that an overlooked problem of oscillation is in the PTQ methods. In this paper, we take the initiative to explore an…