Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

4KAgent: Agentic Any Image to 4K Super-Resolution

T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read An agentic system claims any image can be upscaled to 4K without retraining.

desk verdict A serious engineering effort whose SOTA claim is undercut by selecting on the same no-reference metrics used for evaluation; worth reviewing, but needs independent metrics. read the letter →

arxiv 2507.07105 v1 pith:GUUEXHJX submitted 2025-07-09 cs.CV eess.IV

classification cs.CVeess.IV
keywords agenticsuper-resolution4Kupscalingquality-drivenmixture-of-expertsimagerestorationno-referencequalityassessmentfacescientificimagingzero-shotgeneralization
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

4KAgent claims that a single agentic system, without retraining or domain adaptation, can upscale any image to 4K resolution—including degraded 256×256 inputs that need 16× magnification—by having a vision-language Perception Agent diagnose degradations and plan a restoration sequence, and a Restoration Agent run every relevant specialist model in a toolbox at each step, keeping the output that scores best under a quality-driven mixture-of-experts policy. If correct, this replaces the usual practice of training or selecting a separate expert model for each domain with one configurable generalist that works across natural photos, faces, AI-generated images, satellite imagery, microscopy, pathology, and medical imaging. The paper reports new state-of-the-art perceptual-quality results on most of the 26 benchmarks spanning 11 task categories, while remaining competitive on fidelity metrics like PSNR where the profile targets fidelity. The central reason this matters is that agentic planning plus expert selection is claimed to be a viable route to universal super-resolution, rather than yet another architecture trained for one degradation.

What carries the argument

The load-bearing mechanism is the Q-MoE (quality-driven mixture-of-experts) selection policy in Eqs. (2)–(4). At each restoration step, every expert in the toolbox processes the current image; each candidate is scored by $Q_s = H(T_i(I_{k-1}), C_I) + Q_{nr}/4$, where $Q_{nr} = w_{NIQE}\cdot(1 - Q_{NIQE}/10) + w_{MUSIQ}\cdot Q_{MUSIQ} + w_{MANIQA}\cdot Q_{MANIQA} + w_{CLIPIQA}\cdot Q_{CLIPIQA}$ with weights $(1.0, 0.01, 1.0, 1.0)$, and the argmax is kept. This converts a fixed toolbox of published specialists into a single adaptive system. The automatic scale rule $s = \min\{s \in \{2,4,8,16\} \mid \max(H_I,W_I)\cdot s \ge 4000\} \cup \{16\}$ is what lets the same system claim 'any image to 4K'; when $s=16$ the agenda appends two $4\times$ super-resolution steps, making the upscaling recursive. The face pipeline extends the same selection idea with a face-specific score $Q_f^s$ combining ArcFace identity cosine and CLIB-FIQA.

What would settle it

Re-run the DIV4K-50, RealSRSet, and MiO Group C comparisons with a fixed plan (denoise, deblur, 4× SR, 4× SR) while choosing outputs by each single metric alone, for example argmax MUSIQ; if the fixed plan plus single-metric selection matches or beats 4KAgent's reported scores, the agentic planning and Q-MoE add nothing. Complement this with a human A/B test on upscaled 4K crops: if raters prefer DiffBIR-16× or OSEDiff outputs over Q-MoE selections, the metric-driven central claim fails.

Watch

Extended reading notes

Core claim

On its own terms, the paper's discovery is that image super-resolution can be reframed as an agentic loop—analyze, plan, execute, reflect, roll back—instead of a single learned mapping from low to high resolution. The Perception Agent combines four image-quality scores (CLIPIQA, TOPIQ, MUSIQ, NIQE) with a vision-language model to output a degradation list, an image description, and a restoration agenda; a planner then orders restoration tasks, with the scale factor chosen automatically so that the long side reaches 4000 pixels. The Restoration Agent executes each task by applying all toolbox experts and selecting the output with the highest Q-MoE score, defined as the human-preference score HPSv2 plus a weighted sum of inverted NIQE, MUSIQ, MANIQA, and CLIPIQA; a rollback triggers re-planning when the score drops below a threshold. A separate face-restoration stage crops detected faces, applies face experts, and selects by a face-level score that combines ArcFace identity similarity and CLIB-FIQA. The paper claims this pipeline achieves state-of-the-art perceptual quality on 26 benchmarks and makes 16× 4K upscaling practical without any training.

Load-bearing premise

The load-bearing premise is that the no-reference perceptual metrics used both to select outputs and to rank methods (NIQE, MUSIQ, MANIQA, CLIPIQA) are reliable proxies for human judgment of image quality at 4K resolution.

Editorial extensions

If this is right

  • A single, training-free system could replace per-domain SR specialists: the same toolbox and Q-MoE selection top the perceptual metrics for natural photos, faces, AIGC, satellite, microscopy, pathology, X-ray, ultrasound, and fundoscopy benchmarks.
  • Degraded 256×256 images can be restored and magnified to 4096×4096 in one pipeline; because the scale rule is recursive, the same mechanism extends to arbitrarily large outputs.
  • Users can switch between a perceptual and a fidelity-oriented system by choosing a profile—the same weights and toolbox, different expert subsets—which is exactly the flexibility the paper claims specialized models lack.
  • For AI-generated content, upscaling 1K generations with 4KAgent reports better NIQE, CLIPIQA, and PickScore than native 4K generation from SANA-4K or Diffusion-4K, pointing to cheaper 4K production.
  • The perception–distortion tradeoff remains visible: perception profiles gain on no-reference metrics while fidelity profiles stay near the top in PSNR and SSIM, supporting the paper's claim that profile choice controls the tradeoff.

Reading between the lines

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

  • Since the Q-MoE selection score is built from the same MUSIQ, MANIQA, CLIPIQA, and NIQE metrics used in the paper's leader tables, part of the reported margin may be the evaluator serving as its own optimizer; a human-rating study would be needed to confirm the perceptual gains are real rather than metric-aligned.
  • The 'any image' claim holds only within the fixed toolbox: generalization is selection among a strong fixed menu, so adding new experts (for example, modality-specific medical or scientific models) would directly extend the system, and the paper's modular design invites this.
  • The hand-set weights in $Q_s$ and $Q_f^s$ are not validated against held-out human judgments; a sensitivity sweep could show how much of the state-of-the-art margin depends on those specific weights.
  • A natural untested extension is video: per-frame Q-MoE selection is embarrassingly parallel, and the paper's streaming applications suggest 4KAgent could upscale video in real time if inference latency is cut.
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

4 major / 5 minor

Summary. The paper presents 4KAgent, a multi-agent framework for universal image super-resolution that combines a vision-language perception agent, a toolbox of restoration models, a quality-driven mixture-of-experts selection policy (Q-MoE), a face-restoration pipeline, and a user-configurable profile module. The system is evaluated on 26 benchmarks spanning classical SR, real-world SR, multiple-degradation restoration, face restoration, 16x upscaling, 4K joint restoration, AI-generated content, remote sensing, fluorescence microscopy, pathology, X-ray, ultrasound, and fundoscopy. The central claim is that 4KAgent sets a new state of the art across most of these benchmarks in terms of perceptual quality and, in some settings, fidelity, while requiring no task-specific retraining.

Significance. If the central claim were established, 4KAgent would be a significant contribution: a training-free generalist that outperforms specialized models across many imaging domains would advance both agentic low-level vision and practical deployment of super-resolution. The paper's strengths include the breadth of the evaluation, the modular and interpretable design, the introduction of a new 4K benchmark (DIV4K-50), and the commitment to release code and models. However, the headline SOTA claim is currently supported mainly by no-reference metrics that are the same ones used for output selection, so the independent evidence for a genuine perceptual advantage is missing. As presented, the significance of the results is therefore not yet established.

major comments (4)
  1. [Sec. 2.3, Eqs. (2)-(4), and Tabs. 3-22] The Q-MoE selection score Qs is defined as a weighted sum of HPSv2, NIQE, MUSIQ, MANIQA, and CLIPIQA (Eqs. 2-3), and the final output is chosen as arg max Qs (Eq. 4). These exact no-reference metrics—NIQE, MUSIQ, MANIQA, CLIPIQA—are also the primary evaluation metrics in the benchmark tables (e.g., Tabs. 3-9, 12-17). Consequently, the reported gains on those metrics are partly forced by construction: the system selects the output that maximizes the evaluation criterion itself. The paper needs to provide evaluation on metrics that are not part of Qs, or a human perceptual study, to support the claim of improved perceptual quality. The currently reported reference-based perceptual metrics do not support the claim: on RealSR and DrealSR (Tab. 5), 4KAgent (ExpSR-s4-P) is worse than PiSA-SR on LPIPS, DISTS, and FID (e.g., RealSR LPIPS 0.3253 vs. 0.2672; DISTS 0.2292 vs. 0.2044), and in multiple-degradation restoration (Tab. 6) 4KAgent trails MAIR on SSIM and LPIPS. Without additional independent metrics, the SOTA claim on perceptual quality is not established.
  2. [Sec. 6.1 and Tabs. 8-9] The paper itself states in Sec. 6.1 that 'as image resolution approaches 4K and beyond, existing no-reference perceptual metrics may become misaligned with human judgment of visual quality,' yet the 16x upscaling results (Tab. 8) and the joint restoration + 4K upscaling results (Tab. 9) are evaluated exclusively with NIQE, CLIPIQA, MUSIQ, and MANIQA—the very metrics that Q-MoE optimizes. This is a self-acknowledged limitation that directly undermines the central 4K and 16x claims. The authors should either provide human evaluation on these settings or use reference-based perceptual metrics where a ground truth exists (e.g., DIV4K-50 has HQ references), and should not report SOTA status based solely on the selection metrics.
  3. [General experimental protocol (e.g., Sec. 5.1, Sec. 6.1)] No error bars, confidence intervals, or significance tests are reported for any of the 26 benchmarks. The system involves stochastic components (LLM/VLM planning, diffusion-based tools with random sampling), and the selection process itself may introduce variability. For a fair comparison with feedforward baselines, especially when claiming SOTA margins, the paper should report mean and standard deviation over multiple independent runs, or at least provide a statistical comparison on a subset of benchmarks. Without these, the numerical differences in the tables cannot be assessed for reliability.
  4. [Sec. 5.1, Tabs. 3-4] The claim in the introduction and Sec. 5.1 that 4KAgent 'sets new state-of-the-art on perceptual quality' is not supported by the reference-based perceptual metrics that are reported in the same tables. On the classical SR benchmarks, 4KAgent (ExpSR-s4-P) does not achieve the best LPIPS or DISTS on any of the five datasets; for example, on Set5 its LPIPS is 0.1591 vs. 0.1318 for PiSA-SR, and on Manga109 it is 0.1776 vs. 0.1450. The SOTA claim is therefore limited to the no-reference metrics that the system explicitly optimizes. The paper should temper the general language or provide evidence from reference-based metrics that the perceptual gain is real.
minor comments (5)
  1. [Abstract and Sec. 2.2] The abstract claims the system can upscale 'any image' but Sec. 2.2 states that 4KAgent handles images 'resolution larger than 250x250'; please clarify the scope in the abstract.
  2. [Sec. 2.2] There are typographical errors in this section: 'incroporating' should be 'incorporating' and 'coporating' should be 'incorporating'.
  3. [Sec. 7.1] The MUSIQ-P patch-based variant is introduced for AIGC 4K evaluation, but it is not used in the earlier 4K-related experiments (e.g., Sec. 6). Consider defining it once in a general evaluation section and applying it consistently to all ultra-high-resolution evaluations.
  4. [Sec. 8.2, Tab. 18] The row for 4KAgent (ExpSR-sN-F) reports results for x2, x4, and x8 in a single row, which is visually confusing. Please split these into separate rows or clearly mark that the same row spans three scale factors.
  5. [Sec. 3.4] The hyperparameters w_NIQE=1.0, w_MUSIQ=0.01, w_MANIQA=1.0, w_CLIPIQA=1.0, w_IP=0.001, w_IQA=1.0, and eta=0.5 appear hand-selected without sensitivity analysis. A small study showing robustness to these choices would strengthen the Q-MoE design.

Circularity Check

2 steps flagged · score 6.0 of 10

