← Search

Renjie Liao

55 accepted papers

2026

Scaling Generative Verifiers For Natural Language Mathematical Proof Verification And Selection

ICML 2026poster

Large language models have achieved remarkable success on final-answer mathematical problems, largely due to the ease of applying reinforcement learning with verifiable rewards. However, the reasoning underlying these solutions is often flawed. Advancing to rigorous proof-based mathematics requires …

Cited by 0SourceScholar
2026

Spectral Conformal Risk Control: Distribution-Free Tail Guarantees via Bayesian Quadrature

CVPR 2026

Modern vision systems are deployed in settings where occasional catastrophic failures matter more than average accuracy--for example in medical imaging, autonomous driving, and safety monitoring. While conformal prediction gives distribution-free uncertainty guarantees, most existing methods only co

Cited by 0SourcecodeScholar
2026

Stable Velocity: A Variance Perspective on Flow Matching

ICML 2026poster

While flow matching is elegant, its reliance on single-sample conditional velocities leads to high-variance training targets that destabilize optimization and slow convergence. By explicitly characterizing this variance, we identify 1) a *high-variance regime* near the prior, where optimization is c…

Cited by 0SourceScholar
2026

StreamSplat: Towards Online Dynamic 3D Reconstruction from Uncalibrated Video Streams

ICLR 2026poster

Real-time reconstruction of dynamic 3D scenes from uncalibrated video streams demands robust online methods that recover scene dynamics from sparse observations under strict latency and memory constraints. Yet most dynamic reconstruction methods rely on hours of per-scene optimization under full-seq…

Cited by 0SourcecodeScholar
2026

UniEdit-Flow: Unleashing Inversion and Editing in the Era of Flow Models

ICLR 2026poster

Flow matching models have emerged as a strong alternative to diffusion models, but existing inversion and editing methods designed for diffusion are often ineffective or inapplicable to them. The straight-line, non-crossing trajectories of flow models pose challenges for diffusion-based approaches b…

Cited by 0SourcecodeScholar
2025

LatentHOI: On the Generalizable Hand Object Motion Generation with Latent Hand Diffusion.

CVPR 2025poster

Current research on generating 3D hand-object interaction motion primarily focuses on in-domain objects. Generalization to unseen objects is essential for practical applications, yet it remains both challenging and largely unexplored.In this paper, we propose LatentHOI, a novel approach designed to…

Cited by 0SourcePDFScholar
2025

Leveraging Online Olympiad-Level Math Problems for LLMs Training and Contamination-Resistant Evaluation

ICML 2025poster

Advances in Large Language Models (LLMs) have sparked interest in their ability to solve Olympiad-level math problems. However, the training and evaluation of these models are constrained by the limited size and quality of available datasets, as creating large-scale data for such advanced problems…

2025

MoFlow: One-Step Flow Matching for Human Trajectory Forecasting via Implicit Maximum Likelihood Estimation based Distillation

CVPR 2025poster

In this paper, we address the problem of human trajectory forecasting, which aims to predict the inherently multi-modal future movements of humans based on their past trajectories and other contextual cues. We propose a novel motion prediction conditional flow matching model, termed MoFlow, to predi…

2025

Neural MJD: Neural Non-Stationary Merton Jump Diffusion for Time Series Prediction

NeurIPS 2025poster

While deep learning methods have achieved strong performance in time series prediction, their black-box nature and inability to explicitly model underlying stochastic processes often limit their robustness handling non-stationary data, especially in the presence of abrupt changes. In this work, we i…

Cited by 0SourcecodeScholar
2025

RETRO SYNFLOW: Discrete Flow-Matching for Accurate and Diverse Single-Step Retrosynthesis

NeurIPS 2025poster

A fundamental challenge in organic chemistry is identifying and predicting the sequence of reactions that synthesize a desired target molecule. Due to the combinatorial nature of the chemical search space, single-step reactant prediction—i.e., single-step retrosynthesis—remains difficult, even for s…

Cited by 0SourceScholar
2025

SymmetricDiffusers: Learning Discrete Diffusion on Finite Symmetric Groups

ICLR 2025oral

The group of permutations $S_n$, also known as the finite symmetric groups, are essential in fields such as combinatorics, physics, and chemistry. However, learning a probability distribution over $S_n$ poses significant challenges due to its intractable size and discrete nature. In this paper, we i…

2025

