Pith. sign in

REVIEW 4 major objections 4 minor 129 references

A Survey of Deep Learning Video Super-Resolution

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

Pith's one-line read This survey proposes a five-part taxonomy that organizes deep-learning video super-resolution models by input, alignment, fusion, refinement, and upsampling choices.

desk verdict Useful component-level taxonomy of VSR models, but the 'first-of-its-kind' claim and benchmark-table transcription errors need fixing before this survey can be fully trusted. read the letter →

arxiv 2506.03216 v1 pith:4NHUW436 submitted 2025-06-03 eess.IV cs.CVcs.LG

classification eess.IVcs.CVcs.LG
keywords videosuper-resolutiondeeplearningtaxonomyalignmentfusionupsamplingrecurrentneuralnetworkssurvey
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper is a survey of deep-learning video super-resolution (VSR). It sets out to show that every VSR model can be understood as a combination of five methodological components — input, alignment, fusion, refinement, and upsampling — and to classify the literature according to the options chosen for each. It claims that this multi-level taxonomy, together with summary tables of models and reported performance, makes VSR model choices explainable and helps researchers select components for specific applications. The paper also claims to be the first survey to provide this multi-level view, extending an earlier single-layer taxonomy focused only on alignment. If the taxonomy is sound, it gives the field a shared language for comparing models and a guide for building new ones tailored to online, offline, or resource-constrained settings.

What carries the argument

The carrying object is a multi-level taxonomy of VSR components, shown in Fig. 3: five stages, each with named sub-options. For example, alignment branches into explicit (MEMC), implicit (deformable convolution), none, and hybrid; fusion branches into local, global, and hybrid; refinement branches into linear, residual, multi-stream, and recursive. Two tables operationalize the taxonomy: Table I classifies models by component choices, and Table II aligns those models with architecture, loss, datasets, size, and application mode (online/offline). The taxonomy works as a classification scheme that turns a scattered literature into comparable entries, and it is the source of the paper's trend statements and selection guidelines.

What would settle it

A reader could test the taxonomy by taking a newer or overlooked deep-learning VSR model whose pipeline does not fit any combination of the five component categories — for example, a model that interleaves alignment and upsampling inside a single learned operator — or by re-checking a substantial sample of Table II entries against the original papers; either finding would show that the mapping or its trend statements need revision.

Watch

Extended reading notes

Core claim

The central claim is that the diversity of deep-learning VSR can be captured by five axes. The input component is characterized by degradation type (bicubic, blur/Gaussian, real-world) and feed mode (sliding window, recurrent, hybrid); alignment by explicit motion estimation/compensation, implicit deformable convolution, no alignment, or hybrid; fusion by local, global, or hybrid; refinement by linear, residual, multi-stream, or recursive; upsampling by transposed convolution, pixel shuffle, or interpolation. Table I maps 25 published models onto these axes, and Table II records each model's architecture, loss, training/test data, and reported PSNR/SSIM. The paper argues that this mapping reveals trends — such as the predominance of sliding-window feeds and residual refinement, and the recent rise of recurrent and hybrid alignment — and that component choices are driven by architecture and deployment constraints. It presents this taxonomy as the first multi-level one for VSR, intended to make model selection more explainable.

Load-bearing premise

The survey's conclusions stand or fall on whether its curated tables are complete and faithful: every trend claim and selection guideline is derived from the model set and benchmark numbers in Tables I and II.

Editorial extensions

If this is right

  • Researchers can use Table I to see at a glance which component combinations have been tried and which have not, turning the taxonomy into a design space for new VSR models.
  • Application-driven selection becomes possible: unidirectional RNNs with hybrid feed suit online use, while bidirectional RNNs and transformers suit offline use where all frames are available.
  • The survey's trend analysis indicates that sliding-window input and residual refinement dominate, but sequential modelling with RNNs is increasing, often paired with hybrid alignment rather than explicit or implicit alignment.
  • Benchmark guidance follows: Vimeo-90K is the most common training set and Vid4 the most common test set, while REDS is recommended when large inter-frame motion matters.

Reading between the lines

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

  • If the taxonomy is adopted as a community convention, it could serve as a compact model-description language, letting future papers report a VSR architecture as a tuple of five component choices rather than a long prose description.
  • A natural next step not developed in the survey is to test whether component choices predict performance and efficiency: for instance, whether residual refinement and hybrid alignment consistently beat other combinations after controlling for model size.
  • The taxonomy's online/offline axis suggests a path toward fairer benchmarking: models with different input feeds may not be directly comparable, and future comparisons could report results separately for online and offline settings.
  • Users of Table II should treat reported PSNR/SSIM as transcribed values subject to transcription error and verify numbers against the original papers before drawing cross-model conclusions.
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 / 4 minor

Summary. This manuscript presents a survey of deep learning-based video super-resolution (VSR), organizing the field around a five-component taxonomy: input generation/feed, alignment, fusion, refinement, and upsampling. It reviews representative VSR models, summarizes their benchmark performance in two large tables, discusses network architectures, training losses, evaluation metrics, datasets, applications, and current challenges/trends, and closes with guidelines for component and architecture selection. The paper's central claim is to provide an 'overarching overview' and a reliable, explainable map for selecting VSR components, with a 'multi-level taxonomy' as its main contribution.

Significance. If the taxonomy and the two summary tables are accurate and complete, the survey would be a useful reference for practitioners, particularly in its component-level decomposition and in linking architectural choices to application constraints (online/offline, resource-limited). The paper also usefully catalogues loss functions, efficiency metrics, and emerging application domains. However, the survey's value depends heavily on the curated model inventory in Tables I and II and on the faithful transcription of benchmark numbers; the reported internal inconsistencies directly affect the reliability of the trend claims drawn from those tables. The novelty claim is overstated relative to the already-cited comprehensive survey [18], but the proposed multi-level component taxonomy is a reasonable organizing scheme that could still be valuable after the factual issues are addressed.

