← Search

Naiyan Wang

40 accepted papers

2026

Utonia: Toward One Encoder for All Point Clouds

ICML 2026poster

We dream of a future where point clouds from all domains can come together to shape a single model that benefits them all. Toward this goal, we present Utonia, a first step toward training a single self-supervised point transformer encoder across heterogeneous domains, spanning remote sensing, outdo…

Cited by 0SourceScholar
2025

Concerto: Joint 2D-3D Self-Supervised Learning Emerges Spatial Representations

NeurIPS 2025poster

Humans learn abstract concepts through multisensory synergy, and once formed, such representations can often be recalled from a single modality. Inspired by this principle, we introduce Concerto, a minimalist simulation of human concept learning for spatial cognition, combining 3D intra-modal self-d…

Cited by 0SourceScholar
2024

CityGaussian: Real-time High-quality Large-Scale Scene Rendering with Gaussians

ECCV 2024poster

"The advancement of real-time 3D scene reconstruction and novel view synthesis has been significantly propelled by 3D Gaussian Splatting (3DGS). However, effectively training large-scale 3DGS and rendering it in real-time across various scales remains challenging. This paper introduces CityGaussian…

2024

Lightning NeRF: Efficient Hybrid Scene Representation for Autonomous Driving

ICRA 2024poster

Recent studies have highlighted the promising application of NeRF in autonomous driving contexts. However, the complexity of outdoor environments, combined with the restricted viewpoints in driving scenarios, complicates the task of precisely reconstructing scene geometry. Such challenges often lead…

Cited by 15SourcecodeScholar
2024

Towards Flexible 3D Perception: Object-Centric Occupancy Completion Augments 3D Object Detection

NeurIPS 2024poster

While 3D object bounding box (bbox) representation has been widely used in autonomous driving perception, it lacks the ability to capture the precise details of an object's intrinsic geometry. Recently, occupancy has emerged as a promising alternative for 3D scene perception. However, constructing a…

2023

3D Video Object Detection With Learnable Object-Centric Global Optimization

CVPR 2023poster

We explore long-term temporal visual correspondence-based optimization for 3D video object detection in this work. Visual correspondence refers to one-to-one mappings for pixels across multiple images. Correspondence-based optimization is the cornerstone for 3D scene reconstruction but is less studi…

2023

Anchor3DLane: Learning To Regress 3D Anchors for Monocular 3D Lane Detection

CVPR 2023poster

Monocular 3D lane detection is a challenging task due to its lack of depth information. A popular solution is to first transform the front-viewed (FV) images or features into the bird-eye-view (BEV) space with inverse perspective mapping (IPM) and detect lanes from BEV features. However, the relianc…

2023

Echoes Beyond Points: Unleashing the Power of Raw Radar Data in Multi-modality Fusion

NeurIPS 2023poster

Radar is ubiquitous in autonomous driving systems due to its low cost and good adaptability to bad weather. Nevertheless, the radar detection performance is usually inferior because its point cloud is sparse and not accurate due to the poor azimuth and elevation resolution. Moreover, point cloud gen…

2023

FeatureNeRF: Learning Generalizable NeRFs by Distilling Foundation Models

ICCV 2023poster

Recent works on generalizable NeRFs have shown promising results on novel view synthesis from single or few images. However, such models have rarely been applied on other downstream tasks beyond synthesis such as semantic understanding and parsing. In this paper, we propose a novel framework named F…

Cited by 46PDFcodeScholar
2023

Object as Query: Lifting Any 2D Object Detector to 3D Detection

ICCV 2023poster

3D object detection from multi-view images has drawn much attention over the past few years. Existing methods mainly establish 3D representations from multi-view images and adopt a dense detection head for object detection, or employ object queries distributed in 3D space to localize objects. In thi…

Cited by 50PDFcodeScholar
2023

Once Detected, Never Lost: Surpassing Human Performance in Offline LiDAR based 3D Object Detection

ICCV 2023oral

This paper aims for high-performance offline LiDAR-based 3D object detection. We first observe that experienced human annotators annotate objects from a track-centric perspective. They first label objects in a track with clear shapes, and then leverage the temporal coherence to infer the annotations…

Cited by 25PDFcodeScholar
2023

YOLOV: Making Still Image Object Detectors Great at Video Object Detection

AAAI 2023technical

Video object detection (VID) is challenging because of the high variation of object appearance as well as the diverse deterioration in some frames. On the positive side, the detection in a certain frame of a video, compared with that in a still image, can draw support from other frames. Hence, how t…

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

