paper-with-me

홈 › Papers

MambaBEV: An efficient 3D detection model with Mamba2

2024-10-16 · Zihan You, Ni Wang, Hao Wang, Qichao Zhao, Jinxiang Wang

Accurate 3D object detection in autonomous driving relies on Bird's Eye View (BEV) perception and effective temporal fusion.However, existing fusion strategies based on convolutional layers or deformable self attention struggle with global context modeling in BEV space,leading to lower accuracy for large objects. To address this, we introduce MambaBEV, a novel BEV based 3D object detection model that leverages Mamba2, an advanced state space model (SSM) optimized for long sequence processing.Our key contribution is TemporalMamba, a temporal fusion module that enhances global awareness by introducing a BEV feature discrete rearrangement mechanism tailored for Mamba's sequential processing. Additionally, we propose Mamba based DETR as the detection head to improve multi object representation.Evaluations on the nuScenes dataset demonstrate that MambaBEV base achieves an NDS of 51.7\% and an mAP of 42.7\%.Furthermore, an end to end autonomous driving paradigm validates its effectiveness in motion forecasting and planning.Our results highlight the potential of SSMs in autonomous driving perception, particularly in enhancing global context understanding and large object detection.

📄 PDF Abstract BibTeX arXiv:2410.12673

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingMambamodelMotion ForecastingObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Multi-Head Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

CellMamba: Adaptive Mamba for Accurate and Efficient Cell Detection

2025-12-25 · Ruochen Liu, Yi Tian, Jiahao Wang, Hongbin Liu 외 arxiv

Cell detection in pathological images presents unique challenges due to densely packed objects, subtle inter-class differences, and severe background clutter. In this paper, we propose CellMamba, a lightweight and accura…

Cell Detection

GraspMamba: A Mamba-based Language-driven Grasp Detection Framework with Hierarchical Feature Learning

2024-09-22 · Huy Hoang Nguyen, An Vuong, Anh Nguyen, Ian Reid 외

Grasp detection is a fundamental robotic task critical to the success of many industrial applications. However, current language-driven models for this task often struggle with cluttered images, lengthy textual descripti…

Mamba

MpoxMamba: A Grouped Mamba-based Lightweight Hybrid Network for Mpox Detection

2024-09-06 · Yubiao Yue, Jun Xue, Haihuang Liang, Zhenzhang Li 외

Due to the lack of effective mpox detection tools, the mpox virus continues to spread worldwide and has once again been declared a public health emergency of international concern by the World Health Organization. Lightw…

Mamba

Knowledge-Aware Mamba for Joint Change Detection and Classification from MODIS Times Series

2025-10-08 · Zhengsen Xu, Yimin Zhu, Zack Dewis, Mabel Heffring 외 arxiv

Although change detection using MODIS time series is critical for environmental monitoring, it is a highly challenging task due to key MODIS difficulties, e.g., mixed pixels, spatial-spectral-temporal information couplin…

Multi-Task LearningChange Detection

UAVD-Mamba: Deformable Token Fusion Vision Mamba for Multimodal UAV Detection

2025-07-01 · Wei Li, Jiaman Tang, Yang Li, Beihao Xia 외 arxiv

Unmanned Aerial Vehicle (UAV) object detection has been widely used in traffic management, agriculture, emergency rescue, etc. However, it faces significant challenges, including occlusions, small object sizes, and irreg…

Object Detection