← Search

Yulia Rubanova

12 accepted papers

2025

Direct Motion Models for Assessing Generated Videos

ICML 2025poster

A current limitation of video generative video models is that they generate plausible looking frames, but poor motion --- an issue that is not well captured by FVD and other popular methods for evaluating generated videos. Here we go beyond FVD by developing a metric which better measures plausible…

2024

Learning 3D Particle-based Simulators from RGB-D Videos

ICLR 2024poster

Realistic simulation is critical for applications ranging from robotics to animation. Traditional analytic simulators sometimes struggle to capture sufficiently realistic simulation which can lead to problems including the well known "sim-to-real" gap in robotics. Learned simulators have emerged as…

Cited by 10SourcePDFScholar
2024

Learning rigid-body simulators over implicit shapes for large-scale scenes and vision

NeurIPS 2024oral

Simulating large scenes with many rigid objects is crucial for a variety of applications, such as robotics, engineering, film and video games. Rigid interactions are notoriously hard to model: small changes to the initial state or the simulation parameters can lead to large changes in the final stat…

Cited by 2SourcePDFScholar
2024

Moving Off-the-Grid: Scene-Grounded Video Representations

NeurIPS 2024spotlight

Current vision models typically maintain a fixed correspondence between their representation structure and image space. Each layer comprises a set of tokens arranged “on-the-grid,” which biases patches or tokens to encode information at a specific spatio(-temporal) location. In this work we present…

Cited by 2SourcePDFScholar
2024

Neural Assets: 3D-Aware Multi-Object Scene Synthesis with Image Diffusion Models

NeurIPS 2024spotlight

We address the problem of multi-object 3D pose control in image diffusion models. Instead of conditioning on a sequence of text tokens, we propose to use a set of per-object representations, *Neural Assets*, to control the 3D pose of individual objects in a scene. Neural Assets are obtained by pooli…

Cited by 13SourcePDFScholar
2023

Learning rigid dynamics with face interaction graph networks

ICLR 2023top-25%

Simulating rigid collisions among arbitrary shapes is notoriously difficult due to complex geometry and the strong non-linearity of the interactions. While graph neural network (GNN)-based models are effective at learning to simulate complex physical dynamics, such as fluids, cloth and articulated b…

Cited by 34SourcePDFScholar
2022

Constraint-based graph network simulator

ICML 2022spotlight

In the area of physical simulations, nearly all neural-network-based methods directly predict future states from the input states. However, many traditional simulation engines instead model the constraints of the system and select the state which satisfies them. Here we present a framework for const…

Cited by 38SourcePDFScholar
2022

Graph network simulators can learn discontinuous, rigid contact dynamics

CoRL 2022poster

Recent years have seen a rise in techniques for modeling discontinuous dynamics, such as rigid contact or switching motion modes, using deep learning. A common claim is that deep networks are incapable of accurately modeling rigid-body dynamics without explicit modules for handling contacts, due to…

Cited by 45SourceScholar
2022

Simple GNN Regularisation for 3D Molecular Property Prediction and Beyond

ICLR 2022poster

In this paper we show that simple noisy regularisation can be an effective way to address oversmoothing. We first argue that regularisers ad-dressing oversmoothing should both penalise node latent similarity and encourage meaningful node representations. From this observation we derive “Noisy Nodes”…

Cited by 147SourcePDFScholar
2019

Latent Ordinary Differential Equations for Irregularly-Sampled Time Series

NeurIPS 2019poster

Time series with non-uniform intervals occur in many applications, and are difficult to model using standard recurrent neural networks (RNNs). We generalize RNNs to have continuous-time hidden dynamics defined by ordinary differential equations (ODEs), a model we call ODE-RNNs. Furthermore, we use O…

2018

Neural Ordinary Differential Equations

NeurIPS 2018oral

We introduce a new family of deep neural network models. Instead of specifying a discrete sequence of hidden layers, we parameterize the derivative of the hidden state using a neural network. The output of the network is computed using a blackbox differential equation solver. These continuous-depth…