GIFS: Neural Implicit Function for General Shape Representation

CVPR 2022poster

Recent development of neural implicit function has shown tremendous success on high-quality 3D shape reconstruction. However, most works divide the space into inside and outside of the shape, which limits their representing power to single-layer and watertight shapes. This limitation leads to tediou…

Cited by 75PDFcodeScholar
2022

Online Adaptation for Implicit Object Tracking and Shape Reconstruction in the Wild

RA-L 2022

Tracking and reconstructing 3D objects from cluttered scenes are the key components for computer vision, robotics and autonomous driving systems. While recent progress in implicit function has shown encouraging results on high-quality 3D shape reconstruction, it is still very challenging to generali

Cited by 9SourcecodeScholar
2022

QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection

CVPR 2022oral

While general object detection with deep learning has achieved great success in the past few years, the performance and efficiency of detecting small objects are far from satisfactory. The most common and effective way to promote small object detection is to use high-resolution images or feature map…

Cited by 417PDFcodeScholar
2021

Learnable Graph Matching: Incorporating Graph Partitioning With Deep Feature Learning for Multiple Object Tracking

CVPR 2021poster

Data association across frames is at the core of Multiple Object Tracking (MOT) task. This problem is usually solved by a traditional graph-based optimization or directly learned via deep learning. Despite their popularity, we find some points worth studying in current paradigm: 1) Existing methods…

Cited by 156PDFcodeScholar
2021

RangeDet: In Defense of Range View for LiDAR-Based 3D Object Detection

ICCV 2021poster

In this paper, we propose an anchor-free single-stage LiDAR-based 3D object detector -- RangeDet. The most notable difference with previous works is that our method is purely based on the range view representation. Compared with the commonly used voxelized or Bird's Eye View (BEV) representations, t…

Cited by 300PDFcodeScholar
2020

DMLO: Deep Matching LiDAR Odometry

IROS 2020poster

LiDAR odometry is a fundamental task for various areas such as robotics, autonomous driving. This problem is difficult since it requires the systems to be highly robust running in noisy real-world data. Existing methods are mostly local iterative methods. Feature-based global registration methods ar…

Cited by 53SourceScholar
2020

Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training

ECCV 2020poster

Although two-stage object detectors have continuously advanced the state-of-the-art performance in recent years, the training process itself is far from crystal. In this work, we first point out the inconsistency problem between the fixed network settings and the dynamic training procedure, which gr…

2020

UST: Unifying Spatio-Temporal Context for Trajectory Prediction in Autonomous Driving

IROS 2020poster

Trajectory prediction has always been a challenging problem for autonomous driving, since it needs to infer the latent intention from the behaviors and interactions from traffic participants. This problem is intrinsically hard, because each participant may behave differently under different environm…

Cited by 27SourceScholar
2019

Spectral Feature Transformation for Person Re-Identification

ICCV 2019poster

With the surge of deep learning techniques, the field of person re-identification has witnessed rapid progress in recent years. Deep learning based methods focus on learning a discriminative feature space where data points are clustered compactly according to their corresponding identities. Most exi…

Cited by 178PDFcodeScholar
2019

Unsupervised Scale-consistent Depth and Ego-motion Learning from Monocular Video

NeurIPS 2019poster

Recent work has shown that CNN-based depth and ego-motion estimators can be learned using unlabelled monocular videos. However, the performance is limited by unidentified moving objects that violate the underlying static scene assumption in geometric image reconstruction. More significantly, due to…

2017

Self-paced cross-modality transfer learning for efficient road segmentation

ICRA 2017poster

Accurate road segmentation is a prerequisite for autonomous driving. Current state-of-the-art methods are mostly based on convolutional neural networks (CNNs). Nevertheless, their good performance is at expense of abundant annotated data and high computational cost. In this work, we address these tw…

Cited by 20SourceScholar
2015

Bayesian Adaptive Matrix Factorization With Automatic Model Selection

CVPR 2015poster

Low-rank matrix factorization has long been recognized as a fundamental problem in many computer vision applications. Nevertheless, the reliability of existing matrix factorization methods is often hard to guarantee due to challenges brought by such model selection issues as selecting the noise mode…

Cited by 24SourcePDFScholar
2015

DevNet: A Deep Event Network for Multimedia Event Detection and Evidence Recounting

CVPR 2015poster

In this paper, we focus on complex event detection in internet videos while also providing the key evidences of the detection results. Convolutional Neural Networks (CNNs) have achieved promising performance in image classification and action recognition tasks. However, it remains an open problem ho…

Cited by 413SourcePDFScholar