Pith. sign in

REVIEW 4 major objections 7 minor 216 references

OGG-FR: Orthogonal Gradient Gaming and Frequency Rectification for Unmanned Aerial Vehicle Infrared Image Super-Resolution

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

Pith's one-line read Separating the frequency gradient into a redundant parallel part and an orthogonal innovation part stabilizes multi-loss training for UAV infrared super-resolution.

desk verdict Plausible optimizer for multi-loss IR super-resolution training, but the headline claim of broad gains rests on single runs with no error bars and no existing gradient-surgery baselines. read the letter →

arxiv 2608.09150 v1 pith:QVCQVGBL submitted 2026-08-10 cs.CV

classification cs.CV
keywords infraredimagesuper-resolutionUAVthermalimagingmulti-losstrainingfrequency-domainlossgradientconflictorthogonaldecompositionMGDAlightweight
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

The paper addresses a training instability in UAV infrared image super-resolution: when the pixel-domain L1 loss and the frequency-domain FFT loss are combined as a fixed weighted sum, their gradients often point in conflicting directions, and the frequency gradient blends real high-frequency detail with sensor noise. It proposes OGG-FR, a plug-and-play update rule that decomposes the frequency gradient into a component parallel to the pixel gradient (treated as redundant or harmful) and an orthogonal component (treated as the only useful frequency innovation). Conflicting iterations use a Pareto-safe MGDA direction plus a variance-suppressed orthogonal term; compatible iterations discard the parallel part and inject the orthogonal term scaled by a confidence score derived from the high-frequency residual. On the Low-light UAV thermal benchmark, most tested backbones improve in PSNR/SSIM at x4 and x8 under both bicubic and blur-downsampling degradations, with larger gains than on a visible-domain reference.

What carries the argument

The central object is the orthogonal-gradient decomposition of the frequency gradient with respect to the pixel gradient, gated by the gradient gaming cosine $\rho_t$ that selects one of two regimes. In the conflict regime, the Multiple Gradient Descent Algorithm (MGDA) provides a Pareto-safe base direction and a variance rectifier $R(g_{\perp}^{\rm freq}) = g_{\perp}^{\rm freq}/(1+\beta \operatorname{Var}(g_{\perp}^{\rm freq}))$ stabilizes the orthogonal injection. In the compatible regime, a confidence score $s_t = \sigma(\kappa(S(r_H)-1))$ computed from the TV-to-$L^1$ ratio of the high-frequency residual $r_H$ decides how strongly the orthogonal innovation is added.

What would settle it

Train on clean infrared images with added synthetic sensor noise (for example Gaussian noise) and compare OGG-FR against standard weighted-sum training: if the PSNR/SSIM gains shrink or reverse as the orthogonal gradient becomes dominated by noise, then the method is not separating innovation from noise. A sharper ablation would replace $g_{\perp}^{\rm freq}$ with a random orthogonal vector of the same norm while keeping the confidence gate, to test whether the specific content of the orthogonal component matters.

Watch

Extended reading notes

Core claim

The central claim is that the gradient of the FFT loss should be interpreted through its geometry relative to the pixel gradient before being merged into the update. Writing $g_{\rm freq} = g_{\parallel}^{\rm freq} + g_{\perp}^{\rm freq}$, where $g_{\parallel}^{\rm freq}$ is the projection onto $g_{\rm pix}$ and $g_{\perp}^{\rm freq}$ is the remainder, the paper argues that $g_{\parallel}^{\rm freq}$ is redundant in cooperative settings and harmful in conflict, while $g_{\perp}^{\rm freq}$ carries the frequency-domain innovation that the pixel loss cannot provide. The update is $h_t = g_{\rm pix} + \gamma_{\rm boost} s_t g_{\perp}^{\rm freq}$ when the gradient cosine $\rho_t \ge 0$, and $h_t = h_{\rm mgda} + \gamma_{\rm safe} R(g_{\perp}^{\rm freq})$ when $\rho_t < 0$, where $h_{\rm mgda}$ is the minimum-norm point in the convex hull of the two gradients and $R$ suppresses high-variance components. The paper reports that this rule improves reconstruction across lightweight and transformer backbones, and that the gains are consistent with the measured higher gradient conflict in infrared than in visible images.

Load-bearing premise

The load-bearing premise is that the orthogonal part of the frequency gradient is genuine detail worth injecting rather than sensor noise, and that the confidence score computed from the high-frequency residual with a fixed inflection point correctly measures how much of that detail to trust.

Editorial extensions

If this is right

  • The same gradient decomposition can be applied to any multi-loss training setup where one loss's gradient is noisy or partially redundant, not just infrared super-resolution.
  • Because OGG-FR changes only the training update and adds no inference cost, lightweight edge-deployed super-resolution models can adopt it without architectural changes.
  • The reported gains are larger on infrared than on visible-domain data, which ties the method's benefit to the degree of gradient conflict present in the training signal.
  • The fixed inflection point $S(r_H)=1$ and hyperparameters $\kappa,\beta$ are kept constant across all settings; the paper notes that dataset-adaptive calibration is a remaining direction.
  • The framework is not guaranteed to improve every architecture: the paper documents a few model-setting pairs, such as RGT on UAV-BD at x4 and SwinIR on UAV-BI at x4, where OGG-FR slightly lowers PSNR.

Reading between the lines

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

  • A testable extension is to replace the fixed threshold $S=1$ with a per-dataset or per-batch adaptive statistic; if the residual ratio's scale varies with sensor noise, an adaptive inflection should improve gains on high-noise thermal sensors.
  • The variance rectifier in the conflict regime acts as a trust region on the orthogonal component; this suggests a prediction that the optimal $\gamma_{\rm safe}$ should shrink as sensor noise increases, which could be checked on synthetic-noise corruptions of the benchmark.
  • The zero boundary on $\rho_t$ could be generalized to a soft or asymmetric transition; the few negative results on stable baselines are consistent with the confidence gate occasionally overweighting weak orthogonal components, so a softened gate may trade a little gain for fewer regressions.
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 / 7 minor

Summary. The paper proposes OGG-FR, a training-time optimization framework for UAV infrared image super-resolution. It decomposes the frequency-loss gradient into a component parallel to the pixel-loss gradient and an orthogonal component, then uses MGDA with variance rectification when the two gradients conflict (negative cosine similarity) and a residual-confidence-scaled orthogonal component when they are compatible. The method is evaluated on the Low-light UAV thermal benchmark under BI and BD degradations at x4 and x8, across eight SR backbones, reporting PSNR/SSIM/NIQE gains over standard weighted-sum training, together with gradient-conflict analyses and ablations of the confidence slope and variance-rectification coefficient.

Significance. OGG-FR is clearly specified: Algorithm 1 is complete, the MGDA closed-form coefficient in Eq. (6) is correct, and the method adds no inference-time parameters or FLOPs. The paper is also honest about cases without improvement and explicitly acknowledges the fixed S=1 inflection point as a limitation. If the reported gains are reproducible, this would be a practically useful plug-and-play optimizer for lightweight IR super-resolution. However, the central empirical claim of 'broad gains' is not yet established: Table 1 reports single runs without error bars or significance tests, no existing gradient-manipulation method is used as a baseline, and there are numerical inconsistencies between Table 1 and Table 3. The method itself is not circular: the update is computed from current gradients and residual statistics, not from test-set results.

