Pith. sign in

REVIEW 3 major objections 6 minor 2 cited by

MaIR: A Locality- and Continuity-Preserving Mamba for Image Restoration

T0 review · 3 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read MaIR claims a Mamba restoration network can preserve both locality and continuity during scanning, and reports the best results across 40 baselines on 14 datasets.

desk verdict A solid Mamba-restoration paper with a plausible scanning design and broad experiments, but the SOTA claim is overstrong and the ablation margins need variance reporting. read the letter →

arxiv 2412.20066 v2 pith:CJ2HWH2C submitted 2024-12-28 cs.CV

classification cs.CV
keywords Mambaselectivestatespacemodelsimagerestorationsuper-resolutiondenoisingdeblurringdehazingscanningstrategy
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that Mamba-based image restoration fails not because of the selective scan itself but because of how images are flattened into 1D sequences and how those sequences are recombined. The authors propose MaIR, which scans the image in nested S-shaped stripes to keep nearby pixels close in the sequence while preserving the smooth left-to-right, top-to-bottom order of natural images, and then merges the four scan directions with channel-wise attention instead of simple addition. Trained on standard benchmarks, MaIR reports the best PSNR/SSIM among 40 baselines on super-resolution, denoising, deblurring, and dehazing across 14 datasets. If the result holds, scan-path design and sequence aggregation are cheap, transferable levers for state-space image models.

What carries the argument

The two load-bearing components are Nested S-shaped Scanning (NSS) and Sequence Shuffle Attention (SSA). NSS partitions the feature map into non-overlapping stripes and follows an S-shaped path both inside each stripe and across stripes, so a scan can be long-range while keeping neighboring pixels adjacent; the shift-stripe mechanism moves the stripe boundaries between consecutive modules so boundary pixels are not permanently separated. SSA takes the four SSO-processed sequences, spatially pools them, reshuffles the pooled channels so that the k-th channel of all four directions sits together, applies group convolution to produce attention weights per channel, unshuffles the weights, and uses them in a weighted sum of the four sequences. Together they convert the selective scan's 1D processing into a 2D-aware restore-then-fuse operation with no added scanning cost.

What would settle it

Run MaIR and the key ablations (a plain Z-shaped scan in place of NSS, and simple summation or gating in place of SSA) several times with different random seeds on Urban100 ×2 lightweight super-resolution. If the reported 0.03–0.12 dB margins fall inside the seed-to-seed variance, the central claim that NSS and SSA cause the improvement is not supported.

Watch

Extended reading notes

Core claim

The paper's central claim is that the dominant Mamba-restoration pipeline — flatten a 2D feature map into rows and columns, run selective scans independently, then add the results — throws away exactly the structure that restoration needs. MaIR replaces the flattening with NSS: the feature map is cut into non-overlapping stripes, each stripe is traversed in an S-shaped path, and the paths connect across stripes, so pixels that are near in the image stay near in the 1D sequence even at stripe boundaries; a shift-stripe variant between successive modules moves the boundaries so no region is permanently split. It replaces the additive recombination with SSA, which pools each of the four directional sequences, shuffles the channels so corresponding channels from all directions are adjacent, computes per-channel attention weights with group convolution, and sums the four sequences using those weights. On 14 benchmark datasets covering super-resolution, denoising, deblurring, and dehazing, the paper reports that MaIR exceeds 40 baselines, with the largest margins on dehazing and consistent gains such as 0.03–0.12 dB over MambaIR on classic super-resolution. The message is that scan topology and sequence aggregation, not extra capacity, are what make a Mamba restoration model competitive.

Load-bearing premise

The results rest on the assumption that differences of roughly 0.03 to 0.12 dB in PSNR against strong baselines, reported without error bars or repeated runs, reflect a genuine improvement of the proposed scanning and aggregation rather than training noise.

Editorial extensions

If this is right

  • A Mamba restoration model can capture long-range dependencies without sacrificing 2D structure, so the near-linear complexity of the selective scan is retained.
  • The shift-stripe mechanism means stripe boundaries are handled by alternating module partitions, so seam artifacts should not accumulate in deep stacks.
  • SSA gives a learned, per-channel weight to each of the four scan directions, allowing the network to rely more on the direction that carries the most relevant context.
  • The same architecture, without task-specific changes beyond the loss function, reaches the top reported numbers on super-resolution, denoising, deblurring, and dehazing.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because NSS and SSA add no trainable parameters to the scanning itself, the design should transfer to other Mamba vision tasks, such as low-light enhancement or compression artifact removal, where locality and continuity also matter.
  • SSA is effectively a learned mixture over scan directions; extending it to more than four directions, or to multi-scale stripes, is a natural next test that the paper does not run.
  • The paper's own ablations show the PSNR margin over a plain Z-shaped scan is small, so a perceptual study on high-texture regions would be a sharper test of the locality-and-continuity claim than aggregate scores.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper proposes MaIR, a Mamba-based image restoration network whose two main contributions are a Nested S-shaped Scanning strategy (NSS) and a Sequence Shuffle Attention block (SSA). NSS divides feature maps into stripes and scans them in an S-shaped path, with a shift-stripe mechanism across successive modules; SSA aggregates the four scanned sequences by computing channel-wise attention weights after a shuffle operation. The method is evaluated on super-resolution, denoising, deblurring, and dehazing, with comparisons to about forty baselines across fourteen datasets, and the paper claims state-of-the-art performance on all four tasks. The architecture is described clearly and the code is released.

