← Search

Zaiwei Zhang

12 accepted papers

2026

Hyden: A Hybrid Dual-Path Encoder for Monocular Geometry of High-resolution Images

ICLR 2026poster

We present a hybrid dual-path vision encoder (Hyden) for high-resolution monocular depth, point map and surface normal estimation, surpassing state-of-the-art accuracy with a fraction of the inference cost. The architecture pairs a low-resolution Vision Transformer branch for global context with a f…

Cited by 0SourcecodeScholar
2025

Flash3D: Super-scaling Point Transformers through Joint Hardware-Geometry Locality

CVPR 2025highlight

Recent efforts recognize the power of scale in 3D learning (e.g. PTv3) and attention mechanisms (e.g. FlashAttention).However, current point cloud backbones fail to holistically unify geometric locality, attention mechanisms, and GPU architectures in one view.In this paper, we introduce Flash3D Tran…

2025

Uncertainty-Guided Enhancement on Driving Perception System Via Foundation Models

ICRA 2025

Multimodal foundation models offer promising advancements for enhancing driving perception systems, but their high computational and financial costs pose challenges. We develop a method that leverages foundation models to refine predictions from existing driving perception modelssuch as enhancing ob

Cited by 4SourceScholar
2025

VLM-AD: End-to-End Autonomous Driving through Vision-Language Model Supervision

CoRL 2025poster

Human drivers rely on commonsense reasoning to navigate diverse and dynamic real-world scenarios. Existing end-to-end (E2E) autonomous driving (AD) models are typically optimized to mimic driving patterns observed in data, without capturing the underlying reasoning processes. This limitation constr…

Cited by 0SourceScholar
2022

FvOR: Robust Joint Shape and Pose Optimization for Few-View Object Reconstruction

CVPR 2022poster

Reconstructing an accurate 3D object model from a few image observations remains a challenging problem in computer vision. State-of-the-art approaches typically assume accurate camera poses as input, which could be difficult to obtain in realistic settings. In this paper, we present FvOR, a learning…

Cited by 23PDFcodeScholar
2021

ARAPReg: An As-Rigid-As Possible Regularization Loss for Learning Deformable Shape Generators

ICCV 2021poster

This paper introduces an unsupervised loss for training parametric deformation shape generators. The key idea is to enforce the preservation of local rigidity among the generated shapes. Our approach builds on a local approximation of the as-rigid-as possible (or ARAP) deformation energy. We show ho…

Cited by 53PDFcodeScholar
2021

Scene Synthesis via Uncertainty-Driven Attribute Synchronization

ICCV 2021poster

Developing deep neural networks to generate 3D scenes is a fundamental problem in neural synthesis with immediate applications in architectural CAD, computer graphics, as well as in generating virtual robot training environments. This task is challenging because 3D scenes exhibit diverse patterns, r…

Cited by 39PDFcodeScholar
2021

Self-Supervised Pretraining of 3D Features on Any Point-Cloud

ICCV 2021poster

Pretraining on large labeled datasets is a prerequisite to achieve good performance in many computer vision tasks like image recognition, video understanding etc. However, pretraining is not widely used for 3D recognition tasks where state-of-the-art methods train models from scratch. A primary reas…

Cited by 316PDFcodeScholar
2020

H3DNet: 3D Object Detection Using Hybrid Geometric Primitives

ECCV 2020poster

We introduce H3DNet, which takes a colorless 3D point cloud as input and outputs a collection of oriented object bounding boxes (or BB) and their semantic labels. The critical idea of H3DNet is to predict a hybrid set of geometric primitives, i.e., BB centers, BB face centers, and BB edge centers. W…