Pith. sign in

REVIEW 3 major objections 6 minor 2 cited by

Contourlet Refinement Gate Framework for Thermal Spectrum Distribution Regularized Infrared Image Super-Resolution

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

Pith's one-line read This paper claims that infrared super-resolution should preserve the thermal spectrum distribution, and that a Contourlet refinement gate plus a Spectral Fidelity Loss achieves state-of-the-art PSNR/SSIM while also improving downstream…

desk verdict Plausible infrared SR architecture, but Table 1's PSNR/MSE inconsistency and unclear baseline retraining make the SOTA claim unsupported as written. read the letter →

arxiv 2411.12530 v1 pith:H2KTZ6I7 submitted 2024-11-19 cs.CV

classification cs.CV
keywords infraredimagesuper-resolutionContourlettransformspectralfidelitylosstwo-stagepromptlearningthermalspectrumdistributiondownstreamdetectionsemanticsegmentationCLIP-guideddegradation
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

Infrared images carry less high-frequency detail and follow different degradation patterns than visible-light images, yet most super-resolution models are built and trained for RGB. This paper argues that applying such models to infrared images distorts the spectral distribution and harms downstream machine perception. To fix that, the authors propose a framework with a Contourlet Refinement Gate that restores high-frequency subbands from multi-scale and multi-directional infrared decomposition, and a Spectral Fidelity Loss that matches the normalized Fourier magnitude spectrum of the super-resolved image to the ground truth. They also add a two-stage CLIP prompt-learning loss so the network is guided toward infrared HR characteristics rather than toward generic RGB texture. The reported experiments show improvements in PSNR/SSIM on M3FD, and better YOLOv5 detection and SegFormer segmentation, compared with nine existing SR methods.

What carries the argument

The Contourlet Refinement Gate (CRG) is the central module: it applies the Contourlet Transform—a multi-scale, multi-directional decomposition via Laplacian pyramid and directional filter banks—to deep features, enhancing the high-pass subbands that infrared images lack, then fuses them back through a residual connection with a Global-Local Interactive Attention block. The other load-bearing piece is the Spectral Fidelity Loss, which takes 2D DFT magnitude spectra of SR and HR images, compresses and normalizes them, and penalizes their mean-squared difference, thereby constraining the frequency distribution. A two-stage CLIP prompt-learning loss supplies semantic guidance by first refining positive/negative text prompts in the CLIP latent space and then locking the text encoder to drive the degradation loss.

What would settle it

Retrain all nine comparison SR models on the identical M3FD infrared training set with the same bicubic degradation, then recompute the PSNR/SSIM tables and the detection/segmentation evaluations; if the baselines close the gaps or surpass the proposed method, the claimed advantage of the Contourlet gate and spectral fidelity loss is not supported.

Watch

Extended reading notes

Core claim

The central claim is that preserving infrared spectral distribution fidelity, not just pixel fidelity, is the key to infrared image super-resolution. The paper's discovery, on its own terms, is that regularizing the high- and low-frequency thermal spectrum during reconstruction—via the Spectral Fidelity Loss—combined with extracting modal-specific features through a Contourlet-based gate, lets a single SR model outperform RGB-oriented transformers and diffusion methods while also improving detection and segmentation. The authors assert they are the first to emphasize infrared spectral distribution fidelity for learning the infrared LR-HR mapping.

Load-bearing premise

The comparison assumes the baseline SR models were fairly adapted to infrared data, but the paper only states it retrained the YOLOv5 detector (and SegFormer), never the SR baselines; if the baselines used pretrained RGB weights, the reported superiority could reflect domain shift rather than better super-resolution.

Editorial extensions

If this is right

  • RGB-oriented SR methods, when applied to infrared images, distort the thermal spectrum distribution; the paper's results imply that infrared SR should be treated as a modal-specific task rather than a drop-in application of visible-light models.
  • Regularizing the Fourier magnitude spectrum during reconstruction preserves both high- and low-frequency infrared components, and this correlates with better PSNR/SSIM.
  • Super-resolving infrared images with spectral fidelity also improves YOLOv5 detection mAP and SegFormer segmentation mIoU, meaning SR quality and machine perception move together.
  • The two-stage prompt-learning strategy, which first refines positive/negative prompts in the CLIP latent space and then locks the text encoder, is a transferable way to inject infrared-aware semantic guidance into the SR loss.
  • Ablation results show that both the Laplacian pyramid and directional filter bank branches of the Contourlet transform contribute, and that four decomposition levels give the best reconstruction.

