paper-with-me

Papers

GlobalMamba: Global Image Serialization for Vision Mamba

2024-10-14 · Chengkun Wang, Wenzhao Zheng, Jie zhou, Jiwen Lu

Vision mambas have demonstrated strong performance with linear complexity to the number of vision tokens. Their efficiency results from processing image tokens sequentially. However, most existing methods employ patch-based image tokenization and then flatten them into 1D sequences for causal processing, which ignore the intrinsic 2D structural correlations of images. It is also difficult to extract global information by sequential processing of local patches. In this paper, we propose a global image serialization method to transform the image into a sequence of causal tokens, which contain global information of the 2D image. We first convert the image from the spatial domain to the frequency domain using Discrete Cosine Transform (DCT) and then arrange the pixels with corresponding frequency ranges. We further transform each set within the same frequency band back to the spatial domain to obtain a series of images before tokenization. We construct a vision mamba model, GlobalMamba, with a causal input format based on the proposed global image serialization, which can better exploit the causal relations among image sequences. Extensive experiments demonstrate the effectiveness of our GlobalMamba, including image classification on ImageNet-1K, object detection on COCO, and semantic segmentation on ADE20K.

📄 PDF Abstract BibTeX arXiv:2410.10316

Code (1)

wangck20/globalmamba 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMambaobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…
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.…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Scaling Vision Mamba Across Resolutions via Fractal Traversal

2025-05-20 · Bo Li, Haoke Xiao, Lv Tang

Vision Mamba has recently emerged as a promising alternative to Transformer-based architectures, offering linear complexity in sequence length while maintaining strong modeling capacity. However, its adaptation to visual…

Change Detectionimage-classificationImage ClassificationMamba+3

UniMamba: Unified Spatial-Channel Representation Learning with Group-Efficient Mamba for LiDAR-based 3D Object Detection

2025-03-15 · CVPR 2025 1 · Xin Jin, Haisheng Su, Kai Liu, Cong Ma 외

Recent advances in LiDAR 3D detection have demonstrated the effectiveness of Transformer-based frameworks in capturing the global dependencies from point cloud spaces, which serialize the 3D voxels into the flattened 1D …

3D Object DetectionMambaobject-detectionObject Detection+2

SpectralMamba-UNet: Frequency-Disentangled State Space Modeling for Texture-Structure Consistent Medical Image Segmentation

2026-02-26 · Fuhao Zhang, Lei Liu, Jialin Zhang, Ya-Nan Zhang 외 arxiv

Accurate medical image segmentation requires effective modeling of both global anatomical structures and fine-grained boundary details. Recent state space models (e.g., Vision Mamba) offer efficient long-range dependency…

Medical Image Segmentation

HydraMamba: Multi-Head State Space Model for Global Point Cloud Learning

2025-07-26 · Kanglin Qu, Pan Gao, Qun Dai, Yuanhao Sun arxiv

The attention mechanism has become a dominant operator in point cloud learning, but its quadratic complexity leads to limited inter-point interactions, hindering long-range dependency modeling between objects. Due to exc…

Long-range modeling

FaRMamba: Frequency-based learning and Reconstruction aided Mamba for Medical Segmentation

2025-07-26 · Ze Rong, ZiYue Zhao, Zhaoxin Wang, Lei Ma arxiv

Accurate medical image segmentation remains challenging due to blurred lesion boundaries (LBA), loss of high-frequency details (LHD), and difficulty in modeling long-range anatomical structures (DC-LRSS). Vision Mamba em…

Medical Image Segmentation