paper-with-me

Papers

BEVNeXt: Reviving Dense BEV Frameworks for 3D Object Detection

2023-12-04 · CVPR 2024 1 · Zhenxin Li, Shiyi Lan, Jose M. Alvarez, Zuxuan Wu

Recently, the rise of query-based Transformer decoders is reshaping camera-based 3D object detection. These query-based decoders are surpassing the traditional dense BEV (Bird's Eye View)-based methods. However, we argue that dense BEV frameworks remain important due to their outstanding abilities in depth estimation and object localization, depicting 3D scenes accurately and comprehensively. This paper aims to address the drawbacks of the existing dense BEV-based 3D object detectors by introducing our proposed enhanced components, including a CRF-modulated depth estimation module enforcing object-level consistencies, a long-term temporal aggregation module with extended receptive fields, and a two-stage object decoder combining perspective techniques with CRF-modulated depth embedding. These enhancements lead to a "modernized" dense BEV framework dubbed BEVNeXt. On the nuScenes benchmark, BEVNeXt outperforms both BEV-based and query-based frameworks under various settings, achieving a state-of-the-art result of 64.2 NDS on the nuScenes test set. Code will be available at \url{https://github.com/woxihuanjiangguo/BEVNeXt}.

📄 PDF Abstract BibTeX arXiv:2312.01696

Code (1)

woxihuanjiangguo/bevnext 공식 구현 pytorch

Tasks

3D Object DetectionDecoderDepth EstimationObjectobject-detectionObject DetectionObject Localization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
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…
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$…

Similar Papers 제목 키워드 기반

Generic Object Detection With Dense Neural Patterns and Regionlets

2014-04-16 · Will Y. Zou, Xiaoyu Wang, Miao Sun, Yuanqing Lin

This paper addresses the challenge of establishing a bridge between deep convolutional neural networks and conventional object detection frameworks for accurate and efficient generic object detection. We introduce Dense …

Objectobject-detectionObject Detection

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

What Are Expected Queries in End-to-End Object Detection?

2022-06-02 · Shilong Zhang, Xinjiang Wang, Jiaqi Wang, Jiangmiao Pang 외

End-to-end object detection is rapidly progressed after the emergence of DETR. DETRs use a set of sparse queries that replace the dense candidate boxes in most traditional detectors. In comparison, the sparse queries can…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

LLM-Assisted Semantic Guidance for Sparsely Annotated Remote Sensing Object Detection

2025-09-21 · Wei Liao, Chunyan Xu, Chenxu Wang, Zhen Cui arxiv

Sparse annotation in remote sensing object detection poses significant challenges due to dense object distributions and category imbalances. Although existing Dense Pseudo-Label methods have demonstrated substantial pote…

Object Detection

VoxelNeXt: Fully Sparse VoxelNet for 3D Object Detection and Tracking

2023-03-20 · CVPR 2023 1 · Yukang Chen, Jianhui Liu, Xiangyu Zhang, Xiaojuan Qi 외

3D object detectors usually rely on hand-crafted proxies, e.g., anchors or centers, and translate well-studied 2D frameworks to 3D. Thus, sparse voxel features need to be densified and processed by dense prediction heads…

3D Object DetectionObjectobject-detectionObject Detection