Reading between the lines

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

  • A testable extension would be to apply the same spectral fidelity loss and contourlet gating to visible-light SR to see whether the gains are specific to infrared or generalize to any domain with band-limited spectra.
  • The paper does not state whether the baseline SR models were retrained on the infrared training set; if they were used with pretrained RGB weights, the reported margins likely conflate domain adaptation with super-resolution quality, and a fair comparison would retrain all baselines on the same M3FD training data.
  • The spectral fidelity loss is defined on the magnitude spectrum only, discarding phase; since phase carries much of the structural information, an implicit consequence is that the loss mainly enforces power-spectrum shape, and combining it with a phase-sensitive term might further improve alignment with HR structure.
  • The prompt-learning stage depends on CLIP's semantic alignment, which is built from natural images; its applicability to thermal imagery may degrade for categories or scenes that are underrepresented in CLIP's training data.
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 an infrared-specific super-resolution framework ('CoRPLE') combining a Contourlet Refinement Gate with global-local interactive attention, a Spectral Fidelity Loss defined on normalized log-magnitude Fourier spectra, and a two-stage CLIP prompt-learning degradation loss. The authors report state-of-the-art PSNR/SSIM on M3FD benchmark sets and improved YOLOv5 detection and SegFormer segmentation when their SR outputs are used as inputs, with ablation studies of the attention blocks, contourlet levels, prompt choices, and loss components.

Significance. If the evaluation were reliable, the work would be a useful empirical contribution to infrared SR: it targets a real domain gap between RGB and infrared super-resolution, introduces a concrete frequency-domain regularization in Eq. (9), and extends the authors' ECCV work with a gating mechanism and downstream perception evaluation. The public code link is a positive reproducibility feature. However, the central quantitative comparison is currently undermined by an unresolved arithmetic inconsistency in Table 1 and by an underspecified baseline training protocol, so the stated significance is not established in this version.

major comments (3)
  1. [§4.2, Table 1] The PSNR and MSE columns are mutually inconsistent across essentially every row. For 8-bit images, PSNR = 10 log10(255^2/MSE). In the row 'Ours x4 Set5', PSNR 40.784 dB corresponds to MSE ≈ 5.43, but the table lists MSE 31.217 (which itself corresponds to PSNR ≈ 33.2 dB). In 'Ours x2 Set5', PSNR 48.637 dB corresponds to MSE ≈ 0.89, while the listed MSE 4.470 implies PSNR ≈ 41.6 dB. No pixel-range convention (255, 1023, 65535, or [0,1] normalization) can reconcile all rows, because the discrepancy changes with scale and method. Since the headline state-of-the-art claim is drawn directly from this table, the quantitative evaluation must be recomputed and carefully re-reported before any conclusions can be drawn.
  2. [§4.1–4.2, baseline training protocol] The paper compares with nine SR methods but does not state whether any of them was retrained on the M3FD infrared training set (182 images). Section 4.1 gives implementation details only for the proposed network, while Sections 4.3–4.4 mention retraining only for YOLOv5 and SegFormer. If the SR baselines are used with weights pretrained on RGB data, the reported gains could be due to domain adaptation rather than to the proposed architecture or loss. The authors must state the training protocol for every baseline and, if those baselines were not retrained, provide experiments in which all methods are trained on the same infrared data or justify the pretrained-weight comparison.
  3. [§4.3–4.4, Tables 2 and 3] The downstream detection and segmentation results are reported as single deterministic numbers with no error bars, multiple runs, or statistical tests. Improvements such as mAP 0.408 vs 0.388 (Ours x2) and mIoU 57.24 vs 56.58 (Ours x2) are presented as 'significant enhancements,' but the paper provides no information about run-to-run variability, so these gaps cannot be distinguished from noise. Moreover, these experiments use the same SR reconstructions as Table 1 and therefore inherit its unresolved metric problem. The authors should provide variance estimates and significance testing, and should resolve the asymmetry between the documented training protocol for downstream networks and the undocumented training protocol for the SR baselines.
minor comments (6)
  1. [§3.6, Eq. (9) and §4.2] The narrative that spectral-distribution preservation is independently 'discovered' should be softened: Eq. (9) explicitly enforces matching of normalized log-magnitude Fourier spectra as part of the training loss. The ablations show that including this penalty helps, which is a legitimate empirical finding, but the text should not present the matching as an observed outcome rather than as the explicit objective.
  2. [§4.4, text after Table 3] The sentence about falling behind HAT-L and EDT-T at the ×4 scale appears inconsistent with Table 3, where Ours has the highest mIoU (56.89) versus HAT-L (55.63) and EDT-T (55.67); if the intended comparison is for a specific category, that category should be named.
  3. [Figure 6] The caption for Fig. 6 appears twice in the text; the duplicate should be removed.
  4. [§3.6, Eq. (10)] The total loss is written as a plain sum of four terms with no weighting coefficients; the paper should state whether all weights are set to 1 and whether they were tuned.
  5. [Table 2, Ours x2 row] Entries such as '0.1910.509' and '0.408x4' are missing delimiters and should be reformatted for readability.
  6. [§3.6, Eqs. (5)–(6)] The notation in Eq. (6) uses I_i in the denominator while Eq. (5) uses I; the indexing and the role of the paired images should be clarified.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the Spectral Fidelity Loss and prompt-learning loop are training objectives, and the paper's main claims are evaluated with external metrics; the Table 1 PSNR/MSE inconsistency is a correctness concern, not circularity.

