REVIEW 4 major objections 6 minor 2 cited by
$\text{S}^{3}$Mamba: Arbitrary-Scale Super-Resolution via Scaleable State Space Model
T0 review · 4 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read S3Mamba claims to bring state space models to arbitrary-scale super-resolution, achieving state-of-the-art results on DIV2K and COZ with linear computational complexity.
desk verdict A credible scale-modulated SSM module is buried under a self-inflicted novelty problem: the paper claims to be first SSM-based ASSR while citing MambaSR and never comparing against it. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the Scalable State Space Model (SSSM), which modifies the standard SSM discretization by computing scale- and coordinate-aware modulation factors via MLPs, forming $\Delta'_{x_k} = \Delta_{x_k} \cdot \Delta^{\text{scale}}_{x_k}$ and $B'_{x_k} = B_{x_k} \cdot B^{\text{scale}}_{x_k}$ before applying zero-order hold. This carries the argument by making the recurrence adapt to the physical spacing between pixels at different scales, thereby unifying representations across magnifications; a scale-aware self-attention map, also generated by the SSSM from coordinates and scale, further refines the fused high-resolution features.
What would settle it
Run S3Mamba and MambaSR on the DIV2K validation set and the COZ test set under identical training protocols; if MambaSR attains comparable or higher PSNR/SSIM, or if its publication predates S3Mamba's submission as a valid SSM-based ASSR method, the paper's core claims of novelty and state-of-the-art performance would be falsified.
Extended reading notes
Core claim
On its own terms, the paper's central discovery is that injecting scale and continuous coordinate information into the SSM discretization process—specifically modulating the sampling interval $\Delta_{x_k}$ and the input matrix $B_{x_k}$ by multiplying them with scale- and coordinate-dependent factors (Eqs.\ 6–13)—creates a scale-adaptive continuous representation. This allows a single SSM-based decoder to handle arbitrary magnification factors while retaining the linear computational complexity of SSMs and outperforming existing INR-based methods on both synthetic and real-world benchmarks.
Load-bearing premise
The claim of being the first to introduce SSM into ASSR and of achieving state-of-the-art performance rests on the assumption that all relevant baselines, including MambaSR which the paper itself cites, are included in the comparisons.
Editorial extensions
If this is right
- If SSSM works as claimed, SSM-based decoders can replace MLP and Transformer decoders in ASSR, providing linear complexity that scales to very large output resolutions.
- The scale-modulated discretization could generalize beyond trained magnification factors, as the out-of-scale results on DIV2K suggest continuous representation across unseen scales.
- The method is designed to be a plug-in module for existing SR backbones such as EDSR and RDN, so it could improve arbitrary-scale capability of many fixed-scale SR models.
- The scale-aware self-attention mechanism may reduce artifacts in real-world degraded images, as indicated by the COZ experiments where SSIM improvements are noticeable.
Reading between the lines
- The paper cites MambaSR [66], an earlier SSM-based arbitrary-scale super-resolution method, but excludes it from all comparisons; if MambaSR is a valid baseline, the claim of being 'first' to introduce SSM to ASSR is questionable and the performance lead over SSM-based prior work is unverified.
- The scale-conditional discretization idea could transfer to other continuous signal reconstruction tasks, such as arbitrary-scale inpainting or video frame interpolation, where coordinate- and scale-conditioned recurrence may help maintain temporal or spatial consistency.
- The scale-aware self-attention map is generated from coordinates and scale alone, without image content; testing whether this content-agnostic conditioning generalizes across very different scene types would clarify its role versus learned content-based attention.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes S3Mamba, an arbitrary-scale super-resolution method built on a 'Scalable State Space Model' (SSSM) that modulates the discretization parameters Δ and B with scale and continuous coordinate information (Eqs. 6–13), together with a 'scale-aware self-attention' mechanism (Eq. 16). The method is evaluated on synthetic DIV2K and real-world COZ benchmarks using EDSR and RDN backbones, reporting state-of-the-art PSNR/SSIM at multiple in-scale and out-of-scale magnifications. The paper also claims to be the first to introduce SSMs into arbitrary-scale super-resolution and to maintain linear computational complexity.
Significance. If the claims were established, the SSSM would be a useful architectural contribution: it adapts the selective-scan mechanism of Mamba to continuous coordinate and scale conditioning, potentially giving an efficient, context-aware decoder for arbitrary-scale SR. The ablation studies (Tables 3–4) show small but consistent gains when the SSSM, global feature extraction, and the proposed gating module are added, suggesting the core design is not empty. However, the headline contributions—novelty, state-of-the-art performance, and linear-complexity advantage—are currently under-supported by the evidence in the manuscript. The paper is empirical, and the main results are quantitative comparisons, so the missing baseline, missing error bars, and absent complexity analysis are load-bearing.
major comments (4)
- [Section 2.2, Section 4.1, Tables 1-2] The paper cites MambaSR [66], titled 'Arbitrary-scale super-resolution integrating mamba with fast fourier convolution blocks', in Section 2.2, yet omits it from all quantitative comparisons in Tables 1 and 2. Section 4.1 then claims 'we introduce the State Space Model into arbitrary-scale super-resolution for the first time.' This is internally inconsistent: if MambaSR is a functional SSM-based ASSR method, the novelty claim is false, and the claimed performance lead over SSM-based competitors is untested. The authors should add MambaSR to the comparison (or justify its exclusion) and revise the 'first' claim accordingly.
- [Table 2, Section 5.2] The claimed state-of-the-art performance on DIV2K is not supported by the reported numbers. Against the strongest baseline CiaoSR, the differences are at most 0.02–0.03 dB, and the direction is not consistent: at ×3 the proposed method is worse on both backbones (31.13 vs 31.15 for EDSR; 31.40 vs 31.42 for RDN), and similar reversals appear at ×24 and ×30. No error bars, standard deviations, or statistical significance tests are reported, so these differences are within typical run-to-run noise for SR training. The statement in Section 5.2 that 'our method achieves the best performance in most scenarios' needs quantitative support, such as multiple seeds with variances or paired tests.
- [Section 4.2, Eq. (16)] The module named 'scale-aware self-attention' is not an attention mechanism. Equation (16) computes a coordinate- and scale-dependent modulation αweight from SSSM, multiplies it elementwise with features, and then applies SSSM twice more. There are no attention scores, no queries/keys/values, no normalization over feature positions, and no learned dependence on the feature content. This is a multiplicative gating operation, and describing it as 'self-attention' misrepresents the contribution. The authors should either rename the module or provide a formal definition that justifies the 'attention' terminology.
- [Abstract, Section 4.1, Section 5.2] The paper repeatedly claims linear computational complexity and states in Section 5.2 that 'our computational complexity is only half of its, as shown in the supplementary materials,' but the supplementary material and appendix are not included in the submitted manuscript. No complexity analysis, FLOPs table, inference-time measurement, or formal scaling argument appears in the main text. Since the efficiency claim is one of the stated headline contributions, it needs to be substantiated in the manuscript itself, or explicitly deferred to a version that contains the appendix.
minor comments (6)
- [Section 1 heading] The heading 'Introdution' is a typo and should be 'Introduction'.
- [Table 2] The table note 'Bold and Bold indicate the best performance and second-best performance, respectively' appears corrupted; it likely should describe bold and underline formatting.
- [Tables 1 and 2] The notation for reference [7] is inconsistent: Table 1 uses 'LIT', while Table 2 uses 'CLIT'. Use one consistent abbreviation.
- [Figure 1 caption] The caption contains 'discredited low-resolution images', which should be 'discretized low-resolution images'.
- [Eq. (16)] The notation 'αweight = SSSM(coordHR, scale)' is unclear because SSSM was previously defined as a sequence model on features; clarify how coordinates and scale are prepared as inputs to the state space model.
- [Section 4.2 and Conclusion] The paper refers repeatedly to an appendix and supplementary material for additional comparisons and analyses, but this version contains no such sections; either include them or adjust the references.
Circularity Check
No circular dependency found; the paper's SSSM is an empirical architectural component, and the only notable issue (omitting the cited SSM-based ASSR competitor MambaSR from comparisons) is a factual/comparison concern, not circular reasoning.
full rationale
The paper does not present a derivation that reduces to its inputs. Section 4.1 proposes an architectural mechanism (Eqs. 6-13): a learnable MLP conditions the discretization step Delta and input matrix B on scale and coordinates, then standard zero-order-hold discretization is applied. This is an empirical design choice, not a theorem; no target quantity is defined in terms of the proposed SSSM and then "predicted" from it. Eq. (16) reuses the SSSM to produce a scale-aware attention weighting and again to refine HR features; this is functional module reuse in a network, not self-definitional circularity, because the paper makes no claim that the module's behavior is derived from itself, it simply stacks the same differentiable block. The ablations in Tables 3 and 4 compare configurations without fitted constants being relabeled as predictions. The only potentially self-referential load-bearing claim is the novelty assertion in Sections 1 and 4.1 ("we introduce the State Space Model into arbitrary-scale super-resolution for the first time"), which is undermined by the paper's own citation of MambaSR [66], an SSM-based ASSR method published in Mathematics 12(15):2370, 2024. That is a factual/comparison flaw (an omitted baseline that would affect the SOTA claim), but it is not circular reasoning: the empirical pipeline is externally benchmarked against DIV2K and COZ with standard metrics and standard backbones. The cited prior work [76] used to construct the SSSM block is an external Vision Mamba reference, not a self-citation chain, and the one same-author citation [14] is not load-bearing. Therefore no circular step is identifiable, and the circularity score is 0.
Assumptions & free parameters
free parameters (1)
- training scale range =
U(1,4)
assumptions (4)
- standard math Zero-order hold discretization of SSM (Eq. 4) is a valid approximation of the continuous ODE.
- domain assumption Bicubic downsampling provides the paired LR/HR examples for training on DIV2K.
- ad hoc to paper Scale and coordinate modulation of Delta and B is sufficient to unify continuous representations across scales.
- domain assumption COZ benchmark is representative of real-world ASSR.
Cite this review
Pith. "Pith review of $\text{S}^{3}$Mamba: Arbitrary-Scale Super-Resolution via Scaleable State Space Model." pith.science (2026). https://pith.science/paper/PBYZBPDG
@misc{pith2026241111906,
author = {Pith},
title = {Pith review of: $\textS^3$Mamba: Arbitrary-Scale Super-Resolution via Scaleable State Space Model},
year = {2026},
howpublished = {\url{https://pith.science/paper/PBYZBPDG}},
note = {Machine review of arXiv:2411.11906}
}
abstract
Arbitrary scale super-resolution (ASSR) aims to super-resolve low-resolution images to high-resolution images at any scale using a single model, addressing the limitations of traditional super-resolution methods that are restricted to fixed-scale factors (e.g., $\times2$, $\times4$). The advent of Implicit Neural Representations (INR) has brought forth a plethora of novel methodologies for ASSR, which facilitate the reconstruction of original continuous signals by modeling a continuous representation space for coordinates and pixel values, thereby enabling arbitrary-scale super-resolution. Consequently, the primary objective of ASSR is to construct a continuous representation space derived from low-resolution inputs. However, existing methods, primarily based on CNNs and Transformers, face significant challenges such as high computational complexity and inadequate modeling of long-range dependencies, which hinder their effectiveness in real-world applications. To overcome these limitations, we propose a novel arbitrary-scale super-resolution method, called $\text{S}^{3}$Mamba, to construct a scalable continuous representation space. Specifically, we propose a Scalable State Space Model (SSSM) to modulate the state transition matrix and the sampling matrix of step size during the discretization process, achieving scalable and continuous representation modeling with linear computational complexity. Additionally, we propose a novel scale-aware self-attention mechanism to further enhance the network's ability to perceive global important features at different scales, thereby building the $\text{S}^{3}$Mamba to achieve superior arbitrary-scale super-resolution. Extensive experiments on both synthetic and real-world benchmarks demonstrate that our method achieves state-of-the-art performance and superior generalization capabilities at arbitrary super-resolution scales.
Figures
Forward citations
Cited by 2 Pith papers
-
Enhancing Zero-Shot Brain Tumor Subtype Classification via Fine-Grained Patch-Text Alignment
FG-PAN improves zero-shot brain tumor subtype classification by aligning refined visual patch features with LLM-generated fine-grained text prototypes.
-
NTIRE 2025 Challenge on Image Super-Resolution (x4): Methods and Results
The NTIRE 2025 x4 super-resolution challenge results show a new top PSNR of 33.46 dB for restoration and a perceptual winner with composite score 4.3472 across 25 valid submissions.
Reference graph
Works this paper leans on
-
[66]
Mambasr: Arbitrary-scale super-resolution integrating mamba with fast fourier convolution blocks
Jin Yan, Zongren Chen, Zhiyuan Pei, Xiaoping Lu, and Hua Zheng. Mambasr: Arbitrary-scale super-resolution integrating mamba with fast fourier convolution blocks. Mathematics, 12(15):2370, 2024. 3
work page 2024
-
[1]
Ntire 2017 challenge on single image super-resolution: Dataset and study
Eirikur Agustsson and Radu Timofte. Ntire 2017 challenge on single image super-resolution: Dataset and study. In Proceed- ings of the IEEE conference on computer vision and pattern recognition workshops, pages 126–135, 2017. 6
2017
-
[2]
Jiezhang Cao, Qin Wang, Yongqin Xian, Yawei Li, Bingbing Ni, Zhiming Pi, Kai Zhang, Yulun Zhang, Radu Timofte, and Luc Van Gool. Ciaosr: Continuous implicit attention-in- attention network for arbitrary-scale image super-resolution. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1796–1807, 2023. 1, 2, 3, 5, 6, 7
work page 2023
-
[3]
Cas-cnn: A deep convolutional neural network for image compression artifact suppression
Lukas Cavigelli, Pascal Hager, and Luca Benini. Cas-cnn: A deep convolutional neural network for image compression artifact suppression. In 2017 International Joint Conference on Neural Networks, pages 752–759, 2017. 2
work page 2017
-
[4]
Real-world single image super-resolution: A brief review
Honggang Chen, Xiaohai He, Linbo Qing, Yuanyuan Wu, Chao Ren, Ray E Sheriff, and Ce Zhu. Real-world single image super-resolution: A brief review. Information Fusion, 79:124–145, 2022. 3
work page 2022
-
[5]
Hongming Chen, Xiang Chen, Chen Wu, Zhuoran Zheng, Jinshan Pan, and Xianping Fu. Towards ultra-high-definition image deraining: A benchmark and an efficient method.arXiv preprint arXiv:2405.17074, 2024. 1
arXiv 2024
-
[6]
Hongruixuan Chen, Jian Song, Chengxi Han, Junshi Xia, and Naoto Yokoya. Changemamba: Remote sensing change de- tection with spatio-temporal state space model.arXiv preprint arXiv:2404.03425, 2024. 3
arXiv 2024
-
[7]
Cascaded local implicit transformer for arbitrary-scale super-resolution
Hao-Wei Chen, Yu-Syuan Xu, Min-Fong Hong, Yi-Min Tsai, Hsien-Kai Kuo, and Chun-Yi Lee. Cascaded local implicit transformer for arbitrary-scale super-resolution. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18257–18267, 2023. 1, 2, 6, 7
work page 2023
Show all 77 references
-
[8]
Activating more pixels in image super-resolution transformer
Xiangyu Chen, Xintao Wang, Jiantao Zhou, and Chao Dong. Activating more pixels in image super-resolution transformer. arXiv preprint arXiv:2205.04437, 2022. 1
2022 arXiv
-
[9]
Learning contin- uous image representation with local implicit image function
Yinbo Chen, Sifei Liu, and Xiaolong Wang. Learning contin- uous image representation with local implicit image function. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8628–8638, 2021. 3
2021
-
[10]
Learning contin- uous image representation with local implicit image function
Yinbo Chen, Sifei Liu, and Xiaolong Wang. Learning contin- uous image representation with local implicit image function. In IEEE Conference on Computer Vision and Pattern Recog- nition, pages 8628–8638, 2021. 1, 3, 6, 7
2021
-
[11]
Learning implicit fields for generative shape modeling
Zhiqin Chen and Hao Zhang. Learning implicit fields for generative shape modeling. In IEEE Conference on Computer Vision and Pattern Recognition, pages 5939–5948, 2019. 3
2019
-
[12]
Real-time 4k super-resolution of compressed avif images
Marcos V Conde, Zhijun Lei, Wen Li, Ioannis Katsavounidis, Radu Timofte, Min Yan, Xin Liu, Qian Wang, Xiaoqian Ye, Zhan Du, et al. Real-time 4k super-resolution of compressed avif images. ais 2024 challenge survey. In Proceedings of the IEEE/CVF Conference on Computer Vision a...
2024
-
[13]
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. 1
2019
-
[14]
Qmambabsr: Burst image super-resolution with query state space model
Xin Di, Long Peng, Peizhe Xia, Wenbo Li, Renjing Pei, Yang Cao, Yang Wang, and Zheng-Jun Zha. Qmambabsr: Burst image super-resolution with query state space model. arXiv preprint arXiv:2408.08665, 2024. 3
2024 arXiv
-
[15]
Learning a deep convolutional network for image super- resolution
Chao Dong, Chen Change Loy, Kaiming He, and Xiaoou Tang. Learning a deep convolutional network for image super- resolution. In European Conference on Computer Vision , pages 184–199, 2014. 2
2014
-
[16]
An image is worth 16x16 words: Trans- formers for image recognition at scale
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Syl- vain Gelly, et al. An image is worth 16x16 words: Trans- formers for image recognition at scale. arXiv preprint a...
2010 arXiv
-
[17]
Ssumamba: Spatial-spectral selective state space model for hyperspectral image denoising
Guanyiman Fu, Fengchao Xiong, Jianfeng Lu, Jun Zhou, and Yuntao Qian. Ssumamba: Spatial-spectral selective state space model for hyperspectral image denoising. arXiv preprint arXiv:2405.01726, 2024. 3
2024 arXiv
-
[18]
Continuous optical zooming: A benchmark for arbitrary-scale image super-resolution in real world
Huiyuan Fu, Fei Peng, Xianwei Li, Yejun Li, Xin Wang, and Huadong Ma. Continuous optical zooming: A benchmark for arbitrary-scale image super-resolution in real world. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3035–3044, 2024...
2024
-
[19]
Implicit geometric regularization for learning shapes
Amos Gropp, Lior Yariv, Niv Haim, Matan Atzmon, and Yaron Lipman. Implicit geometric regularization for learning shapes. arXiv preprint arXiv:2002.10099, 2020. 3
2002 arXiv
-
[20]
Super-resolution reconstruction of compressed video using transform-domain statistics
Bahadir K Gunturk, Yucel Altunbasak, and Russell M Mersereau. Super-resolution reconstruction of compressed video using transform-domain statistics. IEEE Transactions on Image Processing, 13(1):33–43, 2004. 1
2004
-
[21]
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. 3, 4
2024 arXiv
-
[22]
Latent modulated function for computational optimal continuous image representation
Zongyao He and Zhi Jin. Latent modulated function for computational optimal continuous image representation. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 26026–26035, 2024. 3
2024
-
[23]
Meta-sr: A magnification-arbitrary net- work for super-resolution
Xuecai Hu, Haoyuan Mu, Xiangyu Zhang, Zilei Wang, Tieniu Tan, and Jian Sun. Meta-sr: A magnification-arbitrary net- work for super-resolution. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 1575–1584, 2019. 6, 7
2019
-
[24]
Meta-sr: A magnification-arbitrary net- work for super-resolution
Xuecai Hu, Haoyuan Mu, Xiangyu Zhang, Zilei Wang, Tieniu Tan, and Jian Sun. Meta-sr: A magnification-arbitrary net- work for super-resolution. In IEEE Conference on Computer Vision and Pattern Recognition, pages 1575–1584, 2019. 1, 3, 7
2019
-
[25]
A new approach to linear filtering and prediction problems
Rudolph Emil Kalman. A new approach to linear filtering and prediction problems. 1960. 3
1960
-
[26]
Accurate image super-resolution using very deep convolutional net- works
Jiwon Kim, Jung Kwon Lee, and Kyoung Mu Lee. Accurate image super-resolution using very deep convolutional net- works. In IEEE Conference on Computer Vision and Pattern Recognition, pages 1646–1654, 2016. 2
2016
-
[27]
Adam: A method for stochastic opti- mization
Diederik P Kingma. Adam: A method for stochastic opti- mization. arXiv preprint arXiv:1412.6980, 2014. 7
2014 arXiv
-
[28]
Photo- realistic single image super-resolution using a generative ad- versarial network
Christian Ledig, Lucas Theis, Ferenc Husz´ar, Jose Caballero, Andrew Cunningham, Alejandro Acosta, Andrew Aitken, Alykhan Tejani, Johannes Totz, Zehan Wang, et al. Photo- realistic single image super-resolution using a generative ad- versarial network. In IEEE Conference on Co...
2017
-
[29]
Local texture estimator for implicit representation function
Jaewon Lee and Kyong Hwan Jin. Local texture estimator for implicit representation function. In Proceedings of the IEEE/CVF conference on computer vision and pattern recog- nition, pages 1929–1938, 2022. 1, 6
1929
-
[30]
Local texture estimator for implicit representation function
Jaewon Lee and Kyong Hwan Jin. Local texture estimator for implicit representation function. In IEEE Conference on Computer Vision and Pattern Recognition, pages 1929–1938,
1929
-
[31]
Fouriermamba: Fourier learning integration with state space models for image deraining
Dong Li, Yidi Liu, Xueyang Fu, Senyan Xu, and Zheng- Jun Zha. Fouriermamba: Fourier learning integration with state space models for image deraining. arXiv preprint arXiv:2405.19450, 2024. 3
2024 arXiv
-
[32]
Ntire 2023 challenge on efficient super-resolution: Methods and results
Yawei Li, Yulun Zhang, Radu Timofte, Luc Van Gool, Lei Yu, Youwei Li, Xinpeng Li, Ting Jiang, Qi Wu, Mingyan Han, et al. Ntire 2023 challenge on efficient super-resolution: Methods and results. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognit...
2023
-
[33]
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 IEEE International Conference on Computer Vision Workshops, pages 1833–1844, 2021. 1
2021
-
[34]
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 Workshops, pages 136–144,
-
[35]
Non-local recurrent network for image restoration
Ding Liu, Bihan Wen, Yuchen Fan, Chen Change Loy, and Thomas S Huang. Non-local recurrent network for image restoration. arXiv preprint arXiv:1806.02919, 2018. 1
2018 arXiv
-
[36]
Arbitrary-scale super- resolution via deep learning: A comprehensive survey
Hongying Liu, Zekun Li, Fanhua Shang, Yuanyuan Liu, Liang Wan, Wei Feng, and Radu Timofte. Arbitrary-scale super- resolution via deep learning: A comprehensive survey. Infor- mation Fusion, 102:102015, 2024. 3
2024
-
[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 Confer- ence on Computer Vision and Pattern Recognition , pages 3517–3526, 2021. 1
2021
-
[38]
Implicit sur- face representations as layers in neural networks
Mateusz Michalkiewicz, Jhony K Pontes, Dominic Jack, Mahsa Baktashmotlagh, and Anders Eriksson. Implicit sur- face representations as layers in neural networks. In IEEE International Conference on Computer Vision, pages 4743– 4752, 2019. 3
2019
-
[39]
Nerf: Representing scenes as neural radiance fields for view syn- thesis
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view syn- thesis. Communications of the ACM , 65(1):99–106, 2021. 3
2021
-
[40]
Single image super-resolution via a holistic attention network
Ben Niu, Weilei Wen, Wenqi Ren, Xiangde Zhang, Lianping Yang, Shuzhen Wang, Kaihao Zhang, Xiaochun Cao, and Haifeng Shen. Single image super-resolution via a holistic attention network. In European Conference on Computer Vision, pages 191–207, 2020. 1
2020
-
[41]
Simba: Simplified mamba-based architecture for vision and multivariate time series
Badri N Patro and Vijay S Agneeswaran. Simba: Simplified mamba-based architecture for vision and multivariate time series. arXiv preprint arXiv:2403.15360, 2024. 3
2024 arXiv
-
[42]
Cumulative rain density sensing network for single image derain
Long Peng, Aiwen Jiang, Qiaosi Yi, and Mingwen Wang. Cumulative rain density sensing network for single image derain. IEEE Signal Processing Letters, 27:406–410, 2020. 1
2020
-
[43]
Ensemble single image deraining network via progres- sive structural boosting constraints
Long Peng, Aiwen Jiang, Haoran Wei, Bo Liu, and Mingwen Wang. Ensemble single image deraining network via progres- sive structural boosting constraints. Signal Processing: Image Communication, 99:116460, 2021. 1
2021
-
[44]
Efficient real- world image super-resolution via adaptive directional gradient convolution
Long Peng, Yang Cao, Renjing Pei, Wenbo Li, Jiaming Guo, Xueyang Fu, Yang Wang, and Zheng-Jun Zha. Efficient real- world image super-resolution via adaptive directional gradient convolution. arXiv preprint arXiv:2405.07023, 2024. 1
2024 arXiv
-
[45]
Lightweight adaptive feature de-drifting for compressed im- age classification
Long Peng, Yang Cao, Yuejin Sun, and Yang Wang. Lightweight adaptive feature de-drifting for compressed im- age classification. IEEE Transactions on Multimedia, 2024. 1
2024
-
[46]
Towards realistic data generation for real-world super-resolution
Long Peng, Wenbo Li, Renjing Pei, Jingjing Ren, Yang Wang, Yang Cao, and Zheng-Jun Zha. Towards realistic data generation for real-world super-resolution. arXiv preprint arXiv:2406.07255, 2024. 1
2024 arXiv
-
[47]
Vl-mamba: Exploring state space models for multimodal learning
Yanyuan Qiao, Zheng Yu, Longteng Guo, Sihan Chen, Zijia Zhao, Mingzhen Sun, Qi Wu, and Jing Liu. Vl-mamba: Exploring state space models for multimodal learning. arXiv preprint arXiv:2403.13600, 2024. 3
2024 arXiv
-
[48]
The ninth ntire 2024 efficient super- resolution challenge report
Bin Ren, Yawei Li, Nancy Mehta, Radu Timofte, Hongyuan Yu, Cheng Wan, Yuxin Hong, Bingnan Han, Zhuoyuan Wu, Yajun Zou, et al. The ninth ntire 2024 efficient super- resolution challenge report. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition...
2024
-
[49]
Cardiac image super- resolution with global correspondence using multi-atlas patch- match
Wenzhe Shi, Jose Caballero, Christian Ledig, Xiahai Zhuang, Wenjia Bai, Kanwal Bhatia, Antonio M Marvao, Tim Dawes, Declan O’Regan, and Daniel Rueckert. Cardiac image super- resolution with global correspondence using multi-atlas patch- match. In International Conference on Me...
2013
-
[50]
Real-time single image and video super-resolution using an efficient sub-pixel convolutional neural network
Wenzhe Shi, Jose Caballero, Ferenc Husz´ar, Johannes Totz, Andrew P Aitken, Rob Bishop, Daniel Rueckert, and Zehan Wang. Real-time single image and video super-resolution using an efficient sub-pixel convolutional neural network. In IEEE Conference on Computer Vision and Patte...
2016
-
[51]
Scene representation networks: Continuous 3d-structure- aware neural scene representations
Vincent Sitzmann, Michael Zollh¨ofer, and Gordon Wetzstein. Scene representation networks: Continuous 3d-structure- aware neural scene representations. Advances in Neural In- formation Processing Systems, 32, 2019. 3
2019
-
[52]
Implicit neural representa- tions with periodic activation functions
Vincent Sitzmann, Julien Martel, Alexander Bergman, David Lindell, and Gordon Wetzstein. Implicit neural representa- tions with periodic activation functions. Advances in Neural Information Processing Systems, 33:7462–7473, 2020. 3
2020
-
[53]
Three-dimensional imaging for creating real-world-like environments
Jung-Young Son, Wook-Ho Son, Sung-Kyu Kim, Kwang- Hoon Lee, and Bahram Javidi. Three-dimensional imaging for creating real-world-like environments. Proceedings of the IEEE, 101(1):190–205, 2012. 3
2012
-
[54]
Vmrnn: Integrating vision mamba and lstm for efficient and accurate spatiotemporal forecasting
Yujin Tang, Peijie Dong, Zhenheng Tang, Xiaowen Chu, and Junwei Liang. Vmrnn: Integrating vision mamba and lstm for efficient and accurate spatiotemporal forecasting. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5663–5673, 2024. 3
2024
-
[55]
Brightness perceiving for recursive low- light image enhancement
Haodian Wang, Long Peng, Yuejin Sun, Zengyu Wan, Yang Wang, and Yang Cao. Brightness perceiving for recursive low- light image enhancement. IEEE Transactions on Artificial Intelligence, 2023. 1
2023
-
[56]
Esrgan: En- hanced super-resolution generative adversarial networks
Xintao Wang, Ke Yu, Shixiang Wu, Jinjin Gu, Yihao Liu, Chao Dong, Yu Qiao, and Chen Change Loy. Esrgan: En- hanced super-resolution generative adversarial networks. In European Conference on Computer Vision Workshops, pages 701–710, 2018. 2
2018
-
[57]
Decoupling-and-aggregating for image exposure correction
Yang Wang, Long Peng, Liang Li, Yang Cao, and Zheng- Jun Zha. Decoupling-and-aggregating for image exposure correction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18115– 18124, 2023. 1
2023
-
[58]
Image quality assessment: from error visibility to structural similarity
Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Simoncelli. Image quality assessment: from error visibility to structural similarity. IEEE transactions on image processing, 13(4):600–612, 2004. 6
2004
-
[59]
Deep learning for image super-resolution: A survey
Zhihao Wang, Jian Chen, and Steven CH Hoi. Deep learning for image super-resolution: A survey. IEEE transactions on pattern analysis and machine intelligence, 43(10):3365–3387,
-
[60]
Mamba-unet: Unet-like pure visual mamba for medical image segmentation
Ziyang Wang, Jian-Qing Zheng, Yichi Zhang, Ge Cui, and Lei Li. Mamba-unet: Unet-like pure visual mamba for medical image segmentation. arXiv preprint arXiv:2402.05079, 2024. 3
2024 arXiv
-
[61]
Super-resolution neural opera- tor
Min Wei and Xuesong Zhang. Super-resolution neural opera- tor. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18247–18256, 2023. 1, 3, 6, 7
2023
-
[62]
Rethinking image deraining via text-guided detail reconstruction
Chen Wu, Zhuoran Zheng, Pengwen Dai, Chenggang Shan, and Xiuyi Jia. Rethinking image deraining via text-guided detail reconstruction. In 2024 IEEE International Conference on Multimedia and Expo (ICME), pages 1–6. IEEE, 2024. 1
2024
-
[63]
Mixnet: Towards effective and efficient uhd low-light image enhance- ment
Chen Wu, Zhuoran Zheng, Xiuyi Jia, and Wenqi Ren. Mixnet: Towards effective and efficient uhd low-light image enhance- ment. arXiv preprint arXiv:2401.10666, 2024. 1
2024 arXiv
-
[64]
Frequency-assisted mamba for remote sensing image super-resolution
Yi Xiao, Qiangqiang Yuan, Kui Jiang, Yuzeng Chen, Qiang Zhang, and Chia-Wen Lin. Frequency-assisted mamba for remote sensing image super-resolution. arXiv preprint arXiv:2405.04964, 2024. 3
2024 arXiv
-
[65]
Ul- trasr: Spatial encoding is a missing key for implicit im- age function-based arbitrary-scale super-resolution
Xingqian Xu, Zhangyang Wang, and Humphrey Shi. Ul- trasr: Spatial encoding is a missing key for implicit im- age function-based arbitrary-scale super-resolution. arXiv preprint arXiv:2103.12716, 2021. 1
2021 arXiv
-
[67]
Implicit transformer network for screen content image continuous super-resolution
Jingyu Yang, Sheng Shen, Huanjing Yue, and Kun Li. Implicit transformer network for screen content image continuous super-resolution. Advances in Neural Information Processing Systems, 34:13304–13315, 2021. 3, 7
2021
-
[68]
Local implicit normalizing flow for arbitrary-scale image super-resolution
Jie-En Yao, Li-Yuan Tsao, Yi-Chen Lo, Roy Tseng, Chia-Che Chang, and Chun-Yi Lee. Local implicit normalizing flow for arbitrary-scale image super-resolution. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1776–1785, 2023. 2, 6, 7
2023
-
[69]
Structure-preserving deraining with residue channel prior guidance
Qiaosi Yi, Juncheng Li, Qinyan Dai, Faming Fang, Guixu Zhang, and Tieyong Zeng. Structure-preserving deraining with residue channel prior guidance. In Proceedings of the IEEE/CVF international conference on computer vision, pages 4238–4247, 2021. 1
2021
-
[70]
Efficient and accurate multi-scale topological network for single image dehazing
Qiaosi Yi, Juncheng Li, Faming Fang, Aiwen Jiang, and Guixu Zhang. Efficient and accurate multi-scale topological network for single image dehazing. IEEE Transactions on Multimedia, 24:3114–3128, 2021. 1
2021
-
[71]
Plug-and-play image restora- tion with deep denoiser prior
Kai Zhang, Yawei Li, Wangmeng Zuo, Lei Zhang, Luc Van Gool, and Radu Timofte. Plug-and-play image restora- tion with deep denoiser prior. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2021. 2
2021
-
[72]
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 Conference on Computer Vision, pages 286–301, 2018. 1, 2
2018
-
[73]
Residual dense network for image super-resolution
Yulun Zhang, Yapeng Tian, Yu Kong, Bineng Zhong, and Yun Fu. Residual dense network for image super-resolution. In IEEE Conference on Computer Vision and Pattern Recog- nition, pages 2472–2481, 2018. 6, 7, 8
2018
-
[74]
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 Intelligence, 43(7):2480–2495, 2020. 1
2020
-
[75]
Freqmamba: Viewing mamba from a frequency perspective for image deraining
Zou Zhen, Yu Hu, and Zhao Feng. Freqmamba: Viewing mamba from a frequency perspective for image deraining. arXiv preprint arXiv:2404.09476, 2024. 3
2024 arXiv
-
[76]
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. 3, 5
2024 arXiv
-
[77]
Very low resolution face recognition problem
Wilman WW Zou and Pong C Yuen. Very low resolution face recognition problem. IEEE Transactions on Image Process- ing, 21(1):327–340, 2011. 1
2011
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.