major comments (4)
  1. [Table I] The TecoGAN row in Table I has an empty citation bracket ('TecoGAN []'), and no corresponding entry appears in the reference list, making the model untraceable. Because the table is the stated evidence for several trend claims (e.g., 'the temporal sliding window remains the most commonly used input feed mechanism,' Sec. III-A-2), a missing citation in the main model inventory is a load-bearing defect that must be fixed by supplying the correct reference or removing the row if it cannot be verified.
  2. [Tables I and II] There is a model-identity inconsistency: the same reference [59] is labeled 'SPMC' in Table I but 'DRVSR' in Table II, and the test dataset is listed as 'SPMCS' in both places. Since Table II is meant to report objective performance for the models catalogued in Table I, the naming mismatch must be reconciled and the model name made consistent across both tables.
  3. [Table II, R2D2 row] The R2D2 entry reports Vid4 SSIM 0.9244, while the companion R2D2-lite row reports 0.8552 and other state-of-the-art models in the same table (BasicVSR++: 0.8400, TTVSR: 0.8643) are all below 0.87. The value 0.9244 is implausibly high for 4x Vid4 and strongly suggests a transcription error. Because the table is used to support qualitative and comparative statements about model performance, this value must be checked against the original paper and corrected.
  4. [Abstract and Sec. I] The paper claims to be a 'first-of-its-kind survey of deep learning-based VSR models,' yet the same introduction cites ref. [18], titled 'Video super-resolution based on deep learning: a comprehensive survey.' The dismissal of [18] as a single-layer taxonomy focusing only on alignment may or may not be fair, but the 'first-of-its-kind' claim is contradicted by the paper's own reference list. The authors should either remove the novelty claim or explicitly position their contribution as a new multi-level component taxonomy and updated synopsis, rather than the first survey.
minor comments (4)
  1. [Sec. III] The text refers to 'Fig. III provides a taxonomic categorisation,' but the figure is numbered 'Fig. 3' in the manuscript; the cross-reference should be corrected.
  2. [Sec. III-A-2] The sentence ending 'as observed in Table I' claims that the sliding window is the most common input feed; a quick count of Table I does support this, but the table also includes 'All Frames' (TTVSR) as a feed category that is not discussed as a separate input-feed option in Sec. III-A-2. The taxonomy and the table should be aligned on this category.
  3. [Sec. IV-A-3] The phrase 'commonly been used with sliding windows' appears in the encoder-decoder discussion; for readability, 'been' should be removed and the sentence structure tightened.
  4. [References] Reference [56] is given as 'Agrahari Baniya, G. Lee, P. Eklund, and S. Aryal, 2023' with no publication venue or arXiv identifier; please supply full bibliographic information.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper is a survey that reorganizes published external results; no derived prediction reduces to its inputs.

full rationale

This manuscript is a literature survey, not a derivation or prediction pipeline. Its central claims are the multi-level taxonomy of VSR components (input, alignment, fusion, refinement, upsampling) and the synopsis of models in Tables I and II. These claims are grounded in descriptions and citations of external published works, and the paper does not fit parameters, derive performance numbers, or make predictions that return to its own inputs. The authors' prior works appear as examples in the narrative (e.g., [40], [45], [56]), but no load-bearing argument reduces to those self-citations; the taxonomy and component categories are independent organizing choices applied to the cited literature. Possible transcription inconsistencies in Table II, such as the empty TecoGAN citation, the SPMC/DRVSR naming mismatch, and the anomalously high R2D2 SSIM value, are data-quality or correctness concerns, not circularity: the survey's statements are not equivalent by construction to any fitted parameter or self-referential equation. No step in the paper matches the enumerated circularity patterns, so the appropriate finding is no significant circularity.

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

This is a survey, so no new quantities are fitted and no entities are postulated. The central claim rests on the completeness and accuracy of the literature classification rather than on parameters or invented objects.

assumptions (3)
  • domain assumption The degradation model LR = (HR * k) downsampled by d plus noise n_s in Eq. (1) is the assumed forward model for video super-resolution.
    Sec. I introduces VSR as the inverse of this operation; the survey does not evaluate methods that assume different forward models.
  • ad hoc to paper The five-component decomposition (input, alignment, fusion, refinement, upsampling) is a sufficient and exhaustive description of VSR pipelines.
    Fig. 3 and Sec. III impose this taxonomy; the paper gives no systematic test showing the categories are complete or mutually exclusive.
  • domain assumption The benchmark metrics in Table II are accurate transcriptions from the original papers.
    All trend claims rest on these numbers; internal anomalies suggest the transcription is imperfect.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Survey of Deep Learning Video Super-Resolution." pith.science (2026). https://pith.science/paper/4NHUW436

@misc{pith2026250603216,
  author       = {Pith},
  title        = {Pith review of: A Survey of Deep Learning Video Super-Resolution},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4NHUW436}},
  note         = {Machine review of arXiv:2506.03216}
}
read the original abstract

Video super-resolution (VSR) is a prominent research topic in low-level computer vision, where deep learning technologies have played a significant role. The rapid progress in deep learning and its applications in VSR has led to a proliferation of tools and techniques in the literature. However, the usage of these methods is often not adequately explained, and decisions are primarily driven by quantitative improvements. Given the significance of VSR's potential influence across multiple domains, it is imperative to conduct a comprehensive analysis of the elements and deep learning methodologies employed in VSR research. This methodical analysis will facilitate the informed development of models tailored to specific application needs. In this paper, we present an overarching overview of deep learning-based video super-resolution models, investigating each component and discussing its implications. Furthermore, we provide a synopsis of key components and technologies employed by state-of-the-art and earlier VSR models. By elucidating the underlying methodologies and categorising them systematically, we identified trends, requirements, and challenges in the domain. As a first-of-its-kind survey of deep learning-based VSR models, this work also establishes a multi-level taxonomy to guide current and future VSR research, enhancing the maturation and interpretation of VSR practices for various practical applications.

Figures

Figures reproduced from arXiv: 2506.03216 by the authors.