major comments (4)
  1. [Table 1] All entries in Table 1 are based on a single training run with no error bars, multiple seeds, or significance tests. Many reported gains are small (e.g., HiT on UAV-BI x8 improves by +0.018 dB PSNR, and SMFANet+ on UAV-BI x8 regresses by -0.023 dB), and SR training commonly exhibits seed-to-seed PSNR variation on the order of 0.1-0.3 dB at these magnitudes. The abstract's 'broad gains' claim is therefore not supported without seed-level statistics; a large fraction of the table could be consistent with run-to-run noise.
  2. [Experiments / Main Quantitative Results] OGG-FR is never compared with existing gradient-manipulation or loss-balancing methods such as PCGrad, CAGrad, or MGDA alone, even though the related-work section positions OGG-FR against them. Since OGG-FR combines MGDA with an orthogonal-gradient injection, the experiments cannot attribute the observed differences specifically to the orthogonal-gradient mechanism; direct comparisons with these methods are needed to support the claimed novelty and to test the assumption that the orthogonal FFT-gradient component is reliable frequency-domain innovation.
  3. [Experimental Setup] The text states that backbones were included 'for which paired baseline and OGG-FR training records were available,' and the set of reported models differs across settings (e.g., SwinIR, HAT, and RGT appear only in selected rows of Table 1). This is not a principled evaluation protocol and introduces potential selection bias. The authors should specify how all models were chosen, report the same complete model set across all BI/BD and x4/x8 settings, and ideally release training records or code to make the selection auditable.
  4. [Table 3 vs Table 1] The default-kappa and default-beta results in Table 3 do not match the OGG-FR results for the same setting in Table 1. For example, HAT on UAV-BI x4 is reported as 35.0089 dB in Table 3 but 34.3125 dB in Table 1, and HiT on UAV-BI x4 is 35.7043 dB in Table 3 but 33.7178 dB in Table 1. Since both tables are described as UAV-BI x4, this numerical inconsistency undermines reproducibility and must be resolved or explicitly explained (e.g., different training epochs or data splits).
minor comments (7)
  1. [Eq. (11)] The small constant epsilon in the denominator of S(r_H) is not defined; please state its value.
  2. [Experimental Setup] The phrase 'approximately 500 training epochs' is too vague; report the exact epoch count or the stopping criterion used for each backbone.
  3. [Method, Eq. (3)] The term 'gradient gaming cosine' is used without a formal definition; define rho_t clearly as the cosine similarity and consider using a more standard name such as 'gradient alignment cosine.'
  4. [Table 1] The distinction between 'ShuffleMixer' and 'ShuffleMixer (base)' is not explained; clarify what configuration each row corresponds to.
  5. [Tables 1 and 2] Several NIQE values worsen under OGG-FR even when PSNR and SSIM improve; the paper should discuss this perceptual-metric trade-off rather than only reporting NIQE in the tables.
  6. [Ablation Studies] The paper references supplementary sensitivity diagnostics but does not include the supplementary material in the reviewed text; ensure it is available and clearly linked.
  7. [Figure 1] The caption does not specify which backbones and training settings correspond to the infrared and visible-domain curves; add this information.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: OGG-FR's update rule is computed online from current gradients and residuals, not fitted to the reported results.

full rationale

The paper's central update rule (Eqs. 8 and 9) is computed per training iteration from current gradients g_pix, g_freq, their cosine similarity rho_t, and a residual statistic s_t. It is not fitted to the test-set PSNR/SSIM values in Table 1, and no parameter is renamed as a prediction. The orthogonal decomposition in Eq. (4) is an algebraic identity; calling g_perp_freq 'innovation' is an interpretive assumption, not a circular derivation. The scalar s_t is obtained from a fixed TV/L1 normalization point S=1, which the paper explicitly acknowledges as a fixed choice rather than a universal boundary, so it is disclosed rather than smuggled. Hyperparameters (kappa, beta, gamma) are hand-set and ablated, which constitutes tuning but not circularity. The only notable self-citation (Huang et al. 2025) is used for domain motivation and is corroborated by the paper's own gradient-conflict measurements in Fig. 1; no load-bearing result reduces to a self-citation chain. Several Table 1 entries regress (e.g., SMFANet+ on UAV-BI x8), demonstrating that the rule does not trivially force improvement. Concerns about single-run results without error bars are statistical robustness issues, not circularity.

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

The central claim is empirical and rests on several hand-set constants and heuristic assumptions about the meaning of gradient geometry. None of these are fitted to predict a separate physical outcome; they are tuned within the reported benchmarks. The paper provides no formal derivation that these heuristics are optimal, only measured improvements on one dataset.

free parameters (6)
  • gamma_boost = 1.0
    Strength of the orthogonal innovation injection in the compatible regime (Eq. 9). Chosen by hand; no sensitivity analysis reported.
  • gamma_safe = 0.5
    Strength of the rectified orthogonal innovation in the conflict regime (Eq. 8). Chosen by hand; no sensitivity analysis reported.
  • beta = 1.0
    Variance-rectification coefficient (Eq. 7). Ablated in Table 3.
  • kappa = 10.0
    Slope of the logistic confidence gate (s_t = sigma(kappa * (S(r_H) - 1))). Ablated in Table 3.
  • eta_cut = 0.5
    High-frequency mask cutoff as a fraction of Nyquist (Eq. 10). No ablation reported.
  • fixed_inflection_S = 1
    Normalization point S(r_H) = 1 in the confidence gate. The paper states it is fixed in all settings and acknowledges dataset-adaptive thresholds as future work.
assumptions (5)
  • domain assumption FFT magnitude loss is a meaningful complement to L1 for infrared super-resolution.
    Introduced in Eq. (1) and the Introduction, where the paper argues that infrared images need frequency consistency.
  • ad hoc to paper The parallel component of the FFT gradient is redundant or destructive, while the orthogonal component is innovation.
    Core of the method, stated around Eq. (4): g_perp_freq contains information not explained by the pixel objective.
  • standard math MGDA safe base gradient preserves Pareto optimality for two objectives.
    Used in Eq. (5)-(6), based on the well-known multiple gradient descent algorithm.
  • ad hoc to paper Variance of the orthogonal gradient is a proxy for unstable or noisy frequency responses.
    Used in Eq. (7) to suppress high-variance components; no theoretical justification is provided.
  • ad hoc to paper The TV/L1 ratio of the high-frequency residual, with a fixed inflection point at 1, reflects the trustworthiness of the orthogonal innovation.
    Defined in Eq. (11)-(12); the paper explicitly calls the fixed normalization point a limitation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of OGG-FR: Orthogonal Gradient Gaming and Frequency Rectification for Unmanned Aerial Vehicle Infrared Image Super-Resolution." pith.science (2026). https://pith.science/paper/QVCQVGBL

@misc{pith2026260809150,
  author       = {Pith},
  title        = {Pith review of: OGG-FR: Orthogonal Gradient Gaming and Frequency Rectification for Unmanned Aerial Vehicle Infrared Image Super-Resolution},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/QVCQVGBL}},
  note         = {Machine review of arXiv:2608.09150}
}
abstract

