paper-with-me

Papers

PolarFormer: Multi-camera 3D Object Detection with Polar Transformer

2022-06-30 · Yanqin Jiang, Li Zhang, Zhenwei Miao, Xiatian Zhu, Jin Gao, Weiming Hu, Yu-Gang Jiang

3D object detection in autonomous driving aims to reason "what" and "where" the objects of interest present in a 3D world. Following the conventional wisdom of previous 2D object detection, existing methods often adopt the canonical Cartesian coordinate system with perpendicular axis. However, we conjugate that this does not fit the nature of the ego car's perspective, as each onboard camera perceives the world in shape of wedge intrinsic to the imaging geometry with radical (non-perpendicular) axis. Hence, in this paper we advocate the exploitation of the Polar coordinate system and propose a new Polar Transformer (PolarFormer) for more accurate 3D object detection in the bird's-eye-view (BEV) taking as input only multi-camera 2D images. Specifically, we design a cross attention based Polar detection head without restriction to the shape of input structure to deal with irregular Polar grids. For tackling the unconstrained object scale variations along Polar's distance dimension, we further introduce a multi-scalePolar representation learning strategy. As a result, our model can make best use of the Polar representation rasterized via attending to the corresponding image observation in a sequence-to-sequence fashion subject to the geometric constraints. Thorough experiments on the nuScenes dataset demonstrate that our PolarFormer outperforms significantly state-of-the-art 3D object detection alternatives.

📄 PDF Abstract BibTeX arXiv:2206.15398

Code (1)

fudan-zvg/polarformer 공식 구현 pytorch

Tasks

2D Object Detection3D Object DetectionAutonomous DrivingObjectobject-detectionObject DetectionRepresentation LearningRobust Camera Only 3D Object DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

A Black-Box Evaluation Framework for Semantic Robustness in Bird's Eye View Detection

2024-12-18 · Fu Wang, Yanghao Zhang, Xiangyu Yin, Guangliang Cheng 외

Camera-based Bird's Eye View (BEV) perception models receive increasing attention for their crucial role in autonomous driving, a domain where concerns about the robustness and reliability of deep learning have been rais…

Autonomous Driving

Epipolar-Guided Deep Object Matching for Scene Change Detection

2020-07-30 · Kento Doi, Ryuhei Hamaguchi, Shun Iwase, Rio Yokota 외

This paper describes a viewpoint-robust object-based change detection network (OBJ-CDNet). Mobile cameras such as drive recorders capture images from different viewpoints each time due to differences in camera trajectory…

Change DetectionGraph MatchingObjectScene Change Detection

Custom Object Detection via Multi-Camera Self-Supervised Learning

2021-02-05 · Yan Lu, Yuanchao Shu

This paper proposes MCSSL, a self-supervised learning approach for building custom object detection models in multi-camera networks. MCSSL associates bounding boxes between cameras with overlapping fields of view by leve…

Objectobject-detectionObject DetectionSelf-Supervised Learning

A Multimodal Vision Sensor for Autonomous Driving

2019-08-15 · Dongming Sun, Xiao Huang, Kailun Yang

This paper describes a multimodal vision sensor that integrates three types of cameras, including a stereo camera, a polarization camera and a panoramic camera. Each sensor provides a specific dimension of information: t…

Autonomous DrivingSemantic Segmentation

Polar Parametrization for Vision-based Surround-View 3D Detection

2022-06-22 · Shaoyu Chen, Xinggang Wang, Tianheng Cheng, Qian Zhang 외

3D detection based on surround-view camera system is a critical technique in autopilot. In this work, we present Polar Parametrization for 3D detection, which reformulates position parametrization, velocity decomposition…

Inductive BiasPosition