paper-with-me

Papers

Transformer-based stereo-aware 3D object detection from binocular images

2023-04-24 · Hanqing Sun, Yanwei Pang, Jiale Cao, Jin Xie, Xuelong Li

Transformers have shown promising progress in various visual object detection tasks, including monocular 2D/3D detection and surround-view 3D detection. More importantly, the attention mechanism in the Transformer model and the 3D information extraction in binocular stereo are both similarity-based. However, directly applying existing Transformer-based detectors to binocular stereo 3D object detection leads to slow convergence and significant precision drops. We argue that a key cause of that defect is that existing Transformers ignore the binocular-stereo-specific image correspondence information. In this paper, we explore the model design of Transformers in binocular 3D object detection, focusing particularly on extracting and encoding task-specific image correspondence information. To achieve this goal, we present TS3D, a Transformer-based Stereo-aware 3D object detector. In the TS3D, a Disparity-Aware Positional Encoding (DAPE) module is proposed to embed the image correspondence information into stereo features. The correspondence is encoded as normalized sub-pixel-level disparity and is used in conjunction with sinusoidal 2D positional encoding to provide the 3D location information of the scene. To enrich multi-scale stereo features, we propose a Stereo Preserving Feature Pyramid Network (SPFPN). The SPFPN is designed to preserve the correspondence information while fusing intra-scale and aggregating cross-scale stereo features. Our proposed TS3D achieves a 41.29% Moderate Car detection average precision on the KITTI test set and takes 88 ms to detect objects from each binocular image pair. It is competitive with advanced counterparts in terms of both precision and inference speed.

📄 PDF Abstract BibTeX arXiv:2304.11906

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…

Similar Papers 제목 키워드 기반

BidNet: Binocular Image Dehazing Without Explicit Disparity Estimation

2020-06-01 · CVPR 2020 6 · Yanwei Pang, Jing Nie, Jin Xie, Jungong Han 외

Heavy haze results in severe image degradation and thus hampers the performance of visual perception, object detection, etc. On the assumption that dehazed binocular images are superior to the hazy ones for stereo vision…

3D Object DetectionDisparity EstimationImage Dehazingobject-detection+1

YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection

2021-03-17 · Yuxuan Liu, Lujia Wang, Ming Liu

Object detection in 3D with stereo cameras is an important problem in computer vision, and is particularly crucial in low-cost autonomous mobile robots without LiDARs. Nowadays, most of the best-performing frameworks for…

3D Object Detection3D Object Detection From Stereo ImagesDisparity EstimationGPU+4

ORA3D: Overlap Region Aware Multi-view 3D Object Detection

2022-07-02 · Wonseok Roh, Gyusam Chang, Seokha Moon, Giljoo Nam 외

Current multi-view 3D object detection methods often fail to detect objects in the overlap region properly, and the networks' understanding of the scene is often limited to that of a monocular detection network. Moreover…

3D Object DetectionDisparity EstimationObjectobject-detection+3

BINO: Encoder Centric Self Supervised Stereo With Native Pair Input

2026-03-29 · Haokun Zhou arxiv

Stereo needs features that preserve fine cross view correspondence rather than only semantic similarity. Recent self supervised vision models transfer well, but they are not built for this goal, and geometry focused meth…

Semantic Similarity

PFT-SSR: Parallax Fusion Transformer for Stereo Image Super-Resolution

2023-03-24 · Hansheng Guo, Juncheng Li, Guangwei Gao, Zhi Li 외

Stereo image super-resolution aims to boost the performance of image super-resolution by exploiting the supplementary information provided by binocular systems. Although previous methods have achieved promising results, …

Image Super-ResolutionStereo Image Super-ResolutionSuper-Resolution