← Search

Tianyuan Zhang

19 accepted papers

2026

Adversarial Generation and Collaborative Evolution of Safety-Critical Scenarios for Autonomous Vehicles

AAAI 2026technical

The generation of safety-critical scenarios in simulation has become increasingly crucial for safety evaluation in autonomous vehicles (AV) prior to road deployment in society. However, current approaches largely rely on predefined threat patterns or rule-based strategies, which limit their ability

Cited by 0SourcePDFScholar
2026

Aligning Visual Foundation Encoders to Tokenizers for Diffusion Models

ICLR 2026poster

In this work, we propose aligning pretrained visual encoders to serve as tokenizers for latent diffusion models in image generation. Unlike training a variational autoencoder (VAE) from scratch, which primarily emphasizes low-level details, our approach leverages the rich semantic structure of found…

Cited by 0SourceScholar
2026

Continuous-Space Multi-Agent Path Finding via Enhanced Prioritized Search With Ackermann Kinematic Constraints

RA-L 2026

Multi-Agent Path Finding (MAPF) in complex environments remains challenging due to high computational complexity, frequent conflicts, and realistic motion constraints. Most existing methods focus on discrete spaces or idealized omnidirectional models, often neglecting or partially considering nonhol

Cited by 0SourceScholar
2026

ZipMap: Linear-Time Stateful 3D Reconstruction via Test-Time Training

CVPR 2026

Feed-forward transformer models have driven rapid progress in 3D vision, but state-of-the-art methods such as VGGT and \pi^3 have a computational cost that scales quadratically with the number of input images, making them inefficient when applied to large image collections. Sequential-reconstruction

Cited by 0SourcecodeScholar
2025

Buffer Anytime: Zero-Shot Video Depth and Normal from Image Priors

CVPR 2025poster

We present Buffer Anytime, a framework for estimation of depth and normal maps (which we call geometric buffers) from video that eliminates the need for paired video--depth and video--normal training data. Instead of relying on large-scale annotated video datasets, we demonstrate high-quality video…

Cited by 2SourcePDFScholar
2025

LVSM: A Large View Synthesis Model with Minimal 3D Inductive Bias

ICLR 2025oral

We propose the Large View Synthesis Model (LVSM), a novel transformer-based approach for scalable and generalizable novel view synthesis from sparse-view inputs. We introduce two architectures: (1) an encoder-decoder LVSM, which encodes input image tokens into a fixed number of 1D latent tokens, fun…

2025

REG: Rectified Gradient Guidance for Conditional Diffusion Models

ICML 2025poster

Guidance techniques are simple yet effective for improving conditional generation in diffusion models. Albeit their empirical success, the practical implementation of guidance diverges significantly from its theoretical motivation. In this paper, we reconcile this discrepancy by replacing the scaled…

Cited by 0SourcePDFScholar
2025

RandAR: Decoder-only Autoregressive Visual Generation in Random Orders

CVPR 2025poster

We introduce RandAR, a decoder-only visual autoregressive (AR) model capable of generatng images in arbitrary token orders. Unlike previous decoder-only AR models that rely on a predefined generation order, RandAR removes this inductive bias, unlocking new capabilities in decoder-only generation. Ou…

2025

RelitLRM: Generative Relightable Radiance for Large Reconstruction Models

ICLR 2025spotlight

We propose RelitLRM, a Large Reconstruction Model (LRM) for generating high-quality Gaussian splatting representations of 3D objects under novel illuminations from sparse (4-8) posed images captured under unknown static lighting. Unlike prior inverse rendering methods requiring dense captures and sl…

2024

Physically Compatible 3D Object Modeling from a Single Image

NeurIPS 2024spotlight

We present a computational framework that transforms single images into 3D physical objects. The visual geometry of a physical object in an image is determined by three orthogonal attributes: mechanical properties, external forces, and rest-shape geometry. Existing single-view 3D reconstruction meth…

Cited by 9SourcePDFScholar
2023

Analyzing Physical Impacts Using Transient Surface Wave Imaging

CVPR 2023poster

The subtle vibrations on an object's surface contain information about the object's physical properties and its interaction with the environment. Prior works imaged surface vibration to recover the object's material properties via modal analysis, which discards the transient vibrations propagating i…

Cited by 1SourcePDFScholar
2023

ViP3D: End-to-End Visual Trajectory Prediction via 3D Agent Queries

CVPR 2023poster

Perception and prediction are two separate modules in the existing autonomous driving systems. They interact with each other via hand-picked features such as agent bounding boxes and trajectories. Due to this separation, prediction, as a downstream module, only receives limited information from the…

2022

Embracing Single Stride 3D Object Detector With Sparse Transformer

CVPR 2022poster

In LiDAR-based 3D object detection for autonomous driving, the ratio of the object size to input scene size is significantly smaller compared to 2D detection cases. Overlooking this difference, many 3D detectors directly follow the common practice of 2D detectors, which downsample the feature maps e…

Cited by 305PDFcodeScholar
2022

Real-Time Intermediate Flow Estimation for Video Frame Interpolation

ECCV 2022poster

"Real-time video frame interpolation (VFI) is very useful in video processing, media players, and display devices. We propose RIFE, a Real-time Intermediate Flow Estimation algorithm for VFI. To realize a high-quality flow-based VFI method, RIFE uses a neural network named IFNet that can estimate th…

2021

DETR3D: 3D Object Detection from Multi-view Images via 3D-to-2D Queries

CoRL 2021poster

We introduce a framework for multi-camera 3D object detection. In contrast to existing works, which estimate 3D bounding boxes directly from monocular images or use depth prediction networks to generate input for 3D object detection from 2D information, our method manipulates predictions directly in…

Cited by 899SourcecodeScholar
2019

Objects365: A Large-Scale, High-Quality Dataset for Object Detection

ICCV 2019poster

In this paper, we introduce a new large-scale object detection dataset, Objects365, which has 365 object categories over 600K training images. More than 10 million, high-quality bounding boxes are manually labeled through a three-step, carefully designed annotation pipeline. It is the largest object…

Cited by 910PDFScholar
2019

You Only Propagate Once: Accelerating Adversarial Training via Maximal Principle

NeurIPS 2019poster

Deep learning achieves state-of-the-art results in many tasks in computer vision and natural language processing. However, recent works have shown that deep networks can be vulnerable to adversarial perturbations which raised a serious robustness issue of deep networks. Adversarial training, typical…