full rationale

I found no load-bearing step in which a claimed prediction or first-principles result reduces, by the paper's own equations or by self-citation, to a fitted input or to the paper's own definitions. The Spectral Fidelity Loss in Eq. (9) directly minimizes the mean squared error between normalized log-magnitude Fourier spectra of SR and HR, so the spectral matching shown in Fig. 7 is an optimized training objective rather than an independently discovered fact; the paper does not, however, use that matching as its central evidence of superiority. Its core claims are supported by external metrics (PSNR, SSIM, mAP, mIoU) and ablations on test sets, which are not defined in terms of the loss itself. The cited previous work Li et al. (2024) overlaps with the present authors and appears in the motivation, but it is not invoked as an unverified uniqueness theorem or as the sole support for the architecture; the Contourlet Refinement Gate, losses, and comparisons are presented and tested in this paper. The two-stage prompt learning optimizes prompts on the training set and then uses them as supervision for the network; this is a conventional learned-target optimization scheme, not a fitted parameter renamed as a prediction. I note separately that Table 1's PSNR and MSE entries are numerically inconsistent (for example, 48.637 dB with MSE 4.470 would imply about 41.63 dB under the standard 8-bit formula), but this is a correctness/validity problem, not a circularity, and I therefore do not count it in the circularity score.

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

The central claim rests on several domain assumptions about infrared degradation and Contourlet superiority, plus several tuned hyperparameters and learned prompts whose values are not fully reported. The method introduces no new physical entity, but its quantitative conclusions depend on assumptions about baseline fairness and dataset disjointness that are not explicitly established.

free parameters (5)
  • CLIP prompt embeddings (positive/negative) = learned vectors, values not disclosed
    Stage-1 BCE optimization on training HR/LR pairs tunes these text prompts (Eqs. 5-6); they directly drive the degradation loss in Eq. (7).
  • Loss weights for LSF, Ldegrad, Lpixel, Lperceptual = not reported
    Total loss Eq. (10) sums these terms with implicit weights; no weighting values or tuning procedure are given.
  • Contourlet decomposition levels = 4
    Level count is chosen via PSNR/SSIM ablation in Table 4, with no independent criterion or cost constraint.
  • Attention scaling factors alpha, gamma1-gamma4 = learned, not reported
    Introduced as learnable constants in Eq. (1) and in the GLIA block; final values are not disclosed.
  • Network hyperparameters such as window size, heads, channels = not reported
    Architecture details needed for replication are absent; only patch size 64 and batch size 32 are given in Section 4.1.
assumptions (5)
  • domain assumption Infrared images have unique degradation patterns and are more sensitive to high-frequency information than visible images.
    Stated in Section 1 and Section 3.1 based on the authors' previous work Li et al. (2024); no independent measurement or derivation is provided.
  • domain assumption Contourlet Transform yields sparser and more useful representations than Wavelet Transform for infrared edges and contours.
    Invoked in Section 3.5 with Figure 3; grounded in Do and Vetterli (2005) but not validated on infrared-specific statistics.
  • domain assumption CLIP text-image similarity captures infrared image quality and degradation semantics relevant to super-resolution.
    Needed for the degradation loss in Section 3.6; no separate validation shows that CLIP embeddings are meaningful for infrared modalities.
  • domain assumption Synthetic bicubic degradation is a valid proxy for real infrared LR-HR mapping.
    All LR images are derived from HR via bicubic downsampling (Section 4.1); real-degradation or blind-SR evaluation is not performed.
  • domain assumption M3FD Set5, Set15, and Set20 are disjoint from the 182 training images.
    Needed for the SR and downstream tables, but Section 4.1 does not document the split construction or an overlap check.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Contourlet Refinement Gate Framework for Thermal Spectrum Distribution Regularized Infrared Image Super-Resolution." pith.science (2026). https://pith.science/paper/H2KTZ6I7

@misc{pith2026241112530,
  author       = {Pith},
  title        = {Pith review of: Contourlet Refinement Gate Framework for Thermal Spectrum Distribution Regularized Infrared Image Super-Resolution},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/H2KTZ6I7}},
  note         = {Machine review of arXiv:2411.12530}
}
read the original abstract