Significance. If the claimed gains are robust, NSS and SSA are simple and largely architecture-agnostic modifications that could benefit Mamba-based restoration beyond this specific network. The paper's strengths are the breadth of the evaluation (four tasks, fourteen datasets), the clear description of the scanning and aggregation designs, and the public code release, which makes the results directly checkable. However, the empirical case is weakened by the absence of any uncertainty quantification: many reported improvements over strong baselines are just a few hundredths of a dB, and the ablation margins used to attribute the gains to NSS and SSA are of the same size as typical run-to-run variation. The significance therefore depends on whether the small margins are systematic rather than noise.

major comments (3)
  1. [Abstract; Tables 1 and 6] The claim that MaIR 'surpasses 40 baselines' and achieves state-of-the-art performance on all four tasks is not supported by the paper's own tables. In Table 1 (×4, Set5), MambaIR reports 33.03 dB PSNR while MaIR reports 32.93 dB; in Table 1 (×2, Set5), MambaIR reports 38.57 dB versus MaIR's 38.56 dB; and in Table 6 (SOTS-Indoor), UVM-Net reports 40.17 dB versus MaIR's 39.45 dB. The abstract and conclusion should be revised to state precisely where MaIR is best and to acknowledge the dataset-specific exceptions, rather than claiming a global state-of-the-art. The same issue appears in the intro's contribution bullet, which says MaIR 'obtains state-of-the-art performance on four tasks across 14 benchmarks.'
  2. [§4.5, Tables 7–9] The central attribution of the performance gain to NSS and SSA rests on ablation margins of 0.01–0.05 dB PSNR. Table 7 shows 32.97 vs 32.94 when replacing NSS with a Z-shaped scan, and 32.97 vs 32.93 when removing the shift-stripe mechanism; Table 8 shows 32.97 vs 32.90 when SSA is replaced by simple sequence-wise addition; Table 9 shows identical PSNR values of 32.97 for stripe widths 4, 8, and 16. No repeated seeds, error bars, confidence intervals, or significance tests are reported anywhere in the paper. Because these margins are comparable to typical run-to-run variance for lightweight super-resolution models, the current evidence does not rule out training noise as the source of the reported differences. Please provide multi-seed results with mean±std, paired significance tests, or a control experiment that changes only the shuffle indexing while preserving the permutation class, to demonstrate that the observed margins are systematic.
  3. [§2, §3.2, Conclusion; Table 2] The paper repeatedly describes NSS as 'cost-free' and concludes that MaIR improves image quality 'without introducing extra computations,' but this is contradicted by the reported MACs. Table 2 shows MaIR-Tiny using 207.8G MACs at ×2 versus 167.1G for MambaIR-Tiny, while MaIR-Small uses 542.0G versus 567.5G for MambaIR-Small. The efficiency claim should be clarified: the stripe reordering itself may be rearrangement-only, but SSA adds pooling, group convolution, and weighted summation, and the actual overhead should be reported for each configuration. As written, the 'cost-free' claim is misleading.
minor comments (6)
  1. [§3.2] 'shift-stipe mechanism' should be 'shift-stripe mechanism.'
  2. [§2.1] In the sentence listing CNN-based deblurring methods, the citation '[39, 39, 48, 60]' contains a duplicate entry; one occurrence of [39] should be removed.
  3. [§4] The experimental settings are deferred entirely to the supplementary materials. To make the main paper self-contained, please include the essential training details (number of RMGs and RMBs, patch size, optimizer, iterations, learning rate schedule, and hardware) in the main text or an appendix.
  4. [Figures 3 and 4] The diagrams for NSS and SSA are difficult to read at the printed size; the stripe boundaries, shuffle order, and group-convolution labels should be enlarged and clarified.
  5. [§3.1, Eq. (2)] The Charbonnier loss is typeset as 'L = p ∥y − y′∥2 + ϵ2'; the square-root symbol appears to be missing. Please correct the equation.
  6. [Abstract] The phrase 'surpasses 40 baselines across 14 challenging datasets' should specify whether the comparison is per-dataset best or an aggregate, since the paper's own tables contain non-winning entries.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: MaIR is an empirical architecture paper whose claims are tested against external benchmarks, with no fitted-input-as-prediction or load-bearing self-citation.

full rationale

