← Search

Yanjun Ma

4 accepted papers

2026

AdaGC: Enhancing LLM Pretraining Stability via Adaptive Gradient Clipping

ICML 2026poster

Loss spikes remain a persistent obstacle in large-scale language model pretraining. While previous research has attempted to identify the root cause of loss spikes by investigating individual factors, we observe that, in practice, such spikes are typically triggered by the confluence of heterogeneou…

Cited by 0SourceScholar
2026

Boosting Document Parsing Efficiency and Performance with Coarse-to-Fine Visual Processing

CVPR 2026

Document parsing is a fine-grained task where image resolution significantly impacts performance. While advanced research leveraging vision-language models benefits from high-resolution input to boost model performance, this often leads to a quadratic increase in the number of vision tokens and sign

Cited by 2SourcecodeScholar
2026

Proteus: Lookup-Free Trellis-Coded Quantization by Lattice-Breaking Compute Codes for 2-Bit LLMs

ICML 2026poster

Autoregressive decoding of large language models is frequently memory-traffic bound, so ultra-low-bit weight-only PTQ helps only if dequantization avoids irregular codebook or LUT access in the inner loop. Under the GPU-friendly bitshift trellis, existing 2-bit trellis-coded quantization (TCQ) pipel…

Cited by 0SourceScholar
2022

PaddleSpeech: An Easy-to-Use All-in-One Speech Toolkit

NAACL 2022system demonstrations

PaddleSpeech is an open-source all-in-one speech toolkit. It aims at facilitating the development and research of speech processing technologies by providing an easy-to-use command-line interface and a simple code structure. This paper describes the design philosophy and core architecture of PaddleS…