NLU Workshop Talk: STAIR: Learning Sparse Text and Image Representation in Grounded Tokens
AuthorsYinfei Yang
NLU Workshop Talk: STAIR: Learning Sparse Text and Image Representation in Grounded Tokens
AuthorsYinfei Yang
Compressing Streaming Neural Audio Encoders via Latent-Space Distillation
September 24, 2026research area Methods and Algorithms, research area Speech and Natural Language Processing
System-wide Dictation on Apple devices runs entirely on-device, and the speech it transcribes reaches the foundation model through a tokenizer: an encoder that maps short windows of waveform onto the representation the language model reads. Because that model is sparsely activated under Instruction-Following Pruning, only a small subset of its experts occupies DRAM at any time, so the always-on tokenizer competes for the same memory, and its…
How to Guide Your Language Flow
September 23, 2026research area Methods and Algorithms
We introduce a new method to guide flow matching models. Our approach, which we call probe guidance, uses the frozen internal states of an existing diffusion model to construct a guidance signal. This works using a similar principle as autoguidance, but eliminates the need for an additional forward pass at inference time and provides a reliable path to ensure that the weak and strong model share similar dynamics. We apply and benchmark this…