← Search

Bocheng Li

6 accepted papers

2026

FastHybrid: Accelerating Hybrid Autoregressive Image Generation with Lookahead and Guided Decoding

CVPR 2026

Autoregressive (AR) models have achieved remarkable success in natural language processing, yet their application to image generation faces significant challenges. When implementing VQ-based decoders for autoregressive image generation, the generated images typically preserve semantic information bu

Cited by 0SourceScholar
2026

Learning Native Continuation for Action Chunking Flow Policies

RSS 2026poster

Action chunking enables Vision Language Action (VLA) models to run in real time, but naive chunked execution often exhibits discontinuities at chunk boundaries. Real-Time Chunking (RTC) alleviates this issue but is external to the policy, leading to spurious multimodal switching and trajectories tha…

Cited by 0SourceScholar
2025

Addressing Representation Collapse in Vector Quantized Models with One Linear Layer

ICCV 2025poster

Vector Quantization (VQ) is essential for discretizing continuous representations in unsupervised learning but suffers from representation collapse, causing low codebook utilization and limiting scalability. Existing solutions often rely on complex optimizations or reduce latent dimensionality, whic…

2025

Unifying Continuous and Discrete Text Diffusion with Non-simultaneous Diffusion Processes

ACL 2025long

Diffusion models have emerged as a promising approach for text generation, with recent works falling into two main categories: discrete and continuous diffusion models. Discrete diffusion models apply token corruption independently using categorical distributions, allowing for different diffusion pr…

Cited by 0SourcePDFScholar
2024

Few-shot Temporal Pruning Accelerates Diffusion Models for Text Generation

COLING 2024main

Diffusion models have achieved significant success in computer vision and shown immense potential in natural language processing applications, particularly for text generation tasks. However, generating high-quality text using these models often necessitates thousands of iterations, leading to slow…

Cited by 1SourcePDFScholar
2024

Stabilize the Latent Space for Image Autoregressive Modeling: A Unified Perspective

NeurIPS 2024poster

Latent-based image generative models, such as Latent Diffusion Models (LDMs) and Mask Image Models (MIMs), have achieved notable success in image generation tasks. These models typically leverage reconstructive autoencoders like VQGAN or VAE to encode pixels into a more compact latent space and lear…