← Search

Lili Yu

14 accepted papers

2026

π∗0.6π0.6∗\pi^{*}_{0.6}: a VLA That Learns From Experience

RSS 2026poster

Vision–language–action (VLA) models offer a promising path toward general-purpose robots, but achieving the reliability and speed required for practical deployment remains challenging. We present a general-purpose method, RL with Experience and Corrections via Advantage-conditioned Policies (RECAP) …

Cited by 0SourceScholar
2025

$\pi_{0.5}$: a Vision-Language-Action Model with Open-World Generalization

CoRL 2025oral

In order for robots to be useful, they must perform practically relevant tasks in the real world, outside of the lab. While vision-language-action (VLA) models have demonstrated impressive results for end-to-end robot control, it remains an open question how far such models can generalize in the wil…

Cited by 0SourceScholar
2025

Byte Latent Transformer: Patches Scale Better Than Tokens

ACL 2025long

We introduce the Byte Latent Transformer (BLT), a new byte-level LLM architecture that, for the first time, matches tokenization-based LLM performance at scale with significant improvements in inference efficiency and robustness. BLT encodes bytes into dynamically sized patches, which serve as the p…

2025

CAT: Content-Adaptive Image Tokenization

NeurIPS 2025poster

Most existing image tokenizers encode images into a fixed number of tokens or patches, overlooking the inherent variability in image complexity and introducing unnecessary computate overhead for simpler images. To address this, we propose Content-Adaptive Tokenizer (CAT), which dynamically adjusts…

Cited by 0SourceScholar
2025

Knowledge Insulating Vision-Language-Action Models: Train Fast, Run Fast, Generalize Better

NeurIPS 2025spotlight

Vision-language-action (VLA) models provide a powerful approach to training control policies for physical systems, such as robots, by combining end-to-end learning with transfer of semantic knowledge from web-scale vision-language model (VLM) training. However, the constraints of real-time control a…

Cited by 0SourcecodeScholar
2025

LMFusion: Adapting Pretrained Language Models for Multimodal Generation

NeurIPS 2025poster

We present LMFusion, a framework for empowering pretrained text-only large language models (LLMs) with multimodal generative capabilities, enabling them to understand and generate both text and images in arbitrary sequences. LMFusion leverages existing Llama-3's weights for processing texts autoregr…

Cited by 0SourceScholar
2025

Transfusion: Predict the Next Token and Diffuse Images with One Multi-Modal Model

ICLR 2025oral

We introduce Transfusion, a recipe for training a multi-modal model over discrete and continuous data. Transfusion combines the language modeling loss function (next token prediction) with diffusion to train a single transformer over mixed-modality sequences. We pretrain multiple Transfusion models…

Cited by 150SourcePDFScholar
2024

Jointly Training Large Autoregressive Multimodal Models

ICLR 2024poster

In recent years, advances in the large-scale pretraining of language and text-to-image models have revolutionized the field of machine learning. Yet, integrating these two modalities into a single, robust model capable of generating seamless multimodal outputs remains a significant challenge. To add…

Cited by 33SourcePDFScholar
2024

Megalodon: Efficient LLM Pretraining and Inference with Unlimited Context Length

NeurIPS 2024poster

The quadratic complexity and weak length extrapolation of Transformers limits their ability to scale to long sequences, and while sub-quadratic solutions like linear attention and state space models exist, they empirically underperform Transformers in pretraining efficiency and downstream task accur…

2023

MEGABYTE: Predicting Million-byte Sequences with Multiscale Transformers

NeurIPS 2023poster

Autoregressive transformers are spectacular models for short sequences but scale poorly to long sequences such as high-resolution images, podcasts, code, or books. We proposed Megabyte, a multi-scale decoder architecture that enables end-to-end differentiable modeling of sequences of over one millio…

Cited by 91SourcePDFScholar
2023

Scaling Laws for Generative Mixed-Modal Language Models

ICML 2023poster

Generative language models define distributions over sequences of tokens that can represent essentially any combination of data modalities (e.g., any permutation of image tokens from VQ-VAEs, speech tokens from HuBERT, BPE tokens for language or code, and so on). To better understand the scaling pro…

Cited by 104SourcePDFScholar
2021

Nutri-bullets: Summarizing Health Studies by Composing Segments

AAAI 2021technical

We introduce Nutri-bullets, a multi-document summarization task for health and nutrition. First, we present two datasets of food and health summaries from multiple scientific studies. Furthermore, we propose a novel extract-compose model to solve the problem in the regime of limited parallel data. W…