← Search

Jiquan Ngiam

12 accepted papers

2022

DeepFusion: Lidar-Camera Deep Fusion for Multi-Modal 3D Object Detection

CVPR 2022poster

Lidars and cameras are critical sensors that provide complementary information for 3D detection in autonomous driving. While prevalent multi-modal methods simply decorate raw lidar point clouds with camera features and feed them directly to existing 3D detection models, our study shows that fusing c…

Cited by 476PDFcodeScholar
2022

Scene Transformer: A unified architecture for predicting future trajectories of multiple agents

ICLR 2022poster

Predicting the motion of multiple agents is necessary for planning in dynamic environments. This task is challenging for autonomous driving since agents (e.g., vehicles and pedestrians) and their associated behaviors may be diverse and influence one another. Most prior work have focused on predictin…

Cited by 0SourcePDFScholar
2021

Large Scale Interactive Motion Forecasting for Autonomous Driving: The Waymo Open Motion Dataset

ICCV 2021poster

As autonomous driving systems mature, motion forecasting has received increasing attention as a critical requirement for planning. Of particular importance are interactive situations such as merges, unprotected turns, etc., where predicting individual object motion is not sufficient. Joint predictio…

Cited by 624PDFScholar
2021

To the Point: Efficient 3D Object Detection in the Range Image With Graph Convolution Kernels

CVPR 2021poster

3D object detection is vital for many robotics applications. For tasks where a 2D perspective range image exists, we propose to learn a 3D representation directly from this range image view. To this end, we designed a 2D convolutional network architecture that carries the 3D spherical coordinates of…

Cited by 87PDFScholar
2020

Improving 3D Object Detection through Progressive Population Based Augmentation

ECCV 2020poster

Data augmentation has been widely adopted for object detection in 3D point clouds. However, all previous related efforts have focused on manually designing specific data augmentation methods for individual architectures. In this work, we present the first attempt to automate the design of data augme…

Cited by 94SourcePDFScholar
2020

Just Pick a Sign: Optimizing Deep Multitask Models with Gradient Sign Dropout

NeurIPS 2020poster

The vast majority of deep models use multiple gradient signals, typically corresponding to a sum of multiple loss terms, to update a shared set of trainable weights. However, these multiple updates can impede optimal training by pulling the model in conflicting directions. We present Gradient Sign D…

2020

Scalability in Perception for Autonomous Driving: Waymo Open Dataset

CVPR 2020poster

The research community has increasing interest in autonomous driving research, despite the resource intensity of obtaining representative real world data. Existing self-driving datasets are limited in the scale and variation of the environments they capture, even though generalization within and bet…

Cited by 3735PDFScholar
2020

Streaming Object Detection for 3-D Point Clouds

ECCV 2020poster

Autonomous vehicles operate in a dynamic environment, where the speed with which a vehicle can perceive and react impacts the safety and efficacy of the system. LiDAR provides a central and prominent sensory modality that informs many existing perceptual systems including object detection, segmentat…

2019

CondConv: Conditionally Parameterized Convolutions for Efficient Inference

NeurIPS 2019poster

Convolutional layers are one of the basic building blocks of modern deep neural networks. One fundamental assumption is that convolutional kernels should be shared for all examples in a dataset. We propose conditionally parameterized convolutions (CondConv), which learn specialized convolutional ker…

2019

End-to-End Multi-View Fusion for 3D Object Detection in LiDAR Point Clouds

CoRL 2019

Recent work on 3D object detection advocates point cloud voxelization in birds-eye view, where objects preserve their physical dimensions and are naturally separable. When represented in this view, however, point clouds are sparse and have highly variable point density, which may cause detectors dif

Cited by 0SourcePDFScholar
2019

GPipe: Efficient Training of Giant Neural Networks using Pipeline Parallelism

NeurIPS 2019poster

Scaling up deep neural network capacity has been known as an effective approach to improving model quality for several different machine learning tasks. In many cases, increasing model capacity beyond the memory limit of a single accelerator has required developing special algorithms or infrastructu…