Test-Time Steering for Lossless Text Compression via Weighted Product of Experts

EMNLP 2025

Lossless compression techniques are crucial in an era of rapidly growing data. Traditional universal compressors like gzip offer low computational overhead, high speed, and broad applicability across data distributions. However, they often lead to worse compression rates than modern neural compresso

Cited by 0SourcePDFScholar
2025

TrajFlow: Multi-modal Motion Prediction via Flow Matching

IROS 2025

Efficient and accurate motion prediction is crucial for ensuring safety and informed decision-making in autonomous driving, particularly under dynamic real-world conditions that necessitate multi-modal forecasts. We introduce TrajFlow, a novel flow matching-based motion prediction framework that add

Cited by 5SourcecodeScholar
2024

Generative 3D Part Assembly via Part-Whole-Hierarchy Message Passing

CVPR 2024poster

Generative 3D part assembly involves understanding part relationships and predicting their 6-DoF poses for assembling a realistic 3D shape. Prior work often focus on the geometry of individual parts neglecting part-whole hierarchies of objects. Leveraging two key observations: 1) super-part poses pr…

2024

Learning Latent Structures in Network Games via Data-Dependent Gated-Prior Graph Variational Autoencoders

ICML 2024poster

In network games, individuals interact strategically within network environments to maximize their utilities. However, obtaining network structures is challenging. In this work, we propose an unsupervised learning model, called data-dependent gated-prior graph variational autoencoder (GPGVAE), that…

Cited by 0SourcePDFScholar
2024

Memorization Capacity of Multi-Head Attention in Transformers

ICLR 2024spotlight

Transformers have become the go-to architecture for language and vision tasks, yet their theoretical properties, especially memorization capacity, remain elusive. This paper investigates the memorization abilities of multi-head attention mechanisms, examining how many example sequences they can memo…

2024

Revisiting the Equivalence of In-Context Learning and Gradient Descent: The Impact of Data Distribution

ICASSP 2024accepted

Transformers exhibit in-context learning (ICL), enabling adaptation to various tasks via prompts without the need for computationally intensive fine-tuning. Recent research investigates ICL’s mechanisms under analytically tractable models, with some conjecturing that ICL with linear attention implem…

Cited by 0SourceScholar
2023

Specformer: Spectral Graph Neural Networks Meet Transformers

ICLR 2023poster

Spectral graph neural networks (GNNs) learn graph representations via spectral-domain graph convolutions. However, most existing spectral graph filters are scalar-to-scalar functions, i.e., mapping a single eigenvalue to a single filtered value, thus ignoring the global pattern of the spectrum. Furt…

2021

A PAC-Bayesian Approach to Generalization Bounds for Graph Neural Networks

ICLR 2021poster

In this paper, we derive generalization bounds for two primary classes of graph neural networks (GNNs), namely graph convolutional networks (GCNs) and message passing GNNs (MPGNNs), via a PAC-Bayesian approach. Our result reveals that the maximum node degree and the spectral norm of the weights gove…

Cited by 121SourcePDFScholar
2021

Accelerating Feedforward Computation via Parallel Nonlinear Equation Solving

ICML 2021spotlight

Feedforward computation, such as evaluating a neural network or sampling from an autoregressive model, is ubiquitous in machine learning. The sequential nature of feedforward computation, however, requires a strict order of execution and cannot be easily accelerated with parallel computing. To enabl…

2021

LaneRCNN: Distributed Representations for Graph-Centric Motion Forecasting

IROS 2021poster

Forecasting the future behaviors of dynamic actors is an important task in many robotics applications such as self-driving. It is extremely challenging as actors have latent intentions and their trajectories are governed by complex interactions between the other actors, themselves, and the map. In t…

Cited by 220SourceScholar
2021

LookOut: Diverse Multi-Future Prediction and Planning for Self-Driving

ICCV 2021poster

In this paper, we present LookOut, a novel autonomy system that perceives the environment, predicts a diverse set of futures of how the scene might unroll and estimates the trajectory of the SDV by optimizing a set of contingency plans over these future realizations. In particular, we learn a divers…

Cited by 144PDFScholar
2021

NP-DRAW: A Non-Parametric Structured Latent Variable Model for Image Generation

UAI 2021poster

In this paper, we present a non-parametric structured latent variable model for image generation, called NP-DRAW, which sequentially draws on a latent canvas in a part-by-part fashion and then decodes the image from the canvas. Our key contributions are as follows. 1) We propose a non-parametric pri…

