← Search

Laurent Dinh

12 accepted papers

2026

STARFlow-V: End-to-End Video Generative Modeling with Autoregressive Normalizing Flows

CVPR 2026

Normalizing flows (NFs) are end-to-end likelihood-based generative models for continuous data, and have recently regained attention with encouraging progress on image generation. Yet in the video generation domain, where spatiotemporal complexity and computational cost are substantially higher, stat

Cited by 0SourcecodeScholar
2025

STARFlow: Scaling Latent Normalizing Flows for High-resolution Image Synthesis

NeurIPS 2025spotlight

We present STARFlow, a scalable generative model based on normalizing flows that achieves strong performance on high-resolution image synthesis. STARFlow's main building block is Transformer Autoregressive Flow (TARFlow), which combines normalizing flows with Autoregressive Transformer architecture…

Cited by 0SourcecodeScholar
2024

Generative Modeling with Phase Stochastic Bridge

ICLR 2024oral

Diffusion models (DMs) represent state-of-the-art generative models for continuous inputs. DMs work by constructing a Stochastic Differential Equation (SDE) in the input space (ie, position space), and using a neural network to reverse it. In this work, we introduce a novel generative modeling frame…

Cited by 14SourcePDFScholar
2024

LiDAR: Sensing Linear Probing Performance in Joint Embedding SSL Architectures

ICLR 2024spotlight

Joint embedding (JE) architectures have emerged as a promising avenue for ac- quiring transferable data representations. A key obstacle to using JE methods, however, is the inherent challenge of evaluating learned representations without access to a downstream task, and an annotated dataset. Without…

Cited by 7SourcePDFScholar
2022

GAUDI: A Neural Architect for Immersive 3D Scene Generation

NeurIPS 2022accept

We introduce GAUDI, a generative model capable of capturing the distribution of complex and realistic 3D scenes that can be rendered immersively from a moving camera. We tackle this challenging problem with a scalable yet powerful approach, where we first optimize a latent representation that disent…

2020

VideoFlow: A Conditional Flow-Based Model for Stochastic Video Generation

ICLR 2020poster

Generative models that can model and predict sequences of future events can, in principle, learn to capture complex real-world phenomena, such as physical interactions. However, a central challenge in video prediction is that the future is highly uncertain: a sequence of past observations of events…

Cited by 123SourcecodeScholar
2019

Discrete Flows: Invertible Generative Models of Discrete Data

NeurIPS 2019poster

While normalizing flows have led to significant advances in modeling high-dimensional continuous distributions, their applicability to discrete distributions remains unknown. In this paper, we show that flows can in fact be extended to discrete events---and under a simple change-of-variables formula…

2019

Invertible Convolutional Flow

NeurIPS 2019spotlight

Normalizing flows can be used to construct high quality generative probabilistic models, but training and sample generation require repeated evaluation of Jacobian determinants and function inverses. To make such computations feasible, current approaches employ highly constrained architectures that…

2018

Learning Awareness Models

ICLR 2018poster

We consider the setting of an agent with a fixed body interacting with an unknown and uncertain external world. We show that models trained to predict proprioceptive information about the agent's body come to represent objects in the external world. In spite of being trained with only internally ava…

Cited by 58SourcePDFScholar
2015

A Recurrent Latent Variable Model for Sequential Data

NeurIPS 2015poster

In this paper, we explore the inclusion of latent random variables into the hidden state of a recurrent neural network (RNN) by combining the elements of the variational autoencoder. We argue that through the use of high-level latent random variables, the variational RNN (VRNN) can model the kind of…