Unmanned aerial vehicle (UAV) infrared image super-resolution aims to recover weak thermal structures for deployment on resource-constrained platforms; lightweight models are therefore preferred, but multi-loss training can be unstable. A common strategy combines pixel-domain and frequency-domain objectives; however, low contrast, limited high-frequency content, and sensor-specific noise often make their gradients weakly aligned or conflicting. To address this optimization ambiguity, we propose Orthogonal Gradient Gaming and Frequency Rectification (OGG-FR), a plug-and-play optimization framework that decomposes the frequency gradient into a redundant parallel component and an orthogonal innovation component relative to the pixel gradient. In the conflict regime, OGG-FR computes a safe base gradient using the Multiple Gradient Descent Algorithm (MGDA) and adds a variance-rectified orthogonal innovation; in the compatible regime, it discards redundant parallel information and injects the orthogonal innovation according to a confidence score estimated from the high-frequency residual. Experimental results on the UAV thermal benchmark show broad gains under BI and BD degradations at $\times 4$ and $\times 8$ scales, while gradient analyses support the effectiveness of the proposed conflict-aware update rule.

Figures

Figures reproduced from arXiv: 2608.09150 by the authors.

Figure 1
Figure 1. Gradient conflict is more pronounced in the compact infrared settings analyzed here but remains architecture-dependent. We visualize cos(∇LTotal, ∇LFFT) during training, where positive and negative values indicate cooperation and conflict, respectively. The mean cosine similarities are 0.453 and 0.375 for the infrared settings in (a) and (b), compared with 0.672 for the visible-domain reference in (c) and 0.808 for … view at source ↗
Figure 2
Figure 2. Overview of the proposed Orthogonal Gradient Gaming and Frequency Rectification (OGG-FR) framework. (a) Persistent cooperation: well-aligned gpix and gfreq keep optimization in the compatible regime. (b) Persistent conflict: destructive disagreement is exposed by decomposing gfreq into g ∥ freq and g ⊥ freq. (c) Safe control: for ρt < 0 (Case A), OGG-FR forms ht = hmgda + γsafeR(g ⊥ freq). (d) Calibration: for ρt ≥ … view at source ↗
Figure 3
Figure 3. Global error distribution analysis for various super-resolution models on the UAV-BI dataset at scaling factors of [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Training loss dynamics under OGG-FR optimiza [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 6
Figure 6. Figure 6: Visual comparison of ×4 and ×8 super-resolution results on UAV-BD images d 00490 (top) and d 00189 (bottom). With OGG-FR, the reconstructed thermal details are more faithful and better structured across different SR backbones, as indicated by the lower errors (darker b…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

216 extracted references · 37 canonical work pages

  1. [1]

    Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education

    Clancey, William J. Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education. Proceedings of the Eighth International Joint Conference on Artificial Intelligence (IJCAI-83)

  2. [2]

    Classification Problem Solving

    Clancey, William J. Classification Problem Solving. Proceedings of the Fourth National Conference on Artificial Intelligence

  3. [3]

    , title =

    Robinson, Arthur L. , title =. 1980 , doi =. https://science.sciencemag.org/content/208/4447/1019.full.pdf , journal =

  4. [4]

    New Ways to Make Microcircuits Smaller---Duplicate Entry

    Robinson, Arthur L. New Ways to Make Microcircuits Smaller---Duplicate Entry. Science

  5. [5]

    Clancey and Glenn Rennels , abstract =

    Diane Warner Hasling and William J. Clancey and Glenn Rennels , abstract =. Strategic explanations for a diagnostic consultation system , journal =. 1984 , issn =. doi:https://doi.org/10.1016/S0020-7373(84)80003-6 , url =

  6. [6]

    and Rennels, Glenn R

    Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas. Strategic Explanations in Consultation---Duplicate. The International Journal of Man-Machine Studies

  7. [7]

    Poligon: A System for Parallel Problem Solving

    Rice, James. Poligon: A System for Parallel Problem Solving

  8. [8]

    Transfer of Rule-Based Expertise through a Tutorial Dialogue

    Clancey, William J. Transfer of Rule-Based Expertise through a Tutorial Dialogue

Show all 216 references
  1. [9]

    The Engineering of Qualitative Models

    Clancey, William J. The Engineering of Qualitative Models

  2. [10]

    2017 , eprint=

    Attention Is All You Need , author=. 2017 , eprint=

  3. [11]

    Pluto: The 'Other' Red Planet

    NASA. Pluto: The 'Other' Red Planet

  4. [12]

    Advances in neural information processing systems , volume=

    Language models are few-shot learners , author=. Advances in neural information processing systems , volume=

  5. [14]

    IEEE transactions on pattern analysis and machine intelligence , volume=

    Zero-shot learning—a comprehensive evaluation of the good, the bad and the ugly , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2018 , publisher=

  6. [15]

    Journal of Machine Learning Research , volume=

    Palm: Scaling language modeling with pathways , author=. Journal of Machine Learning Research , volume=

  7. [16]

    arXiv preprint arXiv:2110.08207 , year=

    Multitask prompted training enables zero-shot task generalization , author=. arXiv preprint arXiv:2110.08207 , year=

  8. [17]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Panoptic segmentation , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  9. [19]

    2022 IEEE International Conference on Image Processing (ICIP) , pages=

    Reviving iterative training with mask guidance for interactive segmentation , author=. 2022 IEEE International Conference on Image Processing (ICIP) , pages=. 2022 , organization=

  10. [20]

    2023 , eprint=

    Fast Segment Anything , author=. 2023 , eprint=

  11. [21]

    Computer Vision--ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings, Part V 13 , pages=

    Microsoft coco: Common objects in context , author=. Computer Vision--ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings, Part V 13 , pages=. 2014 , organization=

  12. [22]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Lvis: A dataset for large vocabulary instance segmentation , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  13. [23]

    arXiv:2304.02643 , year=

    A Comprehensive Survey on Segment Anything Model for Vision and Beyond , author=. arXiv:2304.02643 , year=

  14. [24]

    Contour Detection and Hierarchical Image Segmentation , year=

    Arbeláez, Pablo and Maire, Michael and Fowlkes, Charless and Malik, Jitendra , journal=. Contour Detection and Hierarchical Image Segmentation , year=

  15. [25]

    European Conference on Computer Vision (ECCV) , year =

    Shotton, Jamie and Winn, John and Rother, Carsten and Criminisi, Antonio , title =. European Conference on Computer Vision (ECCV) , year =

  16. [26]

    Proceedings of the international conference for high performance computing, networking, storage and analysis , pages=

    Apnn-tc: Accelerating arbitrary precision neural networks on ampere gpu tensor cores , author=. Proceedings of the international conference for high performance computing, networking, storage and analysis , pages=

  17. [27]

    arXiv preprint arXiv:2305.00278 , year=

    Segment anything model (sam) meets glass: Mirror and transparent objects cannot be easily detected , author=. arXiv preprint arXiv:2305.00278 , year=

  18. [28]

    Computer Vision--ACCV 2016: 13th Asian Conference on Computer Vision, Taipei, Taiwan, November 20-24, 2016, Revised Selected Papers, Part V 13 , pages=

    End-to-end training of object class detectors for mean average precision , author=. Computer Vision--ACCV 2016: 13th Asian Conference on Computer Vision, Taipei, Taiwan, November 20-24, 2016, Revised Selected Papers, Part V 13 , pages=. 2017 , organization=

  19. [29]

    arXiv preprint arXiv:2108.07258 , year=

    On the opportunities and risks of foundation models , author=. arXiv preprint arXiv:2108.07258 , year=

  20. [30]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Oneformer: One transformer to rule universal image segmentation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  21. [31]

    Advances in Neural Information Processing Systems , volume=

    K-net: Towards unified image segmentation , author=. Advances in Neural Information Processing Systems , volume=

  22. [32]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Masked-attention mask transformer for universal image segmentation , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  23. [33]

    IEEE Transactions on Intelligent Transportation Systems , volume=

    Deep multi-modal object detection and semantic segmentation for autonomous driving: Datasets, methods, and challenges , author=. IEEE Transactions on Intelligent Transportation Systems , volume=. 2020 , publisher=

  24. [34]

    Journal of digital imaging , volume=

    Deep learning techniques for medical image segmentation: achievements and challenges , author=. Journal of digital imaging , volume=. 2019 , publisher=

  25. [35]

    ISPRS Journal of Photogrammetry and Remote Sensing , volume=

    Deep learning classifiers for hyperspectral imaging: A review , author=. ISPRS Journal of Photogrammetry and Remote Sensing , volume=. 2019 , publisher=

  26. [36]

    arXiv preprint arXiv:2402.05008 , year=

    EfficientViT-SAM: Accelerated Segment Anything Model Without Performance Loss , author=. arXiv preprint arXiv:2402.05008 , year=

  27. [37]

    arXiv preprint arXiv:2305.03048 , year=

    Personalize Segment Anything Model with One Shot , author=. arXiv preprint arXiv:2305.03048 , year=

  28. [38]

    arXiv preprint arXiv:2010.11929 , year=

    An image is worth 16x16 words: Transformers for image recognition at scale , author=. arXiv preprint arXiv:2010.11929 , year=

  29. [39]

    arXiv preprint arXiv:1503.02531 , year=

    Distilling the knowledge in a neural network , author=. arXiv preprint arXiv:1503.02531 , year=

  30. [40]

    arXiv preprint arXiv:2312.06660 , year=

    Edgesam: Prompt-in-the-loop distillation for on-device deployment of sam , author=. arXiv preprint arXiv:2312.06660 , year=

  31. [41]

    arXiv preprint arXiv:2312.00863 , year=

    Efficientsam: Leveraged masked image pretraining for efficient segment anything , author=. arXiv preprint arXiv:2312.00863 , year=

  32. [42]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Masked autoencoders are scalable vision learners , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  33. [43]

    arXiv preprint arXiv:2312.09579 , year=

    Mobilesamv2: Faster segment anything to everything , author=. arXiv preprint arXiv:2312.09579 , year=

  34. [44]

    Procedia computer science , volume=

    A Review of Yolo algorithm developments , author=. Procedia computer science , volume=. 2022 , publisher=

  35. [45]

    2023 IEEE International Symposium on High-Performance Computer Architecture (HPCA) , pages=

    Heatvit: Hardware-efficient adaptive token pruning for vision transformers , author=. 2023 IEEE International Symposium on High-Performance Computer Architecture (HPCA) , pages=. 2023 , organization=

  36. [46]

    2023 IEEE International Symposium on High-Performance Computer Architecture (HPCA) , pages=

    Vitcod: Vision transformer acceleration via dedicated algorithm and accelerator co-design , author=. 2023 IEEE International Symposium on High-Performance Computer Architecture (HPCA) , pages=. 2023 , organization=

  37. [47]

    2023 IEEE International Symposium on High-Performance Computer Architecture (HPCA) , pages=

    Vitality: Unifying low-rank and sparse approximation for vision transformer acceleration with a linear taylor attention , author=. 2023 IEEE International Symposium on High-Performance Computer Architecture (HPCA) , pages=. 2023 , organization=

  38. [48]

    arXiv preprint arXiv:1810.05270 , year=

    Rethinking the value of network pruning , author=. arXiv preprint arXiv:1810.05270 , year=

  39. [49]

    2024 IEEE International Solid-State Circuits Conference (ISSCC) , volume=

    13.4 A 48GB 16-High 1280GB/s HBM3E DRAM with All-Around Power TSV and a 6-Phase RDQS Scheme for TSV Area Optimization , author=. 2024 IEEE International Solid-State Circuits Conference (ISSCC) , volume=. 2024 , organization=

  40. [50]

    Advances in neural information processing systems , volume=

    Fourier features let networks learn high frequency functions in low dimensional domains , author=. Advances in neural information processing systems , volume=

  41. [51]

    2022 , publisher=

    Computer vision: algorithms and applications , author=. 2022 , publisher=

  42. [52]

    IEEE transactions on pattern analysis and machine intelligence , volume=

    Image segmentation using deep learning: A survey , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2021 , publisher=

  43. [53]

    Advances in Neural Information Processing Systems , volume=

    Segment anything in high quality , author=. Advances in Neural Information Processing Systems , volume=

  44. [54]

    arXiv preprint arXiv:2304.11968 , year=

    Track anything: Segment anything meets videos , author=. arXiv preprint arXiv:2304.11968 , year=

  45. [55]

    Nature Communications , volume=

    Segment anything in medical images , author=. Nature Communications , volume=. 2024 , publisher=

  46. [56]

    Advanced computing in electron microscopy , pages=

    Bilinear interpolation , author=. Advanced computing in electron microscopy , pages=. 2010 , publisher=

  47. [57]

    Automatic differentiation in pytorch , author=

  48. [58]

    Game Development Tools , pages=

    GPU debugging and Profiling with NVIDIA Parallel Nsight , author=. Game Development Tools , pages=. 2016 , publisher=

  49. [59]

    2024 , url =

    NVIDIA , title =. 2024 , url =

  50. [60]

    arXiv preprint arXiv:1910.03771 , year=

    Huggingface's transformers: State-of-the-art natural language processing , author=. arXiv preprint arXiv:1910.03771 , year=

  51. [61]

    arXiv preprint arXiv:2401.14159 , year=

    Grounded sam: Assembling open-world models for diverse visual tasks , author=. arXiv preprint arXiv:2401.14159 , year=

  52. [62]

    arXiv preprint arXiv:2303.05499 , year=

    Grounding dino: Marrying dino with grounded pre-training for open-set object detection , author=. arXiv preprint arXiv:2303.05499 , year=

  53. [63]

    arXiv preprint arXiv:2408.00714 , url=

    SAM 2: Segment Anything in Images and Videos , author=. arXiv preprint arXiv:2408.00714 , url=

  54. [64]

    2018 17th IEEE international conference on machine learning and applications (ICMLA) , pages=

    Automatic instrument segmentation in robot-assisted surgery using deep learning , author=. 2018 17th IEEE international conference on machine learning and applications (ICMLA) , pages=. 2018 , organization=

  55. [65]

    Deep learning for robot perception and cognition , pages=

    Semantic scene segmentation for robotics , author=. Deep learning for robot perception and cognition , pages=. 2022 , publisher=

  56. [66]

    International journal of computer vision , volume=

    The open images dataset v4: Unified image classification, object detection, and visual relationship detection at scale , author=. International journal of computer vision , volume=. 2020 , publisher=

  57. [67]

    arXiv preprint arXiv:2006.10726 , year=

    Tent: Fully test-time adaptation by entropy minimization , author=. arXiv preprint arXiv:2006.10726 , year=

  58. [68]

    Computer Vision--ECCV 2020: 16th European Conference, Glasgow, UK, August 23--28, 2020, Proceedings, Part XXVII 16 , pages=

    Discriminative partial domain adversarial network , author=. Computer Vision--ECCV 2020: 16th European Conference, Glasgow, UK, August 23--28, 2020, Proceedings, Part XXVII 16 , pages=. 2020 , organization=

  59. [69]

    , author=

    Multi-Weight Partial Domain Adaptation. , author=. BMVC , pages=

  60. [70]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    The norm must go on: Dynamic unsupervised domain adaptation by normalization , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  61. [71]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Dynamically instance-guided adaptation: A backward-free approach for test-time domain adaptive semantic segmentation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  62. [72]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Relax Image-Specific Prompt Requirement in SAM: A Single Generic Prompt for Segmenting Camouflaged Objects , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  63. [73]

    Sensors , volume=

    UAV-YOLOv8: A small-object-detection model based on improved YOLOv8 for UAV aerial photography scenarios , author=. Sensors , volume=. 2023 , publisher=

  64. [74]

    arXiv preprint arXiv:2306.06211 , year=

    A survey on segment anything model (sam): Vision foundation model meets prompt engineering , author=. arXiv preprint arXiv:2306.06211 , year=

  65. [75]

    arXiv preprint arXiv:2306.14289 , year=

    Faster segment anything: Towards lightweight sam for mobile applications , author=. arXiv preprint arXiv:2306.14289 , year=

  66. [76]

    arXiv preprint arXiv:2501.09617 , year=

    WMamba: Wavelet-based Mamba for Face Forgery Detection , author=. arXiv preprint arXiv:2501.09617 , year=

  67. [77]

    Proceedings of the Asian Conference on Computer Vision , pages=

    Wavelet-based Mamba with Fourier Adjustment for Low-light Image Enhancement , author=. Proceedings of the Asian Conference on Computer Vision , pages=

  68. [78]

    European Conference on Computer Vision , pages=

    Wavelet convolutions for large receptive fields , author=. European Conference on Computer Vision , pages=. 2025 , organization=

  69. [79]

    Scientific Reports , volume=

    Dual-branch feature encoding framework for infrared images super-resolution reconstruction , author=. Scientific Reports , volume=. 2024 , publisher=

  70. [80]

    Infrared Physics & Technology , volume=

    Deep learning-based image super-resolution restoration for mobile infrared imaging system , author=. Infrared Physics & Technology , volume=. 2023 , publisher=

  71. [81]

    Neurocomputing , volume=

    Enhancement of guided thermal image super-resolution approaches , author=. Neurocomputing , volume=. 2024 , publisher=

  72. [82]

    Rethinking Imbalance in Image Super-Resolution for Efficient Inference , author=

  73. [83]

    Infrared Physics & Technology , volume=

    SwinIBSR: Towards real-world infrared image super-resolution , author=. Infrared Physics & Technology , volume=. 2024 , publisher=

  74. [84]

    Multimedia Tools and Applications , pages=

    LKFormer: large kernel transformer for infrared image super-resolution , author=. Multimedia Tools and Applications , pages=. 2024 , publisher=

  75. [85]

    IEEE Sensors Journal , year=

    SwinIPISR: A Super-Resolution Method for Infrared Polarization Imaging Sensors via Swin Transformer , author=. IEEE Sensors Journal , year=

  76. [86]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Feedback network for image super-resolution , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  77. [87]

    IEEE Transactions on Geoscience and Remote Sensing , year=

    Mim-istd: Mamba-in-mamba for efficient infrared small target detection , author=. IEEE Transactions on Geoscience and Remote Sensing , year=

  78. [88]

    IEEE Transactions on Geoscience and Remote Sensing , year=

    MambaHSI: Spatial-spectral mamba for hyperspectral image classification , author=. IEEE Transactions on Geoscience and Remote Sensing , year=

  79. [89]

    IEEE Transactions on Geoscience and Remote Sensing , year=

    IGroupSS-Mamba: Interval Group Spatial-Spectral Mamba for Hyperspectral Image Classification , author=. IEEE Transactions on Geoscience and Remote Sensing , year=

  80. [90]

    IEEE Transactions on Geoscience and Remote Sensing , year=

    DRGAN: A Detail Recovery-Based Model for Optical Remote Sensing Images Super-Resolution , author=. IEEE Transactions on Geoscience and Remote Sensing , year=

  81. [91]

    IEEE Transactions on Circuits and Systems for Video Technology , volume=

    Blind Image Quality Assessment Using A Deep Bilinear Convolutional Neural Network , author=. IEEE Transactions on Circuits and Systems for Video Technology , volume=

  82. [92]

    completely blind

    Making a “completely blind” image quality analyzer , author=. IEEE Signal processing letters , volume=. 2012 , publisher=

  83. [93]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Exploring clip for assessing the look and feel of images , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  84. [94]

    IEEE Transactions on image processing , volume=

    No-reference image quality assessment in the spatial domain , author=. IEEE Transactions on image processing , volume=. 2012 , publisher=

  85. [95]

    Infrared Physics & Technology , volume=

    DASR: Dual-Attention Transformer for infrared image super-resolution , author=. Infrared Physics & Technology , volume=. 2023 , publisher=

  86. [96]

    IEEE Transactions on Circuits and Systems for Video Technology , year=

    Modeling thermal infrared image degradation and real-world super-resolution under background thermal noise and streak interference , author=. IEEE Transactions on Circuits and Systems for Video Technology , year=

  87. [97]

    IEEE TGRS , year=

    MSMA-Net: An Infrared Small Target Detection Network by Multi-scale Super-resolution Enhancement and Multi-level Attention Fusion , author=. IEEE TGRS , year=

  88. [98]

    IEEE Geoscience and Remote Sensing Letters , volume=

    RISTDnet: Robust infrared small target detection network , author=. IEEE Geoscience and Remote Sensing Letters , volume=. 2021 , publisher=

  89. [99]

    IEEE Geoscience and Remote Sensing Letters , volume=

    A novel spatiotemporal saliency method for low-altitude slow small infrared target detection , author=. IEEE Geoscience and Remote Sensing Letters , volume=. 2021 , publisher=

  90. [100]

    The Astrophysical Journal Letters , volume=

    First science results from SOFIA/forcast: Super-resolution imaging of the S140 cluster at 37 m , author=. The Astrophysical Journal Letters , volume=. 2012 , publisher=

  91. [101]

    The Astrophysical Journal , volume=

    High-resolution mid-infrared imaging of the asymptotic giant branch star rv bootis with the steward observatory adaptive optics system , author=. The Astrophysical Journal , volume=. 2005 , publisher=

  92. [102]

    arXiv preprint arXiv:2212.12322 , year=

    Infrared Image Super-Resolution: Systematic Review, and Future Trends , author=. arXiv preprint arXiv:2212.12322 , year=

  93. [103]

    IEEE TGRS , year=

    Modality Conversion Meets Super-Resolution: A Collaborative Framework for High-Resolution Thermal UAV Image Generation , author=. IEEE TGRS , year=

  94. [104]

    IEEE Signal Processing Letters , year=

    Joint Motion Deblurring and Super-Resolution for Single Image using Diffusion Model and GAN , author=. IEEE Signal Processing Letters , year=

  95. [105]

    IEEE Geoscience and Remote Sensing Letters , volume=

    MSAGAN: a new super-resolution algorithm for multispectral remote sensing image based on a multiscale attention GAN network , author=. IEEE Geoscience and Remote Sensing Letters , volume=. 2023 , publisher=

  96. [106]

    IEEE Geoscience and Remote Sensing Letters , volume=

    Infrared small UAV target detection based on residual image prediction via global and local dilated residual networks , author=. IEEE Geoscience and Remote Sensing Letters , volume=. 2021 , publisher=

  97. [107]

    IEEE Signal Processing Letters , volume=

    A direction-decoupled non-local attention network for single image super-resolution , author=. IEEE Signal Processing Letters , volume=. 2022 , publisher=

  98. [108]

    IEEE Signal Processing Letters , year=

    Efficient Multi-scale Cosine Attention Transformer for Image Super-Resolution , author=. IEEE Signal Processing Letters , year=

  99. [109]

    IEEE Geoscience and Remote Sensing Letters , volume=

    GCPs extraction with geometric texture pattern for thermal infrared remote sensing images , author=. IEEE Geoscience and Remote Sensing Letters , volume=. 2020 , publisher=

  100. [110]

    IEEE Signal Processing Letters , volume=

    Structure and texture preserving network for real-world image super-resolution , author=. IEEE Signal Processing Letters , volume=. 2022 , publisher=

  101. [111]

    IEEE Geoscience and Remote Sensing Letters , volume=

    Visible-assisted infrared image super-resolution based on spatial attention residual network , author=. IEEE Geoscience and Remote Sensing Letters , volume=. 2021 , publisher=

  102. [112]

    arXiv preprint arXiv:2312.00752 , year=

    Mamba: Linear-time sequence modeling with selective state spaces , author=. arXiv preprint arXiv:2312.00752 , year=

  103. [113]

    arXiv preprint arXiv:2405.16605 , year=

    Demystify Mamba in Vision: A Linear Attention Perspective , author=. arXiv preprint arXiv:2405.16605 , year=

  104. [114]

    arXiv preprint arXiv:2402.15648 , year=

    MambaIR: A Simple Baseline for Image Restoration with State-Space Model , author=. arXiv preprint arXiv:2402.15648 , year=

  105. [115]

    arXiv preprint arXiv:2401.09417 , year=

    Vision mamba: Efficient visual representation learning with bidirectional state space model , author=. arXiv preprint arXiv:2401.09417 , year=

  106. [116]

    arXiv preprint arXiv:2404.15956 , year=

    A Survey on Visual Mamba , author=. arXiv preprint arXiv:2404.15956 , year=

  107. [117]

    arXiv preprint arXiv:2404.09516 , year=

    State space model for new-generation network alternative to transformers: A survey , author=. arXiv preprint arXiv:2404.09516 , year=

  108. [118]

    ACM MM , year=

    Low-light Image Enhancement via CLIP-Fourier Guided Wavelet Diffusion , author=. ACM MM , year=

  109. [119]

    ACM Transactions on Graphics (TOG) , volume=

    Low-light image enhancement with wavelet-based diffusion models , author=. ACM Transactions on Graphics (TOG) , volume=. 2023 , publisher=

  110. [120]

    IEEE Geoscience and Remote Sensing Letters , year=

    MWLN: Multilevel Wavelet Learning Network for Continuous-Scale Remote Sensing Image Super-Resolution , author=. IEEE Geoscience and Remote Sensing Letters , year=

  111. [121]

    IEEE Signal Processing Letters , volume=

    Difference value network for image super-resolution , author=. IEEE Signal Processing Letters , volume=. 2021 , publisher=

  112. [122]

    Biosensors & Bioelectronics , year=

    Optical technologies for the detection of viruses like COVID-19: Progress and prospects , author=. Biosensors & Bioelectronics , year=

  113. [123]

    , author=

    Versatile near-infrared super-resolution imaging of amyloid fibrils with the fluorogenic probe CRANAD-2. , author=. Chemistry , year=

  114. [124]

    IEEE Transactions on Multimedia , volume=

    Deep learning for single image super-resolution: A brief review , author=. IEEE Transactions on Multimedia , volume=. 2019 , publisher=

  115. [125]

    The Journal of Engineering , volume=

    An infrared image detection of power equipment based on super-resolution reconstruction and YOLOv4 , author=. The Journal of Engineering , volume=. 2022 , publisher=

  116. [126]

    IEEE Geoscience and Remote Sensing Letters , volume=

    Land surface temperature and emissivity retrieval from nighttime middle-infrared and thermal-infrared sentinel-3 images , author=. IEEE Geoscience and Remote Sensing Letters , volume=. 2020 , publisher=

  117. [127]

    IEEE Transactions on Image Processing , year=

    Toward Unaligned Guided Thermal Super-Resolution , author=. IEEE Transactions on Image Processing , year=

  118. [128]

    IEEE Signal Processing Letters , volume=

    Infrared image super-resolution via transfer learning and PSRGAN , author=. IEEE Signal Processing Letters , volume=. 2021 , publisher=

  119. [129]

    IEEE transactions on pattern analysis and machine intelligence , volume=

    Image super-resolution using deep convolutional networks , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2015 , publisher=

  120. [130]

    Proceedings of the IEEE/CVF CVPR , pages=

    Photo-realistic single image super-resolution using a generative adversarial network , author=. Proceedings of the IEEE/CVF CVPR , pages=

  121. [131]

    Proceedings of the IEEE/CVF CVPR , pages=

    Activating more pixels in image super-resolution transformer , author=. Proceedings of the IEEE/CVF CVPR , pages=

  122. [132]

    arXiv preprint arXiv:2303.09472 , year=

    Diffir: Efficient diffusion model for image restoration , author=. arXiv preprint arXiv:2303.09472 , year=

  123. [133]

    Proceedings of the IEEE/CVF ICCV , pages=

    Spatially-adaptive feature modulation for efficient image super-resolution , author=. Proceedings of the IEEE/CVF ICCV , pages=

  124. [134]

    IEEE T-CSVT , volume=

    Cascaded deep networks with multiple receptive fields for infrared image super-resolution , author=. IEEE T-CSVT , volume=. 2018 , publisher=

  125. [135]

    IEEE Photonics Journal , volume=

    Super-resolution reconstruction from multiple defocused infrared images of stationary scene , author=. IEEE Photonics Journal , volume=. 2017 , publisher=

  126. [136]

    IEEE Transactions on Computational Imaging , volume=

    Multi-frame RGB/NIR imaging for low-light color image super-resolution , author=. IEEE Transactions on Computational Imaging , volume=. 2019 , publisher=

  127. [137]

    IEEE Transactions on Image Processing , volume=

    Toward unaligned guided thermal super-resolution , author=. IEEE Transactions on Image Processing , volume=. 2021 , publisher=

  128. [138]

    IEEE Transactions on Neural Networks and Learning Systems , year=

    Transfer adaptation learning: A decade survey , author=. IEEE Transactions on Neural Networks and Learning Systems , year=

  129. [139]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

    Domain generalization: A survey , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

  130. [140]

    4or , volume=

    Generalized Nash equilibrium problems , author=. 4or , volume=. 2007 , publisher=

  131. [141]

    Communications of the ACM , volume=

    Generative adversarial networks , author=. Communications of the ACM , volume=. 2020 , publisher=

  132. [142]

    2020 IEEE International Conference on Image Processing (ICIP) , pages=

    Joint image super-resolution via recurrent convolutional neural networks with coupled sparse priors , author=. 2020 IEEE International Conference on Image Processing (ICIP) , pages=. 2020 , organization=

  133. [143]

    IEEE Transactions on Image Processing , volume=

    Multimodal deep unfolding for guided image super-resolution , author=. IEEE Transactions on Image Processing , volume=. 2020 , publisher=

  134. [144]

    IEEE Access , volume=

    Deep networks with detail enhancement for infrared image super-resolution , author=. IEEE Access , volume=. 2020 , publisher=

  135. [145]

    Engineering Applications of Artificial Intelligence , volume=

    Super-resolved thermal imagery for high-accuracy facial areas detection and analysis , author=. Engineering Applications of Artificial Intelligence , volume=. 2020 , publisher=

  136. [146]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Channel split convolutional neural network (ChaSNet) for thermal image super-resolution , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  137. [147]

    International journal of infrared and millimeter waves , volume=

    An infrared image synthesis model based on infrared physics and heat transfer , author=. International journal of infrared and millimeter waves , volume=. 1998 , publisher=

  138. [148]

    Pattern recognition , volume=

    Unified modeling of non-homogeneous 3D objects for thermal and visual image synthesis , author=. Pattern recognition , volume=. 1994 , publisher=

  139. [149]

    Proceedings of APCCAS'96-Asia Pacific Conference on Circuits and Systems , pages=

    Simulation of reticle seekers using the generated thermal images , author=. Proceedings of APCCAS'96-Asia Pacific Conference on Circuits and Systems , pages=. 1996 , organization=

  140. [150]

    Image Analysis and Recognition: 16th International Conference, ICIAR 2019, Waterloo, ON, Canada, August 27--29, 2019, Proceedings, Part II 16 , pages=

    Thermal image superresolution through deep convolutional neural network , author=. Image Analysis and Recognition: 16th International Conference, ICIAR 2019, Waterloo, ON, Canada, August 27--29, 2019, Proceedings, Part II 16 , pages=. 2019 , organization=

  141. [151]

    Optical Engineering , volume=

    ThermISRnet: an efficient thermal image super-resolution network , author=. Optical Engineering , volume=. 2021 , publisher=

  142. [152]

    Optics Frontier Online 2020: Optics Imaging and Display , volume=

    An infrared image super-resolution imaging algorithm based on auxiliary convolution neural network , author=. Optics Frontier Online 2020: Optics Imaging and Display , volume=. 2020 , organization=

  143. [153]

    Advances in Neural Information Processing Systems , volume=

    Quantifying and improving transferability in domain generalization , author=. Advances in Neural Information Processing Systems , volume=

  144. [154]

    International Conference on Machine Learning , pages=

    Model transferability with responsive decision subjects , author=. International Conference on Machine Learning , pages=. 2023 , organization=

  145. [155]

    Advances in neural information processing systems , volume=

    Analysis of representations for domain adaptation , author=. Advances in neural information processing systems , volume=

  146. [156]

    IJCAI: proceedings of the conference , volume=

    Learning disentangled semantic representation for domain adaptation , author=. IJCAI: proceedings of the conference , volume=. 2019 , organization=

  147. [157]

    Proceedings of the AAAI conference on artificial intelligence , volume=

    Return of frustratingly easy domain adaptation , author=. Proceedings of the AAAI conference on artificial intelligence , volume=

  148. [158]

    Proceedings of the AAAI conference on artificial intelligence , volume=

    Discriminative adversarial domain adaptation , author=. Proceedings of the AAAI conference on artificial intelligence , volume=

  149. [159]

    Advances in Neural Information Processing Systems , volume=

    ToAlign: task-oriented alignment for unsupervised domain adaptation , author=. Advances in Neural Information Processing Systems , volume=

  150. [160]

    International Conference on Machine Learning , pages=

    Domain agnostic learning with disentangled representations , author=. International Conference on Machine Learning , pages=. 2019 , organization=

  151. [161]

    Proceedings of the European conference on computer vision (ECCV) workshops , pages=

    Esrgan: Enhanced super-resolution generative adversarial networks , author=. Proceedings of the European conference on computer vision (ECCV) workshops , pages=

  152. [162]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Real-esrgan: Training real-world blind super-resolution with pure synthetic data , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  153. [163]

    IEEE Journal of solid-state circuits , volume=

    Design of an image edge detection filter using the Sobel operator , author=. IEEE Journal of solid-state circuits , volume=. 1988 , publisher=

  154. [164]

    2010 3rd International conference on computer science and information technology , volume=

    An improved Sobel edge detection , author=. 2010 3rd International conference on computer science and information technology , volume=. 2010 , organization=

  155. [165]

    Proceedings of the IEEE/CVF CVPR , pages=

    Target-aware dual adversarial learning and a multi-scenario multi-modality benchmark to fuse infrared and visible for object detection , author=. Proceedings of the IEEE/CVF CVPR , pages=

  156. [166]

    IEEE Journal of Selected Topics in Signal Processing , volume=

    Multimodal stereo vision system: 3D data extraction and algorithm evaluation , author=. IEEE Journal of Selected Topics in Signal Processing , volume=. 2012 , publisher=

  157. [167]

    arXiv preprint arXiv:1412.6980 , year=

    Adam: A method for stochastic optimization , author=. arXiv preprint arXiv:1412.6980 , year=

  158. [168]

    Chan and Chen Change Loy and Chao Dong , title =

    Xintao Wang and Liangbin Xie and Ke Yu and Kelvin C.K. Chan and Chen Change Loy and Chao Dong , title =

  159. [169]

    Proceedings of the IEEE CVPRW , pages=

    Enhanced deep residual networks for single image super-resolution , author=. Proceedings of the IEEE CVPRW , pages=

  160. [170]

    ECCV , pages=

    Accelerating the super-resolution convolutional neural network , author=. ECCV , pages=. 2016 , organization=

  161. [171]

    Proceedings of the IEEE/CVF ICCV , pages=

    Swinir: Image restoration using swin transformer , author=. Proceedings of the IEEE/CVF ICCV , pages=

  162. [172]

    Proceedings of the ECCV , pages=

    Image super-resolution using very deep residual channel attention networks , author=. Proceedings of the ECCV , pages=

  163. [173]

    Advances in Neural Information Processing Systems , volume=

    Shufflemixer: An efficient convnet for image super-resolution , author=. Advances in Neural Information Processing Systems , volume=

  164. [174]

    Frontiers in neuroscience , volume=

    Going deeper in spiking neural networks: VGG and residual architectures , author=. Frontiers in neuroscience , volume=. 2019 , publisher=

  165. [175]

    IEEE transactions on pattern analysis and machine intelligence , volume=

    Deep learning for image super-resolution: A survey , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2020 , publisher=

  166. [176]

    Pattern Recognition , volume=

    A Learnable Gradient operator for face presentation attack detection , author=. Pattern Recognition , volume=. 2023 , publisher=

  167. [177]

    IEEE Transactions on Intelligent Transportation Systems , year=

    EGFNet: Edge-aware guidance fusion network for RGB--thermal urban scene parsing , author=. IEEE Transactions on Intelligent Transportation Systems , year=

  168. [178]

    ICLR , year=

    Recursive Generalization Transformer for Image Super-Resolution , author=. ICLR , year=

  169. [179]

    HAT: Hybrid Attention Transformer for Image Restoration , year=

    Chen, Xiangyu and Wang, Xintao and Zhang, Wenlong and Kong, Xiangtao and Qiao, Yu and Zhou, Jiantao and Dong, Chao , journal=. HAT: Hybrid Attention Transformer for Image Restoration , year=

  170. [180]

    INT J WAVELETS MULTI , volume=

    Infrared and visible image fusion with convolutional neural networks , author=. INT J WAVELETS MULTI , volume=. 2018 , publisher=

  171. [181]

    INFRARED PHYS TECHN , volume=

    Infrared and visual image fusion through infrared feature extraction and visual information preservation , author=. INFRARED PHYS TECHN , volume=. 2017 , publisher=

  172. [182]

    arXiv preprint arXiv:2401.10166 , year=

    Vmamba: Visual state space model , author=. arXiv preprint arXiv:2401.10166 , year=

  173. [183]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Transcending the limit of local window: Advanced super-resolution transformer with adaptive token dictionary , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  174. [184]

    arXiv preprint arXiv:2405.07992 , year=

    MambaOut: Do We Really Need Mamba for Vision? , author=. arXiv preprint arXiv:2405.07992 , year=

  175. [185]

    IEEE Transactions on Geoscience and Remote Sensing , volume=

    Exploring models and data for remote sensing image caption generation , author=. IEEE Transactions on Geoscience and Remote Sensing , volume=. 2017 , publisher=

  176. [186]

    Proceedings of the IEEE conference on computer vision and pattern recognition workshops , pages=

    Ntire 2017 challenge on single image super-resolution: Dataset and study , author=. Proceedings of the IEEE conference on computer vision and pattern recognition workshops , pages=

  177. [187]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    CATANet: Efficient Content-Aware Token Aggregation for Lightweight Image Super-Resolution , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  178. [188]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Mambairv2: Attentive state space restoration , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  179. [189]

    IRSRMamba: Infrared Image Super-Resolution via Mamba-based Wavelet Transform Feature Modulation Model , year=

    Huang, Yongsong and Miyazaki, Tomo and Liu, Xiaofeng and Omachi, Shinichiro , journal=. IRSRMamba: Infrared Image Super-Resolution via Mamba-based Wavelet Transform Feature Modulation Model , year=

  180. [190]

    IEEE Transactions on Geoscience and Remote Sensing , year=

    Online infrared UAV target tracking with enhanced context-awareness and pixel-wise attention modulation , author=. IEEE Transactions on Geoscience and Remote Sensing , year=

  181. [191]

    IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , volume=

    PKULAST-An Extendable Model for Land Surface Temperature Retrieval From Thermal Infrared Remote Sensing Data , author=. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , volume=. 2022 , publisher=

  182. [192]

    IEEE Transactions on Intelligent Vehicles , year=

    Driver distraction behavior recognition for autonomous driving: Approaches, datasets and challenges , author=. IEEE Transactions on Intelligent Vehicles , year=

  183. [193]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Difiisr: A diffusion model with gradient guidance for infrared image super-resolution , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  184. [194]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

    Blind image super-resolution: A survey and beyond , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

  185. [195]

    The Thirteenth ICLR , year=

    Spatial-Mamba: Effective Visual State Space Models via Structure-Aware State Fusion , author=. The Thirteenth ICLR , year=

  186. [196]

    IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , year=

    A Hybrid Model of State Space Model and Attention for Hyperspectral Image Denoising , author=. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , year=

  187. [197]

    Proceedings of the 32nd ACM International Conference on Multimedia , pages=

    Bridging fourier and spatial-spectral domains for hyperspectral image denoising , author=. Proceedings of the 32nd ACM International Conference on Multimedia , pages=

  188. [198]

    IEEE Transactions on Intelligent Transportation Systems , year=

    RSHazeDiff: A unified Fourier-aware diffusion model for remote sensing image dehazing , author=. IEEE Transactions on Intelligent Transportation Systems , year=

  189. [199]

    European Conference on Computer Vision , pages=

    Uncertainty-Driven Spectral Compressive Imaging with Spatial-Frequency Transformer , author=. European Conference on Computer Vision , pages=. 2024 , organization=

  190. [200]

    European Conference on Computer Vision , pages=

    Restore Anything with Masks: Leveraging Mask Image Modeling for Blind All-in-One Image Restoration , author=. European Conference on Computer Vision , pages=. 2024 , organization=

  191. [201]

    IEEE Transactions on Image Processing , year=

    Neural degradation representation learning for all-in-one image restoration , author=. IEEE Transactions on Image Processing , year=

  192. [202]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Scaling up your kernels to 31x31: Revisiting large kernel design in cnns , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  193. [203]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Efficient and explicit modelling of image hierarchies for image restoration , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  194. [204]

    NOT-156: Night Object Tracking Using Low-Light and Thermal Infrared: From Multimodal Common-Aperture Camera to Benchmark Datasets , year=

    Sun, Chen and others , journal=. NOT-156: Night Object Tracking Using Low-Light and Thermal Infrared: From Multimodal Common-Aperture Camera to Benchmark Datasets , year=

  195. [205]

    ISPRS Journal of Photogrammetry and Remote Sensing , volume=

    Guidance disentanglement network for Optics-Guided thermal UAV image super-resolution , author=. ISPRS Journal of Photogrammetry and Remote Sensing , volume=. 2025 , publisher=

  196. [206]

    Infrared Image Super-Resolution: A Systematic Review and Future Trends , year=

    Huang, Yongsong and others , journal=. Infrared Image Super-Resolution: A Systematic Review and Future Trends , year=

  197. [207]

    ICML , year=

    Mmpareto: Boosting multimodal learning with innocent unimodal assistance , author=. ICML , year=

  198. [208]

    Advances in neural information processing systems , volume=

    Multi-task learning as multi-objective optimization , author=. Advances in neural information processing systems , volume=

  199. [209]

    arXiv preprint arXiv:2001.06782 , year=

    Gradient surgery for multi-task learning , author=. arXiv preprint arXiv:2001.06782 , year=

  200. [210]

    International conference on machine learning , pages=

    Gradnorm: Gradient normalization for adaptive loss balancing in deep multitask networks , author=. International conference on machine learning , pages=. 2018 , organization=

  201. [211]

    Advances in Neural Information Processing Systems , volume=

    Famo: Fast adaptive multitask optimization , author=. Advances in Neural Information Processing Systems , volume=

  202. [212]

    Advances in neural information processing systems , volume=

    Conflict-averse gradient descent for multi-task learning , author=. Advances in neural information processing systems , volume=

  203. [213]

    European conference on computer vision , pages=

    SMFANet: A lightweight self-modulation feature aggregation network for efficient image super-resolution , author=. European conference on computer vision , pages=. 2024 , organization=

  204. [214]

    European conference on computer vision , pages=

    HiT-SR: Hierarchical transformer for efficient image super-resolution , author=. European conference on computer vision , pages=. 2024 , organization=

  205. [215]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Feature modulation transformer: Cross-refinement of global representation via high-frequency prior for image super-resolution , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  206. [216]

    arXiv preprint arXiv:2506.16737 , year=

    Cross-modal offset-guided dynamic alignment and fusion for weakly aligned uav object detection , author=. arXiv preprint arXiv:2506.16737 , year=

  207. [217]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Fusion Meets Diverse Conditions: A High-diversity Benchmark and Baseline for UAV-based Multimodal Object Detection with Condition Cues , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  208. [218]

    Signal Processing: Image Communication , pages=

    FlyAwareV2: A multimodal cross-domain UAV dataset for urban scene understanding , author=. Signal Processing: Image Communication , pages=. 2026 , publisher=

Pith tools

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