Image super-resolution (SR) is a classical yet still active low-level vision problem that aims to reconstruct high-resolution (HR) images from their low-resolution (LR) counterparts, serving as a key technique for image enhancement. Current approaches to address SR tasks, such as transformer-based and diffusion-based methods, are either dedicated to extracting RGB image features or assuming similar degradation patterns, neglecting the inherent modal disparities between infrared and visible images. When directly applied to infrared image SR tasks, these methods inevitably distort the infrared spectral distribution, compromising the machine perception in downstream tasks. In this work, we emphasize the infrared spectral distribution fidelity and propose a Contourlet refinement gate framework to restore infrared modal-specific features while preserving spectral distribution fidelity. Our approach captures high-pass subbands from multi-scale and multi-directional infrared spectral decomposition to recover infrared-degraded information through a gate architecture. The proposed Spectral Fidelity Loss regularizes the spectral frequency distribution during reconstruction, which ensures the preservation of both high- and low-frequency components and maintains the fidelity of infrared-specific features. We propose a two-stage prompt-learning optimization to guide the model in learning infrared HR characteristics from LR degradation. Extensive experiments demonstrate that our approach outperforms existing image SR models in both visual and perceptual tasks while notably enhancing machine perception in downstream tasks. Our code is available at https://github.com/hey-it-s-me/CoRPLE.

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. Rethinking Causal Mask Attention for Vision-Language Inference

    cs.CV 2025-05 conditional novelty 6.0 of 10

    Relaxing causal masking so image tokens can preview future image and text context during prefill improves several vision-language benchmarks, and pooling future attention into a single prefix token preserves most of the gain.

  2. MPSI: Mamba enhancement model for pixel-wise sequential interaction Image Super-Resolution

    cs.CV 2024-12 conditional novelty 4.0 of 10

    A Mamba-plus-Transformer network with a bidirectional Channel-Mamba Block and a recursive channel-weight module reports slightly higher PSNR and SSIM than several lightweight super-resolution baselines.

Reference graph

Works this paper leans on

93 extracted references · 78 canonical work pages · cited by 2 Pith papers

  1. [1]

    Multimedia Tools and Applications 82(16):25,107--25,130

    Alfred Daniel J, Chandru Vignesh C, Muthu BA, et al (2023) Fully convolutional neural networks for lidar--camera fusion for pedestrian detection in autonomous vehicle. Multimedia Tools and Applications 82(16):25,107--25,130

  2. [2]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 18,208--18,218

    Avrahami O, Lischinski D, Fried O (2022) Blended diffusion for text-driven editing of natural images. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 18,208--18,218

  3. [3]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 18,392--18,402

    Brooks T, Holynski A, Efros AA (2023) Instructpix2pix: Learning to follow image editing instructions. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 18,392--18,402

  4. [4]

    In: Proceedings of the European Conference on Computer Vision, Springer, pp 205--218

    Cao H, Wang Y, Chen J, et al (2022) Swin-unet: Unet-like pure transformer for medical image segmentation. In: Proceedings of the European Conference on Computer Vision, Springer, pp 205--218

  5. [5]

    arXiv preprint arXiv:210606847 2(3):7

    Cao J, Li Y, Zhang K, et al (2021) Video super-resolution transformer. arXiv preprint arXiv:210606847 2(3):7

  6. [6]

    In: Proceedings of the European Conference on Computer Vision, pp 213--229

    Carion N, Massa F, Synnaeve G, et al (2020) End-to-end object detection with transformers. In: Proceedings of the European Conference on Computer Vision, pp 213--229

  7. [7]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 12,299--12,310

    Chen H, Wang Y, Guo T, et al (2021) Pre-trained image processing transformer. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 12,299--12,310

  8. [8]

    In: Proceedings of the IEEE International Conference on Image Processing, pp 1019--1025

    Chen J, Yu W, Tian X, et al (2024) Mdbfusion: A visible and infrared image fusion framework capable for motion deblurring. In: Proceedings of the IEEE International Conference on Image Processing, pp 1019--1025

