← Search

Yuchu Jiang

4 accepted papers

2026

Rethinking LLM Ensembling from the Perspective of Mixture Models

ICML 2026spotlight

Model ensembling is a well-established technique for improving the performance of machine learning models. Conventionally, this involves averaging the output distributions of multiple models and selecting the most probable label. This idea has been naturally extended to large language models (LLMs),…

Cited by 0SourceScholar
2026

d$^2$Cache: Accelerating Diffusion-Based LLMs via Dual Adaptive Caching

ICLR 2026poster

Diffusion-based large language models (dLLMs), despite their promising performance, still suffer from inferior inference efficiency. This is because dLLMs rely on bidirectional attention and cannot directly benefit from the standard key-value (KV) cache as autoregressive models (ARMs) do. To tackle…

Cited by 0SourcecodeScholar
2025

Fast Large Language Model Collaborative Decoding via Speculation

ICML 2025poster

Large Language Model (LLM) collaborative decoding techniques improve output quality by combining the outputs of multiple models at each generation step, but they incur high computational costs. In this paper, we introduce **Collaborative decoding via Speculation (CoS)**, a novel framework that accel…

2025

Mimic In-Context Learning for Multimodal Tasks

CVPR 2025poster

Recently, In-context Learning (ICL) has become a significant inference paradigm in Large Multimodal Models (LMMs), utilizing a few in-context demonstrations (ICDs) to prompt LMMs for new tasks. However, the synergistic effects in multimodal data increase the sensitivity of ICL performance to the con…