← Search

Huaizu Jiang

29 accepted papers

2026

LASER: Layer-wise Scale Alignment for Training-Free Streaming 4D Reconstruction

CVPR 2026

Recent feed-forward reconstruction models like VGGT and \pi^3 achieve impressive reconstruction quality but cannot process streaming videos due to quadratic memory complexity, limiting their practical deployment. While existing streaming methods address this through learned memory mechanisms or caus

Cited by 0SourcecodeScholar
2026

Point4Cast: Streaming Dynamic Scene Reconstruction and Forecasting

CVPR 2026

Understanding how the 3D world evolves over time is a fundamental task in computer vision, essential for embodied settings, autonomous driving, etc. It requires not only the reconstruction of the observed scene but also the anticipation of how the scene dynamics will unfold in the future. While the

Cited by 0SourceScholar
2025

A System for Multi-View Mapping of Dynamic Scenes Using Time-Synchronized UAVs

IROS 2025

Recent advances in 3D scene reconstruction, such as Neural Radiance Fields (NeRF) and 3D Gaussian Splatting, have demonstrated remarkable results in novel view synthesis and dynamic scene representation. Despite these successes, existing approaches rely on time-synchronized multi-view imagery captur

Cited by 0SourcecodeScholar
2025

HouseCrafter: Lifting Floorplans to 3D Scenes with 2D Diffusion Models

ICCV 2025poster

We introduce HouseCrafter, a novel approach that can lift a 2D floorplan into a complete large 3D indoor scene (e.g., a house). Our key insight is to adapt a 2D diffusion model, which is trained on web-scale images, to generate consistent multi-view color (RGB) and depth (D) images across different…

Cited by 0SourcePDFScholar
2025

Rethinking Diffusion for Text-Driven Human Motion Generation: Redundant Representations, Evaluation, and Masked Autoregression

CVPR 2025poster

Since 2023, Vector Quantization (VQ)-based discrete generation methods have rapidly dominated human motion generation, primarily surpassing diffusion-based continuous generation methods in standard performance metrics. However, VQ-based methods have inherent limitations. Representing continuous moti…

Cited by 0SourcePDFScholar
2025

SV4D 2.0: Enhancing Spatio-Temporal Consistency in Multi-View Video Diffusion for High-Quality 4D Generation

ICCV 2025poster

We present Stable Video 4D 2.0 (SV4D 2.0), a multi-view video diffusion model for dynamic 3D asset generation. Compared to its predecessor SV4D, SV4D 2.0 is more robust to occlusions and large motion, generalizes better to real-world videos, and produces higher-quality outputs in terms of detail sha…

Cited by 0SourcePDFScholar
2025

SV4D: Dynamic 3D Content Generation with Multi-Frame and Multi-View Consistency

ICLR 2025poster

We present Stable Video 4D (SV4D) — a latent video diffusion model for multi-frame and multi-view consistent dynamic 3D content generation. Unlike previous methods that rely on separately trained generative models for video generation and novel view synthesis, we design a unified diffusion model to…

2025

Struct2D: A Perception-Guided Framework for Spatial Reasoning in MLLMs

NeurIPS 2025poster

Unlocking spatial reasoning in Multimodal Large Language Models (MLLMs) is crucial for enabling intelligent interaction with 3D environments. While prior efforts often rely on explicit 3D inputs or specialized model architectures, we ask: can MLLMs reason about 3D space using only structured 2D repr…

Cited by 0SourceScholar
2024

NeuFlow: Real-time, High-accuracy Optical Flow Estimation on Robots Using Edge Devices

IROS 2024poster

Real-time high-accuracy optical flow estimation is a crucial component in various applications, including localization and mapping in robotics, object tracking, and activity recognition in computer vision. While recent learning-based optical flow methods have achieved high accuracy, they often come…

Cited by 9SourcecodeScholar
2024

ODTFormer: Efficient Obstacle Detection and Tracking with Stereo Cameras Based on Transformer

IROS 2024poster

Obstacle detection and tracking represent a critical component in robot autonomous navigation. In this paper, we propose ODTFormer, a Transformer-based model that addresses both obstacle detection and tracking problems. For the detection task, our approach leverages deformable attention to construct…

Cited by 0SourcecodeScholar
2024

OmniControl: Control Any Joint at Any Time for Human Motion Generation

ICLR 2024poster

We present a novel approach named OmniControl for incorporating flexible spatial control signals into a text-conditioned human motion generation model based on the diffusion process. Unlike previous methods that can only control the pelvis trajectory, OmniControl can incorporate flexible spatial con…

2024

StereoNavNet: Learning to Navigate using Stereo Cameras with Auxiliary Occupancy Voxels

IROS 2024poster

Visual navigation has received significant attention recently. Most of the prior works focus on predicting navigation actions based on semantic features extracted from visual encoders. However, these approaches often rely on large datasets and exhibit limited generalizability. In contrast, our appro…