This paper contains no analytic derivation that could be circular. The central claim—that NSS and SSA improve restoration—is supported by benchmarking on 14 datasets against 40 baselines, all external (e.g., MambaIR, SwinIR, Restormer), and by ablations that replace the proposed components with alternative scans and aggregations from other papers. The only overlapping-author citations (CLEARER [14], All-In-One [25], CODE [66]) appear as contextual related work or as a comparison baseline, not as justification for the paper's design choices. No parameter is fitted to a subset of data and then 'predicted' on a dependent quantity; the reported PSNR/SSIM values are held-out test-set results from standard pipelines. The small ablation margins (0.03–0.07 dB on Urban100) raise statistical-reliability concerns, and the SOTA claim is partially contradicted by the paper's own tables (e.g., MambaIR at x4 on Set5 reports 33.03 dB vs MaIR's 32.93 dB), but these are issues of evidence strength and selective reporting, not circularity. Under the stated rubric, no circular step can be exhibited, so the score is 0.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The paper rests on standard empirical assumptions: that Mamba's SSO is a good sequence model for images, that the chosen benchmarks and metrics reflect restoration quality, and that the adopted MambaIR-style backbone is a strong base. The design hyperparameters (stripe width, number of directions, loss epsilon) are standard and are investigated, not fitted to the evaluation metric, so circularity is low.

free parameters (4)
  • stripe width ws = 8 (default, tested 2-32)
    Width of non-overlapping stripes in NSS. The paper studies ws = 2,4,8,16,32 and shows robust performance (PSNR 32.92-32.97 on Urban100 x2). The default is used in main experiments, stated in Section 3.2.
  • shift-stripe widths = ws/2 for first and last stripes, ws for others
    Set in Section 3.2 as part of the shift-stripe mechanism to cover boundary regions between adjacent stripes.
  • number of scanning directions K = 4
    The method flattens features along four directions (forward/backward rows and columns), following prior work [18,31]. This is a design choice inherited from Vmamba/MambaIR.
  • Charbonnier loss epsilon = 1e-3
    Hyper-parameter in the loss for denoising, deblurring, dehazing (Section 3.1), set empirically as in prior works.
assumptions (4)
  • domain assumption Mamba's selective scan operation (SSO) captures long-range dependencies in 1D sequences efficiently.
    The entire approach relies on SSO as the core sequence model (Sections 2.2 and 3.2). This is an established but unproved foundation in the paper.
  • domain assumption PSNR/SSIM on standard benchmarks are valid proxies for image restoration quality.
    All comparisons and SOTA claims rest on these metrics (Section 4). The paper does not include perceptual metrics or human studies.
  • domain assumption The degradation models used (bicubic downsampling, Gaussian noise, GoPro blur, RESIDE haze) are representative of real restoration tasks.
    Training and test sets follow prior work (Sections 4.1-4.4). The paper does not test on real-world degradations except the SIDD real denoising benchmark.
  • ad hoc to paper The MambaIR-style backbone (Residual Mamba Groups and Blocks) is an effective base architecture.
    MaIR adopts the architecture of MambaIR with only scanning and aggregation changes, assuming the backbone is a strong baseline (Section 3.1).

how reviews work

0 comments
Cite this review

Pith. "Pith review of MaIR: A Locality- and Continuity-Preserving Mamba for Image Restoration." pith.science (2026). https://pith.science/paper/CJ2HWH2C

@misc{pith2026241220066,
  author       = {Pith},
  title        = {Pith review of: MaIR: A Locality- and Continuity-Preserving Mamba for Image Restoration},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CJ2HWH2C}},
  note         = {Machine review of arXiv:2412.20066}
}
read the original abstract

Recent advancements in Mamba have shown promising results in image restoration. These methods typically flatten 2D images into multiple distinct 1D sequences along rows and columns, process each sequence independently using selective scan operation, and recombine them to form the outputs. However, such a paradigm overlooks two vital aspects: i) the local relationships and spatial continuity inherent in natural images, and ii) the discrepancies among sequences unfolded through totally different ways. To overcome the drawbacks, we explore two problems in Mamba-based restoration methods: i) how to design a scanning strategy preserving both locality and continuity while facilitating restoration, and ii) how to aggregate the distinct sequences unfolded in totally different ways. To address these problems, we propose a novel Mamba-based Image Restoration model (MaIR), which consists of Nested S-shaped Scanning strategy (NSS) and Sequence Shuffle Attention block (SSA). Specifically, NSS preserves locality and continuity of the input images through the stripe-based scanning region and the S-shaped scanning path, respectively. SSA aggregates sequences through calculating attention weights within the corresponding channels of different sequences. Thanks to NSS and SSA, MaIR surpasses 40 baselines across 14 challenging datasets, achieving state-of-the-art performance on the tasks of image super-resolution, denoising, deblurring and dehazing. The code is available at https://github.com/XLearning-SCU/2025-CVPR-MaIR.

Figures

Figures reproduced from arXiv: 2412.20066 by the authors.