Partial circularity: Q-MoE optimizes the same no-reference metrics used to claim SOTA, so the perceptual gains are partly selection artifacts.

  1. fitted input called prediction [Sec. 2.3 Eqs. (2)-(4); Sec. 3.4; Sec. 5.1]
    "Qs(Ti(Ik−1)) = H(Ti(Ik−1, CI )) + Qnr(Ti(Ik−1))/4, (2) ... Qnr(Ti(Ik−1)) = wNIQE ∗ (1 − QNIQE/10) + X j∈Ω wj ∗ Qj. (3) Ω = {MUSIQ, MANIQA, CLIPIQA}. ... Ik = arg max Qs (T1(Ik−1), T2(Ik−1), ..., TN (Ik−1)). (4). Sec. 3.4: 'we set wNIQE = 1.0, wMUSIQ = 0.01, wMANIQA = 1.0, wCLIPIQA = 1.0 for Qs'. Sec. 5.1: 'NIQE, CLIPIQA, MUSIQ, and MANIQA-pipal are used to evaluate the perceptual quality of images without reference images.'"

    The restoration output at every step is selected as the arg max of a weighted sum that includes exactly NIQE, MUSIQ, MANIQA, and CLIPIQA (plus HPSv2). The evaluation then reports the same four no-reference metrics in Tables 3-22 as evidence of state-of-the-art perceptual quality. Because the per-image output is chosen to maximize Qs, the reported scores on those metrics are, in large part, the selection objective evaluated back on the test images rather than an independent prediction of perceptual superiority. The hand-picked weights are free parameters, and the claim 'sets new state-of-the-art on perceptual quality' therefore reduces substantially to the system being defined to optimize the evaluation metrics.

  2. fitted input called prediction [Sec. 2.4 Eq. (5); Sec. 5.4]
    "Qf s (T f i (F l Ik )) = wIP ∗ IP(T f i (F l Ik ), Fl I ) + wIQA ∗ (Qnr(T f i (F l Ik ))/4 + QCF(T f i (F l Ik ))), (5) ... CF indicates CLIB-FIQA [154]. Sec. 5.4: 'we evaluate performance with four no-reference perceptual metrics (NIQE, CLIPIQA, MUSIQ, and MANIQA-pipal) and two advanced face-specific IQA metrics (CLIB-FIQA [154] and DSL-FIQA [27]).'"

    The face-restoration pipeline selects the best face among candidates by maximizing Qf_s, which includes CLIB-FIQA (QCF) with weight wIQA=1.0. The face-restoration evaluation then reports CLIB-FIQA as one of its headline metrics and uses the improvement on it as evidence of superiority. Thus the reported CLIB-FIQA gain is partly forced by the selection rule: the chosen face is, by construction, the one scoring highest on the same metric that is later reported as a result.

full rationale

The paper's central claim of state-of-the-art perceptual quality is substantially driven by the Q-MoE selection score. Eqs. (2)-(4) select, per restoration step, the toolbox output maximizing a weighted sum of NIQE, MUSIQ, MANIQA, and CLIPIQA (plus HPSv2), with weights fixed in Sec. 3.4. The same four no-reference metrics are the headline evaluation metrics in Tables 3-22, listed in Sec. 5.1 as 'NIQE, CLIPIQA, MUSIQ, and MANIQA-pipal'. Therefore the reported gains on those metrics are partly forced by construction: they measure the selection objective rather than an independent perceptual improvement. The face-restoration variant has the same structure: Eq. (5) includes CLIB-FIQA in Qf_s, and Table 7 reports CLIB-FIQA as an evaluation metric. The paper itself concedes in Sec. 6.1 that existing no-reference perceptual metrics 'may become misaligned with human judgment of visual quality' at 4K, which further weakens the interpretation of the optimized scores as genuine perceptual gains. However, the circularity is only partial: the paper also reports metrics outside Qs (PSNR, SSIM, LPIPS, DISTS, FID, DSL-FIQA, and medical imaging metrics) and achieves leading or competitive results on several of them (e.g., PSNR in Table 6, SSIM in Table 19, PSNR/SSIM in Tables 21-22), which provide independent, though uneven, support. No load-bearing self-citation chain was found. Overall score 6.

Assumptions & free parameters 8 free parameters · 6 assumptions · 0 invented entities

The central claim rests on hand-chosen selection weights, the validity of no-reference IQA metrics at 4K, the sufficiency of the fixed toolbox, and the reliability of the VLM planner. No new physical entities are introduced.

free parameters (8)
  • w_NIQE = 1.0
    Hand-chosen weight in Qs (Eq. 3) for NIQE in the Q-MoE selection; directly affects which model output is selected.
  • w_MUSIQ = 0.01
    Hand-chosen weight in Qs (Eq. 3); despite small value it is one of the optimized evaluation metrics.
  • w_MANIQA = 1.0
    Hand-chosen weight in Qs (Eq. 3).
  • w_CLIPIQA = 1.0
    Hand-chosen weight in Qs (Eq. 3).
  • w_IP = 0.001
    Hand-chosen weight for identity preservation in face Qfs (Eq. 5).
  • w_IQA = 1.0
    Hand-chosen weight for IQA in face Qfs (Eq. 5).
  • rollback threshold eta = 0.5
    Hand-chosen threshold in Section 3.4; controls when restoration steps are rolled back.
  • MUSIQ-P patch size = 512x512
    Ad hoc variant of MUSIQ introduced in Section 7.1 when standard MUSIQ did not favor upscaled AIGC images.
assumptions (6)
  • domain assumption No-reference IQA metrics (NIQE, MUSIQ, MANIQA, CLIPIQA) are valid and reliable proxies for perceptual quality, including at 4K resolution.
    Used both in Q-MoE selection (Eq. 2-3) and as evaluation metrics in all tables; the paper itself notes in Section 6.1 that these metrics may become misaligned at ultra-high resolution, yet still uses them for selection.
  • domain assumption The pre-trained toolbox covers all degradations present in 'any image' (noise, blur, haze, rain, JPEG, low light) and each tool works on arbitrary domains.
    Supports the 'any image to 4K' claim; no training or adaptation is done, so performance depends on the fixed toolbox.
  • domain assumption The VLM (Llama-3.2-Vision or DepictQA) can correctly identify degradations and schedule a valid restoration plan.
    The whole Perception Agent pipeline (Section 2.2) relies on this; if the plan is wrong, the Restoration Agent cannot recover.
  • domain assumption Restoration experience E taken from AgenticIR transfers to 4KAgent's planning.
    Used in Section 2.2 and Section 3.3; no validation of transfer.
  • domain assumption ArcFace cosine similarity is a sufficient measure of face identity preservation.
    Used in Eq. (5) for face Q-MoE; plausible but assumes pretrained face embeddings are reliable for heavily degraded faces.
  • domain assumption Super-resolution can be decomposed into independent restoration tasks with no interaction effects between degradations.
    The sequential restoration plan assumes task order and tool independence, e.g., denoising before SR; if degradations interact, the greedy Q-MoE may be suboptimal.

how reviews work

0 comments
Cite this review

Pith. "Pith review of 4KAgent: Agentic Any Image to 4K Super-Resolution." pith.science (2026). https://pith.science/paper/GUUEXHJX

@misc{pith2026250707105,
  author       = {Pith},
  title        = {Pith review of: 4KAgent: Agentic Any Image to 4K Super-Resolution},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GUUEXHJX}},
  note         = {Machine review of arXiv:2507.07105}
}
read the original abstract

We present 4KAgent, a unified agentic super-resolution generalist system designed to universally upscale any image to 4K resolution (and even higher, if applied iteratively). Our system can transform images from extremely low resolutions with severe degradations, for example, highly distorted inputs at 256x256, into crystal-clear, photorealistic 4K outputs. 4KAgent comprises three core components: (1) Profiling, a module that customizes the 4KAgent pipeline based on bespoke use cases; (2) A Perception Agent, which leverages vision-language models alongside image quality assessment experts to analyze the input image and make a tailored restoration plan; and (3) A Restoration Agent, which executes the plan, following a recursive execution-reflection paradigm, guided by a quality-driven mixture-of-expert policy to select the optimal output for each step. Additionally, 4KAgent embeds a specialized face restoration pipeline, significantly enhancing facial details in portrait and selfie photos. We rigorously evaluate our 4KAgent across 11 distinct task categories encompassing a total of 26 diverse benchmarks, setting new state-of-the-art on a broad spectrum of imaging domains. Our evaluations cover natural images, portrait photos, AI-generated content, satellite imagery, fluorescence microscopy, and medical imaging like fundoscopy, ultrasound, and X-ray, demonstrating superior performance in terms of both perceptual (e.g., NIQE, MUSIQ) and fidelity (e.g., PSNR) metrics. By establishing a novel agentic paradigm for low-level vision tasks, we aim to catalyze broader interest and innovation within vision-centric autonomous agents across diverse research communities. We will release all the code, models, and results at: https://4kagent.github.io.

Figures

Figures reproduced from arXiv: 2507.07105 by the authors.

