paper-with-me

홈 › Papers

Scalable Visual State Space Model with Fractal Scanning

2024-05-23 · Lv Tang, Haoke Xiao, Peng-Tao Jiang, Hao Zhang, Jinwei Chen, Bo Li

Foundational models have significantly advanced in natural language processing (NLP) and computer vision (CV), with the Transformer architecture becoming a standard backbone. However, the Transformer's quadratic complexity poses challenges for handling longer sequences and higher resolution images. To address this challenge, State Space Models (SSMs) like Mamba have emerged as efficient alternatives, initially matching Transformer performance in NLP tasks and later surpassing Vision Transformers (ViTs) in various CV tasks. To improve the performance of SSMs, one crucial aspect is effective serialization of image patches. Existing methods, relying on linear scanning curves, often fail to capture complex spatial relationships and produce repetitive patterns, leading to biases. To address these limitations, we propose using fractal scanning curves for patch serialization. Fractal curves maintain high spatial proximity and adapt to different image resolutions, avoiding redundancy and enhancing SSMs' ability to model complex patterns accurately. We validate our method in image classification, detection, and segmentation tasks, and the superior performance validates its effectiveness.

📄 PDF Abstract BibTeX arXiv:2405.14480

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMambamodelState Space Models

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
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…
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…
Adam 설명 없음

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

FRN: Fractal-Based Recursive Spectral Reconstruction Network

2025-05-21 · Ge Meng, Zhongnan Cai, Ruizhe Chen, Jingyan Tu 외

Generating hyperspectral images (HSIs) from RGB images through spectral reconstruction can significantly reduce the cost of HSI acquisition. In this paper, we propose a Fractal-Based Recursive Spectral Reconstruction Net…

Spectral Reconstruction

FRACTAL: An Ultra-Large-Scale Aerial Lidar Dataset for 3D Semantic Segmentation of Diverse Landscapes

2024-05-07 · Charles Gaydon, Michel Daab, Floryne Roche

Mapping agencies are increasingly adopting Aerial Lidar Scanning (ALS) as a new tool to map buildings and other above-ground structures. Processing ALS data at scale requires efficient point classification methods that p…

3D Point Cloud Classification3D Semantic SegmentationDiversityPoint Cloud Classification+1

A Fast Fractal Image Compression Algorithm Using Predefined Values for Contrast Scaling

2015-01-17 · H. Miar Naimi, M. Salarian

In this paper a new fractal image compression algorithm is proposed in which the time of encoding process is considerably reduced. The algorithm exploits a domain pool reduction approach, along with using innovative pred…

Image Compression

Fractal-IR: A Unified Framework for Efficient and Scalable Image Restoration

2025-03-22 · Yawei Li, Bin Ren, Jingyun Liang, Rakesh Ranjan 외

While vision transformers achieve significant breakthroughs in various image restoration (IR) tasks, it is still challenging to efficiently scale them across multiple types of degradations and resolutions. In this paper,…

DeblurringDemosaickingDenoisingGrayscale Image Denoising+4