2021

Safety-Oriented Pedestrian Occupancy Forecasting

IROS 2021poster

In this paper we address an important problem in self-driving, forecasting multi-pedestrian motion and their shared scene occupancy map, which is critical for safe navigation. Our contributions are two-fold. First, we advocate for predicting both the individual motions as well as the scene occupancy…

Cited by 6SourceScholar
2020

DSDNet: Deep Structured self-Driving Network

ECCV 2020poster

In this paper, we propose the Deep Structured self-Driving Network (DSDNet), which performs object detection, motion prediction, and motion planning with a single neural network. Towards this goal, we develop a deep structured energy based model which considers the interactions between actors and pr…

Cited by 118SourcePDFScholar
2020

Implicit Latent Variable Model for Scene-Consistent Motion Forecasting

ECCV 2020poster

To achieve safe and proactive self-driving, an autonomous vehicle must accurately perceive its environment, and understand the interactions among traffic participants. In this paper, we aim to learn scene-consistent motion forecasts of complex urban traffic directly from sensor data. In particular,…

Cited by 193SourcePDFScholar
2020

Latent Variable Modelling with Hyperbolic Normalizing Flows

ICML 2020poster

The choice of approximate posterior distributions plays a central role in stochastic variational inference (SVI). One effective solution is the use of normalizing flows \cut{defined on Euclidean spaces} to construct flexible posterior distributions. However, one key limitation of existing normalizin…

2020

Learning Lane Graph Representations for Motion Forecasting

ECCV 2020poster

We propose a motion forecasting model that exploits a novel structured map representation as well as actor-map interactions. Instead of encoding vectorized maps as raster images, we construct a lane graph from raw map data to explicitly preserve the map structure. To capture the complex topology and…

2020

SpAGNN: Spatially-Aware Graph Neural Networks for Relational Behavior Forecasting from Sensor Data

ICRA 2020poster

In this paper, we tackle the problem of relational behavior forecasting from sensor data. Towards this goal, we propose a novel spatially-aware graph neural network (SpAGNN) that models the interactions between agents in the scene. Specifically, we exploit a convolutional neural network to detect th…

Cited by 194SourceScholar
2020

Testing the Safety of Self-driving Vehicles by Simulating Perception and Prediction

ECCV 2020poster

We present a novel method for testing the safety of self-driving vehicles in simulation. We propose an alternative to sensor simulation, as sensor simulation is expensive and has large domain gaps. Instead, we directly simulate the outputs of the self-driving vehicle’s perception and prediction syst…

Cited by 29SourcePDFScholar
2019

DMM-Net: Differentiable Mask-Matching Network for Video Object Segmentation

ICCV 2019poster

In this paper, we propose the differentiable mask-matching network (DMM-Net) for solving the video object segmentation problem where the initial object masks are provided. Relying on the Mask R-CNN backbone, we extract mask proposals per frame and formulate the matching between object templates and…

Cited by 98PDFcodeScholar
2019

Discrete Residual Flow for Probabilistic Pedestrian Behavior Prediction

CoRL 2019

Self-driving vehicles plan around both static and dynamic objects, applying predictive models of behavior to estimate future locations of the objects in the environment. However, future behavior is inherently uncertain, and models of motion that produce deterministic outputs are limited to short tim

Cited by 0SourcePDFScholar
2019

Efficient Graph Generation with Graph Recurrent Attention Networks

NeurIPS 2019poster

We propose a new family of efficient and expressive deep generative models of graphs, called Graph Recurrent Attention Networks (GRANs). Our model generates graphs one block of nodes and associated edges at a time. The block size and sampling stride allow us to trade off sample quality for efficienc…

2019

Incremental Few-Shot Learning with Attention Attractor Networks

NeurIPS 2019poster

Machine learning classifiers are often trained to recognize a set of pre-defined classes. However, in many applications, it is often desirable to have the flexibility of learning additional concepts, with limited data and without re-training on the full training set. This paper addresses this proble…

2019

LanczosNet: Multi-Scale Deep Graph Convolutional Networks

ICLR 2019poster

We propose Lanczos network (LanczosNet) which uses the Lanczos algorithm to construct low rank approximations of the graph Laplacian for graph convolution. Relying on the tridiagonal decomposition of the Lanczos algorithm, we not only efficiently exploit multi-scale information via fast approximated…

