← Search

Zizhang Li

15 accepted papers

2026

ART: Articulated Reconstruction Transformer

CVPR 2026

We introduce ART, Articulated Reconstruction Transformer--a category-agnostic, feed-forward model that reconstructs complete 3D articulated objects from only sparse, multi-state RGB images. Previous methods for articulated object reconstruction either rely on slow optimization with fragile cross-sta

Cited by 0SourceScholar
2025

The Scene Language: Representing Scenes with Programs, Words, and Embeddings

CVPR 2025highlight

We introduce the Scene Language, a visual scene representation that concisely and precisely describes the structure, semantics, and identity of visual scenes. It represents a scene with three key components: a program that specifies the hierarchical and relational structure of entities in the scene,…

Cited by 8SourcePDFScholar
2025

WonderPlay: Dynamic 3D Scene Generation from a Single Image and Actions

ICCV 2025poster

WonderPlay is a novel framework integrating physics simulation with video generation for generating action-conditioned dynamic 3D scenes from a single image. Our hybrid generative simulator first uses a physics solver to simulate coarse 3D dynamics, which subsequently conditions a video generator to…

Cited by 0SourcePDFScholar
2024

3D Congealing: 3D-Aware Image Alignment in the Wild

ECCV 2024poster

"We propose , a novel problem of 3D-aware alignment for 2D images capturing semantically similar objects. Given a collection of unlabeled Internet images, our goal is to associate the shared semantic parts from the inputs and aggregate the knowledge from 2D images to a shared 3D canonical space. We…

Cited by 0SourcePDFScholar
2024

Learning the 3D Fauna of the Web

CVPR 2024poster

Learning 3D models of all animals in nature requires massively scaling up existing solutions. With this ultimate goal in mind we develop 3D-Fauna an approach that learns a pan-category deformable 3D animal model for more than 100 animal species jointly. One crucial bottleneck of modeling animals is…

Cited by 19SourcePDFScholar
2024

ZeroNVS: Zero-Shot 360-Degree View Synthesis from a Single Image

CVPR 2024poster

We introduce a 3D-aware diffusion model ZeroNVS for single-image novel view synthesis for in-the-wild scenes. While existing methods are designed for single objects with masked backgrounds we propose new techniques to address challenges introduced by in-the-wild multi-object scenes with complex back…

2023

A Joint Modeling of Vision-Language-Action for Target-oriented Grasping in Clutter

ICRA 2023poster

We focus on the task of language-conditioned grasping in clutter, in which a robot is supposed to grasp the target object based on a language instruction. Previous works separately conduct visual grounding to localize the target object, and generate a grasp for that object. However, these works requ…

Cited by 49SourcecodeScholar
2023

Failure-aware Policy Learning for Self-assessable Robotics Tasks

ICRA 2023poster

Self-assessment rules play an essential role in safe and effective real-world robotic applications, which verify the feasibility of the selected action before actual execution. But how to utilize the self-assessment results to re-choose actions remains a challenge. Previous methods eliminate the sel…

Cited by 2SourceScholar
2023

Learning a Room with the Occ-SDF Hybrid: Signed Distance Function Mingled with Occupancy Aids Scene Representation

ICCV 2023poster

Implicit neural rendering, using signed distance function (SDF) representation with geometric priors like depth or surface normal, has made impressive strides in the surface reconstruction of large-scale scenes. However, applying this method to reconstruct a room-level scene from images may miss str…

Cited by 13PDFcodeScholar
2023

RICO: Regularizing the Unobservable for Indoor Compositional Reconstruction

ICCV 2023poster

Recently, neural implicit surfaces have become popular for multi-view reconstruction. To facilitate practical applications like scene editing and manipulation, some works extend the framework with semantic masks input for the object-compositional reconstruction rather than the holistic perspective.…

Cited by 13PDFcodeScholar
2022

E-NeRV: Expedite Neural Video Representation with Disentangled Spatial-Temporal Context

ECCV 2022poster

"Recently, the image-wise implicit neural representation of videos, NeRV, has gained popularity for its promising results and swift speed compared to regular pixel-wise implicit representations. However, the redundant parameters within the network structure can cause a large model size when scaling…

2022

Learning Part Segmentation Through Unsupervised Domain Adaptation From Synthetic Vehicles

CVPR 2022oral

Part segmentations provide a rich and detailed part-level description of objects. However, their annotation requires an enormous amount of work, which makes it difficult to apply standard deep learning methods. In this paper, we propose the idea of learning part segmentation through unsupervised dom…

Cited by 28PDFcodeScholar
2021

Searching Parameterized AP Loss for Object Detection

NeurIPS 2021poster

Loss functions play an important role in training deep-network-based object detectors. The most widely used evaluation metric for object detection is Average Precision (AP), which captures the performance of localization and classification sub-tasks simultaneously. However, due to the non-differenti…