Figure 1
Figure 1. We present 4KAgent, an agentic image super-resolution generalist designed to universally upscale any image to 4K, regardless of input type, degradation level, or domain. That is, 4KAgent effectively restores diverse imagery, spanning from natural scenes, severely degraded captures (e.g., old photos), human/pet portraits, AI-generated content (AIGC), as well as specialized scientific imaging domains, such as remote s… view at source ↗
Figure 2
Figure 2. 4KAgent system overview. • [Profile Module] To expand the applicability of 4KAgent, we propose a Profile Module to bring the availability to customize the system for different restoration tasks. 4KAgent can adapt to different restoration tasks without extra training. • [DIV4K-50 Dataset] To evaluate 4K super-resolution performances, we build the DIV4K-50 dataset as a challenging testset to upscale a low-quality (LQ)… view at source ↗
Figure 3
Figure 3. Face restoration pipeline overview. The overall framework of the face re￾store pipeline in the 4KAgent system is shown in [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (20 more)
Figure 4
Figure 4. Figure 4: Visual comparisons on classical image SR task. (Please zoom in to see details.) [PITH_FULL_IMAGE:figures/full_fig_p014_4.png]
Figure 5
Figure 5. Figure 5: Visual comparisons on real-world image SR task. (Please zoom in to see details) [PITH_FULL_IMAGE:figures/full_fig_p015_5.png]
Figure 6
Figure 6. Figure 6: Visual comparisons on multiple-degradation IR task. (Please zoom in to see details) [PITH_FULL_IMAGE:figures/full_fig_p017_6.png]
Figure 7
Figure 7. Figure 7: Visual comparisons on face restoration task. (Please zoom in to see details) [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Visual comparisons on RealSRSet dataset (16 [PITH_FULL_IMAGE:figures/full_fig_p019_8.png]
Figure 9
Figure 9. Figure 9: Visual comparisons on DIV4K-50 dataset. (Please zoom in to see details) [PITH_FULL_IMAGE:figures/full_fig_p021_9.png]
Figure 10
Figure 10. Figure 10: Visual comparison between native 4K image generation and 1K image generation methods [PITH_FULL_IMAGE:figures/full_fig_p023_10.png]
Figure 11
Figure 11. Figure 11: Visual comparison of aesthetic preference alignment between SANA-4K and SANA [PITH_FULL_IMAGE:figures/full_fig_p024_11.png]
Figure 12
Figure 12. Figure 12: Visual comparison on AID dataset (160→640) [PITH_FULL_IMAGE:figures/full_fig_p028_12.png]
Figure 13
Figure 13. Figure 13: Visual comparison on DIOR dataset (128→512). 28 [PITH_FULL_IMAGE:figures/full_fig_p028_13.png]
Figure 14
Figure 14. Figure 14: Visual comparison on DOTA dataset (128→512) [PITH_FULL_IMAGE:figures/full_fig_p029_14.png]
Figure 15
Figure 15. Figure 15: Visual comparison on WorldStrat dataset (160 [PITH_FULL_IMAGE:figures/full_fig_p029_15.png]
Figure 16
Figure 16. Figure 16: Visual comparison on DOTA dataset (4K upscaling). [PITH_FULL_IMAGE:figures/full_fig_p030_16.png]
Figure 17
Figure 17. Figure 17: Visualization of fluorescence microscopy image SR on SR-CACO-2 dataset (64 [PITH_FULL_IMAGE:figures/full_fig_p033_17.png]
Figure 18
Figure 18. Figure 18: Visual comparison of pathology image super-resolution on bcSR dataset (256 [PITH_FULL_IMAGE:figures/full_fig_p035_18.png]
Figure 19
Figure 19. Figure 19: Visual comparison of X-Ray image SR on Chest X-ray 2017 and Chest X-ray 14 dataset. [PITH_FULL_IMAGE:figures/full_fig_p037_19.png]
Figure 20
Figure 20. Figure 20: Visual comparison of Ultrasound image SR on US-CASE and MMUS1K dataset. [PITH_FULL_IMAGE:figures/full_fig_p038_20.png]
Figure 21
Figure 21. Figure 21: Visual comparison of fundoscopy image SR on DRIVE dataset (128 [PITH_FULL_IMAGE:figures/full_fig_p038_21.png]
Figure 22
Figure 22. Figure 22: Visual comparisons for ablation study on Q-MoE. [PITH_FULL_IMAGE:figures/full_fig_p039_22.png]
Figure 23
Figure 23. Figure 23: Visual comparisons for ablation study on face restoration pipeline. [PITH_FULL_IMAGE:figures/full_fig_p039_23.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

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

  1. PhotoAgent: Exploratory Visual Aesthetic Planning with Large Vision Models

    cs.CV 2026-02 conditional novelty 6.0 of 10

    PhotoAgent uses a vision-language model, Monte-Carlo tree search, and a learned UGC aesthetic reward to autonomously choose and sequence photo edits.

Reference graph

Works this paper leans on

272 extracted references · 38 canonical work pages · cited by 1 Pith paper

  1. [1]

    Superior Visuals

    NVIDIA DLSS 4 Supreme Speed. Superior Visuals. Powered by AI. https://www.nvidia.com/ en-us/geforce/technologies/dlss/. 40

  2. [2]

    https://www.nist.gov/system/ files/documents/2016/10/06/final_vqipsworkshopreport_092912.pdf

    Video quality in public safety (VQiPS) workshop report. https://www.nist.gov/system/ files/documents/2016/10/06/final_vqipsworkshopreport_092912.pdf. 40

  3. [3]

    Ssr2: Sparse signal recovery for single-image super-resolution on faces with extreme low resolutions

    Ramzi Abiantun, Felix Juefei-Xu, Utsav Prabhu, and Marios Savvides. Ssr2: Sparse signal recovery for single-image super-resolution on faces with extreme low resolutions. Pattern Recognition, 90:308–324,

  4. [4]

    Gpt-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023. 9

  5. [5]

    A new generative adversarial network for medical images super resolution

    Waqar Ahmad, Hazrat Ali, Zubair Shah, and Shoaib Azmat. A new generative adversarial network for medical images super resolution. Scientific Reports, 12(1):9533, 2022. 36, 37

  6. [6]

    Llama 3.2-vision

    Meta AI. Llama 3.2-vision. https://huggingface.co/meta-llama/Llama-3 .2-11B- Vision-Instruct, 2024. 8, 9

  7. [7]

    Generative adver- sarial super-resolution at the edge with knowledge distillation

    Simone Angarano, Francesco Salvetti, Mauro Martini, and Marcello Chiaberge. Generative adver- sarial super-resolution at the edge with knowledge distillation. Engineering Applications of Artificial Intelligence, 123:106407, 2023. 42

  8. [8]

    On instabilities of deep learning in image reconstruction and the potential costs of ai

    Vegard Antun, Francesco Renna, Clarice Poon, Ben Adcock, and Anders C Hansen. On instabilities of deep learning in image reconstruction and the potential costs of ai. Proceedings of the National Academy of Sciences, 117(48):30088–30095, 2020. 44

Show all 272 references
  1. [9]

    Guidesr: Rethink- ing guidance for one-step high-fidelity diffusion-based super-resolution.arXiv preprint arXiv:2505.00687,

    Aditya Arora, Zhengzhong Tu, Yufei Wang, Ruizheng Bai, Jian Wang, and Sizhuo Ma. Guidesr: Rethink- ing guidance for one-step high-fidelity diffusion-based super-resolution.arXiv preprint arXiv:2505.00687,

  2. [10]

    Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report. arXiv preprint arXiv:2502.13923, 2025. 9

  3. [11]

    Semantic photo manipulation with a generative image prior

    David Bau, Hendrik Strobelt, William Peebles, Jonas Wulff, Bolei Zhou, Jun-Yan Zhu, and Antonio Torralba. Semantic photo manipulation with a generative image prior. arXiv preprint arXiv:2005.07727,

  4. [12]

    Sr-caco-2: A dataset for confocal fluorescence microscopy image super-resolution

    Soufiane Belharbi, Mara Whitford, Phuong Hoang, Shakeeb Murtaza, Luke McCaffrey, and Eric Granger. Sr-caco-2: A dataset for confocal fluorescence microscopy image super-resolution. Advances in Neural Information Processing Systems, 37:59948–59983, 2024. 11, 31

  5. [13]

    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. 2012. 11

  6. [14]

    The perception-distortion tradeoff

    Yochai Blau and Tomer Michaeli. The perception-distortion tradeoff. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 6228–6237, 2018. 8

  7. [15]

    Business growth through superior technology

    BytePlus. Business growth through superior technology. https://www.byteplus.com, 2025. 43

  8. [16]

    Unleashing the power of super resolution: A game-changer for visual content

    BytePlus. Unleashing the power of super resolution: A game-changer for visual content. https: //www.byteplus.com/en/topic/96403, 2025. 43

  9. [17]

    Toward real-world single image super-resolution: A new benchmark and a new model

    Jianrui Cai, Hui Zeng, Hongwei Yong, Zisheng Cao, and Lei Zhang. Toward real-world single image super-resolution: A new benchmark and a new model. In Proceedings of the IEEE/CVF international conference on computer vision, pages 3086–3095, 2019. 11, 14

  10. [18]

    An energy-efficient fpga-based deconvolutional neural networks accelerator for single image super-resolution

    Jung-Woo Chang, Keon-Woo Kang, and Suk-Ju Kang. An energy-efficient fpga-based deconvolutional neural networks accelerator for single image super-resolution. IEEE Transactions on Circuits and Systems for Video Technology, 30(1):281–295, 2018. 43

  11. [19]

    Learning spatial attention for face super-resolution

    Chaofeng Chen, Dihong Gong, Hao Wang, Zhifeng Li, and Kwan-Yee K Wong. Learning spatial attention for face super-resolution. IEEE Transactions on Image Processing, 30:1219–1231, 2020. 44

  12. [20]

    Topiq: A top-down approach from semantics to distortions for image quality assessment

    Chaofeng Chen, Jiadi Mo, Jingwen Hou, Haoning Wu, Liang Liao, Wenxiu Sun, Qiong Yan, and Weisi Lin. Topiq: A top-down approach from semantics to distortions for image quality assessment. IEEE Transactions on Image Processing, 2024. 6 46

  13. [21]

    Real- world blind super-resolution via feature matching with implicit high-resolution priors

    Chaofeng Chen, Xinyu Shi, Yipeng Qin, Xiaoming Li, Xiaoguang Han, Tao Yang, and Shihui Guo. Real- world blind super-resolution via feature matching with implicit high-resolution priors. In Proceedings of the 30th ACM International Conference on Multimedia, pages 1329–1338, 2022. 4, 44

  14. [22]

    Restoreagent: Autonomous image restoration agent via multimodal large language models

    Haoyu Chen, Wenbo Li, Jinjin Gu, Jingjing Ren, Sixiang Chen, Tian Ye, Renjing Pei, Kaiwen Zhou, Fenglong Song, and Lei Zhu. Restoreagent: Autonomous image restoration agent via multimodal large language models. arXiv preprint arXiv:2407.18035, 2024. 4, 45

  15. [23]

    Low-res leads the way: Improving generalization for super-resolution by self-supervised learning

    Haoyu Chen, Wenbo Li, Jinjin Gu, Jingjing Ren, Haoze Sun, Xueyi Zou, Zhensong Zhang, Youliang Yan, and Lei Zhu. Low-res leads the way: Improving generalization for super-resolution by self-supervised learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pa...

  16. [24]

    Pixart- σ: Weak-to-strong training of diffusion transformer for 4k text-to-image generation

    Junsong Chen, Chongjian Ge, Enze Xie, Yue Wu, Lewei Yao, Xiaozhe Ren, Zhongdao Wang, Ping Luo, Huchuan Lu, and Zhenguo Li. Pixart- σ: Weak-to-strong training of diffusion transformer for 4k text-to-image generation. In European Conference on Computer Vision, pages 74–91. Sprin...

  17. [25]

    Simple baselines for image restoration

    Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, and Jian Sun. Simple baselines for image restoration. In European conference on computer vision, pages 17–33. Springer, 2022. 9, 44

  18. [26]

    Low-resolution palmprint image denoising by generative adversarial networks

    Shengjie Chen, Shuo Chen, Zhenhua Guo, and Yushen Zuo. Low-resolution palmprint image denoising by generative adversarial networks. Neurocomputing, 358:275–284, 2019. 44

  19. [27]

    Dsl-fiqa: Assessing facial image quality via dual-set degradation learning and landmark-guided transformer

    Wei-Ting Chen, Gurunandan Krishnan, Qiang Gao, Sy-Yen Kuo, Sizhou Ma, and Jian Wang. Dsl-fiqa: Assessing facial image quality via dual-set degradation learning and landmark-guided transformer. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition...

  20. [28]

    A comparative study of image restoration networks for general backbone network design

    Xiangyu Chen, Zheyuan Li, Yuandong Pu, Yihao Liu, Jiantao Zhou, Yu Qiao, and Chao Dong. A comparative study of image restoration networks for general backbone network design. In European Conference on Computer Vision, pages 74–91. Springer, 2024. 9, 11, 12, 13

  21. [29]

    Hat: Hybrid attention transformer for image restoration

    Xiangyu Chen, Xintao Wang, Wenlong Zhang, Xiangtao Kong, Yu Qiao, Jiantao Zhou, and Chao Dong. Hat: Hybrid attention transformer for image restoration. arXiv preprint arXiv:2309.05239, 2023. 9, 11, 12, 13, 18, 19, 20, 25, 26, 27

  22. [30]

    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. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 22367–22377, 2023. 37

  23. [31]

    Brain mri super resolution using 3d deep densely connected neural networks

    Yuhua Chen, Yibin Xie, Zhengwei Zhou, Feng Shi, Anthony G Christodoulou, and Debiao Li. Brain mri super resolution using 3d deep densely connected neural networks. In 2018 IEEE 15th international symposium on biomedical imaging (ISBI 2018), pages 739–742. IEEE, 2018. 42

  24. [32]

    Joint spatial-wavelet dual- stream network for super-resolution

    Zhen Chen, Xiaoqing Guo, Chen Yang, Bulat Ibragimov, and Yixuan Yuan. Joint spatial-wavelet dual- stream network for super-resolution. In Medical Image Computing and Computer Assisted Intervention– MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, Proc...

  25. [33]

    Rethinking coarse-to-fine approach in single image deblurring

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

  26. [34]

    Hmanet: Hybrid multi-axis aggregation network for image super-resolution

    Shu-Chuan Chu, Zhi-Chao Dou, Jeng-Shyang Pan, Shaowei Weng, and Junbao Li. Hmanet: Hybrid multi-axis aggregation network for image super-resolution. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6257–6266, 2024. 9, 12, 13

  27. [35]

    Distribution matching losses can hallucinate features in medical image translation

    Joseph Paul Cohen, Margaux Luck, and Sina Honari. Distribution matching losses can hallucinate features in medical image translation. In Medical Image Computing and Computer Assisted Intervention–MICCAI 2018: 21st International Conference, Granada, Spain, September 16-20, 2018...

  28. [36]

    Instructir: High-quality image restoration following human instructions

    Marcos V Conde, Gregor Geigle, and Radu Timofte. Instructir: High-quality image restoration following human instructions. In European Conference on Computer Vision, pages 1–21. Springer, 2024. 16

  29. [37]

    Open high-resolution satellite imagery: The worldstrat dataset–with application to super-resolution

    Julien Cornebise, Ivan Oršoli ´c, and Freddie Kalaitzis. Open high-resolution satellite imagery: The worldstrat dataset–with application to super-resolution. Advances in Neural Information Processing Systems, 35:25979–25991, 2022. 11, 24 47

  30. [38]

    Atlas of AI: Power, Politics, and the Planetary Costs of Artificial Intelligence

    Kate Crawford. Atlas of AI: Power, Politics, and the Planetary Costs of Artificial Intelligence . Yale University Press, 2021. 43

  31. [39]

    Revitalizing convolutional network for image restoration

    Yuning Cui, Wenqi Ren, Xiaochun Cao, and Alois Knoll. Revitalizing convolutional network for image restoration. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024. 9

  32. [40]

    Pixel recursive super resolution

    Ryan Dahl, Mohammad Norouzi, and Jonathon Shlens. Pixel recursive super resolution. In Proceedings of the IEEE international conference on computer vision, pages 5439–5448, 2017. 44

  33. [41]

    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 Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 11065–11074, 2019. 44

  34. [42]

    Arcface: Additive angular margin loss for deep face recognition

    Jiankang Deng, Jia Guo, Niannan Xue, and Stefanos Zafeiriou. Arcface: Additive angular margin loss for deep face recognition. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 4690–4699, 2019. 7

  35. [43]

    Image quality assessment: Unifying structure and texture similarity

    Keyan Ding, Kede Ma, Shiqi Wang, and Eero P Simoncelli. Image quality assessment: Unifying structure and texture similarity. IEEE transactions on pattern analysis and machine intelligence, 44(5):2567–2581,

  36. [44]

    Compression artifacts reduction by a deep convolutional network

    Chao Dong, Yubin Deng, Chen Change Loy, and Xiaoou Tang. Compression artifacts reduction by a deep convolutional network. In Proceedings of the IEEE international conference on computer vision, pages 576–584, 2015. 44

  37. [45]

    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 Computer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings, Part IV 13, pages 184–199. Springer, 2014....

  38. [46]

    Image super-resolution using deep convolutional networks

    Chao Dong, Chen Change Loy, Kaiming He, and Xiaoou Tang. Image super-resolution using deep convolutional networks. IEEE transactions on pattern analysis and machine intelligence, 38(2):295–307,

  39. [47]

    Accelerating the super-resolution convolutional neural network

    Chao Dong, Chen Change Loy, and Xiaoou Tang. Accelerating the super-resolution convolutional neural network. In Computer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11-14, 2016, Proceedings, Part II 14, pages 391–407. Springer, 2016. 36

  40. [48]

    Agent ai: Surveying the horizons of multimodal interaction

    Zane Durante, Qiuyuan Huang, Naoki Wake, Ran Gong, Jae Sung Park, Bidipta Sarkar, Rohan Taori, Yusuke Noda, Demetri Terzopoulos, Yejin Choi, et al. Agent ai: Surveying the horizons of multimodal interaction. arXiv preprint arXiv:2401.03568, 2024. 4

  41. [49]

    Scaling rectified flow transformers for high-resolution image synthesis

    Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas Müller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling rectified flow transformers for high-resolution image synthesis. In Forty-first international conference on machine ...

  42. [50]

    Generative diffusion prior for unified image restoration and enhancement

    Ben Fei, Zhaoyang Lyu, Liang Pan, Junzhe Zhang, Weidong Yang, Tianyue Luo, Bo Zhang, and Bo Dai. Generative diffusion prior for unified image restoration and enhancement. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9935–9946, 2023. 44

  43. [51]

    Task transformer network for joint mri reconstruction and super-resolution

    Chun-Mei Feng, Yunlu Yan, Huazhu Fu, Li Chen, and Yong Xu. Task transformer network for joint mri reconstruction and super-resolution. In Medical Image Computing and Computer Assisted Intervention– MICCAI 2021: 24th International Conference, Strasbourg, France, September 27–Oc...

  44. [52]

    A survey on concept drift adaptation

    João Gama, Indr˙e Žliobait˙e, Albert Bifet, Mykola Pechenizkiy, and Abdelhamid Bouchachia. A survey on concept drift adaptation. ACM computing surveys (CSUR), 46(4):1–37, 2014. 43

  45. [53]

    Multi-scale deep neural networks for real image super-resolution

    Shangqi Gao and Xiahai Zhuang. Multi-scale deep neural networks for real image super-resolution. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition workshops, 2019. 44

  46. [54]

    Datasheets for datasets

    Timnit Gebru, Jamie Morgenstern, Briana Vecchione, Jennifer Wortman Vaughan, Hanna Wallach, Hal Daumé Iii, and Kate Crawford. Datasheets for datasets. Communications of the ACM, 64(12):86–92,

  47. [55]

    Super-resolution in medical imaging

    Hayit Greenspan. Super-resolution in medical imaging. The computer journal, 52(1):43–63, 2009. 4

  48. [56]

    Image processing using multi-code gan prior

    Jinjin Gu, Yujun Shen, and Bolei Zhou. Image processing using multi-code gan prior. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3012–3021, 2020. 44 48

  49. [57]

    Self-guided network for fast image denoising

    Shuhang Gu, Yawei Li, Luc Van Gool, and Radu Timofte. Self-guided network for fast image denoising. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 2511–2520, 2019. 44

  50. [58]

    Improved training of wasserstein gans

    Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Improved training of wasserstein gans. Advances in neural information processing systems, 30, 2017. 44

  51. [59]

    Lime: Low-light image enhancement via illumination map estimation

    Xiaojie Guo, Yu Li, and Haibin Ling. Lime: Low-light image enhancement via illumination map estimation. IEEE Transactions on image processing, 26(2):982–993, 2016. 4

  52. [60]

    Task-driven super resolution: Object detection in low-resolution images

    Muhammad Haris, Greg Shakhnarovich, and Norimichi Ukita. Task-driven super resolution: Object detection in low-resolution images. In Neural Information Processing: 28th International Conference, ICONIP 2021, Sanur, Bali, Indonesia, December 8–12, 2021, Proceedings, Part V 28, ...

  53. [61]

    Deep back-projection networks for super-resolution

    Muhammad Haris, Gregory Shakhnarovich, and Norimichi Ukita. Deep back-projection networks for super-resolution. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1664–1673, 2018. 32

  54. [62]

    Privacy’s blueprint: The battle to control the design of new technologies

    Woodrow Hartzog. Privacy’s blueprint: The battle to control the design of new technologies. Harvard University Press, 2018. 43

  55. [63]

    Single image haze removal using dark channel prior

    Kaiming He, Jian Sun, and Xiaoou Tang. Single image haze removal using dark channel prior. IEEE transactions on pattern analysis and machine intelligence, 33(12):2341–2353, 2010. 4

  56. [64]

    Spatial-temporal super-resolution of satellite imagery via conditional pixel synthesis

    Yutong He, Dingjie Wang, Nicholas Lai, William Zhang, Chenlin Meng, Marshall Burke, David Lobell, and Stefano Ermon. Spatial-temporal super-resolution of satellite imagery via conditional pixel synthesis. Advances in Neural Information Processing Systems, 34:27903–27915, 2021. 4, 24

  57. [65]

    Quantum microscopy of cells at the heisenberg limit

    Zhe He, Yide Zhang, Xin Tong, Lei Li, and Lihong V Wang. Quantum microscopy of cells at the heisenberg limit. Nature Communications, 14(1):2441, 2023. 42

  58. [66]

    Gans trained by a two time-scale update rule converge to a local nash equilibrium

    Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. Advances in neural information processing systems, 30, 2017. 11

  59. [67]

    Fluorescence microscopy—an outline of hardware, biological handling, and fluorophore considerations

    Shane M Hickey, Ben Ung, Christie Bader, Robert Brooks, Joanna Lazniewska, Ian RD Johnson, Alexan- dra Sorvina, Jessica Logan, Carmela Martini, Courtney R Moore, et al. Fluorescence microscopy—an outline of hardware, biological handling, and fluorophore considerations. Cells, ...

  60. [68]

    Drct: Saving image super-resolution away from information bottleneck

    Chih-Chung Hsu, Chia-Ming Lee, and Yi-Shiuan Chou. Drct: Saving image super-resolution away from information bottleneck. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6133–6142, 2024. 9, 12, 13

  61. [69]

    Webcot: Enhancing web agent reasoning by reconstructing chain-of-thought in reflection, branching, and rollback

    Minda Hu, Tianqing Fang, Jianshu Zhang, Junyu Ma, Zhisong Zhang, Jingyan Zhou, Hongming Zhang, Haitao Mi, Dong Yu, and Irwin King. Webcot: Enhancing web agent reasoning by reconstructing chain-of-thought in reflection, branching, and rollback. arXiv preprint arXiv:2505.20013, 2025. 7

  62. [70]

    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. 11

  63. [71]

    Understanding the planning of llm agents: A survey

    Xu Huang, Weiwen Liu, Xiaolong Chen, Xingmei Wang, Hao Wang, Defu Lian, Yasheng Wang, Ruiming Tang, and Enhong Chen. Understanding the planning of llm agents: A survey. arXiv preprint arXiv:2402.02716, 2024. 4

  64. [72]

    Gpt-4o system card

    Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card. arXiv preprint arXiv:2410.21276,

  65. [73]

    Image-adaptive gan based reconstruction

    Shady Abu Hussein, Tom Tirer, and Raja Giryes. Image-adaptive gan based reconstruction. InProceedings of the AAAI Conference on Artificial Intelligence, volume 34, pages 3121–3129, 2020. 44

  66. [74]

    Underwater image super-resolution using deep residual multipliers

    Md Jahidul Islam, Sadman Sakib Enan, Peigen Luo, and Junaed Sattar. Underwater image super-resolution using deep residual multipliers. In 2020 IEEE international conference on robotics and automation (ICRA), pages 900–906. IEEE, 2020. 4

  67. [75]

    Simultaneous enhancement and super-resolution of underwater imagery for improved visual perception

    Md Jahidul Islam, Peigen Luo, and Junaed Sattar. Simultaneous enhancement and super-resolution of underwater imagery for improved visual perception. In 16th Robotics: Science and Systems, RSS 2020. MIT Press Journals, 2020. 42 49

  68. [76]

    A super-resolution network using channel attention retention for pathology images

    Feng Jia, Lei Tan, Guang Wang, Cheng Jia, and Zhi Chen. A super-resolution network using channel attention retention for pathology images. PeerJ Computer Science, 9:e1196, 2023. Published 2023 Jan

  69. [77]

    Towards flexible blind jpeg artifacts removal

    Jiaxi Jiang, Kai Zhang, and Radu Timofte. Towards flexible blind jpeg artifacts removal. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 4997–5006, 2021. 9

  70. [78]

    Multi-scale progressive fusion network for single image deraining

    Kui Jiang, Zhongyuan Wang, Peng Yi, Chen Chen, Baojin Huang, Yimin Luo, Jiayi Ma, and Junjun Jiang. Multi-scale progressive fusion network for single image deraining. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8346–8355, 2020. 4

  71. [79]

    Multi-agent image restoration

    Xu Jiang, Gehui Li, Bin Chen, and Jian Zhang. Multi-agent image restoration. arXiv preprint arXiv:2503.09403, 2025. 16, 45

  72. [80]

    Autodir: Automatic all-in-one image restoration with latent diffusion

    Yitong Jiang, Zhaoyang Zhang, Tianfan Xue, and Jinwei Gu. Autodir: Automatic all-in-one image restoration with latent diffusion. In European Conference on Computer Vision, pages 340–359. Springer,

  73. [81]

    Denoising diffusion restoration models

    Bahjat Kawar, Michael Elad, Stefano Ermon, and Jiaming Song. Denoising diffusion restoration models. Advances in Neural Information Processing Systems, 35:23593–23606, 2022. 44

  74. [82]

    Musiq: Multi-scale image quality transformer

    Junjie Ke, Qifei Wang, Yilin Wang, Peyman Milanfar, and Feng Yang. Musiq: Multi-scale image quality transformer. In Proceedings of the IEEE/CVF international conference on computer vision, pages 5148–5157, 2021. 6, 8, 11

  75. [83]

    Key challenges for delivering clinical impact with artificial intelligence

    Christopher J Kelly, Alan Karthikesalingam, Mustafa Suleyman, Greg Corrado, and Dominic King. Key challenges for delivering clinical impact with artificial intelligence. BMC medicine, 17:1–9, 2019. 44

  76. [84]

    Identifying medical diagnoses and treatable diseases by image-based deep learning

    Daniel S Kermany, Michael Goldbaum, Wenjia Cai, Carolina CS Valentim, Huiying Liang, Sally L Baxter, Alex McKeown, Ge Yang, Xiaokang Wu, Fangbing Yan, et al. Identifying medical diagnoses and treatable diseases by image-based deep learning. cell, 172(5):1122–1131, 2018. 11, 36

  77. [85]

    Gadgil, Alex J

    Chanwoo Kim, Soham U. Gadgil, Alex J. DeGrave, Jesutofunmi A. Omiye, Zhuo Ran Cai, Roxana Daneshjou, and Su-In Lee. Transparent medical image AI via an image–text foundation model grounded in medical literature. Nature Medicine, 30:1154–1165, 2024. 35

  78. [86]

    Accurate image super-resolution using very deep con- volutional networks

    Jiwon Kim, Jung Kwon Lee, and Kyoung Mu Lee. Accurate image super-resolution using very deep con- volutional networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1646–1654, 2016. 32, 44

  79. [87]

    Pick-a-pic: An open dataset of user preferences for text-to-image generation

    Yuval Kirstain, Adam Polyak, Uriel Singer, Shahbuland Matiana, Joe Penna, and Omer Levy. Pick-a-pic: An open dataset of user preferences for text-to-image generation. Advances in Neural Information Processing Systems, 36:36652–36663, 2023. 22, 23

  80. [88]

    Efficient visual state space model for image deblurring

    Lingshun Kong, Jiangxin Dong, Ming-Hsuan Yang, and Jinshan Pan. Efficient visual state space model for image deblurring. arXiv preprint arXiv:2405.14343, 2024. 9

  81. [89]

    Towards effective multiple-in-one image restoration: A sequential and prompt learning strategy

    Xiangtao Kong, Chao Dong, and Lei Zhang. Towards effective multiple-in-one image restoration: A sequential and prompt learning strategy. arXiv preprint arXiv:2401.03379, 2024. 16

  82. [90]

    A preliminary exploration towards general image restoration

    Xiangtao Kong, Jinjin Gu, Yihao Liu, Wenlong Zhang, Xiangyu Chen, Yu Qiao, and Chao Dong. A preliminary exploration towards general image restoration. arXiv preprint arXiv:2408.15143, 2024. 16

  83. [91]

    A real-world benchmark for sentinel-2 multi-image super-resolution

    Pawel Kowaleczko, Tomasz Tarasiewicz, Maciej Ziaja, Daniel Kostrzewa, Jakub Nalepa, Przemyslaw Rokita, and Michal Kawulok. A real-world benchmark for sentinel-2 multi-image super-resolution. Scientific Data, 10(1):644, 2023. 4, 24

  84. [92]

    Mmctagent: Multi-modal critical thinking agent framework for complex visual reasoning

    Somnath Kumar, Yash Gadhia, Tanuja Ganu, and Akshay Nambi. Mmctagent: Multi-modal critical thinking agent framework for complex visual reasoning. arXiv preprint arXiv:2405.18358, 2024. 45

  85. [93]

    Black Forest Labs. Flux. https://github.com/black-forest-labs/flux, 2024. 22

  86. [94]

    Deep laplacian pyramid networks for fast and accurate super-resolution

    Wei-Sheng Lai, Jia-Bin Huang, Narendra Ahuja, and Ming-Hsuan Yang. Deep laplacian pyramid networks for fast and accurate super-resolution. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 624–632, 2017. 36

  87. [95]

    Fast and accurate image super- resolution with deep laplacian pyramid networks

    Wei-Sheng Lai, Jia-Bin Huang, Narendra Ahuja, and Ming-Hsuan Yang. Fast and accurate image super- resolution with deep laplacian pyramid networks. IEEE transactions on pattern analysis and machine intelligence, 41(11):2599–2613, 2018. 32 50

  88. [96]

    Photo-realistic single image super- resolution using a generative adversarial network

    Christian Ledig, Lucas Theis, Ferenc Huszár, 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 adversarial network. In Proceedings of the IEEE ...

  89. [97]

    Srnpu: An energy-efficient cnn-based super-resolution processor with tile-based selective super-resolution in mobile devices

    Juhyoung Lee, Jinsu Lee, and Hoi-Jun Yoo. Srnpu: An energy-efficient cnn-based super-resolution processor with tile-based selective super-resolution in mobile devices. IEEE Journal on Emerging and Selected Topics in Circuits and Systems, 10(3):320–334, 2020. 43

  90. [98]

    Iterative filter adaptive network for single image defocus deblurring

    Junyong Lee, Hyeongseok Son, Jaesung Rim, Sunghyun Cho, and Seungyong Lee. Iterative filter adaptive network for single image defocus deblurring. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2034–2042, 2021. 9

  91. [99]

    Mobisr: Efficient on-device super-resolution through heterogeneous mobile processors

    Royson Lee, Stylianos I Venieris, Lukasz Dudziak, Sourav Bhattacharya, and Nicholas D Lane. Mobisr: Efficient on-device super-resolution through heterogeneous mobile processors. In The 25th annual international conference on mobile computing and networking, pages 1–16, 2019. 43

  92. [100]

    Transformer-based multistage enhancement for remote sensing image super-resolution

    Sen Lei, Zhenwei Shi, and Wenjing Mo. Transformer-based multistage enhancement for remote sensing image super-resolution. IEEE Transactions on Geoscience and Remote Sensing, 60:1–11, 2022. 25, 26, 27

  93. [101]

    Genai-bench: Evaluating and improving compositional text-to-visual generation

    Baiqi Li, Zhiqiu Lin, Deepak Pathak, Jiayao Li, Yixin Fei, Kewen Wu, Tiffany Ling, Xide Xia, Pengchuan Zhang, Graham Neubig, et al. Genai-bench: Evaluating and improving compositional text-to-visual generation. arXiv preprint arXiv:2406.13743, 2024. 11, 22, 23

  94. [102]

    Hybrid agents for image restoration

    Bingchen Li, Xin Li, Yiting Lu, and Zhibo Chen. Hybrid agents for image restoration. arXiv preprint arXiv:2503.10120, 2025. 45

  95. [103]

    Sed: Semantic-aware discriminator for image super-resolution

    Bingchen Li, Xin Li, Hanxin Zhu, Yeying Jin, Ruoyu Feng, Zhizheng Zhang, and Zhibo Chen. Sed: Semantic-aware discriminator for image super-resolution. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 25784–25795, 2024. 44

  96. [104]

    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, 2018. 4

  97. [105]

    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 Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 17452–17462, 2022. 16, 44

  98. [106]

    Towards high-quality and efficient video super-resolution via spatial-temporal data overfitting

    Gen Li, Jie Ji, Minghai Qin, Wei Niu, Bin Ren, Fatemeh Afghah, Linke Guo, and Xiaolong Ma. Towards high-quality and efficient video super-resolution via spatial-temporal data overfitting. In 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 1025...

  99. [107]

    Light the night: A multi-condition diffusion framework for unpaired low-light enhancement in autonomous driving

    Jinlong Li, Baolu Li, Zhengzhong Tu, Xinyu Liu, Qing Guo, Felix Juefei-Xu, Runsheng Xu, and Hongkai Yu. Light the night: A multi-condition diffusion framework for unpaired low-light enhancement in autonomous driving. In Proceedings of the IEEE/CVF Conference on Computer Vision...

  100. [108]

    Multi-scale residual network for image super-resolution

    Juncheng Li, Faming Fang, Kangfu Mei, and Guixu Zhang. Multi-scale residual network for image super-resolution. In Proceedings of the European conference on computer vision (ECCV), pages 517–532,

  101. [109]

    Object detection in optical remote sensing images: A survey and a new benchmark

    Ke Li, Gang Wan, Gong Cheng, Liqiu Meng, and Junwei Han. Object detection in optical remote sensing images: A survey and a new benchmark. ISPRS journal of photogrammetry and remote sensing, 159:296–307, 2020. 11, 24

  102. [110]

    Ntire 2025 challenge on short-form ugc video quality assessment and enhancement: Methods and results

    Xin Li, Kun Yuan, Bingchen Li, Fengbin Guan, Yizhen Shao, Zihao Yu, Xijun Wang, Yiting Lu, Wei Luo, Suhang Yao, et al. Ntire 2025 challenge on short-form ugc video quality assessment and enhancement: Methods and results. In Proceedings of the Computer Vision and Pattern Recogn...

  103. [111]

    Generator-assistant stepwise rollback framework for large language model agent

    Xingzuo Li, Kehai Chen, Yunfei Long, Xuefeng Bai, Yong Xu, and Min Zhang. Generator-assistant stepwise rollback framework for large language model agent. arXiv preprint arXiv:2503.02519, 2025. 7

  104. [112]

    Efficient and explicit modelling of image hierarchies for image restoration

    Yawei Li, Yuchen Fan, Xiaoyu Xiang, Denis Demandolx, Rakesh Ranjan, Radu Timofte, and Luc Van Gool. Efficient and explicit modelling of image hierarchies for image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18278–18...

  105. [113]

    Rethinking data protection in the (generative) artificial intelligence era

    Yiming Li, Shuo Shao, Yu He, Junfeng Guo, Tianwei Zhang, Zhan Qin, Pin-Yu Chen, Michael Backes, Philip Torr, Dacheng Tao, and Kui Ren. Rethinking data protection in the (generative) artificial intelligence era. arXiv preprint arXiv:2507.03034, 2025. 43

  106. [114]

    Comisr: Compression-informed video super-resolution

    Yinxiao Li, Pengchong Jin, Feng Yang, Ce Liu, Ming-Hsuan Yang, and Peyman Milanfar. Comisr: Compression-informed video super-resolution. In Proceedings of the IEEE/CVF international conference on computer vision, pages 2543–2552, 2021. 43

  107. [115]

    Feedback network for image super-resolution

    Zhen Li, Jinglei Yang, Zheng Liu, Xiaomin Yang, Gwanggil Jeon, and Wei Wu. Feedback network for image super-resolution. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3867–3876, 2019. 32

  108. [116]

    Efficient and degradation-adaptive network for real-world image super-resolution

    Jie Liang, Hui Zeng, and Lei Zhang. Efficient and degradation-adaptive network for real-world image super-resolution. In European Conference on Computer Vision, pages 574–591. Springer, 2022. 44

  109. [117]

    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. InProceedings of the IEEE/CVF international conference on computer vision, pages 1833–1844, 2021. 4, 9, 11, 12, 13, 25, 26, 27, 32, 37, 44

  110. [118]

    High tech for low vision: How technology is changing the world for people with vi- sion loss

    Lighthouse Guild. High tech for low vision: How technology is changing the world for people with vi- sion loss. https://lighthouseguild.org/news/high-tech-for-low-vision-how- technology-is-changing-the-world-for-people-with-vision-loss/ , 2025. 43

  111. [119]

    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 conference on computer vision and pattern recognition workshops, pages 136–144, 2017. 34, 37, 44

  112. [120]

    Healthgpt: A medical large vision-language model for unifying comprehension and generation via heterogeneous knowledge adaptation.arXiv preprint arXiv:2502.09838,

    Tianwei Lin, Wenqiao Zhang, Sijing Li, Yuqian Yuan, Binhe Yu, Haoyuan Li, Wanggui He, Hao Jiang, Mengze Li, Xiaohui Song, et al. Healthgpt: A medical large vision-language model for unifying comprehension and generation via heterogeneous knowledge adaptation.arXiv preprint arX...

  113. [121]

    Diffbir: Toward blind image restoration with generative diffusion prior

    Xinqi Lin, Jingwen He, Ziyan Chen, Zhaoyang Lyu, Bo Dai, Fanghua Yu, Yu Qiao, Wanli Ouyang, and Chao Dong. Diffbir: Toward blind image restoration with generative diffusion prior. In European Conference on Computer Vision, pages 430–448. Springer, 2024. 9, 11, 12, 13, 14, 15, ...

  114. [122]

    Jarvisir: Elevating autonomous driving perception with intelligent image restoration

    Yunlong Lin, Zixu Lin, Haoyu Chen, Panwang Pan, Chenxin Li, Sixiang Chen, Kairun Wen, Yeying Jin, Wenbo Li, and Xinghao Ding. Jarvisir: Elevating autonomous driving perception with intelligent image restoration. In Proceedings of the Computer Vision and Pattern Recognition Con...

  115. [123]

    Jarvisart: Liberating human artistic creativity via an intelligent photo retouching agent

    Yunlong Lin, Zixu Lin, Kunjie Lin, Jinbin Bai, Panwang Pan, Chenxin Li, Haoyu Chen, Zhongdao Wang, Xinghao Ding, Wenbo Li, et al. Jarvisart: Liberating human artistic creativity via an intelligent photo retouching agent. arXiv preprint arXiv:2506.17612, 2025. 45

  116. [124]

    Litjens, P

    G. Litjens, P. Bandi, B. Ehteshami Bejnordi, O. Geessink, M. Balkenhol, P. Bult, A. Halilovic, M. Hermsen, R. van de Loo, R. V ogels, Q.F. Manson, N. Stathonikos, A. Baidoshvili, P. van Diest, C. Wauters, M. van Dijk, and J. van der Laak. 1399 H&E-stained sentinel lymph node s...

  117. [125]

    Auto-isp: An efficient real-time automatic hyperparameter optimization framework for isp hardware system

    Jiaming Liu, Zihao Liu, Xuan Huang, Ruoxi Zhu, Qi Zheng, Zhijian Hao, Tao Liu, Jun Tao, and Yibo Fan. Auto-isp: An efficient real-time automatic hyperparameter optimization framework for isp hardware system. In Proceedings of the 61st ACM/IEEE Design Automation Conference, pag...

  118. [126]

    Frequency-biased synergistic design for image compression and compensation

    Jiaming Liu, Qi Zheng, Zihao Liu, Yilian Zhong, Peiye Liu, Tao Liu, Shusong Xu, Yanheng Lu, Sicheng Li, Dimin Niu, et al. Frequency-biased synergistic design for image compression and compensation. In Proceedings of the Computer Vision and Pattern Recognition Conference, pages...

  119. [127]

    Medcot: Medical chain of thought via hierarchical expert

    Jiaxiang Liu, Yuan Wang, Jiawei Du, Joey Tianyi Zhou, and Zuozhu Liu. Medcot: Medical chain of thought via hierarchical expert. arXiv preprint arXiv:2412.13736, 2024. 45

  120. [128]

    Dual residual networks leveraging the potential of paired operations for image restoration

    Xing Liu, Masanori Suganuma, Zhun Sun, and Takayuki Okatani. Dual residual networks leveraging the potential of paired operations for image restoration. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 7007–7016, 2019. 44

  121. [129]

    Diff-plugin: Revitalizing details for diffusion-based low-level tasks

    Yuhao Liu, Zhanghan Ke, Fang Liu, Nanxuan Zhao, and Rynson WH Lau. Diff-plugin: Revitalizing details for diffusion-based low-level tasks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4197–4208, 2024. 9 52

  122. [130]

    Learning under concept drift: A review

    Jie Lu, Anjin Liu, Fan Dong, Feng Gu, Joao Gama, and Guangquan Zhang. Learning under concept drift: A review. IEEE transactions on knowledge and data engineering, 31(12):2346–2363, 2018. 43

  123. [131]

    Transformer for single image super-resolution

    Zhisheng Lu, Juncheng Li, Hong Liu, Chaoyan Huang, Linlin Zhang, and Tieyong Zeng. Transformer for single image super-resolution. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 457–466, 2022. 37

  124. [132]

    Dream-machine

    Luma. Dream-machine. https://lumalabs.ai/dream-machine, 2024. 41

  125. [133]

    Controlling vision-language models for multi-task image restoration

    Ziwei Luo, Fredrik K Gustafsson, Zheng Zhao, Jens Sjölund, and Thomas B Schön. Controlling vision-language models for multi-task image restoration. arXiv preprint arXiv:2310.01018, 2023. 16

  126. [134]

    Fourier priors-guided diffusion for zero-shot joint low-light enhancement and deblurring

    Xiaoqian Lv, Shengping Zhang, Chenyang Wang, Yichen Zheng, Bineng Zhong, Chongyi Li, and Liqiang Nie. Fourier priors-guided diffusion for zero-shot joint low-light enhancement and deblurring. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,...

  127. [135]

    Prores: Exploring degradation-aware visual prompt for universal image restoration

    Jiaqi Ma, Tianheng Cheng, Guoli Wang, Qian Zhang, Xinggang Wang, and Lefei Zhang. Prores: Exploring degradation-aware visual prompt for universal image restoration. arXiv preprint arXiv:2306.13653, 2023. 44

  128. [136]

    Deep learning-based super-resolution fluorescence microscopy on small datasets

    Varun Mannam, Yide Zhang, Xiaotong Yuan, and Scott Howard. Deep learning-based super-resolution fluorescence microscopy on small datasets. In Single Molecule Spectroscopy and Superresolution Imaging XIV, volume 11650, pages 60–68. SPIE, 2021. 31

  129. [137]

    A database of human segmented natural images and its application to evaluating segmentation algorithms and 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 measuring ecological statistics. In Proceedings eighth IEEE international conference on computer vision. IC...

  130. [138]

    Super resolution for improved positioning of an mri-guided spinal cellular injection robot

    Daniel Enrique Martinez, Waiman Meinhold, John Oshinski, Ai-Ping Hu, and Jun Ueda. Super resolution for improved positioning of an mri-guided spinal cellular injection robot. Journal of Medical Robotics Research, 6(01n02):2140002, 2021. 42

  131. [139]

    Sketch-based manga retrieval using manga109 dataset

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

  132. [140]

    Supercharging maxar intelligence’s imagery basemaps with worldview legion satellite imagery

    Maxar Intelligence. Supercharging maxar intelligence’s imagery basemaps with worldview legion satellite imagery. https://blog.maxar.com/earth-intelligence/2025/ supercharging-maxar-intelligences-imagery-basemaps-with-worldview- legion-satellite-imagery, 2025. 43

  133. [141]

    A survey on bias and fairness in machine learning

    Ninareh Mehrabi, Fred Morstatter, Nripsuta Saxena, Kristina Lerman, and Aram Galstyan. A survey on bias and fairness in machine learning. ACM computing surveys (CSUR), 54(6):1–35, 2021. 43

  134. [142]

    The power of context: How multimodality improves image super-resolution

    Kangfu Mei, Hossein Talebi, Mojtaba Ardakani, Vishal M Patel, Peyman Milanfar, and Mauricio Delbracio. The power of context: How multimodality improves image super-resolution. arXiv preprint arXiv:2503.14503, 2025. 4

  135. [143]

    Image super-resolution with non-local sparse attention

    Yiqun Mei, Yuchen Fan, and Yuqian Zhou. Image super-resolution with non-local sparse attention. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3517–3526,

  136. [144]

    Generating high fidelity images with subscale pixel networks and multidimensional upscaling

    Jacob Menick and Nal Kalchbrenner. Generating high fidelity images with subscale pixel networks and multidimensional upscaling. arXiv preprint arXiv:1812.01608, 2018. 44

  137. [145]

    Pulse: Self-supervised photo upsampling via latent space exploration of generative models

    Sachit Menon, Alexandru Damian, Shijia Hu, Nikhil Ravi, and Cynthia Rudin. Pulse: Self-supervised photo upsampling via latent space exploration of generative models. In Proceedings of the ieee/cvf conference on computer vision and pattern recognition, pages 2437–2445, 2020. 44

  138. [146]

    completely blind

    Anish Mittal, Rajiv Soundararajan, and Alan C Bovik. Making a “completely blind” image quality analyzer. IEEE Signal processing letters, 20(3):209–212, 2012. 6, 8, 11

  139. [147]

    Srodnet: Object detection network based on super resolution for autonomous vehicles

    Yogendra Rao Musunuri, Oh-Seol Kwon, and Sun-Yuan Kung. Srodnet: Object detection network based on super resolution for autonomous vehicles. Remote Sensing, 14(24):6270, 2022. 42, 43

  140. [148]

    Few shot chain-of-thought driven reasoning to prompt llms for open ended medical question answering

    Saeel Sandeep Nachane, Ojas Gramopadhye, Prateek Chanda, Ganesh Ramakrishnan, Kshitij Sharad Jadhav, Yatin Nandwani, Dinesh Raghu, and Sachindra Joshi. Few shot chain-of-thought driven reasoning to prompt llms for open ended medical question answering. arXiv preprint arXiv:240...

  141. [149]

    Icme 2025 grand challenge on video super-resolution for video conferencing

    Babak Naderi, Ross Cutler, Juhee Cho, Nabakumar Khongbantabam, and Dejan Ivkovic. Icme 2025 grand challenge on video super-resolution for video conferencing. arXiv preprint arXiv:2506.12269,

  142. [150]

    Super-resolution of license plate images using attention modules and sub-pixel convolution layers

    Valfride Nascimento, Rayson Laroca, Jorge de A Lambert, William Robson Schwartz, and David Menotti. Super-resolution of license plate images using attention modules and sub-pixel convolution layers. Computers & Graphics, 113:69–76, 2023. 41

  143. [151]

    Self-supervised multi- image super-resolution for push-frame satellite images

    Ngoc Long Nguyen, Jérémy Anger, Axel Davy, Pablo Arias, and Gabriele Facciolo. Self-supervised multi- image super-resolution for push-frame satellite images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1121–1131, 2021. 42, 43

  144. [152]

    M2trans: Multi-modal regularized coarse-to-fine transformer for ultrasound image super-resolution

    Zhangkai Ni, Runyu Xiao, Wenhan Yang, Hanli Wang, Zhihua Wang, Lihua Xiang, and Liping Sun. M2trans: Multi-modal regularized coarse-to-fine transformer for ultrasound image super-resolution. IEEE Journal of Biomedical and Health Informatics, pages 1–12, 2024. 11, 36, 37

  145. [153]

    Video gen- eration models as world simulators

    OpenAI, Tim Brooks, Bill Peebles, Connor Holmes, Will DePue, Yufei Guo, Li Jing, David Schnurr, Joe Taylor, Troy Luhman, Eric Luhman, Clarence Ng, Ricky Wang, and Aditya Ramesh. Video gen- eration models as world simulators. https://openai.com/research/video-generation- models...

  146. [154]

    Clib-fiqa: face image quality assessment with confidence calibration

    Fu-Zhao Ou, Chongyi Li, Shiqi Wang, and Sam Kwong. Clib-fiqa: face image quality assessment with confidence calibration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1694–1704, 2024. 7, 17

  147. [155]

    Vision foundation models for computed tomography

    Suraj Pai, Ibrahim Hadzic, Dennis Bontempi, Keno Bressem, Benjamin H Kann, Andriy Fedorov, Raymond H Mak, and Hugo JWL Aerts. Vision foundation models for computed tomography. arXiv preprint arXiv:2501.09001, 2025. 35

  148. [156]

    Exploiting deep generative prior for versatile image restoration and manipulation

    Xingang Pan, Xiaohang Zhan, Bo Dai, Dahua Lin, Chen Change Loy, and Ping Luo. Exploiting deep generative prior for versatile image restoration and manipulation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(11):7474–7489, 2021. 44

  149. [157]

    All-in-one image restoration for unknown degradations using adaptive discriminative filters for specific degradations

    Dongwon Park, Byung Hyun Lee, and Se Young Chun. All-in-one image restoration for unknown degradations using adaptive discriminative filters for specific degradations. In2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5815–5824. IEEE, 2023. 44

  150. [158]

    Goex: Perspectives and designs towards a runtime for autonomous llm applications

    Shishir G Patil, Tianjun Zhang, Vivian Fang, Roy Huang, Aaron Hao, Martin Casado, Joseph E Gonzalez, Raluca Ada Popa, Ion Stoica, et al. Goex: Perspectives and designs towards a runtime for autonomous llm applications. arXiv preprint arXiv:2404.06921, 2024. 7

  151. [159]

    An end-to-end pipeline perspective on video streaming in best-effort networks: a survey and tutorial

    Leonardo Peroni and Sergey Gorinsky. An end-to-end pipeline perspective on video streaming in best-effort networks: a survey and tutorial. ACM Computing Surveys, 2024. 43

  152. [160]

    Promptir: Prompting for all-in-one image restoration

    Vaishnav Potlapalli, Syed Waqas Zamir, Salman H Khan, and Fahad Shahbaz Khan. Promptir: Prompting for all-in-one image restoration. Advances in Neural Information Processing Systems, 36:71275–71293,

  153. [161]

    Landsat super-resolution enhancement using convolution neural networks and sentinel-2 for training

    Darren Pouliot, Rasim Latifovic, Jon Pasher, and Jason Duffe. Landsat super-resolution enhancement using convolution neural networks and sentinel-2 for training. Remote Sensing, 10(3):394, 2018. 42

  154. [162]

    Evaluation and development of deep neural networks for image super-resolution in optical microscopy

    Chang Qiao, Di Li, Yuting Guo, Chong Liu, Tao Jiang, Qionghai Dai, and Dong Li. Evaluation and development of deep neural networks for image super-resolution in optical microscopy. Nature methods, 18(2):194–202, 2021. 32

  155. [163]

    Progressive image deraining networks: A better and simpler baseline

    Dongwei Ren, Wangmeng Zuo, Qinghua Hu, Pengfei Zhu, and Deyu Meng. Progressive image deraining networks: A better and simpler baseline. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3937–3946, 2019. 4

  156. [164]

    Revisiting image deblurring with an efficient convnet

    Lingyan Ruan, Mojtaba Bemana, Hans-peter Seidel, Karol Myszkowski, and Bin Chen. Revisiting image deblurring with an efficient convnet. arXiv preprint arXiv:2302.02234, 2023. 9

  157. [165]

    Learning to deblur using light field generated and real defocus images

    Lingyan Ruan, Bin Chen, Jizhou Li, and Miuling Lam. Learning to deblur using light field generated and real defocus images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 16304–16313, 2022. 9

  158. [166]

    Image super-resolution via iterative refinement

    Chitwan Saharia, Jonathan Ho, William Chan, Tim Salimans, David J Fleet, and Mohammad Norouzi. Image super-resolution via iterative refinement. IEEE transactions on pattern analysis and machine intelligence, 45(4):4713–4726, 2022. 4, 44 54

  159. [167]

    Super-resolution microscopy demystified

    Lothar Schermelleh, Alexia Ferrand, Thomas Huser, Christian Eggeling, Markus Sauer, Oliver Biehlmaier, and Gregor PC Drummen. Super-resolution microscopy demystified. Nature cell biology, 21(1):72–84,

  160. [168]

    Simulation-based lidar super-resolution for ground vehicles

    Tixiao Shan, Jinkun Wang, Fanfei Chen, Paul Szenher, and Brendan Englot. Simulation-based lidar super-resolution for ground vehicles. Robotics and Autonomous Systems, 134:103647, 2020. 4

  161. [169]

    The effects of super-resolution on object detection performance in satellite imagery

    Jacob Shermeyer and Adam Van Etten. The effects of super-resolution on object detection performance in satellite imagery. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019. 4, 24, 42, 43

  162. [170]

    Real-time single image and video super-resolution using an efficient sub- pixel convolutional neural network

    Wenzhe Shi, Jose Caballero, Ferenc Huszár, 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 Proceedings of the IEEE conference on comput...

  163. [171]

    Addersr: Towards energy efficient image super-resolution

    Dehua Song, Yunhe Wang, Hanting Chen, Chang Xu, Chunjing Xu, and DaCheng Tao. Addersr: Towards energy efficient image super-resolution. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 15648–15657, 2021. 43

  164. [172]

    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. 9

  165. [173]

    US-CASE: Ultrasound Cases Dataset

    FUJIFILM Healthcare Europe & SonoSkills. US-CASE: Ultrasound Cases Dataset. http:// www.ultrasoundcases.info/Cases-Home.aspx, 2025. 11, 36

  166. [174]

    J. J. Staal, M. D. Abràmoff, M. Niemeijer, M. A. Viergever, and B. van Ginneken. Ridge-based vessel segmentation in color images of the retina. IEEE Transactions on Medical Imaging, 23(4):501–509, 2004. 11, 36

  167. [175]

    Cognitive architectures for language agents

    Theodore Sumers, Shunyu Yao, Karthik Narasimhan, and Thomas Griffiths. Cognitive architectures for language agents. Transactions on Machine Learning Research, 2023. 45

  168. [176]

    Pixel-level and semantic-level adjustable super-resolution: A dual-lora approach

    Lingchen Sun, Rongyuan Wu, Zhiyuan Ma, Shuaizheng Liu, Qiaosi Yi, and Lei Zhang. Pixel-level and semantic-level adjustable super-resolution: A dual-lora approach. arXiv preprint arXiv:2412.03017, 2024. 4, 9, 11, 12, 13, 14, 15, 18, 19, 20, 25, 26, 27, 44

  169. [177]

    Image super-resolution via deep recursive residual network

    Ying Tai, Jian Yang, and Xiaoming Liu. Image super-resolution via deep recursive residual network. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 3147–3155, 2017. 32

  170. [178]

    Memnet: A persistent memory network for image restoration

    Ying Tai, Jian Yang, Xiaoming Liu, and Chunyan Xu. Memnet: A persistent memory network for image restoration. In Proceedings of the IEEE international conference on computer vision, pages 4539–4547,

  171. [179]

    Scale-recurrent network for deep image deblurring

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

  172. [180]

    A new approach for super resolution object detection using an image slicing algorithm and the segment anything model

    Muhammed Telçeken, Devrim Akgun, Sezgin Kacar, and Bunyamin Bingol. A new approach for super resolution object detection using an image slicing algorithm and the segment anything model. Sensors, 24(14):4526, 2024. 42

  173. [181]

    Super-resolution microscopy: a comparison of commercially available options

    Jennifer A Thorley, Jeremy Pike, and Joshua Z Rappoport. Super-resolution microscopy: a comparison of commercially available options. In Fluorescence microscopy, pages 199–212. Elsevier, 2014. 30

  174. [182]

    Between life and death: strategies to reduce phototoxicity in super-resolution microscopy

    Kalina L Tosheva, Yue Yuan, Pedro Matos Pereira, Siân Culley, and Ricardo Henriques. Between life and death: strategies to reduce phototoxicity in super-resolution microscopy. Journal of Physics D: Applied Physics, 53(16):163001, 2020. 30

  175. [183]

    Maxim: Multi-axis mlp for image processing

    Zhengzhong Tu, Hossein Talebi, Han Zhang, Feng Yang, Peyman Milanfar, Alan Bovik, and Yinxiao Li. Maxim: Multi-axis mlp for image processing. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5769–5780, 2022. 4, 9, 44

  176. [184]

    Ugc-vqa: Benchmarking blind video quality assessment for user generated content

    Zhengzhong Tu, Yilin Wang, Neil Birkbeck, Balu Adsumilli, and Alan C Bovik. Ugc-vqa: Benchmarking blind video quality assessment for user generated content. IEEE Transactions on Image Processing, 30:4449–4464, 2021. 4 55

  177. [185]

    Medical image super- resolution for smart healthcare applications: A comprehensive survey

    Sabina Umirzakova, Shabir Ahmad, Latif U Khan, and Taegkeun Whangbo. Medical image super- resolution for smart healthcare applications: A comprehensive survey. Information Fusion, 103:102075,

  178. [186]

    Transweather: Transformer-based restoration of images degraded by adverse weather conditions

    Jeya Maria Jose Valanarasu, Rajeev Yasarla, and Vishal M Patel. Transweather: Transformer-based restoration of images degraded by adverse weather conditions. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2353–2363, 2022. 44

  179. [187]

    Conditional image generation with pixelcnn decoders

    Aaron Van den Oord, Nal Kalchbrenner, Lasse Espeholt, Oriol Vinyals, Alex Graves, et al. Conditional image generation with pixelcnn decoders. Advances in neural information processing systems, 29, 2016. 44

  180. [188]

    Veo-Team, Agrim Gupta, Ali Razavi, Andeep Toor, Ankush Gupta, Dumitru Erhan, Eleni Shaw, Eric Lau, Frank Belletti, Gabe Barth-Maron, Gregory Shaw, Hakan Erdogan, Hakim Sidahmed, Henna Nandwani, Hernan Moraldo, Hyunjik Kim, Irina Blok, Jeff Donahue, José Lezama, Kory Mathewson,...

  181. [189]

    Research - low vision accessibility task force

    W3C. Research - low vision accessibility task force. https://www.w3.org/WAI/GL/low- vision-a11y-tf/wiki/Research, 2025. 43

  182. [190]

    Omni aggregation networks for lightweight image super-resolution

    Hang Wang, Xuanhong Chen, Bingbing Ni, Yutian Liu, and Jinfan Liu. Omni aggregation networks for lightweight image super-resolution. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22378–22387, 2023. 32

  183. [191]

    Exploring clip for assessing the look and feel of images

    Jianyi Wang, Kelvin CK Chan, and Chen Change Loy. Exploring clip for assessing the look and feel of images. In Proceedings of the AAAI conference on artificial intelligence, volume 37, pages 2555–2563,

  184. [192]

    Exploit- ing diffusion prior for real-world image super-resolution

    Jianyi Wang, Zongsheng Yue, Shangchen Zhou, Kelvin CK Chan, and Chen Change Loy. Exploit- ing diffusion prior for real-world image super-resolution. International Journal of Computer Vision, 132(12):5929–5949, 2024. 4, 14, 15, 44

  185. [193]

    Hybrid attention-based u-shaped network for remote sensing image super-resolution

    Jiarui Wang, Binglu Wang, Xiaoxu Wang, Yongqiang Zhao, and Teng Long. Hybrid attention-based u-shaped network for remote sensing image super-resolution. IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023. 25, 26, 27

  186. [194]

    Videoagent: Long-form video understanding with large language model as agent

    Xiaohan Wang, Yuhui Zhang, Orr Zohar, and Serena Yeung-Levy. Videoagent: Long-form video understanding with large language model as agent. In European Conference on Computer Vision, pages 58–76. Springer, 2024. 45

  187. [195]

    Chestx-ray8: Hospital-scale chest x-ray database and benchmarks on weakly-supervised classification and localization of common thorax diseases

    Xiaosong Wang, Yifan Peng, Le Lu, Zhiyong Lu, Mohammadhadi Bagheri, and Ronald M Summers. Chestx-ray8: Hospital-scale chest x-ray database and benchmarks on weakly-supervised classification and localization of common thorax diseases. In Proceedings of the IEEE conference on co...

  188. [196]

    Towards real-world blind face restoration with generative facial prior

    Xintao Wang, Yu Li, Honglun Zhang, and Ying Shan. Towards real-world blind face restoration with generative facial prior. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9168–9178, 2021. 9, 11, 17

  189. [197]

    Real-esrgan: Training real-world blind super-resolution with pure synthetic data

    Xintao Wang, Liangbin Xie, Chao Dong, and Ying Shan. Real-esrgan: Training real-world blind super-resolution with pure synthetic data. In Proceedings of the IEEE/CVF international conference on computer vision, pages 1905–1914, 2021. 4, 44

  190. [198]

    Esrgan: Enhanced super-resolution generative adversarial networks

    Xintao Wang, Ke Yu, Shixiang Wu, Jinjin Gu, Yihao Liu, Chao Dong, Yu Qiao, and Chen Change Loy. Esrgan: Enhanced super-resolution generative adversarial networks. In Proceedings of the European conference on computer vision (ECCV) workshops, 2018. 4

  191. [199]

    A fully progressive approach to single-image super-resolution

    Yifan Wang, Federico Perazzi, Brian McWilliams, Alexander Sorkine-Hornung, Olga Sorkine-Hornung, and Christopher Schroers. A fully progressive approach to single-image super-resolution. In Proceedings of the IEEE conference on computer vision and pattern recognition workshops,...

  192. [200]

    Zero-shot image restoration using denoising diffusion null- space model

    Yinhuai Wang, Jiwen Yu, and Jian Zhang. Zero-shot image restoration using denoising diffusion null- space model. arXiv preprint arXiv:2212.00490, 2022. 44 56

  193. [201]

    Sinsr: diffusion-based image super-resolution in a single step

    Yufei Wang, Wenhan Yang, Xinyuan Chen, Yaohui Wang, Lanqing Guo, Lap-Pui Chau, Ziwei Liu, Yu Qiao, Alex C Kot, and Bihan Wen. Sinsr: diffusion-based image super-resolution in a single step. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, p...

  194. [202]

    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 pattern recognition, pages 17683–17693, 2022. 44

  195. [203]

    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, 2020. 4

  196. [204]

    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. 8, 11

  197. [205]

    Multiscale structural similarity for image quality assessment

    Zhou Wang, Eero P Simoncelli, and Alan C Bovik. Multiscale structural similarity for image quality assessment. In The Thrity-Seventh Asilomar Conference on Signals, Systems & Computers, 2003 , volume 2, pages 1398–1402. Ieee, 2003. 36

  198. [206]

    Diffusiondb: A large-scale prompt gallery dataset for text-to-image generative models

    Zijie J Wang, Evan Montoya, David Munechika, Haoyang Yang, Benjamin Hoover, and Duen Horng Chau. Diffusiondb: A large-scale prompt gallery dataset for text-to-image generative models. arXiv preprint arXiv:2210.14896, 2022. 11, 22, 23

  199. [207]

    Deep retinex decomposition for low-light enhancement

    Chen Wei, Wenjing Wang, Wenhan Yang, and Jiaying Liu. Deep retinex decomposition for low-light enhancement. arXiv preprint arXiv:1808.04560, 2018. 4

  200. [208]

    Chain-of-thought prompting elicits reasoning in large language models

    Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35:24824–24837, 2022. 4, 45

  201. [209]

    Component divide-and-conquer for real-world image super-resolution

    Pengxu Wei, Ziwei Xie, Hannan Lu, Zongyuan Zhan, Qixiang Ye, Wangmeng Zuo, and Liang Lin. Component divide-and-conquer for real-world image super-resolution. In Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part VIII 16, pag...

  202. [210]

    Content-aware image restoration: pushing the limits of fluorescence microscopy

    Martin Weigert, Uwe Schmidt, Tobias Boothe, Andreas Müller, Alexandr Dibrov, Akanksha Jain, Ben- jamin Wilhelm, Deborah Schmidt, Coleman Broaddus, Siân Culley, et al. Content-aware image restoration: pushing the limits of fluorescence microscopy. Nature methods, 15(12):1090–10...

  203. [211]

    One-step effective diffusion network for real-world image super-resolution

    Rongyuan Wu, Lingchen Sun, Zhiyuan Ma, and Lei Zhang. One-step effective diffusion network for real-world image super-resolution. Advances in Neural Information Processing Systems, 37:92529–92553,

  204. [212]

    Seesr: Towards semantics-aware real-world image super-resolution

    Rongyuan Wu, Tao Yang, Lingchen Sun, Zhengqiang Zhang, Shuai Li, and Lei Zhang. Seesr: Towards semantics-aware real-world image super-resolution. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 25456–25467, 2024. 4, 14, 15, 44

  205. [213]

    Ridcp: Revitalizing real image dehazing via high-quality codebook priors

    Rui-Qi Wu, Zheng-Peng Duan, Chun-Le Guo, Zhi Chai, and Chongyi Li. Ridcp: Revitalizing real image dehazing via high-quality codebook priors. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 22282–22291, 2023. 9

  206. [214]

    Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis

    Xiaoshi Wu, Yiming Hao, Keqiang Sun, Yixiong Chen, Feng Zhu, Rui Zhao, and Hongsheng Li. Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis. arXiv preprint arXiv:2306.09341, 2023. 6

  207. [215]

    Efficient non-local contrastive attention for image super-resolution

    Bin Xia, Yucheng Hang, Yapeng Tian, Wenming Yang, Qingmin Liao, and Jie Zhou. Efficient non-local contrastive attention for image super-resolution. In Proceedings of the AAAI conference on artificial intelligence, volume 36, pages 2759–2767, 2022. 32

  208. [216]

    Diffir: Efficient diffusion model for image restoration

    Bin Xia, Yulun Zhang, Shiyin Wang, Yitong Wang, Xinglong Wu, Yapeng Tian, Wenming Yang, and Luc Van Gool. Diffir: Efficient diffusion model for image restoration. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 13095–13105, 2023. 44

  209. [217]

    Dota: A large-scale dataset for object detection in aerial images

    Gui-Song Xia, Xiang Bai, Jian Ding, Zhen Zhu, Serge Belongie, Jiebo Luo, Mihai Datcu, Marcello Pelillo, and Liangpei Zhang. Dota: A large-scale dataset for object detection in aerial images. In 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3974–398...

  210. [218]

    Aid: A benchmark data set for performance evaluation of aerial scene classification

    Gui-Song Xia, Jingwen Hu, Fan Hu, Baoguang Shi, Xiang Bai, Yanfei Zhong, Liangpei Zhang, and Xiaoqiang Lu. Aid: A benchmark data set for performance evaluation of aerial scene classification. IEEE Transactions on Geoscience and Remote Sensing, 55(7):3965–3981, 2017. 11, 24

  211. [219]

    Mmedagent-rl: Optimizing multi-agent collaboration for multimodal medical reasoning

    Peng Xia, Jinglu Wang, Yibo Peng, Kaide Zeng, Xian Wu, Xiangru Tang, Hongtu Zhu, Yun Li, Shujie Liu, Yan Lu, et al. Mmedagent-rl: Optimizing multi-agent collaboration for multimodal medical reasoning. arXiv preprint arXiv:2506.00555, 2025. 45

  212. [220]

    Online video super-resolution with convolutional kernel bypass grafts

    Jun Xiao, Xinyang Jiang, Ningxin Zheng, Huan Yang, Yifan Yang, Yuqing Yang, Dongsheng Li, and Kin-Man Lam. Online video super-resolution with convolutional kernel bypass grafts. IEEE Transactions on Multimedia, 25:8972–8987, 2023. 40

  213. [221]

    Balanced distortion and perception in single-image super-resolution based on optimal transport in wavelet domain

    Jun Xiao, Tianshan Liu, Rui Zhao, and Kin-Man Lam. Balanced distortion and perception in single-image super-resolution based on optimal transport in wavelet domain. Neurocomputing, 464:408–420, 2021. 44

  214. [222]

    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. IEEE Transactions on Multimedia, 2024. 25

  215. [223]

    Ediffsr: An efficient dif- fusion probabilistic model for remote sensing image super-resolution

    Yi Xiao, Qiangqiang Yuan, Kui Jiang, Jiang He, Xianyu Jin, and Liangpei Zhang. Ediffsr: An efficient dif- fusion probabilistic model for remote sensing image super-resolution. IEEE Transactions on Geoscience and Remote Sensing, 62:1–14, 2023. 25

  216. [224]

    Sana: Efficient high-resolution image synthesis with linear diffusion transformers

    Enze Xie, Junsong Chen, Junyu Chen, Han Cai, Haotian Tang, Yujun Lin, Zhekai Zhang, Muyang Li, Ligeng Zhu, Yao Lu, et al. Sana: Efficient high-resolution image synthesis with linear diffusion transformers. arXiv preprint arXiv:2410.10629, 2024. 22

  217. [225]

    Low-dose chest x-ray image super- resolution using generative adversarial nets with spectral normalization

    Liming Xu, Xianhua Zeng, Zhiwei Huang, Weisheng Li, and He Zhang. Low-dose chest x-ray image super- resolution using generative adversarial nets with spectral normalization. Biomedical Signal Processing and Control, 55:101600, 2020. 36

  218. [226]

    A comparative study of different level interpolations for improving spatial resolution in diffusion tensor imaging

    Feng Yang, Yue-Min Zhu, Jian-Hua Luo, Marc Robini, Jie Liu, and Pierre Croisille. A comparative study of different level interpolations for improving spatial resolution in diffusion tensor imaging. IEEE Journal of Biomedical and Health Informatics, 18(4):1317–1327, 2014. 36

  219. [227]

    Image super-resolution via sparse representa- tion

    Jianchao Yang, John Wright, Thomas S Huang, and Yi Ma. Image super-resolution via sparse representa- tion. IEEE transactions on image processing, 19(11):2861–2873, 2010. 4

  220. [228]

    Maniqa: Multi-dimension attention network for no-reference image quality assessment

    Sidi Yang, Tianhe Wu, Shuwei Shi, Shanshan Lao, Yuan Gong, Mingdeng Cao, Jiahao Wang, and Yujiu Yang. Maniqa: Multi-dimension attention network for no-reference image quality assessment. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, page...

  221. [229]

    Pixel-aware stable diffusion for realistic image super-resolution and personalized stylization

    Tao Yang, Rongyuan Wu, Peiran Ren, Xuansong Xie, and Lei Zhang. Pixel-aware stable diffusion for realistic image super-resolution and personalized stylization. In European Conference on Computer Vision, pages 74–91. Springer, 2024. 14, 15, 44

  222. [230]

    Advancing biological super-resolution microscopy through deep learning: a brief review

    Tianjie Yang, Yaoru Luo, Wei Ji, and Ge Yang. Advancing biological super-resolution microscopy through deep learning: a brief review. Biophysics Reports, 7(4):253, 2021. 30

  223. [231]

    Neural degradation rep- resentation learning for all-in-one image restoration

    Mingde Yao, Ruikang Xu, Yuanshen Guan, Jie Huang, and Zhiwei Xiong. Neural degradation rep- resentation learning for all-in-one image restoration. IEEE Transactions on Image Processing, 2024. 44

  224. [232]

    React: Synergizing reasoning and acting in language models

    Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In International Conference on Learning Representations (ICLR), 2023. 4, 45

  225. [233]

    From patches to pictures (paq-2-piq): Mapping the perceptual space of picture quality

    Zhenqiang Ying, Haoran Niu, Praful Gupta, Dhruv Mahajan, Deepti Ghadiyaram, and Alan Bovik. From patches to pictures (paq-2-piq): Mapping the perceptual space of picture quality. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3575–3...

  226. [234]

    Enriched cnn-transformer feature aggregation networks for super-resolution

    Jinsu Yoo, Taehoon Kim, Sihaeng Lee, Seung Hwan Kim, Honglak Lee, and Tae Hyun Kim. Enriched cnn-transformer feature aggregation networks for super-resolution. In Proceedings of the IEEE/CVF winter conference on applications of computer vision, pages 4956–4965, 2023. 32

  227. [235]

    Ct super-resolution gan constrained by the identical, residual, and cycle learning ensemble (gan-circle)

    Chenyu You, Guang Li, Yi Zhang, Xiaoliu Zhang, Hongming Shan, Mengzhou Li, Shenghong Ju, Zhen Zhao, Zhuiyang Zhang, Wenxiang Cong, et al. Ct super-resolution gan constrained by the identical, residual, and cycle learning ensemble (gan-circle). IEEE transactions on medical imag...

  228. [236]

    Depicting beyond scores: Advancing image quality assessment through multi-modal language models

    Zhiyuan You, Zheyuan Li, Jinjin Gu, Zhenfei Yin, Tianfan Xue, and Chao Dong. Depicting beyond scores: Advancing image quality assessment through multi-modal language models. In European Conference on Computer Vision, pages 259–276. Springer, 2024. 8, 9

  229. [237]

    Free-form image inpainting with gated convolution

    Jiahui Yu, Zhe Lin, Jimei Yang, Xiaohui Shen, Xin Lu, and Thomas S Huang. Free-form image inpainting with gated convolution. In Proceedings of the IEEE/CVF international conference on computer vision, pages 4471–4480, 2019. 44

  230. [238]

    A general survey on medical image super-resolution via deep learning

    Miao Yu, Zhenghua Xu, and Thomas Lukasiewicz. A general survey on medical image super-resolution via deep learning. Computers in Biology and Medicine, 193:110345, Jul 2025. 35

  231. [239]

    Difface: Blind face restoration with diffused error contraction

    Zongsheng Yue and Chen Change Loy. Difface: Blind face restoration with diffused error contraction. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024. 9, 17

  232. [240]

    Resshift: Efficient diffusion model for image super- resolution by residual shifting

    Zongsheng Yue, Jianyi Wang, and Chen Change Loy. Resshift: Efficient diffusion model for image super- resolution by residual shifting. Advances in Neural Information Processing Systems, 36:13294–13307,

  233. [241]

    Restormer: Efficient transformer for high-resolution image restoration

    Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan, and Ming-Hsuan Yang. Restormer: Efficient transformer for high-resolution image restoration. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5728–5739, 2...

  234. [242]

    Learning enriched features for real image restoration and enhancement

    Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan, Ming-Hsuan Yang, and Ling Shao. Learning enriched features for real image restoration and enhancement. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Procee...

  235. [243]

    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 Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 14821–14831, 2021. 9

  236. [244]

    On single image scale-up using sparse-representations

    Roman Zeyde, Michael Elad, and Matan Protter. On single image scale-up using sparse-representations. In International conference on curves and surfaces, pages 711–730. Springer, 2010. 11

  237. [245]

    Achieving on-mobile real-time super-resolution with neural architecture and pruning search

    Zheng Zhan, Yifan Gong, Pu Zhao, Geng Yuan, Wei Niu, Yushu Wu, Tianyun Zhang, Malith Jayaweera, David Kaeli, Bin Ren, et al. Achieving on-mobile real-time super-resolution with neural architecture and pruning search. In Proceedings of the IEEE/CVF international conference on c...

  238. [246]

    Video super-resolution and caching—an edge-assisted adaptive video streaming solution

    Aoyang Zhang, Qing Li, Ying Chen, Xiaoteng Ma, Longhao Zou, Yong Jiang, Zhimin Xu, and Gabriel- Miro Muntean. Video super-resolution and caching—an edge-assisted adaptive video streaming solution. IEEE Transactions on Broadcasting, 67(4):799–812, 2021. 43

  239. [247]

    All-in-one multi-degradation image restoration network via hierarchical degradation representation

    Cheng Zhang, Yu Zhu, Qingsen Yan, Jinqiu Sun, and Yanning Zhang. All-in-one multi-degradation image restoration network via hierarchical degradation representation. In Proceedings of the 31st ACM international conference on multimedia, pages 2285–2293, 2023. 44

  240. [248]

    Swinfir: Revisiting the swinir with fast fourier convolution and improved training for image super-resolution

    Dafeng Zhang, Feiyu Huang, Shizhuo Liu, Xiaobing Wang, and Zhezhu Jin. Swinfir: Revisiting the swinir with fast fourier convolution and improved training for image super-resolution. arXiv preprint arXiv:2208.11247, 2022. 9

  241. [249]

    Diffusion-4k: Ultra-high-resolution image synthesis with latent diffusion models

    Jinjin Zhang, Qiuyu Huang, Junjie Liu, Xiefan Guo, and Di Huang. Diffusion-4k: Ultra-high-resolution image synthesis with latent diffusion models. arXiv preprint arXiv:2503.18352, 2025. 20, 22

  242. [250]

    Plug-and-play image restoration with deep denoiser prior

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

  243. [251]

    Designing a practical degradation model for deep blind image super-resolution

    Kai Zhang, Jingyun Liang, Luc Van Gool, and Radu Timofte. Designing a practical degradation model for deep blind image super-resolution. In Proceedings of the IEEE/CVF international conference on computer vision, pages 4791–4800, 2021. 4, 11, 18, 44

  244. [252]

    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. 4, 44

  245. [253]

    Coarse-to-fine learning for single- image super-resolution

    Kaibing Zhang, Dacheng Tao, Xinbo Gao, Xuelong Li, and Jie Li. Coarse-to-fine learning for single- image super-resolution. IEEE transactions on neural networks and learning systems, 28(5):1109–1122,

  246. [254]

    A super-resolution reconstruction algorithm for surveillance images

    Liangpei Zhang, Hongyan Zhang, Huanfeng Shen, and Pingxiang Li. A super-resolution reconstruction algorithm for surveillance images. Signal Processing, 90(3):848–859, 2010. 4

  247. [255]

    A feature-enriched completely blind image quality evaluator

    Lin Zhang, Lei Zhang, and Alan C Bovik. A feature-enriched completely blind image quality evaluator. IEEE Transactions on Image Processing, 24(8):2579–2591, 2015. 6

  248. [256]

    Fsim: A feature similarity index for image quality assessment

    Lin Zhang, Lei Zhang, Xuanqin Mou, and David Zhang. Fsim: A feature similarity index for image quality assessment. IEEE transactions on Image Processing, 20(8):2378–2386, 2011. 36

  249. [257]

    The unreasonable effectiveness of deep features as a perceptual metric

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 586–595, 2018. 11

  250. [258]

    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. 37

  251. [259]

    Edge-oriented convolution block for real-time super resolution on mobile devices

    Xindong Zhang, Hui Zeng, and Lei Zhang. Edge-oriented convolution block for real-time super resolution on mobile devices. In Proceedings of the 29th ACM international conference on multimedia , pages 4034–4043, 2021. 43

  252. [260]

    Quantum imaging of biological organisms through spatial and polarization entanglement

    Yide Zhang, Zhe He, Xin Tong, David C Garrett, Rui Cao, and Lihong V Wang. Quantum imaging of biological organisms through spatial and polarization entanglement. Science Advances, 10(10):eadk1495,

  253. [261]

    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 Proceedings of the European conference on computer vision (ECCV), pages 286–301, 2018. 11, 34, 44

  254. [262]

    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 Proceedings of the IEEE conference on computer vision and pattern recognition, pages 2472–2481, 2018. 4, 34, 44

  255. [263]

    Enhancing web agents with explicit rollback mechanisms

    Zhisong Zhang, Tianqing Fang, Kaixin Ma, Wenhao Yu, Hongming Zhang, Haitao Mi, and Dong Yu. Enhancing web agents with explicit rollback mechanisms. arXiv preprint arXiv:2504.11788, 2025. 7

  256. [264]

    Channel splitting network for single mr image super-resolution

    Xiaole Zhao, Yulun Zhang, Tao Zhang, and Xueming Zou. Channel splitting network for single mr image super-resolution. IEEE transactions on image processing, 28(11):5649–5662, 2019. 42

  257. [265]

    Video quality assessment: A comprehensive survey

    Qi Zheng, Yibo Fan, Leilei Huang, Tianyu Zhu, Jiaming Liu, Zhijian Hao, Shuo Xing, Chia-Ju Chen, Xiongkuo Min, Alan C Bovik, et al. Video quality assessment: A comprehensive survey. arXiv preprint arXiv:2412.04508, 2024. 8

  258. [266]

    Towards robust blind face restoration with codebook lookup transformer.Advances in Neural Information Processing Systems, 35:30599–30611,

    Shangchen Zhou, Kelvin Chan, Chongyi Li, and Chen Change Loy. Towards robust blind face restoration with codebook lookup transformer.Advances in Neural Information Processing Systems, 35:30599–30611,

  259. [267]

    Q-agent: Quality-driven chain-of-thought image restoration agent through robust multimodal large language model

    Yingjie Zhou, Jiezhang Cao, Zicheng Zhang, Farong Wen, Yanwei Jiang, Jun Jia, Xiaohong Liu, Xiongkuo Min, and Guangtao Zhai. Q-agent: Quality-driven chain-of-thought image restoration agent through robust multimodal large language model. arXiv preprint arXiv:2504.07148, 2025. 45

  260. [268]

    Reagent-v: A reward-driven multi-agent framework for video understanding

    Yiyang Zhou, Yangfan He, Yaofeng Su, Siwei Han, Joel Jang, Gedas Bertasius, Mohit Bansal, and Huaxiu Yao. Reagent-v: A reward-driven multi-agent framework for video understanding. arXiv preprint arXiv:2506.01300, 2025. 45

  261. [269]

    An intelligent agentic system for complex image restoration problems

    Kaiwen Zhu, Jinjin Gu, Zhiyuan You, Yu Qiao, and Chao Dong. An intelligent agentic system for complex image restoration problems. arXiv preprint arXiv:2410.17809, 2024. 4, 7, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 25, 26, 27, 39, 45

  262. [270]

    Mwformer: Multi-weather image restoration using degradation-aware transformers

    Ruoxi Zhu, Zhengzhong Tu, Jiaming Liu, Alan C Bovik, and Yibo Fan. Mwformer: Multi-weather image restoration using degradation-aware transformers. IEEE Transactions on Image Processing, 2024. 44

  263. [271]

    Contrast limited adaptive histogram equalization

    Karel J Zuiderveld et al. Contrast limited adaptive histogram equalization. Graphics gems, 4(1):474–485,

  264. [2024]

    4, 9, 11, 12, 13, 14, 15, 18, 19, 20, 25, 26, 27, 44

Pith tools

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