2019

UPSNet: A Unified Panoptic Segmentation Network

CVPR 2019oral

In this paper, we propose a unified panoptic segmentation network (UPSNet) for tackling the newly proposed panoptic segmentation task. On top of a single backbone residual network, we first design a deformable convolution based semantic segmentation head and a Mask R-CNN style instance segmentation…

Cited by 548PDFcodeScholar
2018

GeoNet: Geometric Neural Network for Joint Depth and Surface Normal Estimation

CVPR 2018poster

In this paper, we propose Geometric Neural Network (GeoNet) to jointly predict depth and surface normal maps from a single image. Building on top of two-stream CNNs, our GeoNet incorporates geometric relation between depth and surface normal via the new depth-to-normal and normal- to-depth networks.…

Cited by 428SourcePDFScholar
2018

Graph Partition Neural Networks for Semi-Supervised Classification

ICLR 2018workshop

We present graph partition neural networks (GPNN), an extension of graph neural networks (GNNs) able to handle extremely large graphs. GPNNs alternate between locally propagating information between nodes in small subgraphs and globally propagating information between the subgraphs. To efficiently p…

Cited by 91SourcecodeScholar
2018

Learning Deep Structured Active Contours End-to-End

CVPR 2018poster

The world is covered with millions of buildings, and precisely knowing each instance's position and extents is vital to a multitude of applications. Recently, automated building footprint segmentation models have shown superior detection accuracy thanks to the usage of Convolutional Neural Networks…

2018

NerveNet: Learning Structured Policy with Graph Neural Networks

ICLR 2018poster

We address the problem of learning structured policies for continuous control. In traditional reinforcement learning, policies of agents are learned by MLPs which take the concatenation of all observations from the environment as input for predicting actions. In this work, we propose NerveNet to exp…

Cited by 326SourcePDFScholar
2018

Neural Guided Constraint Logic Programming for Program Synthesis

NeurIPS 2018poster

Synthesizing programs using example input/outputs is a classic problem in artificial intelligence. We present a method for solving Programming By Example (PBE) problems by using a neural model to guide the search of a constraint logic programming system called miniKanren. Crucially, the neural model…

2018

Reviving and Improving Recurrent Back-Propagation

ICML 2018oral

In this paper, we revisit the recurrent back-propagation (RBP) algorithm, discuss the conditions under which it applies as well as how to satisfy them in deep neural networks. We show that RBP can be unstable and propose two variants based on conjugate gradient on the normal equations (CG-RBP) and N…

2018

Understanding Short-Horizon Bias in Stochastic Meta-Optimization

ICLR 2018poster

Careful tuning of the learning rate, or even schedules thereof, can be crucial to effective neural net training. There has been much recent interest in gradient-based meta-optimization, where one tunes hyperparameters, or even learns an optimizer, in order to minimize the expected loss when the trai…

2017

3D Graph Neural Networks for RGBD Semantic Segmentation

ICCV 2017oral

RGBD semantic segmentation requires joint reasoning about 2D appearance and 3D geometric information. In this paper we propose a 3D graph neural network (3DGNN) that builds a k-nearest neighbor graph on top of 3D point cloud. Each node in the graph corresponds to a set of points and is associated wi…

Cited by 605PDFcodeScholar
2017

Normalizing the Normalizers: Comparing and Extending Network Normalization Schemes

ICLR 2017poster

Normalization techniques have only recently begun to be exploited in supervised learning tasks. Batch normalization exploits mini-batch statistics to normalize the activations. This was shown to speed up training and result in better models. However its success has been very limited when dealing wit…

Cited by 113SourceScholar
2017

Situation Recognition With Graph Neural Networks

ICCV 2017poster

We address the problem of recognizing situations in images. Given an image, the task is to predict the most salient verb (action), and fill its semantic roles such as who is performing the action, what is the source and target of the action, etc. Different verbs have different roles (e.g. attacking…

Cited by 142PDFScholar
2015

Handling Motion Blur in Multi-Frame Super-Resolution

CVPR 2015poster

Ubiquitous motion blur easily fails multi-frame super-resolution (MFSR). Our method proposed in this paper tackles this issue by optimally searching least blurred pixels in MFSR. An EM framework is proposed to guide residual blur estimation and high-resolution image reconstruction. To suppress noise…

Cited by 171SourcePDFScholar