Show all 93 references
  1. [9]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 22,367--22,377

    Chen X, Wang X, Zhou J, et al (2023 a ) Activating more pixels in image super-resolution transformer. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 22,367--22,377

  2. [10]

    Advances in Neural Information Processing Systems 35:25,478--25,490

    Chen Z, Zhang Y, Gu J, et al (2022) Cross aggregation transformer for image restoration. Advances in Neural Information Processing Systems 35:25,478--25,490

  3. [11]

    In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 12,312--12,321

    Chen Z, Zhang Y, Gu J, et al (2023 b ) Dual aggregation transformer for image super-resolution. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 12,312--12,321

  4. [12]

    IEEE Transactions on Image Processing 14(12):2091--2106

    Do MN, Vetterli M (2005) The contourlet transform: an efficient directional multiresolution image representation. IEEE Transactions on Image Processing 14(12):2091--2106

  5. [13]

    In: Proceedings of the European Conference on Computer Vision, pp 184--199

    Dong C, Loy CC, He K, et al (2014) Learning a deep convolutional network for image super-resolution. In: Proceedings of the European Conference on Computer Vision, pp 184--199

  6. [14]

    IEEE Transactions on Pattern Analysis and Machine Intelligence 38(2):295--307

    Dong C, Loy CC, He K, et al (2015) Image super-resolution using deep convolutional networks. IEEE Transactions on Pattern Analysis and Machine Intelligence 38(2):295--307

  7. [15]

    In: Proceedings of the European Conference on Computer Vision, Springer, pp 391--407

    Dong C, Loy CC, Tang X (2016) Accelerating the super-resolution convolutional neural network. In: Proceedings of the European Conference on Computer Vision, Springer, pp 391--407

  8. [16]

    arXiv preprint arXiv:201011929

    Dosovitskiy A, Beyer L, Kolesnikov A, et al (2020) An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv:201011929

  9. [17]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 3146--3154

    Fu J, Liu J, Tian H, et al (2019) Dual attention network for scene segmentation. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 3146--3154

  10. [18]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 10,021--10,030

    Gao S, Liu X, Zeng B, et al (2023) Implicit diffusion models for continuous super-resolution. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 10,021--10,030

  11. [19]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 349--356

    Glasner D, Bagon S, Irani M (2009) Super-resolution from a single image. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 349--356

  12. [20]

    arXiv preprint arXiv:220801626

    Hertz A, Mokady R, Tenenbaum J, et al (2022) Prompt-to-prompt image editing with cross attention control. arXiv preprint arXiv:220801626

  13. [21]

    International Journal of Computer Vision pp 1--21

    Hong Y, Chang Y, Liang J, et al (2024) Light flickering guided reflection removal. International Journal of Computer Vision pp 1--21

  14. [22]

    IEEE Signal Processing Letters 28:982--986

    Huang Y, Jiang Z, Lan R, et al (2021) Infrared image super-resolution via transfer learning and psrgan. IEEE Signal Processing Letters 28:982--986

  15. [23]

    In: Proceedings of the International Conference on Machine Learning, pp 4904--4916

    Jia C, Yang Y, Xia Y, et al (2021) Scaling up visual and vision-language representation learning with noisy text supervision. In: Proceedings of the International Conference on Machine Learning, pp 4904--4916

  16. [24]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 4401--4410

    Karras T, Laine S, Aila T (2019) A style-based generator architecture for generative adversarial networks. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 4401--4410

  17. [25]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 2426--2435

    Kim G, Kwon T, Ye JC (2022) Diffusionclip: Text-guided diffusion models for robust image manipulation. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 2426--2435

  18. [26]

    In: Proceedings of the IEEE International Conference on Computer Vision Workshops, pp 1--23

    Kristan M, Matas J, Leonardis A, et al (2015) The visual object tracking vot2015 challenge results. In: Proceedings of the IEEE International Conference on Computer Vision Workshops, pp 1--23

  19. [27]

    IEEE Geoscience and Remote Sensing Letters 14(8):1243--1247

    Lei S, Shi Z, Zou Z (2017) Super-resolution for remote sensing images via local--global combined network. IEEE Geoscience and Remote Sensing Letters 14(8):1243--1247

  20. [28]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 20,636--20,645

    Li G, Lv J, Tian Y, et al (2022 a ) Transformer-empowered multi-scale contextual matching and aggregation for multi-contrast mri super-resolution. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 20,636--20,645

  21. [29]

    Neurocomputing 479:47--59

    Li H, Yang Y, Chang M, et al (2022 b ) Srdiff: Single image super-resolution with diffusion probabilistic models. Neurocomputing 479:47--59

  22. [30]

    Advances in Neural Information Processing Systems 33:20,343--20,355

    Li W, Zhou K, Qi L, et al (2020) Lapar: Linearly-assembled pixel-adaptive regression network for single image super-resolution and beyond. Advances in Neural Information Processing Systems 33:20,343--20,355

  23. [31]

    arXiv preprint arXiv:211210175

    Li W, Lu X, Qian S, et al (2021) On efficient transformer-based image pre-training for low-level vision. arXiv preprint arXiv:211210175

  24. [32]

    In: Proceedings of the European Conference on Computer Vision, pp 270--288

    Li X, Liu J, Chen Z, et al (2024) Contourlet residual for prompt learning enhanced infrared image super-resolution. In: Proceedings of the European Conference on Computer Vision, pp 270--288

  25. [33]

    In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 1833--1844

    Liang J, Cao J, Sun G, et al (2021) Swinir: Image restoration using swin transformer. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 1833--1844

  26. [34]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 5657--5666

    Liang J, Zeng H, Zhang L (2022 a ) Details or artifacts: A locally discriminative learning approach to realistic image super-resolution. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 5657--5666

  27. [35]

    In: Proceedings of the European Conference on Computer Vision, Springer, pp 574--591

    Liang J, Zeng H, Zhang L (2022 b ) Efficient and degradation-adaptive network for real-world image super-resolution. In: Proceedings of the European Conference on Computer Vision, Springer, pp 574--591

  28. [36]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pp 136--144

    Lim B, Son S, Kim H, et al (2017) Enhanced deep residual networks for single image super-resolution. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pp 136--144

  29. [37]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 5802--5811

    Liu J, Fan X, Huang Z, et al (2022) Target-aware dual adversarial learning and a multi-scenario multi-modality benchmark to fuse infrared and visible for object detection. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 5802--5811

  30. [38]

    In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 8115--8124

    Liu J, Liu Z, Wu G, et al (2023) Multi-interactive feature learning and a full-time multi-modality benchmark for image fusion and segmentation. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 8115--8124

  31. [39]

    International Journal of Computer Vision 132(5):1748--1775

    Liu J, Lin R, Wu G, et al (2024) Coconet: Coupled contrastive learning network with multi-level feature ensemble for multi-modality image fusion. International Journal of Computer Vision 132(5):1748--1775

  32. [40]

    International Journal of Computer Vision 128:261--318

    Liu L, Ouyang W, Wang X, et al (2020 a ) Deep learning for generic object detection: A survey. International Journal of Computer Vision 128:261--318

  33. [41]

    IEEE Transactions on Neural Networks and Learning Systems 32(6):2636--2649

    Liu M, Jiao L, Liu X, et al (2020 b ) C-cnn: Contourlet convolutional neural networks. IEEE Transactions on Neural Networks and Learning Systems 32(6):2636--2649

  34. [42]

    arXiv preprint arXiv:210603180 3

    Liu Y, Sun G, Qiu Y, et al (2021 a ) Transformer in convolutional neural networks. arXiv preprint arXiv:210603180 3

  35. [43]

    In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 10,012--10,022

    Liu Z, Lin Y, Cao Y, et al (2021 b ) Swin transformer: Hierarchical vision transformer using shifted windows. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 10,012--10,022

  36. [44]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 11,461--11,471

    Lugmayr A, Danelljan M, Romero A, et al (2022) Repaint: Inpainting using denoising diffusion probabilistic models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 11,461--11,471

  37. [45]

    Information Fusion 45:153--178

    Ma J, Ma Y, Li C (2019 a ) Infrared and visible image fusion methods and applications: A survey. Information Fusion 45:153--178

  38. [46]

    Information Fusion 48:11--26

    Ma J, Yu W, Liang P, et al (2019 b ) Fusiongan: A generative adversarial network for infrared and visible image fusion. Information Fusion 48:11--26

  39. [47]

    International Journal of Computer Vision 127:512--531

    Ma J, Zhao J, Jiang J, et al (2019 c ) Locality preserving matching. International Journal of Computer Vision 127:512--531

  40. [48]

    International Journal of Computer Vision 129(1):23--79

    Ma J, Jiang X, Fan A, et al (2021) Image matching from handcrafted to deep features: A survey. International Journal of Computer Vision 129(1):23--79

  41. [49]

    International Journal of Computer Vision pp 1--19

    Ma L, Jin D, An N, et al (2023) Bilevel fast scene adaptation for low-light image enhancement. International Journal of Computer Vision pp 1--19

  42. [50]

    In: Proceedings of the IEEE International Conference on Image Processing, pp 868--872

    Marivani I, Tsiligianni E, Cornelis B, et al (2020) Joint image super-resolution via recurrent convolutional neural networks with coupled sparse priors. In: Proceedings of the IEEE International Conference on Image Processing, pp 868--872

  43. [51]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 3517--3526

    Mei Y, Fan Y, Zhou Y (2021) Image super-resolution with non-local sparse attention. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 3517--3526

  44. [52]

    In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 2085--2094

    Patashnik O, Wu Z, Shechtman E, et al (2021) Styleclip: Text-driven manipulation of stylegan imagery. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 2085--2094

  45. [53]

    Optical Engineering 60(7):073,101--073,101

    Patel H, Chudasama V, Prajapati K, et al (2021) Thermisrnet: an efficient thermal image super-resolution network. Optical Engineering 60(7):073,101--073,101

  46. [54]

    In: Proceedings of the 26th ACM International Conference on Multimedia, pp 483--491

    Pu M, Huang Y, Guan Q, et al (2018) Graphnet: Learning image pseudo annotations for weakly-supervised semantic segmentation. In: Proceedings of the 26th ACM International Conference on Multimedia, pp 483--491

  47. [55]

    In: Proceedings of the International Conference on Machine Learning, pp 8748--8763

    Radford A, Kim JW, Hallacy C, et al (2021) Learning transferable visual models from natural language supervision. In: Proceedings of the International Conference on Machine Learning, pp 8748--8763

  48. [56]

    arXiv preprint arXiv:220406125 1(2):3

    Ramesh A, Dhariwal P, Nichol A, et al (2022) Hierarchical text-conditional image generation with clip latents. arXiv preprint arXiv:220406125 1(2):3

  49. [57]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 10,684--10,695

    Rombach R, Blattmann A, Lorenz D, et al (2022) High-resolution image synthesis with latent diffusion models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 10,684--10,695

  50. [58]

    Advances in Neural Information Processing Systems 35:36,479--36,494

    Saharia C, Chan W, Saxena S, et al (2022 a ) Photorealistic text-to-image diffusion models with deep language understanding. Advances in Neural Information Processing Systems 35:36,479--36,494

  51. [59]

    IEEE Transactions on Pattern Analysis and Machine Intelligence 45(4):4713--4726

    Saharia C, Ho J, Chan W, et al (2022 b ) Image super-resolution via iterative refinement. IEEE Transactions on Pattern Analysis and Machine Intelligence 45(4):4713--4726

  52. [60]

    Multimedia Tools and Applications 78:23,815--23,829

    Shamsolmoali P, Zareapoor M, Jain DK, et al (2019) Deep convolution network for surveillance records super-resolution. Multimedia Tools and Applications 78:23,815--23,829

  53. [61]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp 1874--1883

    Shi W, Caballero J, Husz \'a r F, et al (2016) Real-time single image and video super-resolution using an efficient sub-pixel convolutional neural network. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp 1874--1883

  54. [62]

    Data in Brief 15:249--251

    Toet A (2017) The tno multiband image data collection. Data in Brief 15:249--251

  55. [63]

    In: Proceedings of the International Conference on Machine Learning, pp 10,347--10,357

    Touvron H, Cord M, Douze M, et al (2021) Training data-efficient image transformers & distillation through attention. In: Proceedings of the International Conference on Machine Learning, pp 10,347--10,357

  56. [64]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 12,894--12,904

    Vaswani A, Ramachandran P, Srinivas A, et al (2021) Scaling local self-attention for parameter efficient visual backbones. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 12,894--12,904

  57. [65]

    Computer Vision Foundation Open Access 1:2

    Wang X, Xie L, Dong C, et al (2022) Realesrgan: Training real-world blind super-resolution with pure synthetic data supplementary material. Computer Vision Foundation Open Access 1:2

  58. [66]

    attention

    Wang Y, Liu Y, Zhao S, et al (2024 a ) Camixersr: Only details need more" attention". In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 25,837--25,846

  59. [67]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 25,796--25,805

    Wang Y, Yang W, Chen X, et al (2024 b ) Sinsr: diffusion-based image super-resolution in a single step. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 25,796--25,805

  60. [68]

    IEEE Transactions on Image Processing 13(4):600--612

    Wang Z, Bovik AC, Sheikh HR, et al (2004) Image quality assessment: from error visibility to structural similarity. IEEE Transactions on Image Processing 13(4):600--612

  61. [69]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 16,293--16,303

    Whang J, Delbracio M, Talebi H, et al (2022) Deblurring via stochastic refinement. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 16,293--16,303

  62. [70]

    arXiv preprint arXiv:200603677

    Wu B, Xu C, Dai X, et al (2020) Visual transformers: Token-based image representation and processing for computer vision. arXiv preprint arXiv:200603677

  63. [71]

    arXiv preprint arXiv:240608177

    Wu R, Sun L, Ma Z, et al (2024) One-step effective diffusion network for real-world image super-resolution. arXiv preprint arXiv:240608177

  64. [72]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp 2411--2418

    Wu Y, Lim J, Yang MH (2013) Online object tracking: A benchmark. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp 2411--2418

  65. [73]

    In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 13,095--13,105

    Xia B, Zhang Y, Wang S, et al (2023) Diffir: Efficient diffusion model for image restoration. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 13,095--13,105

  66. [74]

    Scientific Reports 14(1):4272

    Xiao H, Wang X, Wang J, et al (2024) Single image super-resolution with denoising diffusion gans. Scientific Reports 14(1):4272

  67. [75]

    Advances in Neural Information Processing Systems 34:12,077--12,090

    Xie E, Wang W, Yu Z, et al (2021) Segformer: Simple and efficient design for semantic segmentation with transformers. Advances in Neural Information Processing Systems 34:12,077--12,090

  68. [76]

    arXiv preprint arXiv:230702457

    Xie L, Wang X, Chen X, et al (2023) Desra: detect and delete the artifacts of gan-based real-world super-resolution models. arXiv preprint arXiv:230702457

  69. [77]

    IEEE Transactions on Pattern Analysis and Machine Intelligence 44(1):502--518

    Xu H, Ma J, Jiang J, et al (2020) U2fusion: A unified unsupervised image fusion network. IEEE Transactions on Pattern Analysis and Machine Intelligence 44(1):502--518

  70. [78]

    In: Proceedings of the IEEE International Conference on Digital Signal Processing, pp 196--200

    Yang D, Li Z, Xia Y, et al (2015) Remote sensing image super-resolution: Challenges and approaches. In: Proceedings of the IEEE International Conference on Digital Signal Processing, pp 196--200

  71. [79]

    IEEE Access 8:158,690--158,701

    Yang Y, Li Q, Yang C, et al (2020) Deep networks with detail enhancement for infrared image super-resolution. IEEE Access 8:158,690--158,701

  72. [80]

    arXiv preprint arXiv:211107783

    Yao L, Huang R, Hou L, et al (2021) Filip: Fine-grained interactive language-image pre-training. arXiv preprint arXiv:211107783

  73. [81]

    ACM Computing Surveys (CSUR) 38(4):13--es

    Yilmaz A, Javed O, Shah M (2006) Object tracking: A survey. ACM Computing Surveys (CSUR) 38(4):13--es

  74. [82]

    Advances in Neural Information Processing Systems 36

    Yue Z, Wang J, Loy CC (2024) Resshift: Efficient diffusion model for image super-resolution by residual shifting. Advances in Neural Information Processing Systems 36

  75. [83]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 5728--5739

    Zamir SW, Arora A, Khan S, et al (2022) Restormer: Efficient transformer for high-resolution image restoration. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 5728--5739

  76. [84]

    arXiv preprint arXiv:221001427

    Zhang J, Zhang Y, Gu J, et al (2022 a ) Accurate image restoration with attention retractable transformer. arXiv preprint arXiv:221001427

  77. [85]

    In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 4791--4800

    Zhang K, Liang J, Van Gool L, et al (2021 a ) Designing a practical degradation model for deep blind image super-resolution. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp 4791--4800

  78. [86]

    In: Proceedings of the European Conference on Computer Vision, Springer, pp 649--667

    Zhang X, Zeng H, Guo S, et al (2022 b ) Efficient long-range attention network for image super-resolution. In: Proceedings of the European Conference on Computer Vision, Springer, pp 649--667

  79. [87]

    International Journal of Computer Vision 129:1013--1037

    Zhang Y, Guo X, Ma J, et al (2021 b ) Beyond brightening low-light images. International Journal of Computer Vision 129:1013--1037

  80. [88]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 13,425--13,434

    Zhang Y, Li K, Li K, et al (2021 c ) Mr image super-resolution with squeeze and excitation reasoning attention network. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 13,425--13,434

  81. [89]

    IEEE Transactions on Circuits and Systems for Video Technology 32(3):1186--1196

    Zhao Z, Xu S, Zhang J, et al (2021) Efficient and model-based infrared and visible image fusion via algorithm unrolling. IEEE Transactions on Circuits and Systems for Video Technology 32(3):1186--1196

  82. [90]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 6881--6890

    Zheng S, Lu J, Zhao H, et al (2021) Rethinking semantic segmentation from a sequence-to-sequence perspective with transformers. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp 6881--6890

  83. [91]

    In: Proceedings of the Optics Imaging and Display, pp 335--340

    Zou Y, Zhang L, Chen Q, et al (2020) An infrared image super-resolution imaging algorithm based on auxiliary convolution neural network. In: Proceedings of the Optics Imaging and Display, pp 335--340

  84. [92]

    , " * write output.state after.block = add.period write newline

    ENTRY address archive author booktitle chapter doi edition editor eid eprint howpublished institution journal key keywords month note number organization pages publisher school series title type url volume year archivePrefix primaryClass adsurl adsnote version label extra.labe...

  85. [93]

    write newline

    " write newline "" before.all 'output.state := FUNCTION add.period duplicate empty 'skip "." * add.blank if FUNCTION if.digit duplicate "0" = swap duplicate "1" = swap duplicate "2" = swap duplicate "3" = swap duplicate "4" = swap duplicate "5" = swap duplicate "6" = swap dupl...

Pith tools

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