Papers › EAMamba: Efficient All-Around Vision State Space Model for Image Restoration

EAMamba: Efficient All-Around Vision State Space Model for Image Restoration

27 Jun 2025arXiv:2506.22246archive 2025-07-28

Yu-Cheng Lin, Yu-Syuan Xu, Hao-Wei Chen, Hsien-Kai Kuo, Chun-Yi Lee

Image restoration is a key task in low-level computer vision that aims to reconstruct high-quality images from degraded inputs. The emergence of Vision Mamba, which draws inspiration from the advanced state space model Mamba, marks a significant advancement in this field. Vision Mamba demonstrates excellence in modeling long-range dependencies with linear complexity, a crucial advantage for image restoration tasks. Despite its strengths, Vision Mamba encounters challenges in low-level vision tasks, including computational complexity that scales with the number of scanning sequences and local pixel forgetting. To address these limitations, this study introduces Efficient All-Around Mamba (EAMamba), an enhanced framework that incorporates a Multi-Head Selective Scan Module (MHSSM) with an all-around scanning mechanism. MHSSM efficiently aggregates multiple scanning sequences, which avoids increases in computational complexity and parameter count. The all-around scanning strategy implements multiple patterns to capture holistic information and resolves the local pixel forgetting issue. Our experimental evaluations validate these innovations across several restoration tasks, including super resolution, denoising, deblurring, and dehazing. The results validate that EAMamba achieves a significant 31-89% reduction in FLOPs while maintaining favorable performance compared to existing low-level Vision Mamba methods.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2506.22246")

Code

Syntology Ran 4 of 15 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

daidaijr/eamamba officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 4 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran · fixture could not drive it
1ran
11unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from daidaijr/EAMamba. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

register daidaijr/EAMamba/models/models.py official repository ran · our draft was wrong no licence file found · pointer only · 44c3aa4c610ea3f7 · report
time_text daidaijr/EAMamba/utils.py official repository ran fingerprinted no licence file found · pointer only · 14982a5b13861f94 · report
to_3d daidaijr/EAMamba/models/eamamba.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 82a15cc1e46f7e4d · report
to_4d daidaijr/EAMamba/models/eamamba.py official repository ran · fixture could not drive it no licence file found · pointer only · b20f2a5df739a59e · report
calcGrads daidaijr/EAMamba/profiling/erf_viz.py official repository unverified no licence file found · pointer only · cd02ac61715fab98 · report
ensure_path daidaijr/EAMamba/utils.py official repository unverified no licence file found · pointer only · 31369b5d4305121e · report
flops_selective_scan_fn daidaijr/EAMamba/profiling/flops.py official repository unverified no licence file found · pointer only · da1a64838a2535e5 · report
get_position_from_periods daidaijr/EAMamba/models/util/lr_scheduler.py official repository unverified no licence file found · pointer only · b15f366999309de4 · report
make daidaijr/EAMamba/models/models.py official repository unverified no licence file found · pointer only · 58cdb07707464c7f · report
make daidaijr/EAMamba/datasets/datasets.py official repository unverified no licence file found · pointer only · 97511d8162c40d92 · report
read_image_list daidaijr/EAMamba/profiling/erf_viz.py official repository unverified no licence file found · pointer only · 711f880e2f7853bf · report
read_img daidaijr/EAMamba/profiling/erf_viz.py official repository unverified no licence file found · pointer only · 1940f3433be25805 · report
register daidaijr/EAMamba/datasets/datasets.py official repository unverified no licence file found · pointer only · 9687bf7a922f098a · report
selective_scan_flop_jit daidaijr/EAMamba/profiling/flops.py official repository unverified no licence file found · pointer only · c0406b024ea60ae1 · report
token2feature daidaijr/EAMamba/models/eamamba.py official repository unverified no licence file found · pointer only · e9a442dad357d4a7 · report

Tasks

AllDeblurringDenoisingImage RestorationMambaSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Mamba

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections