paper-with-me

홈 › Papers

Beyond Mamba: Enhancing State-space Models with Deformable Dilated Convolutions for Multi-scale Traffic Object Detection

2026-04-09 · Jun Li, Yingying Shi, Zhixuan Ruan, Nan Guo, Jianhua Xu arxiv

In a real-world traffic scenario, varying-scale objects are usually distributed in a cluttered background, which poses great challenges to accurate detection. Although current Mamba-based methods can efficiently model long-range dependencies, they still struggle to capture small objects with abundant local details, which hinders joint modeling of local structures and global semantics. Moreover, state-space models exhibit limited hierarchical feature representation and weak cross-scale interaction due to flat sequential modeling and insufficient spatial inductive biases, leading to sub-optimal performance in complex scenes. To address these issues, we propose a Mamba with Deformable Dilated Convolutions Network (MDDCNet) for accurate traffic object detection in this study. In MDDCNet, a well-designed hybrid backbone with successive Multi-Scale Deformable Dilated Convolution (MSDDC) blocks and Mamba blocks enables hierarchical feature representation from local details to global semantics. Meanwhile, a Channel-Enhanced Feed-Forward Network (CE-FFN) is further devised to overcome the limited channel interaction capability of conventional feed-forward networks, whilst a Mamba-based Attention-Aggregating Feature Pyramid Network (A^2FPN) is constructed to achieve enhanced multi-scale feature fusion and interaction. Extensive experimental results on public benchmark and real-world datasets demonstrate the superiority of our method over various advanced detectors. The code is available at https://github.com/Bettermea/MDDCNet.

📄 PDF Abstract BibTeX arXiv:2604.08038

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

DefMamba: Deformable Visual State Space Model

2025-01-01 · CVPR 2025 1 · Leiye Liu, Miao Zhang, Jihao Yin, TingWei Liu 외

Recently, state space models (SSM), particularly Mamba, have attracted significant attention from scholars due to their ability to effectively balance computational efficiency and performance. However, most existing …

Computational Efficiencyimage-classificationImage ClassificationInstance Segmentation+6

DF-Mamba: Deformable State Space Modeling for 3D Hand Pose Estimation in Interactions

2025-12-02 · Yifan Zhou, Takehiko Ohkawa, Guwenxiao Zhou, Kanoko Goto 외 arxiv

Modeling daily hand interactions often struggles with severe occlusions, such as when two hands overlap, which highlights the need for robust feature learning in 3D hand pose estimation (HPE). To handle such occluded han…

3D Hand Pose Estimation

MambaBEV: An efficient 3D detection model with Mamba2

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

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 s…

3D Object DetectionAutonomous DrivingMambamodel+4

Sparse Deformable Mamba for Hyperspectral Image Classification

2025-04-13 · Lincoln Linlin Xu, Yimin Zhu, Zack Dewis, Zhengsen Xu 외

Although Mamba models significantly improve hyperspectral image (HSI) classification, one critical challenge is the difficulty in building the sequence of Mamba tokens efficiently. This paper presents a Sparse Deformable…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification+1

ECMamba: Consolidating Selective State Space Model with Retinex Guidance for Efficient Multiple Exposure Correction

2024-10-28 · Wei Dong, Han Zhou, Yulun Zhang, Xiaohong Liu 외

Exposure Correction (EC) aims to recover proper exposure conditions for images captured under over-exposure or under-exposure scenarios. While existing deep learning models have shown promising results, few have fully em…

Exposure CorrectionMamba