Figure 1
Figure 1. The scanning strategies in existing Mamba-based meth [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Illustrations of MaIR. (a) The overall architecture of MaIR, highlighting its core component, Residual Mamba Group (RMG). [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Illustrations of (a) Nested S-shaped Scanning strategy [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Illustration of the Sequence Shuffle Attention (SSA). The input features [PITH_FULL_IMAGE:figures/full_fig_p004_4.png]
Figure 5
Figure 5. Figure 5: Visual comparison of ×4 image super-resolution results on the Manga109 dataset. MaIR demonstrates superior visual quality, particularly in preserving fine details and textures. 5 [PITH_FULL_IMAGE:figures/full_fig_p005_5.png]
Figure 6
Figure 6. Figure 6: Visual comparison of image denoising results on the Urban100 dataset. MaIR effectively removes noise in the images and [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: Visual comparison of motion deblurring results on the GoPro dataset. MaIR demonstrates superior performance in effectively [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: Visual comparison of image dehazing results on the SOTS dataset. MaIR can effectively remove haze and restore content with [PITH_FULL_IMAGE:figures/full_fig_p009_8.png]
Figure 9
Figure 9. Figure 9: Visual comparisons of different scanning strategies, illustrating that i) windows-based scanning path overlooks the continuity [PITH_FULL_IMAGE:figures/full_fig_p010_9.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. M2Restore: Mixture-of-Experts-based Mamba-CNN Fusion Framework for All-in-One Image Restoration

    cs.CV 2025-06 conditional novelty 5.0 of 10

    M2Restore is a CLIP-guided Mixture-of-Experts Mamba-CNN model that reports state-of-the-art results on the All-weather all-in-one image restoration benchmark.

  2. Towards Better De-raining Generalization via Rainy Characteristics Memorization and Replay

    cs.CV 2025-06 conditional novelty 5.0 of 10

    A complementary-learning-inspired framework combining per-dataset GAN replay, interleaved training, and knowledge distillation improves memory retention and generalization for image de-raining over dataset streams.

Reference graph

Works this paper leans on

70 extracted references · 52 canonical work pages · cited by 2 Pith papers

  1. [1]

    A high-quality denoising dataset for smartphone cameras

    Abdelrahman Abdelhamed, Stephen Lin, and Michael S Brown. A high-quality denoising dataset for smartphone cameras. In Proceedings of the IEEE conference on com- puter vision and pattern recognition , pages 1692–1700,

  2. [2]

    Fast, accurate, and lightweight super-resolution with cascading residual network

    Namhyuk Ahn, Byungkon Kang, and Kyung-Ah Sohn. Fast, accurate, and lightweight super-resolution with cascading residual network. In Proceedings of the European confer- ence on computer vision (ECCV), pages 252–268, 2018. 6

  3. [3]

    Low-complexity single-image super-resolution based on nonnegative neighbor embedding

    Marco Bevilacqua, Aline Roumy, Christine Guillemot, and Marie Line Alberi-Morel. Low-complexity single-image super-resolution based on nonnegative neighbor embedding

  4. [4]

    Pre-Trained Image Processing Transformer

    Hanting Chen, Yunhe Wang, Tianyu Guo, Chang Xu, Yiping Deng, Zhenhua Liu, Siwei Ma, Chunjing Xu, Chao Xu, and Wen Gao. Pre-Trained Image Processing Transformer. In IEEE Conference on Computer Vision and Pattern Recogni- tion, pages 12299–12310, Virtual, 2021. 5, 6

  5. [5]

    Rsmamba: Remote sens- ing image classification with state space model

    Keyan Chen, Bowen Chen, Chenyang Liu, Wenyuan Li, Zhengxia Zou, and Zhenwei Shi. Rsmamba: Remote sens- ing image classification with state space model. IEEE Geo- science and Remote Sensing Letters, 2024. 9

  6. [6]

    Simple baselines for image restoration

    Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, and Jian Sun. Simple baselines for image restoration. In European confer- ence on computer vision, pages 17–33. Springer, 2022. 8

  7. [7]

    Activating more pixels in image super- resolution transformer

    Xiangyu Chen, Xintao Wang, Jiantao Zhou, Yu Qiao, and Chao Dong. Activating more pixels in image super- resolution transformer. InProceedings of the IEEE/CVF con- ference on computer vision and pattern recognition , pages 22367–22377, 2023. 2

  8. [8]

    Nbnet: Noise basis learning for image denoising with subspace projection

    Shen Cheng, Yuzhi Wang, Haibin Huang, Donghao Liu, Haoqiang Fan, and Shuaicheng Liu. Nbnet: Noise basis learning for image denoising with subspace projection. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 4896–4906, 2021. 7 10

Show all 70 references
  1. [9]

    Rethinking coarse-to-fine approach in sin- gle image deblurring

    Sung-Jin Cho, Seo-Won Ji, Jun-Pyo Hong, Seung-Won Jung, and Sung-Jea Ko. Rethinking coarse-to-fine approach in sin- gle image deblurring. In Proceedings of the IEEE/CVF inter- national conference on computer vision , pages 4641–4650,

  2. [10]

    Second-order attention network for single image super-resolution

    Tao Dai, Jianrui Cai, Yongbing Zhang, Shu-Tao Xia, and Lei Zhang. Second-order attention network for single image super-resolution. In IEEE Conference on Computer Vision and Pattern Recognition, pages 11065–11074, 2019. 2, 5, 6

  3. [11]

    Transformers are SSMs: Gen- eralized models and efficient algorithms through structured state space duality

    Tri Dao and Albert Gu. Transformers are SSMs: Gen- eralized models and efficient algorithms through structured state space duality. In International Conference on Machine Learning (ICML), 2024. 2

  4. [12]

    Cu-mamba: Selective state space models with channel learning for image restoration

    Rui Deng and Tianpei Gu. Cu-mamba: Selective state space models with channel learning for image restoration. arXiv preprint arXiv:2404.11778, 2024. 2, 8

  5. [13]

    Multi-Scale Boosted De- hazing Network with Dense Feature Fusion

    Hang Dong, Jinshan Pan, Lei Xiang, Zhe Hu, Xinyi Zhang, Fei Wang, and Ming-Hsuan Yang. Multi-Scale Boosted De- hazing Network with Dense Feature Fusion. In IEEE Con- ference on Computer Vision and Pattern Recognition, pages 2154–2164, Seattle, W A, 2020. 8, 9

  6. [14]

    Clearer: Multi-scale neural architecture search for im- age restoration

    Yuanbiao Gou, Boyun Li, Zitao Liu, Songfan Yang, and Xi Peng. Clearer: Multi-scale neural architecture search for im- age restoration. Advances in Neural Information Processing Systems, 33, 2020. 2

  7. [15]

    Mamba: Linear-time sequence modeling with selective state spaces

    Albert Gu and Tri Dao. Mamba: Linear-time sequence modeling with selective state spaces. arXiv preprint arXiv:2312.00752, 2023. 2

  8. [16]

    Efficiently modeling long sequences with structured state spaces

    Albert Gu, Karan Goel, and Christopher R ´e. Efficiently modeling long sequences with structured state spaces. arXiv preprint arXiv:2111.00396, 2021. 2

  9. [17]

    Image dehazing transformer with transmission-aware 3d position embedding

    Chun-Le Guo, Qixin Yan, Saeed Anwar, Runmin Cong, Wenqi Ren, and Li Chongyi. Image dehazing transformer with transmission-aware 3d position embedding. InProceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022. 8, 9

  10. [18]

    Mambair: A simple baseline for image restoration with state-space model

    Hang Guo, Jinmin Li, Tao Dai, Zhihao Ouyang, Xudong Ren, and Shu-Tao Xia. Mambair: A simple baseline for image restoration with state-space model. arXiv preprint arXiv:2402.15648, 2024. 2, 3, 4, 5, 6, 7

  11. [19]

    Zigma: A dit-style zigzag mamba diffusion model

    Vincent Tao Hu, Stefan Andreas Baumann, Ming Gui, Olga Grebenkova, Pingchuan Ma, Johannes S Fischer, and Bj ¨orn Ommer. Zigma: A dit-style zigzag mamba diffusion model. arXiv preprint arXiv:2403.13802, 2024. 2, 4, 9

  12. [20]

    Single image super-resolution from transformed self-exemplars

    Jia-Bin Huang, Abhishek Singh, and Narendra Ahuja. Single image super-resolution from transformed self-exemplars. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 5197–5206, 2015. 6

  13. [21]

    Localmamba: Visual state space model with windowed selective scan

    Tao Huang, Xiaohuan Pei, Shan You, Fei Wang, Chen Qian, and Chang Xu. Localmamba: Visual state space model with windowed selective scan. arXiv preprint arXiv:2403.09338,

  14. [22]

    Lightweight image super-resolution with information multi- distillation network

    Zheng Hui, Xinbo Gao, Yunchu Yang, and Xiumei Wang. Lightweight image super-resolution with information multi- distillation network. In Proceedings of the 27th acm inter- national conference on multimedia, pages 2024–2032, 2019. 6

  15. [23]

    AOD-Net: All-in-One Dehazing Network

    Boyi Li, Xiulian Peng, Zhangyang Wang, Jizheng Xu, and Dan Feng. AOD-Net: All-in-One Dehazing Network. In IEEE International Conference on Computer Vision , pages 4780–4788, Venice, Italy, 2017. 8, 9

  16. [24]

    Benchmarking Single Image Dehazing and Beyond

    Boyi Li, Wenqi Ren, Dengpan Fu, Dacheng Tao, Dan Feng, Wenjun Zeng, and Zhangyang Wang. Benchmarking Single Image Dehazing and Beyond. IEEE Transactions on Image Processing, 28(1):492–505, 2019. 8

  17. [25]

    All-In-One Image Restoration for Unknown Corruption

    Boyun Li, Xiao Liu, Peng Hu, Zhongqin Wu, Jiancheng Lv, and Xi Peng. All-In-One Image Restoration for Unknown Corruption. In IEEE Conference on Computer Vision and Pattern Recognition, pages 17431–17441, New Orleans, LA,

  18. [26]

    Lapar: Linearly-assembled pixel-adaptive re- gression network for single image super-resolution and be- yond

    Wenbo Li, Kun Zhou, Lu Qi, Nianjuan Jiang, Jiangbo Lu, and Jiaya Jia. Lapar: Linearly-assembled pixel-adaptive re- gression network for single image super-resolution and be- yond. Advances in Neural Information Processing Systems, 33:20343–20355, 2020. 2, 6

  19. [27]

    SwinIR: Image Restoration Using Swin Transformer

    Jingyun Liang, Jiezhang Cao, Guolei Sun, Kai Zhang, Luc Van Gool, and Radu Timofte. SwinIR: Image Restoration Using Swin Transformer. In International Conference on Computer Vision Workshops, Virtual, 2021. 2, 3, 5, 6, 7

  20. [28]

    Enhanced deep residual networks for single image super-resolution

    Bee Lim, Sanghyun Son, Heewon Kim, Seungjun Nah, and Kyoung Mu Lee. Enhanced deep residual networks for single image super-resolution. In IEEE Conference on Computer Vision and Pattern Recognition WorkShop, pages 1132–1140, 2017. 2

  21. [29]

    Enhanced deep residual networks for single image super-resolution

    Bee Lim, Sanghyun Son, Heewon Kim, Seungjun Nah, and Kyoung Mu Lee. Enhanced deep residual networks for single image super-resolution. In Proceedings of the IEEE confer- ence on computer vision and pattern recognition workshops, pages 136–144, 2017. 6

  22. [30]

    Grid- DehazeNet: Attention-Based Multi-Scale Network for Im- age Dehazing

    Xiaohong Liu, Yongrui Ma, Zhihao Shi, and Jun Chen. Grid- DehazeNet: Attention-Based Multi-Scale Network for Im- age Dehazing. In International Conference on Computer Vi- sion, pages 7313–7322, Seoul, Korea, 2019. 8, 9

  23. [31]

    Vmamba: Visual state space model

    Yue Liu, Yunjie Tian, Yuzhong Zhao, Hongtian Yu, Lingxi Xie, Yaowei Wang, Qixiang Ye, and Yunfan Liu. Vmamba: Visual state space model. arXiv preprint arXiv:2401.10166,

  24. [32]

    Swin transformer: Hierarchical vision transformer using shifted windows

    Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF international conference on computer vision, pages 10012–10022, 2021. 2

  25. [33]

    Latticenet: Towards lightweight image super-resolution with lattice block

    Xiaotong Luo, Yuan Xie, Yulun Zhang, Yanyun Qu, Cui- hua Li, and Yun Fu. Latticenet: Towards lightweight image super-resolution with lattice block. In European Conference on Computer Vision, pages 272–289, 2020. 6

  26. [34]

    Waterloo Ex- ploration Database: New Challenges for Image Quality As- sessment Models

    Kede Ma, Zhengfang Duanmu, Qingbo Wu, Zhou Wang, Hongwei Yong, Hongliang Li, and Lei Zhang. Waterloo Ex- ploration Database: New Challenges for Image Quality As- sessment Models. IEEE Transactions on Image Processing, 26(2):1004–1016, 2017. 6

  27. [35]

    A Database of Human Segmented Natural Images and its Application to Evaluating Segmentation Algorithms and 11 Measuring Ecological Statistics

    David Martin, Charless Fowlkes, Doron Tal, and Jitendra Malik. A Database of Human Segmented Natural Images and its Application to Evaluating Segmentation Algorithms and 11 Measuring Ecological Statistics. InInternational Conference on Computer Vision , pages 416–425, Vancouve...

  28. [36]

    Sketch-based manga retrieval using manga109 dataset

    Yusuke Matsui, Kota Ito, Yuji Aramaki, Azuma Fujimoto, Toru Ogawa, Toshihiko Yamasaki, and Kiyoharu Aizawa. Sketch-based manga retrieval using manga109 dataset. Mul- timedia tools and applications, 76:21811–21838, 2017. 6

  29. [37]

    Image super- resolution with non-local sparse attention

    Yiqun Mei, Yuchen Fan, and Yuqian Zhou. Image super- resolution with non-local sparse attention. In IEEE Con- ference on Computer Vision and Pattern Recognition, pages 3517–3526, 2021. 5, 6

  30. [38]

    Dynamic atten- tive graph learning for image restoration

    Chong Mou, Jian Zhang, and Zhuoyuan Wu. Dynamic atten- tive graph learning for image restoration. In IEEE Interna- tional Conference on Computer Vision, 2021. 7

  31. [39]

    Deep Multi-scale Convolutional Neural Network for Dynamic Scene Deblurring

    Seungjun Nah, Tae Hyun Kim, and Kyoung Mu Lee. Deep Multi-scale Convolutional Neural Network for Dynamic Scene Deblurring. In IEEE Conference on Computer Vi- sion and Pattern Recognition, pages 257–265, Honolulu, HI,

  32. [40]

    Single image super-resolution via a holis- tic attention network

    Ben Niu, Weiwei Wen, Wenqi Ren, Xiangde Zhang, Lian- ping Yang, Shuzhen Wang, Kaihao Zhang, Xiaochun Cao, and Haifeng Shen. Single image super-resolution via a holis- tic attention network. In European Conference on Computer Vision, pages 191–207, 2020. 2, 5, 6

  33. [41]

    Multi-temporal recurrent neural networks for progres- sive non-uniform single image deblurring with incremental temporal training

    Dongwon Park, Dong Un Kang, Jisoo Kim, and Se Young Chun. Multi-temporal recurrent neural networks for progres- sive non-uniform single image deblurring with incremental temporal training. In European Conference on Computer Vi- sion, pages 327–343. Springer, 2020. 8

  34. [42]

    FFA-Net: Feature Fusion Attention Network for Single Image Dehazing

    Xu Qin, Zhilin Wang, Yuanchao Bai, Xiaodong Xie, and Huizhu Jia. FFA-Net: Feature Fusion Attention Network for Single Image Dehazing. In AAAI Conference on Artificial Intelligence, pages 11908–11915, New York, NY , 2020. 8, 9

  35. [43]

    Adaptive consistency prior based deep network for image denoising

    Chao Ren, Xiaohai He, Chuncheng Wang, and Zhibo Zhao. Adaptive consistency prior based deep network for image denoising. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8596–8606,

  36. [44]

    Seman- tic foggy scene understanding with synthetic data

    Christos Sakaridis, Dengxin Dai, and Luc Van Gool. Seman- tic foggy scene understanding with synthetic data. Interna- tional Journal of Computer Vision , 126(9):973–992, 2018. 2

  37. [45]

    Human-aware motion deblurring

    Ziyi Shen, Wenguan Wang, Xiankai Lu, Jianbing Shen, Haibin Ling, Tingfa Xu, and Ling Shao. Human-aware motion deblurring. In Proceedings of the IEEE/CVF inter- national conference on computer vision , pages 5572–5581,

  38. [46]

    Simplified state space layers for sequence modeling

    Jimmy TH Smith, Andrew Warrington, and Scott Linder- man. Simplified state space layers for sequence modeling. In The Eleventh International Conference on Learning Rep- resentations, 2022. 2

  39. [47]

    Vision transformers for single image dehazing

    Yuda Song, Zhuqing He, Hui Qian, and Xin Du. Vision transformers for single image dehazing. IEEE Transactions on Image Processing, 32:1927–1941, 2023. 8, 9

  40. [48]

    Scale-recurrent network for deep image deblurring

    Xin Tao, Hongyun Gao, Xiaoyong Shen, Jue Wang, and Ji- aya Jia. Scale-recurrent network for deep image deblurring. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 8174–8182, 2018. 2, 8

  41. [49]

    Ntire 2017 challenge on single image super-resolution: Methods and results

    Radu Timofte, Eirikur Agustsson, Luc Van Gool, Ming- Hsuan Yang, and Lei Zhang. Ntire 2017 challenge on single image super-resolution: Methods and results. In Proceed- ings of the IEEE conference on computer vision and pattern recognition workshops, pages 114–125, 2017. 6

  42. [50]

    Uformer: A general u-shaped transformer for image restoration

    Zhendong Wang, Xiaodong Cun, Jianmin Bao, Wengang Zhou, Jianzhuang Liu, and Houqiang Li. Uformer: A general u-shaped transformer for image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition (CVPR), pages 17683–17693, 2022. 7, 8

  43. [51]

    Con- trastive Learning for Compact Single Image Dehazing

    Haiyan Wu, Yanyun Qu, Shaohui Lin, Jian Zhou, Ruizhi Qiao, Zhizhong Zhang, Yuan Xie, and Lizhuang Ma. Con- trastive Learning for Compact Single Image Dehazing. In IEEE Conference on Computer Vision and Pattern Recogni- tion, pages 10551–10560, Virtual, 2021. 8, 9

  44. [52]

    Multi-Stage Progressive Image Restoration

    Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan, Ming-Hsuan Yang, and Ling Shao. Multi-Stage Progressive Image Restoration. In IEEE Conference on Computer Vision and Pattern Recognition , pages 14821–14831, Virtual, 2021. 7, 8

  45. [53]

    Restormer: Efficient Transformer for High-Resolution Im- age Restoration

    Syed Waqas Zamir, Aditya Arora, Salman Khan, Mu- nawar Hayat, Fahad Shahbaz Khan, and Ming-Hsuan Yang. Restormer: Efficient Transformer for High-Resolution Im- age Restoration. In IEEE Conference on Computer Vision and Pattern Recognition , pages 5718–5729, New Orleans, LA, 20...

  46. [54]

    On single image scale-up using sparse-representations

    Roman Zeyde, Michael Elad, and Matan Protter. On single image scale-up using sparse-representations. In Curves and Surfaces: 7th International Conference, Avignon, France, June 24-30, 2010, Revised Selected Papers 7 , pages 711–

  47. [55]

    Deep stacked hierarchical multi-patch network for image deblurring

    Hongguang Zhang, Yuchao Dai, Hongdong Li, and Piotr Ko- niusz. Deep stacked hierarchical multi-patch network for image deblurring. In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition , pages 5978–5986, 2019. 8

  48. [56]

    Accurate image restoration with attention retractable transformer

    Jiale Zhang, Yulun Zhang, Jinjin Gu, Yongbing Zhang, Linghe Kong, and Xin Yuan. Accurate image restoration with attention retractable transformer. In ICLR, 2023. 7

  49. [57]

    Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising

    Kai Zhang, Wangmeng Zuo, Yunjin Chen, Deyu Meng, and Lei Zhang. Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising. IEEE Transactions on Image Processing, 26(7):3142–3155, 2017. 2, 6, 7

  50. [58]

    Learning deep cnn denoiser prior for image restoration

    Kai Zhang, Wangmeng Zuo, Shuhang Gu, and Lei Zhang. Learning deep cnn denoiser prior for image restoration. In IEEE Conference on Computer Vision and Pattern Recogni- tion, pages 3929–3938, 2017. 6, 7

  51. [59]

    Ffdnet: Toward a fast and flexible solution for CNN based image denoising

    Kai Zhang, Wangmeng Zuo, and Lei Zhang. Ffdnet: Toward a fast and flexible solution for CNN based image denoising. IEEE Transactions on Image Processing, 2018. 6, 7

  52. [60]

    Deblurring by realistic blurring

    Kaihao Zhang, Wenhan Luo, Yiran Zhong, Lin Ma, Bjorn Stenger, Wei Liu, and Hongdong Li. Deblurring by realistic blurring. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2737–2746,

  53. [61]

    Plug-and-play image restora- 12 tion with deep denoiser prior

    Kai Zhang, Yawei Li, Wangmeng Zuo, Lei Zhang, Luc Van Gool, and Radu Timofte. Plug-and-play image restora- 12 tion with deep denoiser prior. IEEE Transactions on Pat- tern Analysis and Machine Intelligence , 44(10):6360–6376,

  54. [62]

    Color demosaicking by local directional interpolation and nonlocal adaptive thresholding

    Lei Zhang, Xiaolin Wu, Antoni Buades, and Xin Li. Color demosaicking by local directional interpolation and nonlocal adaptive thresholding. Journal of Electronic imaging, 20(2): 023016–023016, 2011. 6

  55. [63]

    Efficient long-range attention network for image super- resolution

    Xindong Zhang, Hui Zeng, Shi Guo, and Lei Zhang. Efficient long-range attention network for image super- resolution. In European Conference on Computer Vision , pages 649–667. Springer, 2022. 5, 6

  56. [64]

    Image super-resolution using very deep residual channel attention networks

    Yulun Zhang, Kunpeng Li, Kai Li, Lichen Wang, Bineng Zhong, and Yun Fu. Image super-resolution using very deep residual channel attention networks. In European Confer- ence on Computer Vision, pages 294–310, 2018. To appear in ECCV 2018. 2, 6

  57. [65]

    Residual Dense Network for Image Restoration

    Yulun Zhang, Yapeng Tian, Yu Kong, Bineng Zhong, and Yun Fu. Residual Dense Network for Image Restoration. IEEE Transactions on Pattern Analysis and Machine Intelli- gence, 43(7):2480–2495, 2018. 2

  58. [66]

    Comprehensive and delicate: An efficient transformer for image restoration

    Haiyu Zhao, Yuanbiao Gou, Boyun Li, Dezhong Peng, Jiancheng Lv, and Xi Peng. Comprehensive and delicate: An efficient transformer for image restoration. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 14122–14132, 2023. 2, 7, 8

  59. [67]

    U-shaped vision mamba for single image dehazing

    Zhuoran Zheng and Chen Wu. U-shaped vision mamba for single image dehazing. arXiv preprint arXiv:2402.04139 ,

  60. [68]

    Cross-scale internal graph neural network for image super-resolution

    Shangchen Zhou, Jiawei Zhang, Wangmeng Zuo, and Chen Change Loy. Cross-scale internal graph neural network for image super-resolution. In Neural Information Process- ing Systems, 2020. NeurIPS 2020. 5, 6

  61. [69]

    Srformer: Permuted self-attention for single image super-resolution

    Yupeng Zhou, Zhen Li, Chun-Le Guo, Song Bai, Ming-Ming Cheng, and Qibin Hou. Srformer: Permuted self-attention for single image super-resolution. In IEEE Conference on Computer Vision and Pattern Recognition , pages 12780– 12791, 2023. 3, 5, 6

  62. [70]

    Vision mamba: Efficient visual representation learning with bidirectional state space model

    Lianghui Zhu, Bencheng Liao, Qian Zhang, Xinlong Wang, Wenyu Liu, and Xinggang Wang. Vision mamba: Efficient visual representation learning with bidirectional state space model. arXiv preprint arXiv:2401.09417, 2024. 2 13

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.