Figure 1
Figure 1. Publication keyword cloud in last two decades with circle size representing number of occurrences and colour highlighting chronological occurrence. desired to learn the true nature of videos. As a result, there is a growing interest in developing VSR models for exploiting temporal dependencies between video frames and capturing long-term spatiotemporal patterns across the time domain. One popular approach is to use … view at source ↗
Figure 2
Figure 2. The number of publications in deep learning for video super-resolution [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Taxonomy for components across various stages in a VSR model based on the detailed discussion in Sec. III. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Highlight of VSR models from the literature based on discussions in Sec. III and IV. [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

129 extracted references · 63 canonical work pages

  1. [18]

    Video super-resolution based on deep learning: a comprehensive survey,

    H. Liu, Z. Ruan, P. Zhao, C. Dong, F. Shang, Y . Liu, L. Yang, and R. Timofte, “Video super-resolution based on deep learning: a comprehensive survey,”Artificial Intelligence Review, vol. 55, no. 8, pp. 5981–6035, 2022

  2. [59]

    Detail-revealing deep video super-resolution,

    X. Tao, H. Gao, R. Liao, J. Wang, and J. Jia, “Detail-revealing deep video super-resolution,” inProceedings of the IEEE International Conference on Computer Vision, 2017, pp. 4472–4480

  3. [1]

    Improving quality of experience by adaptive video streaming with super-resolution,

    Y . Zhang, Y . Zhang, Y . Wu, Y . Tao, K. Bian, P. Zhou, L. Song, and H. Tuo, “Improving quality of experience by adaptive video streaming with super-resolution,” inIEEE INFOCOM 2020-IEEE Conference on Computer Communications. IEEE, 2020, pp. 1957–1966

  4. [2]

    Mixed-dense connection networks for image and video super-resolution,

    K. Purohit, S. Mandal, and A. Rajagopalan, “Mixed-dense connection networks for image and video super-resolution,”Neurocomputing, vol. 398, pp. 360–376, 2020. 19

  5. [3]

    Attention-guided dual spatial-temporal non- local network for video super-resolution,

    W. Sun and Y . Zhang, “Attention-guided dual spatial-temporal non- local network for video super-resolution,”Neurocomputing, vol. 406, pp. 24–33, 2020

  6. [4]

    Dense- connected residual network for video super-resolution,

    X. Du, Y . Zhou, Y . Chen, Y . Zhang, J. Yang, and D. Jin, “Dense- connected residual network for video super-resolution,” in2019 IEEE International Conference on Multimedia and Expo (ICME), 2019, pp. 592–597

  7. [5]

    Classification- based video super-resolution using artificial neural networks,

    M.-H. Cheng, K.-S. Hwang, J.-H. Jeng, and N.-W. Lin, “Classification- based video super-resolution using artificial neural networks,”Signal processing, vol. 93, no. 9, pp. 2612–2625, 2013

  8. [6]

    Dynavsr: Dynamic adaptive blind video super-resolution,

    S. Lee, M. Choi, and K. M. Lee, “Dynavsr: Dynamic adaptive blind video super-resolution,” inProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2021, pp. 2093–2102

Show all 129 references
  1. [7]

    Local object- based super-resolution mosaicing from low-resolution video,

    P. Kr ¨amer, J. Benois-Pineau, and J.-P. Domenger, “Local object- based super-resolution mosaicing from low-resolution video,”Signal processing, vol. 91, no. 8, pp. 1771–1780, 2011

  2. [8]

    Video super- resolution with recurrent structure-detail network,

    T. Isobe, X. Jia, S. Gu, S. Li, S. Wang, and Q. Tian, “Video super- resolution with recurrent structure-detail network,” inComputer Vision – ECCV 2020, A. Vedaldi, H. Bischof, T. Brox, and J.-M. Frahm, Eds. Cham: Springer International Publishing, 2020, pp. 645–660

  3. [9]

    Video super-resolution with temporal group attention,

    T. Isobe, S. Li, X. Jia, S. Yuan, G. Slabaugh, C. Xu, Y .-L. Li, S. Wang, and Q. Tian, “Video super-resolution with temporal group attention,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020

  4. [10]

    Efficient, low- cost, real-time video super-resolution network,

    G. Liu, X. Wang, D. Zha, L. Wang, and L. Zhao, “Efficient, low- cost, real-time video super-resolution network,” inNeural Information Processing: 28th International Conference, ICONIP 2021, Sanur, Bali, Indonesia, December 8–12, 2021, Proceedings, Part IV 28. Springer, 2021, p...

  5. [11]

    Edvr: Video restoration with enhanced deformable convolutional networks,

    X. Wang, K. C. Chan, K. Yu, C. Dong, and C. Change Loy, “Edvr: Video restoration with enhanced deformable convolutional networks,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019, pp. 0–0

  6. [12]

    Video super-resolution with inverse recurrent net and hybrid local fusion,

    D. Li, Z. Wang, and J. Yang, “Video super-resolution with inverse recurrent net and hybrid local fusion,”Neurocomputing, vol. 489, pp. 40–51, 2022

  7. [13]

    Basicvsr: The search for essential components in video super-resolution and beyond,

    K. C. Chan, X. Wang, K. Yu, C. Dong, and C. C. Loy, “Basicvsr: The search for essential components in video super-resolution and beyond,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2021, pp. 4947–4956

  8. [14]

    Polyphase back-projection filtering for resolution enhancement of image sequences,

    B. Cohen, V . Avrin, and I. Dinstein, “Polyphase back-projection filtering for resolution enhancement of image sequences,” inAcoustics, Speech, and Signal Processing, IEEE International Conference on, vol. 4. IEEE Computer Society, 2000, pp. 2171–2174

  9. [15]

    Statistical analysis of the lms algorithm applied to super-resolution image reconstruction,

    G. H. Costa and J. C. M. Bermudez, “Statistical analysis of the lms algorithm applied to super-resolution image reconstruction,”IEEE Transactions on Signal Processing, vol. 55, no. 5, pp. 2084–2095, 2007

  10. [16]

    Recurrent back-projection network for video super-resolution,

    M. Haris, G. Shakhnarovich, and N. Ukita, “Recurrent back-projection network for video super-resolution,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019, pp. 3897–3906

  11. [17]

    High-resolution optical flow and frame-recurrent network for video super-resolution and deblurring,

    N. Fang and Z. Zhan, “High-resolution optical flow and frame-recurrent network for video super-resolution and deblurring,”Neurocomputing, vol. 489, pp. 128–138, 2022

  12. [19]

    Real-world single image super-resolution: A brief review,

    H. Chen, X. He, L. Qing, Y . Wu, C. Ren, R. E. Sheriff, and C. Zhu, “Real-world single image super-resolution: A brief review,” Information Fusion, vol. 79, pp. 124–145, 2022. [Online]. Available: https://www.sciencedirect.com/science/article/pii/S1566253521001792

  13. [20]

    Image super-resolution: A comprehensive review, recent trends, challenges and applications,

    D. C. Lepcha, B. Goyal, A. Dogra, and V . Goyal, “Image super-resolution: A comprehensive review, recent trends, challenges and applications,”Information Fusion, vol. 91, pp. 230–260, 2023. [Online]. Available: https://www.sciencedirect.com/science/article/pii/ S1566253522001762

  14. [21]

    Texture synthesis by non-parametric sampling,

    A. A. Efros and T. K. Leung, “Texture synthesis by non-parametric sampling,” inProceedings of the seventh IEEE international conference on computer vision, vol. 2. IEEE, 1999, pp. 1033–1038

  15. [22]

    Example-based learning for single-image super-resolution,

    K. I. Kim and Y . Kwon, “Example-based learning for single-image super-resolution,” inPattern Recognition: 30th DAGM Symposium Munich, Germany, June 10-13, 2008 Proceedings 30. Springer, 2008, pp. 456–465

  16. [23]

    Image super-resolution using gradient profile prior,

    J. Sun, Z. Xu, and H.-Y . Shum, “Image super-resolution using gradient profile prior,” in2008 IEEE Conference on Computer Vision and Pattern Recognition. IEEE, 2008, pp. 1–8

  17. [24]

    Super resolution using edge prior and single image detail synthesis,

    Y .-W. Tai, S. Liu, M. S. Brown, and S. Lin, “Super resolution using edge prior and single image detail synthesis,” in2010 IEEE computer society conference on computer vision and pattern recognition. IEEE, 2010, pp. 2400–2407

  18. [25]

    Deep learning for image super- resolution: A survey,

    Z. Wang, J. Chen, and S. C. Hoi, “Deep learning for image super- resolution: A survey,”IEEE transactions on pattern analysis and machine intelligence, vol. 43, no. 10, pp. 3365–3387, 2020

  19. [26]

    A survey of deep learning approaches to image restoration,

    J. Su, B. Xu, and H. Yin, “A survey of deep learning approaches to image restoration,”Neurocomputing, vol. 487, pp. 46–65, 2022. [Online]. Available: https://www.sciencedirect.com/science/article/pii/ S0925231222002089

  20. [27]

    Learning a deep convolu- tional network for image super-resolution,

    C. Dong, C. C. Loy, K. He, and X. Tang, “Learning a deep convolu- tional network for image super-resolution,” inComputer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings, Part IV 13. Springer, 2014, pp. 184–199

  21. [28]

    Transformer for single image super-resolution,

    Z. Lu, J. Li, H. Liu, C. Huang, L. Zhang, and T. Zeng, “Transformer for single image super-resolution,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 457– 466

  22. [29]

    Hierarchical dense recursive network for image super-resolution,

    K. Jiang, Z. Wang, P. Yi, and J. Jiang, “Hierarchical dense recursive network for image super-resolution,”Pattern Recognition, vol. 107, p. 107475, 2020

  23. [30]

    Image super-resolution with non- local sparse attention,

    Y . Mei, Y . Fan, and Y . Zhou, “Image super-resolution with non- local sparse attention,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 3517–3526

  24. [31]

    Efficient long-range attention network for image super-resolution,

    X. Zhang, H. Zeng, S. Guo, and L. Zhang, “Efficient long-range attention network for image super-resolution,” inEuropean conference on computer vision. Springer, 2022, pp. 649–667

  25. [32]

    A fast algorithm of video super-resolution using dimensionality reduction by dct and example selection,

    K. Watanabe, Y . Iwai, T. Haga, and M. Yachida, “A fast algorithm of video super-resolution using dimensionality reduction by dct and example selection,” in2008 19th International Conference on Pattern Recognition. IEEE, 2008, pp. 1–5

  26. [33]

    Video super-resolution with scene-specific priors

    D. Kong, M. Han, W. Xu, H. Tao, and Y . Gong, “Video super-resolution with scene-specific priors.” inBMVC, 2006, pp. 549–558

  27. [34]

    Temporally coherent su- perresolution of textured video via dynamic texture synthesis,

    C.-C. Hsu, L.-W. Kang, and C.-W. Lin, “Temporally coherent su- perresolution of textured video via dynamic texture synthesis,”IEEE Transactions on Image Processing, vol. 24, no. 3, pp. 919–931, 2015

  28. [35]

    Super-resolution reconstruction of image sequences,

    M. Elad and A. Feuer, “Super-resolution reconstruction of image sequences,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 21, no. 9, pp. 817–834, 1999

  29. [36]

    Modified kalman filtering for image super-resolution: Experimental convergence results

    C. B. Newland, D. A. Gray, and D. Gibbins, “Modified kalman filtering for image super-resolution: Experimental convergence results.” inSIP, 2007, pp. 53–58

  30. [37]

    Superresolution restoration of an image sequence: adaptive filtering approach,

    M. Elad and A. Feuer, “Superresolution restoration of an image sequence: adaptive filtering approach,”IEEE Transactions on Image Processing, vol. 8, no. 3, pp. 387–395, 1999

  31. [38]

    Video super-resolution via deep draft-ensemble learning,

    R. Liao, X. Tao, R. Li, Z. Ma, and J. Jia, “Video super-resolution via deep draft-ensemble learning,” inProceedings of the IEEE Interna- tional Conference on Computer Vision (ICCV), December 2015

  32. [39]

    Revisiting temporal modeling for video super-resolution,

    T. Isobe, F. Zhu, X. Jia, and S. Wang, “Revisiting temporal modeling for video super-resolution,”arXiv preprint arXiv:2008.05765, 2020

  33. [40]

    Online video super-resolution using information replenishing unidirectional recurrent model,

    A. A. Baniya, T.-K. Lee, P. W. Eklund, S. Aryal, and A. Robles- Kelly, “Online video super-resolution using information replenishing unidirectional recurrent model,”Neurocomputing, vol. 546, p. 126355, 2023

  34. [41]

    Deep video super-resolution network using dynamic upsampling filters without explicit motion compensation,

    Y . Jo, S. W. Oh, J. Kang, and S. J. Kim, “Deep video super-resolution network using dynamic upsampling filters without explicit motion compensation,” inProceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 3224–3232

  35. [42]

    3dsrnet: Video super- resolution using 3d convolutional neural networks,

    S. Y . Kim, J. Lim, T. Na, and M. Kim, “3dsrnet: Video super- resolution using 3d convolutional neural networks,”arXiv preprint arXiv:1812.09079, 2018

  36. [43]

    Learning a deep dual attention network for video super-resolution,

    F. Li, H. Bai, and Y . Zhao, “Learning a deep dual attention network for video super-resolution,”IEEE transactions on image processing, vol. 29, pp. 4474–4488, 2020

  37. [44]

    360 panorama super-resolution using deep convolutional networks,

    V . Fakour-Sevom, E. Guldogan, and J.-K. K ¨am¨ar¨ainen, “360 panorama super-resolution using deep convolutional networks,” inInt. Conf. on Computer Vision Theory and Applications (VISAPP), vol. 1, 2018

  38. [45]

    Omnidirectional video super-resolution using deep learning,

    A. A. Baniya, T.-K. Lee, P. W. Eklund, and S. Aryal, “Omnidirectional video super-resolution using deep learning,”IEEE Transactions on Multimedia, 2023

  39. [46]

    Streaming 360-degree videos using super-resolution,

    M. Dasari, A. Bhattacharya, S. Vargas, P. Sahu, A. Balasubramanian, and S. R. Das, “Streaming 360-degree videos using super-resolution,” inIEEE INFOCOM 2020-IEEE Conference on Computer Communi- cations. IEEE, 2020, pp. 1977–1986. 20

  40. [47]

    A single frame and multi-frame joint network for 360-degree panorama video super-resolution,

    H. Liu, Z. Ruan, C. Fang, P. Zhao, F. Shang, Y . Liu, and L. Wang, “A single frame and multi-frame joint network for 360-degree panorama video super-resolution,”arXiv preprint arXiv:2008.10320, 2020

  41. [48]

    Revisiting optical flow estimation in 360 videos,

    K. Bhandari, Z. Zong, and Y . Yan, “Revisiting optical flow estimation in 360 videos,” in2020 25th International Conference on Pattern Recognition (ICPR). IEEE, 2021, pp. 8196–8203

  42. [49]

    Simultaneous super- resolution and 3d video using graph-cuts,

    T. Tung, S. Nobuhara, and T. Matsuyama, “Simultaneous super- resolution and 3d video using graph-cuts,” in2008 IEEE Conference on Computer Vision and Pattern Recognition, 2008, pp. 1–8

  43. [50]

    3d video super- resolution using fully convolutional neural networks,

    Y . Xie, J. Xiao, T. Tillo, Y . Wei, and Y . Zhao, “3d video super- resolution using fully convolutional neural networks,” in2016 IEEE International Conference on Multimedia and Expo (ICME). IEEE, 2016, pp. 1–6

  44. [51]

    High-quality 3d reconstruction with depth super-resolution and completion,

    J. Li, W. Gao, and Y . Wu, “High-quality 3d reconstruction with depth super-resolution and completion,”IEEE Access, vol. 7, pp. 19 370– 19 381, 2019

  45. [52]

    View synthesis quality mapping for depth-based super resolution on mixed resolution 3d video,

    M. Joachimiak, M. M. Hannuksela, and M. Gabbouj, “View synthesis quality mapping for depth-based super resolution on mixed resolution 3d video,” in2014 3DTV-Conference: The True Vision-Capture, Trans- mission and Display of 3D Video (3DTV-CON). IEEE, 2014, pp. 1–4

  46. [53]

    Deep blind video super- resolution,

    J. Pan, H. Bai, J. Dong, J. Zhang, and J. Tang, “Deep blind video super- resolution,” inProceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 4811–4820

  47. [54]

    Blind super resolution of real-life video sequences,

    E. Faramarzi, D. Rajan, F. C. Fernandes, and M. P. Christensen, “Blind super resolution of real-life video sequences,”IEEE transactions on image processing, vol. 25, no. 4, pp. 1544–1555, 2016

  48. [55]

    Investigating tradeoffs in real-world video super-resolution,

    K. C. Chan, S. Zhou, X. Xu, and C. C. Loy, “Investigating tradeoffs in real-world video super-resolution,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 5962–5971

  49. [56]

    Spatiotemporal dynamics and frame features for improved input selection in video super-resolution models,

    A. Agrahari Baniya, G. Lee, P. Eklund, and S. Aryal, “Spatiotemporal dynamics and frame features for improved input selection in video super-resolution models,” 2023

  50. [57]

    Video super- resolution with convolutional neural networks,

    A. Kappeler, S. Yoo, Q. Dai, and A. K. Katsaggelos, “Video super- resolution with convolutional neural networks,”IEEE Transactions on Computational Imaging, vol. 2, no. 2, pp. 109–122, 2016

  51. [58]

    Real-time video super-resolution with spatio-temporal networks and motion compensation,

    J. Caballero, C. Ledig, A. Aitken, A. Acosta, J. Totz, Z. Wang, and W. Shi, “Real-time video super-resolution with spatio-temporal networks and motion compensation,” inProceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 4778–4787

  52. [60]

    Video super-resolution via bidirec- tional recurrent convolutional networks,

    Y . Huang, W. Wang, and L. Wang, “Video super-resolution via bidirec- tional recurrent convolutional networks,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 40, no. 4, pp. 1015–1028, 2018

  53. [61]

    Frame-recurrent video super-resolution,

    M. S. M. Sajjadi, R. Vemulapalli, and M. Brown, “Frame-recurrent video super-resolution,” inProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), June 2018

  54. [62]

    Fast spatio-temporal residual network for video super-resolution,

    S. Li, F. He, B. Du, L. Zhang, Y . Xu, and D. Tao, “Fast spatio-temporal residual network for video super-resolution,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2019

  55. [63]

    Efficient video super-resolution through recurrent latent space propagation,

    D. Fuoli, S. Gu, and R. Timofte, “Efficient video super-resolution through recurrent latent space propagation,” in2019 IEEE/CVF Inter- national Conference on Computer Vision Workshop (ICCVW). IEEE, 2019, pp. 3476–3485

  56. [64]

    Tdan: Temporally-deformable alignment network for video super-resolution,

    Y . Tian, Y . Zhang, Y . Fu, and C. Xu, “Tdan: Temporally-deformable alignment network for video super-resolution,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020

  57. [65]

    Mucan: Multi- correspondence aggregation network for video super-resolution,

    W. Li, X. Tao, T. Guo, L. Qi, J. Lu, and J. Jia, “Mucan: Multi- correspondence aggregation network for video super-resolution,” in Computer Vision – ECCV 2020, A. Vedaldi, H. Bischof, T. Brox, and J.-M. Frahm, Eds. Cham: Springer International Publishing, 2020, pp. 335–351

  58. [66]

    De- formable 3d convolution for video super-resolution,

    X. Ying, L. Wang, Y . Wang, W. Sheng, W. An, and Y . Guo, “De- formable 3d convolution for video super-resolution,”IEEE Signal Processing Letters, vol. 27, pp. 1500–1504, 2020

  59. [67]

    Multi-stage feature fusion network for video super-resolution,

    H. Song, W. Xu, D. Liu, B. Liu, Q. Liu, and D. N. Metaxas, “Multi-stage feature fusion network for video super-resolution,”IEEE Transactions on Image Processing, vol. 30, pp. 2923–2934, 2021

  60. [68]

    Video super-resolution based on a spatio-temporal matching network,

    X. Zhu, Z. Li, J. Lou, and Q. Shen, “Video super-resolution based on a spatio-temporal matching network,”Pattern Recognition, vol. 110, p. 107619, 2021. [Online]. Available: https://www.sciencedirect.com/ science/article/pii/S0031320320304222

  61. [69]

    Evsrnet: Efficient video super-resolution with neural architecture search,

    S. Liu, C. Zheng, K. Lu, S. Gao, N. Wang, B. Wang, D. Zhang, X. Zhang, and T. Xu, “Evsrnet: Efficient video super-resolution with neural architecture search,” inProceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR) Workshops, June 2021, pp....

  62. [70]

    Fdan: Flow-guided deformable alignment network for video super-resolution,

    J. Lin, Y . Huang, and L. Wang, “Fdan: Flow-guided deformable alignment network for video super-resolution,”arXiv preprint arXiv:2105.05640, 2021

  63. [71]

    Omniscient video super-resolution,

    P. Yi, Z. Wang, K. Jiang, J. Jiang, T. Lu, X. Tian, and J. Ma, “Omniscient video super-resolution,” inProceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 4429–4438

  64. [72]

    A progressive fusion generative adversarial network for realistic and consistent video super-resolution,

    P. Yi, Z. Wang, K. Jiang, J. Jiang, T. Lu, and J. Ma, “A progressive fusion generative adversarial network for realistic and consistent video super-resolution,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 44, no. 5, pp. 2264–2280, 2022

  65. [73]

    Learning trajectory-aware trans- former for video super-resolution,

    C. Liu, H. Yang, J. Fu, and X. Qian, “Learning trajectory-aware trans- former for video super-resolution,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2022, pp. 5687–5696

  66. [74]

    Basicvsr++: Improving video super-resolution with enhanced propagation and alignment,

    K. C. Chan, S. Zhou, X. Xu, and C. C. Loy, “Basicvsr++: Improving video super-resolution with enhanced propagation and alignment,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 5972–5981

  67. [75]

    Rethinking alignment in video super-resolution transformers,

    S. Shi, J. Gu, L. Xie, X. Wang, Y . Yang, and C. Dong, “Rethinking alignment in video super-resolution transformers,” in Advances in Neural Information Processing Systems, S. Koyejo, S. Mohamed, A. Agarwal, D. Belgrave, K. Cho, and A. Oh, Eds., vol. 35. Curran Associates, Inc....

  68. [76]

    Optical flow estimation using a spatial pyramid network,

    A. Ranjan and M. J. Black, “Optical flow estimation using a spatial pyramid network,” inProceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 4161–4170

  69. [77]

    Deformable convolutional networks,

    J. Dai, H. Qi, Y . Xiong, Y . Li, G. Zhang, H. Hu, and Y . Wei, “Deformable convolutional networks,” inProceedings of the IEEE international conference on computer vision, 2017, pp. 764–773

  70. [78]

    Understanding deformable alignment in video super-resolution,

    K. C. Chan, X. Wang, K. Yu, C. Dong, and C. C. Loy, “Understanding deformable alignment in video super-resolution,” inProceedings of the AAAI conference on artificial intelligence, vol. 35, no. 2, 2021, pp. 973–981

  71. [79]

    Progressive fusion video super-resolution network via exploiting non-local spatio-temporal cor- relations,

    P. Yi, Z. Wang, K. Jiang, J. Jiang, and J. Ma, “Progressive fusion video super-resolution network via exploiting non-local spatio-temporal cor- relations,” inProceedings of the IEEE/CVF International Conference on Computer Vision, 2019, pp. 3106–3115

  72. [80]

    Local-global temporal difference learning for satellite video super- resolution,

    Y . Xiao, Q. Yuan, K. Jiang, X. Jin, J. He, L. Zhang, and C.-w. Lin, “Local-global temporal difference learning for satellite video super- resolution,”IEEE Transactions on Circuits and Systems for Video Technology, 2023

  73. [81]

    Memory-augmented non-local attention for video super-resolution,

    J. Yu, J. Liu, L. Bo, and T. Mei, “Memory-augmented non-local attention for video super-resolution,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 17 834–17 843

  74. [82]

    Deep laplacian pyramid networks for fast and accurate super-resolution,

    W.-S. Lai, J.-B. Huang, N. Ahuja, and M.-H. Yang, “Deep laplacian pyramid networks for fast and accurate super-resolution,” inPro- ceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 624–632

  75. [83]

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

    W. Shi, J. Caballero, F. Husz ´ar, J. Totz, A. P. Aitken, R. Bishop, D. Rueckert, and Z. Wang, “Real-time single image and video super- resolution using an efficient sub-pixel convolutional neural network,” in2016 IEEE Conference on Computer Vision and Pattern Recognition (CVP...

  76. [84]

    Gen- erative adversarial networks and perceptual losses for video super- resolution,

    A. Lucas, S. Lopez-Tapia, R. Molina, and A. K. Katsaggelos, “Gen- erative adversarial networks and perceptual losses for video super- resolution,”IEEE Trans Image Process, vol. 28, no. 7, pp. 3312–3327, 2019

  77. [85]

    A survey on generative adversarial net- works: Variants, applications, and training,

    A. Jabbar, X. Li, and B. Omar, “A survey on generative adversarial net- works: Variants, applications, and training,”ACM Computing Surveys (CSUR), vol. 54, no. 8, pp. 1–49, 2021

  78. [86]

    Learning phrase representations using rnn encoder-decoder for statistical machine translation,

    K. Cho, B. Van Merri ¨enboer, C. Gulcehre, D. Bahdanau, F. Bougares, H. Schwenk, and Y . Bengio, “Learning phrase representations using rnn encoder-decoder for statistical machine translation,”arXiv preprint arXiv:1406.1078, 2014

  79. [87]

    Lstm-based encoder-decoder for multi-sensor anomaly detection,

    P. Malhotra, A. Ramakrishnan, G. Anand, L. Vig, P. Agarwal, and G. Shroff, “Lstm-based encoder-decoder for multi-sensor anomaly detection,”arXiv preprint arXiv:1607.00148, 2016. 21

  80. [88]

    Deep-learning forecasting method for electric power load via attention-based encoder-decoder with bayesian optimization,

    X.-B. Jin, W.-Z. Zheng, J.-L. Kong, X.-Y . Wang, Y .-T. Bai, T.-L. Su, and S. Lin, “Deep-learning forecasting method for electric power load via attention-based encoder-decoder with bayesian optimization,” Energies, vol. 14, no. 6, p. 1596, 2021

  81. [89]

    A survey on vision transformer,

    K. Han, Y . Wang, H. Chen, X. Chen, J. Guo, Z. Liu, Y . Tang, A. Xiao, C. Xu, Y . Xuet al., “A survey on vision transformer,”IEEE transactions on pattern analysis and machine intelligence, vol. 45, no. 1, pp. 87–110, 2022

  82. [90]

    Residual invertible spatio-temporal network for video super-resolution,

    X. Zhu, Z. Li, X.-Y . Zhang, C. Li, Y . Liu, and Z. Xue, “Residual invertible spatio-temporal network for video super-resolution,” inPro- ceedings of the AAAI conference on artificial intelligence, vol. 33, no. 01, 2019, pp. 5981–5988

  83. [91]

    Multi- memory convolutional neural network for video super-resolution,

    Z. Wang, P. Yi, K. Jiang, J. Jiang, Z. Han, T. Lu, and J. Ma, “Multi- memory convolutional neural network for video super-resolution,” IEEE Transactions on Image Processing, vol. 28, no. 5, pp. 2530– 2544, May 2019

  84. [92]

    Video en- hancement with task-oriented flow,

    T. Xue, B. Chen, J. Wu, D. Wei, and W. T. Freeman, “Video en- hancement with task-oriented flow,”International Journal of Computer Vision, vol. 127, no. 8, pp. 1106–1125, 2019

  85. [93]

    On bayesian adaptive video super resolution,

    C. Liu and D. Sun, “On bayesian adaptive video super resolution,” IEEE transactions on pattern analysis and machine intelligence, vol. 36, no. 2, pp. 346–360, 2013

  86. [94]

    Ntire 2019 challenge on video deblurring and super- resolution: Dataset and study,

    S. Nah, S. Baik, S. Hong, G. Moon, S. Son, R. Timofte, and K. Mu Lee, “Ntire 2019 challenge on video deblurring and super- resolution: Dataset and study,” inProceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR) Workshops, June 2019

  87. [95]

    Very deep convolutional networks for large-scale image recognition,

    K. Simonyan and A. Zisserman, “Very deep convolutional networks for large-scale image recognition,”arXiv preprint arXiv:1409.1556, 2014

  88. [96]

    Imagenet classification with deep convolutional neural networks,

    A. Krizhevsky, I. Sutskever, and G. E. Hinton, “Imagenet classification with deep convolutional neural networks,”Communications of the ACM, vol. 60, no. 6, pp. 84–90, 2017

  89. [97]

    Adam: A method for stochastic optimization,

    D. P. Kingma and J. Ba, “Adam: A method for stochastic optimization,” arXiv preprint arXiv:1412.6980, 2014

  90. [98]

    Space-time distillation for video super-resolution,

    Z. Xiao, X. Fu, J. Huang, Z. Cheng, and Z. Xiong, “Space-time distillation for video super-resolution,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 2113–2122

  91. [99]

    Online video super-resolution with convolutional kernel bypass grafts,

    J. Xiao, X. Jiang, N. Zheng, H. Yang, Y . Yang, Y . Yang, D. Li, and K.-M. Lam, “Online video super-resolution with convolutional kernel bypass grafts,”IEEE Transactions on Multimedia, pp. 1–16, 2023

  92. [100]

    Knowledge distillation for optical flow-based video super-resolution,

    J. Lee and S.-h. Park, “Knowledge distillation for optical flow-based video super-resolution,”Journal of Computing Science and Engineer- ing, vol. 17, no. 1, pp. 13–19, 2023

  93. [101]

    Structured sparsity learning for efficient video super-resolution,

    B. Xia, J. He, Y . Zhang, Y . Wang, Y . Tian, W. Yang, and L. Van Gool, “Structured sparsity learning for efficient video super-resolution,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2023, pp. 22 638–22 647

  94. [102]

    Real-time video super-resolution on smartphones with deep learning, mobile ai 2021 challenge: Report,

    A. Ignatov, A. Romero, H. Kim, and R. Timofte, “Real-time video super-resolution on smartphones with deep learning, mobile ai 2021 challenge: Report,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 2535–2544

  95. [103]

    Making a “completely blind

    A. Mittal, R. Soundararajan, and A. C. Bovik, “Making a “completely blind” image quality analyzer,”IEEE Signal Processing Letters, vol. 20, no. 3, pp. 209–212, 2013

  96. [104]

    Ntire 2023 challenge on efficient super- resolution: Methods and results,

    Y . Li, Y . Zhang, R. Timofte, L. Van Gool, L. Yu, Y . Li, X. Li, T. Jiang, Q. Wu, M. Hanet al., “Ntire 2023 challenge on efficient super- resolution: Methods and results,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 1921–1959

  97. [105]

    Learning blind video temporal consistency,

    W.-S. Lai, J.-B. Huang, O. Wang, E. Shechtman, E. Yumer, and M.-H. Yang, “Learning blind video temporal consistency,” inProceedings of the European conference on computer vision (ECCV), 2018, pp. 170– 185

  98. [106]

    Satellite video super-resolution via multiscale deformable convolution alignment and temporal grouping projection,

    Y . Xiao, X. Su, Q. Yuan, D. Liu, H. Shen, and L. Zhang, “Satellite video super-resolution via multiscale deformable convolution alignment and temporal grouping projection,”IEEE Transactions on Geoscience and Remote Sensing, vol. 60, pp. 1–19, 2021

  99. [107]

    A progressively enhanced network for video satellite imagery superresolution,

    K. Jiang, Z. Wang, P. Yi, and J. Jiang, “A progressively enhanced network for video satellite imagery superresolution,”IEEE Signal Processing Letters, vol. 25, no. 11, pp. 1630–1634, 2018

  100. [108]

    Satellite video super-resolution based on adaptively spatiotemporal neighbors and nonlocal similarity regularization,

    H. Liu, Y . Gu, T. Wang, and S. Li, “Satellite video super-resolution based on adaptively spatiotemporal neighbors and nonlocal similarity regularization,”IEEE Transactions on Geoscience and Remote Sensing, vol. 58, no. 12, pp. 8372–8383, 2020

  101. [109]

    Deep blind super- resolution for satellite video,

    Y . Xiao, Q. Yuan, Q. Zhang, and L. Zhang, “Deep blind super- resolution for satellite video,”IEEE Transactions on Geoscience and Remote Sensing, 2023

  102. [110]

    Space-time super-resolution for satellite video: A joint framework based on multi-scale spatial-temporal transformer,

    Y . Xiao, Q. Yuan, J. He, Q. Zhang, J. Sun, X. Su, J. Wu, and L. Zhang, “Space-time super-resolution for satellite video: A joint framework based on multi-scale spatial-temporal transformer,”International Jour- nal of Applied Earth Observation and Geoinformation, vol. 108, p. ...

  103. [111]

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

    A. Zhang, Q. Li, Y . Chen, X. Ma, L. Zou, Y . Jiang, Z. Xu, and G.- M. Muntean, “Video super-resolution and caching—an edge-assisted adaptive video streaming solution,”IEEE Transactions on Broadcast- ing, vol. 67, no. 4, pp. 799–812, 2021

  104. [112]

    An efficient network design for face video super-resolution,

    F. Yu, H. Li, S. Bian, and Y . Tang, “An efficient network design for face video super-resolution,” inProceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 1513–1520

  105. [113]

    Video super-resolution for single-photon lidar,

    G. Mora-Mart ´ın, S. Scholes, A. Ruget, R. Henderson, J. Leach, and I. Gyongy, “Video super-resolution for single-photon lidar,”Optics Express, vol. 31, no. 5, pp. 7060–7072, 2023

  106. [114]

    Current state, data requirements and generative ai solution for learning-based computer vision in horticulture,

    A. A. Baniya, P. W. Eklund, S. Aryalet al., “Current state, data requirements and generative ai solution for learning-based computer vision in horticulture,” 2023

  107. [115]

    Medical video super-resolution based on asymmetric back-projection network with multilevel error feedback,

    S. Ren, J. Li, K. Guo, and F. Li, “Medical video super-resolution based on asymmetric back-projection network with multilevel error feedback,”IEEE Access, vol. 9, pp. 17 909–17 920, 2021

  108. [116]

    Video super-resolution based on inter-frame information utilization for intelligent transportation,

    K. Guo, Z. Zhang, H. Guo, S. Ren, L. Wang, X. Zhou, and C. Liu, “Video super-resolution based on inter-frame information utilization for intelligent transportation,”IEEE Transactions on Intelligent Trans- portation Systems, 2023

  109. [117]

    Adas vision system with video super resolution,

    M. V . Daithankar and S. D. Ruikar, “Adas vision system with video super resolution,” inAutonomous Driving and Advanced Driver- Assistance Systems (ADAS): Applications, Development, Legal Issues, and Testing. CRC Press, 2021, pp. 135–148

  110. [118]

    Real-world video super- resolution: A benchmark dataset and a decomposition based learning scheme,

    X. Yang, W. Xiang, H. Zeng, and L. Zhang, “Real-world video super- resolution: A benchmark dataset and a decomposition based learning scheme,” inProceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 4781–4790

  111. [119]

    Expanding synthetic real-world degradations for blind video super resolution,

    M. Jeelani, Sadbhawna, N. Cheema, K. Illgner-Fehns, P. Slusallek, and S. Jaiswal, “Expanding synthetic real-world degradations for blind video super resolution,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, June 2023, pp...

  112. [120]

    Mobilenets: Efficient convo- lutional neural networks for mobile vision applications,

    A. G. Howard, M. Zhu, B. Chen, D. Kalenichenko, W. Wang, T. Weyand, M. Andreetto, and H. Adam, “Mobilenets: Efficient convo- lutional neural networks for mobile vision applications,”arXiv preprint arXiv:1704.04861, 2017

  113. [121]

    Efficientnet: Rethinking model scaling for con- volutional neural networks,

    M. Tan and Q. Le, “Efficientnet: Rethinking model scaling for con- volutional neural networks,” inInternational conference on machine learning. PMLR, 2019, pp. 6105–6114

  114. [122]

    Distilling the knowledge in a neural network,

    G. Hinton, O. Vinyals, and J. Dean, “Distilling the knowledge in a neural network,”arXiv preprint arXiv:1503.02531, 2015

  115. [123]

    Space-time super-resolution,

    E. Shechtman, Y . Caspi, and M. Irani, “Space-time super-resolution,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 27, no. 4, pp. 531–545, 2005

  116. [124]

    Rstt: Real-time spatial temporal transformer for space-time video super-resolution,

    Z. Geng, L. Liang, T. Ding, and I. Zharkov, “Rstt: Real-time spatial temporal transformer for space-time video super-resolution,” inPro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 17 441–17 451

  117. [125]

    Zooming slow-mo: Fast and accurate one-stage space-time video super-resolution,

    X. Xiang, Y . Tian, Y . Zhang, Y . Fu, J. P. Allebach, and C. Xu, “Zooming slow-mo: Fast and accurate one-stage space-time video super-resolution,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 3370–3379

  118. [126]

    Tem- poral modulation network for controllable space-time video super- resolution,

    G. Xu, J. Xu, Z. Li, L. Wang, X. Sun, and M.-M. Cheng, “Tem- poral modulation network for controllable space-time video super- resolution,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 6388–6397

  119. [127]

    Cycmunet+: Cycle- projected mutual learning for spatial-temporal video super-resolution,

    M. Hu, K. Jiang, Z. Wang, X. Bai, and R. Hu, “Cycmunet+: Cycle- projected mutual learning for spatial-temporal video super-resolution,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, no. 11, pp. 13 376–13 392, 2023

  120. [128]

    Space-time video super-resolution using temporal profiles,

    Z. Xiao, Z. Xiong, X. Fu, D. Liu, and Z.-J. Zha, “Space-time video super-resolution using temporal profiles,” inProceedings of the 28th ACM International Conference on Multimedia, ser. MM ’20. New York, NY , USA: Association for Computing Machinery, 2020, p. 664–672. [Online]....

  121. [129]

    Efficient space-time video super resolution using low-resolution flow and mask upsampling,

    S. Dutta, N. A. Shah, and A. Mittal, “Efficient space-time video super resolution using low-resolution flow and mask upsampling,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2021, pp. 314–323

Pith tools

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