paper-with-me

홈 › Papers

DAMamba: Vision State Space Model with Dynamic Adaptive Scan

2025-02-18 · Tanzhe Li, Caoshuo Li, Jiayi Lyu, Hongjuan Pei, Baochang Zhang, Taisong Jin, Rongrong Ji

State space models (SSMs) have recently garnered significant attention in computer vision. However, due to the unique characteristics of image data, adapting SSMs from natural language processing to computer vision has not outperformed the state-of-the-art convolutional neural networks (CNNs) and Vision Transformers (ViTs). Existing vision SSMs primarily leverage manually designed scans to flatten image patches into sequences locally or globally. This approach disrupts the original semantic spatial adjacency of the image and lacks flexibility, making it difficult to capture complex image structures. To address this limitation, we propose Dynamic Adaptive Scan (DAS), a data-driven method that adaptively allocates scanning orders and regions. This enables more flexible modeling capabilities while maintaining linear computational complexity and global modeling capacity. Based on DAS, we further propose the vision backbone DAMamba, which significantly outperforms current state-of-the-art vision Mamba models in vision tasks such as image classification, object detection, instance segmentation, and semantic segmentation. Notably, it surpasses some of the latest state-of-the-art CNNs and ViTs. Code will be available at https://github.com/ltzovo/DAMamba.

📄 PDF Abstract BibTeX arXiv:2502.12627

Code (1)

ltzovo/damamba 공식 구현 pytorch

Tasks

image-classificationImage ClassificationInstance SegmentationMambaobject-detectionObject DetectionSemantic SegmentationState Space Models

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

AdaMamba: Adaptive Frequency-Gated Mamba for Long-Term Time Series Forecasting

2026-04-25 · Xudong Jiang, Mingshan Loo, Hanchen Yang, Wengen Li 외 arxiv

Accurate long-term time series forecasting (LTSF) requires the capture of complex long-range dependencies and dynamic periodic patterns. Recent advances in frequency-domain analysis offer a global perspective for uncover…

Computational EfficiencyTime Series Forecasting

Adaptive Normalization Mamba with Multi Scale Trend Decomposition and Patch MoE Encoding

2025-12-07 · MinCheol Jeon arxiv

Time series forecasting in real world environments faces significant challenges non stationarity, multi scale temporal patterns, and distributional shifts that degrade model stability and accuracy. This study propose Ada…

Time Series Forecasting

MambaVLT: Time-Evolving Multimodal State Space Model for Vision-Language Tracking

2024-11-23 · CVPR 2025 1 · Xinqi Liu, Li Zhou, Zikun Zhou, Jianqiu Chen 외

The vision-language tracking task aims to perform object tracking based on various modality references. Existing Transformer-based vision-language tracking methods have made remarkable progress by leveraging the global m…

MambaObject Tracking

S$^2$-VLA: State-Space Guided Vision-Language-Action Models for Long-Horizon Manipulation

2026-06-26 · Zhipeng Xie, Zongyi Han, Xiangyi Wei, Shiliang Sun 외 arxiv

Vision-Language-Action (VLA) models have demonstrated strong capabilities in robotic manipulation, but their performance degrades significantly in long-horizon tasks due to cumulative error propagation. This limitation l…

LIDAR: Lightweight Adaptive Cue-Aware Fusion Vision Mamba for Multimodal Segmentation of Structural Cracks

2025-07-30 · Hui Liu, Chen Jia, Fan Shi, Xu Cheng 외 arxiv

Achieving pixel-level segmentation with low computational cost using multimodal data remains a key challenge in crack segmentation tasks. Existing methods lack the capability for adaptive perception and efficient interac…

Crack Segmentation