Cited by 2SourceScholar
2024

Zero-shot Referring Expression Comprehension via Structural Similarity Between Images and Captions

CVPR 2024poster

Zero-shot referring expression comprehension aims at localizing bounding boxes in an image corresponding to provided textual prompts which requires: (i) a fine-grained disentanglement of complex visual scene and textual context and (ii) a capacity to understand relationships among disentangled entit…

2023

Pixel-Aligned Recurrent Queries for Multi-View 3D Object Detection

ICCV 2023poster

We present PARQ - a multi-view 3D object detector with transformer and pixel-aligned recurrent queries. Unlike previous works that use learnable features or only encode 3D point positions as queries in the decoder, PARQ leverages appearance-enhanced queries initialized from reference points in 3D sp…

Cited by 9PDFcodeScholar
2023

StereoVoxelNet: Real-Time Obstacle Detection Based on Occupancy Voxels from a Stereo Camera Using Deep Neural Networks

ICRA 2023poster

Obstacle detection is a safety-critical problem in robot navigation, where stereo matching is a popular vision-based approach. While deep neural networks have shown impressive results in computer vision, most of the previous obstacle detection works only leverage traditional stereo matching techniqu…

Cited by 19SourceScholar
2022

Bongard-HOI: Benchmarking Few-Shot Visual Reasoning for Human-Object Interactions

CVPR 2022oral

A significant gap remains between today's visual pattern recognition models and human-level visual cognition especially when it comes to few-shot learning and compositional reasoning of novel concepts. We introduce Bongard-HOI, a new visual reasoning benchmark that focuses on compositional learning…

Cited by 41PDFcodeScholar
2022

PlanarRecon: Real-Time 3D Plane Detection and Reconstruction From Posed Monocular Videos

CVPR 2022poster

We present PlanarRecon -- a novel framework for globally coherent detection and reconstruction of 3D planes from a posed monocular video. Unlike previous works that detect planes in 2D from a single image, PlanarRecon incrementally detects planes in 3D for each video fragment, which consists of a se…

Cited by 30PDFcodeScholar
2022

RelViT: Concept-guided Vision Transformer for Visual Relational Reasoning

ICLR 2022poster

Reasoning about visual relationships is central to how humans interpret the visual world. This task remains challenging for current deep learning algorithms since it requires addressing three key technical problems jointly: 1) identifying object entities and their properties, 2) inferring semantic r…

2020

In Defense of Grid Features for Visual Question Answering

CVPR 2020poster

Popularized as `bottom-up' attention, bounding box (or region) based visual features have recently surpassed vanilla grid-based convolutional features as the de facto standard for vision and language tasks like visual question answering (VQA). However, it is not clear whether the advantages of regio…

Cited by 444PDFcodeScholar
2019

Automatic Adaptation of Object Detectors to New Domains Using Self-Training

CVPR 2019poster

This work addresses the unsupervised adaptation of an existing object detector to a new target domain. We assume that a large number of unlabeled videos from this domain are readily available. We automatically obtain labels on the target data by using high-confidence detections from the existing det…

Cited by 184PDFScholar
2019

SENSE: A Shared Encoder Network for Scene-Flow Estimation

ICCV 2019oral

We introduce a compact network for holistic scene flow estimation, called SENSE, which shares common encoder features among four closely-related tasks: optical flow estimation, disparity estimation from stereo, occlusion estimation, and semantic segmentation. Our key insight is that sharing features…

Cited by 88PDFcodeScholar
2018

Self-Supervised Relative Depth Learning for Urban Scene Understanding

ECCV 2018poster

As an agent moves through the world, the apparent motion of scene elements is (usually) inversely proportional to their depth. It is natural for a learning agent to associate image patterns with the magnitude of their displacement over time: as the agent moves, faraway mountains don't move much; nea…

2018

Super SloMo: High Quality Estimation of Multiple Intermediate Frames for Video Interpolation

CVPR 2018poster

Given two consecutive frames, video interpolation aims at generating intermediate frame(s) to form both spatially and temporally coherent video sequences. While most existing methods focus on single-frame interpolation, we propose an end-to-end convolutional neural network for variable-length multi-…

Cited by 981SourcePDFScholar
2018

Unsupervised Hard Example Mining from Videos for Improved Object Detection

ECCV 2018poster

Important gains have recently been obtained in object detection by using training objectives that focus on {em hard negative} examples, i.e., negative examples that are currently rated as positive or ambiguous by the detector. These examples can strongly influence parameters when the network is trai…

Cited by 90SourcePDFScholar
2017

Reasoning About Fine-Grained Attribute Phrases Using Reference Games

ICCV 2017poster

We present a framework for learning to describe fine-grained visual differences between instances using attribute phrases. Attribute phrases capture distinguishing aspects of an object (e.g., "propeller on the nose" or "door near the wing" for airplanes) in a compositional manner. Instances within a…

Cited by 16PDFScholar