← Search

Jesse Allardice

5 accepted papers

2026

(1D) Ordered Tokens Enable Efficient Test-Time Search

ICML 2026poster

Tokenization is a key component of autoregressive generative models, converting raw data into more manageable units for modeling. Commonly, tokens describe local information, such as regions of pixels in images or word pieces in text, and autoregressive generation commonly predicts these tokens in a…

Cited by 0SourceScholar
2026

MODUS: Decoder-only Any-to-Any Modeling of Diverse Modalities

ICML 2026poster

Any-to-any modeling aims to flexibly relate arbitrary modalities within a single system, a requirement that arises across multimodal learning and scientific domains such as ecology and astronomy. However, existing any-to-any approaches are typically trained from scratch using encoder–decoder or diff…

Cited by 0SourceScholar
2026

VideoFlexTok: Flexible-Length Coarse-to-Fine Video Tokenization

ICML 2026spotlight

Visual tokenizers map high-dimensional raw pixels into a compressed representation for downstream modeling, e.g., conditional video generation. Beyond compression, tokenizers define what information is preserved and how it is organized. A _de facto_ standard approach is to represent a video with a s…

Cited by 3SourceScholar
2025

FlexTok: Resampling Images into 1D Token Sequences of Flexible Length

ICML 2025poster

We introduce FlexTok, a tokenizer that projects 2D images into variable-length, ordered 1D token sequences. For example, a 256x256 image can be resampled into anywhere from 1 to 256 discrete tokens, hierarchically and semantically compressing its information. By training a rectified flow model as th…

Cited by 1SourcePDFScholar
2025

STIV: Scalable Text and Image Conditioned Video Generation

ICCV 2025poster

We present a simple and scalable text and image conditioned video generation method. Our approach, named STIV, integrates a variable number of image conditions into a Diffusion Transformer (DiT) through frame replacement. This design enables STIV to perform both text-to-video (T2V) and text-image-to…