Pith. sign in

REVIEW 4 major objections 5 minor 2 cited by

BaryIR: Learning Multi-Source Unified Representation in Continuous Barycenter Space for Generalizable All-in-One Image Restoration

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

Pith's one-line read BaryIR claims that writing latent codes as a continuous optimal-transport barycenter plus source-specific residuals yields a single all-in-one restoration model that generalizes to unseen degradations and real images.

desk verdict BaryIR's empirical claim is credible and its barycenter decomposition idea is fresh; read it with the 'unseen degradations' phrasing discounted to 'unseen levels and real-domain variants.' read the letter →

arxiv 2505.21637 v1 pith:F4VZBTER submitted 2025-05-27 cs.CV

classification cs.CV
keywords all-in-oneimagerestorationoptimaltransportbarycentermulti-sourcerepresentationlearningout-of-distributiongeneralizationcontrastivelatentspacedecompositioncontinuousmap
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 sets out to solve a practical weakness of all-in-one image restoration: models trained on known degradations fall apart on out-of-distribution inputs. It proposes BaryIR, which writes each latent code as the sum of a shared 'barycenter' representation (computed by a learned continuous optimal-transport map) and a source-specific residual. The barycenter is trained to contain degradation-agnostic content, while the residuals carry degradation identity and are kept mutually contrastive and orthogonal to the barycenter. The paper reports that this decomposition improves both standard all-in-one benchmarks and, more decisively, generalization to real-world haze, rain, blur, and noise at unseen levels. If true, the practical consequence is that a single restorer can be deployed more safely to conditions it was never trained on.

What carries the argument

The load-bearing object is the continuous barycenter map $T:\mathcal{Z}\to\mathcal{Z}_B$ obtained from the multi-source latent optimal transport (MLOT) barycenter problem. Instead of aligning sources to discrete codes, BaryIR trains a neural map that transports each source's latent distribution to a common barycenter distribution, with transport costs that (i) contrast source-specific residuals across sources and (ii) keep residuals orthogonal to barycenter codes. The dual formulation in Theorem 4.1 permits a maximin training objective, and Theorem 4.2 gives a bound on the Wasserstein-2 distance between the recovered pushforwards and the true barycenter pushforwards; this bound is what the paper cites as the approximation guarantee for the map.

What would settle it

Train BaryIR on the three- or five-degradation sets and test on an out-of-distribution degradation with no visual overlap with training, such as snow, spatially varying dense fog, or structured noise. If the barycenter codes of such inputs do not cluster by image content rather than by degradation in a t-SNE plot, or if BaryIR's PSNR on that out-of-distribution set is no better than a model decoding only original features, the central claim is falsified.

Watch

Extended reading notes

Core claim

On its own terms, the paper's discovery is that a unified representation for multi-source degraded images can be learned as a continuous optimal-transport barycenter rather than as a discrete codebook or prompt. BaryIR instantiates this by solving a multi-source latent optimal transport (MLOT) barycenter problem: given source distributions $P_k$ over latent codes $z_k$, it learns a map $T:\mathcal{Z}\to\mathcal{Z}_B$ pushing each $z_k$ to a barycenter code $z_k^B$, with transport cost $C_k(z_k,z_k^B)=\|z_k-z_k^B\|+\gamma(\mathcal{L}^{\mathrm{ctr}}_k+\mathcal{L}^{\mathrm{ort}}_k)$, where $\mathcal{L}^{\mathrm{ctr}}_k$ contrasts source-specific residuals across degradations and $\mathcal{L}^{\mathrm{ort}}_k$ enforces orthogonality between residuals and barycenters. A dual reformulation turns the barycenter problem into a maximin game over potential functions $f_k$ and the map $T$, which is trained end-to-end as neural networks. The paper further proves an error bound on the recovered map in terms of duality gaps under a $\beta$-strong-convexity condition, and presents experiments showing that the barycenter representation alone already improves generalization, while adding source-specific residuals gives the best in-distribution and out-of-distribution results.

Load-bearing premise

The whole transfer story depends on the learned barycenter map being genuinely degradation-agnostic for inputs whose degradation type or level was unseen in training, and on the source-specific subspaces staying informative for those inputs; the paper's error bound does not establish this because its strong-convexity assumption and duality gaps are never verified.

Editorial extensions

If this is right

  • On the three-degradation and five-degradation all-in-one benchmarks, the paper's tables report BaryIR ahead of previous all-in-one models on average PSNR, SSIM, LPIPS, and FID, with average gains over InstructIR of 0.42 dB and 1.11 dB respectively.
  • On unseen real-world datasets O-HAZE and SPANet, BaryIR reports PSNR gains of 3.81 dB and 2.73 dB over the second-best method, and lower no-reference scores on mixed-degradation images.
  • For unseen degradation levels, BaryIR reports a 2.80 dB gain over InstructIR on Rain100L deraining and a 3.30 dB gain at $\sigma=75$ denoising.
  • The ablation study shows that the barycenter representation alone already improves generalization, and that adding source-specific residuals yields the full model's best results.
  • Because the method is agnostic to degradation type beyond the transport cost design, the same barycenter-decomposition scheme can be applied to other multi-source restoration settings.

Reading between the lines

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

  • If the barycenter is truly degradation-agnostic, then removing the source-specific branch at inference should degrade in-distribution performance only mildly but should dominate on out-of-distribution inputs; the paper's Table 7 partly supports this, and a broader sweep over out-of-distribution types would sharpen the claim.
  • The MLOT objective's contrastive and orthogonality terms are generic representation-learning devices; they could be transplanted to other unified-representation problems, such as multi-modal retrieval, where one wants shared content separated from source identity.
  • The theoretical guarantee in Theorem 4.2 is conditional on quantities the paper does not compute; computing the duality gaps $E_1,E_2$ and checking $\beta$-strong-convexity on the learned costs would turn the heuristic justification into a quantitative one.
  • Using cosine similarity for both the contrastive loss and orthogonality suggests that scale invariance may be important; a natural next experiment is testing BaryIR with feature normalization removed to see whether the gains come from the geometry or from normalization.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes BaryIR, an all-in-one image restoration method that decomposes the latent space of degraded images into a continuous optimal transport barycenter space and source-specific subspaces. The barycenter map is learned via a multi-source latent OT (MLOT) objective with source-level contrastive and barycenter-anchored orthogonality losses, and the paper provides a theoretical error bound (Theorem 4.2) for the recovered barycenter map. Experiments on three-degradation and five-degradation benchmarks show competitive or superior PSNR/SSIM/LPIPS/FID relative to existing all-in-one methods, and additional experiments on real-world datasets and unseen degradation levels are reported. The central claim is that BaryIR 'exhibits superior generalization ability to real-world data and unseen degradations.'

Significance. If the generalization claim holds, the paper makes a useful contribution to all-in-one image restoration by introducing a continuous barycenter representation with an explicit geometric interpretation, along with strong empirical results on standard benchmarks. The paper includes a clear ablation study showing the contribution of the barycenter representation and the two loss terms, and it promises code release, which would support reproducibility. However, the headline generalization claim is currently supported only for unseen levels and real-domain variants of the degradation families seen in training, not for genuinely unseen degradation types. The theoretical error bound is not connected to the experiments because its key assumptions and duality gaps are never verified or computed, and the proof is deferred to an absent supplementary. These issues are fixable, but they are load-bearing for the paper's central claim.

major comments (4)
  1. [§5.2-5.3, Tables 3-6] The abstract's claim that BaryIR 'exhibits superior generalization ability to ... unseen degradations' is not supported by the experimental design: every out-of-distribution evaluation is either a real-domain instance of a degradation family seen in training (O-HAZE for haze, SPANet for rain), a mixture whose components are all trained degradation types (Table 4), or an unseen level of a trained type (sigma=60/75 in Table 6, Rain100L in Table 5). No experiment holds out an entire degradation type, so the empirical evidence only supports generalization to unseen levels and unseen real-domain instances of known degradation families. Please add a held-out-type experiment (for example, train without low-light or snow and test on that type) or amend the abstract and conclusion to match the evidence.
  2. [§4.2, Theorem 4.2, Eq. (4)] The error bound in Theorem 4.2 rests on (i) a uniform beta-strong-convexity assumption on the maps z_B -> C_k(z_k, z_B) - \hat{f}_k(z_B), (ii) duality gaps E1 and E2, and (iii) a proof deferred to an unavailable supplementary. None of these is verified in the paper: the base cost ||z_k - z_B|| is convex but not strongly convex, and the losses L_ctr_k and L_ort_k in Eq. (4) are defined over mini-batch samples, so C_k is not a function of the single pair (z_k, z_B) as the theorem notation requires. Since the bound is proportional to (E1 + E2)/beta, and E1/E2 are never reported, the theorem currently has no empirical content. Please provide the proof, verify the strong-convexity assumption for the actual implemented cost (or weaken the theorem accordingly), and report the duality gaps in the experiments.
  3. [§4.3, Fig. 2, §3.2] The source-specific subspaces S_k and the representation s_k = z_k - z_B are defined relative to the K training degradation types. For an input whose degradation type was not among the training sources, the component z - T(z) has no learned degradation-specific semantics, because there is no source index k and the contrastive/orthogonal losses never constrain that input's subspace. Consequently, the architecture does not itself provide a mechanism for transferring source-specific information to genuinely new degradation types. The generalization results in Tables 3-6 concern inputs that remain inside the training source types (in level or domain, but not in type), so they do not establish the broader claim.
  4. [§5.4, Table 7, Fig. 6] The ablation shows that the barycenter representation alone improves generalization on O-HAZE and SPANet, but those datasets are real-domain variants of the trained haze and rain sources. The t-SNE visualization in Fig. 6 uses only the training degradation types (noise, rain, haze), so it cannot demonstrate that the barycenter space is degradation-agnostic for an unseen type. Please add an analysis with a held-out degradation type, or explicitly limit the interpretation of the ablation and visualization to the trained source types.
minor comments (5)
  1. [§5.1, five-degradation paragraph] The sentence 'BaryIR also proceeds InstructIR with 4.11 dB PSNR gain' should read 'BaryIR also surpasses InstructIR' (or 'outperforms InstructIR').
  2. [§5.1, five-degradation paragraph] The sentence 'BaryIR excels InstructIR with an average PSNR gain of 1.11 dB' is grammatically awkward; consider 'BaryIR excels over InstructIR' or 'BaryIR outperforms InstructIR'.
  3. [§5.2, Table 4] The mixed-degradation evaluation in Table 4 uses no-reference metrics (NIQE, PIQE), while all other tables use reference-based metrics; please state explicitly why no-reference metrics are appropriate here and, if possible, report at least one reference-based metric on the real-world mixed images.
  4. [§5.3] Section 5.3 says three-degradation models are trained for dehazing, deraining, and denoising, but only deraining and denoising out-of-distribution results are reported; if dehazing generalization was evaluated, the results should be included, otherwise the omission should be noted.
  5. [Throughout] Many implementation details, the proof of Theorem 4.2, and the ablation for the weights lambda_{1:K} are deferred to a supplementary that is not included with the manuscript; please provide the supplementary or move the most important details into the main text so the submission is self-contained.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: BaryIR's central claims are empirically evaluated, and its theoretical bounds, while unverified in assumptions, are not restatements of the inputs.

full rationale

BaryIR's derivation chain is self-contained rather than circular. The barycenter map T is trained with the MLOT objective; the decomposition z_k = T(z_k) + (z_k - T(z_k)) is tautological, but the paper's substantive claims (that the barycenter representation is degradation-agnostic and useful for restoration, and that it transfers to unseen levels and real-world variants) are not entailed by that definition and are tested on held-out benchmarks (Tables 1-6, O-HAZE, SPANet, unseen sigma). The self-citations (e.g., RCOT [42], degradation-aware RCOT [43]) are used as baselines or related work, not as load-bearing justification. Theorem 4.2 is a conditional error bound depending on beta-strong convexity and duality gaps E1, E2 that are not computed; this is an unverified assumption, not a circular step, because the bound does not assume the conclusion it is used to support. The only notable gap is that 'unseen degradations' in the abstract is broader than the experimental protocol, which varies degradation levels and real-domain instances within the five trained families; that is an overclaim relative to the evidence, not a circularity.

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

The method uses standard OT machinery and standard deep learning practice. The main ad hoc elements are the two regularizers in the transport cost and the strong convexity assumption used in the theoretical bound. No new physical entities or data sources are introduced.

free parameters (3)
  • gamma (loss weight for L_ctr and L_ort in transport cost) = not reported
    Controls the balance between the OT distance and the contrastive/orthogonality regularizers; likely tuned on validation data, but value not given in main text.
  • tau (temperature in source-level contrastive loss) = not reported
    Temperature of the InfoNCE-style contrastive loss; a standard hyperparameter that affects the sharpness of the contrastive objective.
  • lambda_k (barycenter weights) = set to sample proportions per source
    Weights for the source distributions in the MLOT barycenter objective; tied to dataset composition rather than tuned, but still a design choice.
assumptions (6)
  • standard math Compactness of X, Y, Z_B and integrability conditions for OT dual
    Theorem 4.1 uses the Kantorovich dual which requires compact (or tightly concentrated) distributions and lower semicontinuous costs; these are standard assumptions.
  • standard math Rockafellar interchange theorem for exchanging infimum and integral in Eq. (8)
    Used to justify the optimization over measurable maps T; standard in stochastic programming.
  • ad hoc to paper Beta-strong convexity of C_k(z_k, y) - f_k(y) uniformly over z_k
    Theorem 4.2's bound depends on this assumption; the paper does not demonstrate that the learned costs including the contrastive and orthogonality terms are strongly convex with a known beta.
  • domain assumption The latent representations of K degradation types form well-separated source distributions with a meaningful common barycenter
    The entire method presumes that a barycenter of the per-degradation latent distributions carries degradation-agnostic information; this is plausible but not proven.
  • domain assumption Barycenter plus source-specific representations are sufficient for decoding clean images
    The decoder receives features from both spaces; no guarantee that this aggregation preserves all information needed for restoration.
  • domain assumption The adversarial maximin training converges to a useful solution of the MLOT barycenter problem
    The paper provides no convergence guarantee for the NN-based maximin optimization; in practice it works on benchmarks.

how reviews work

0 comments
Cite this review

Pith. "Pith review of BaryIR: Learning Multi-Source Unified Representation in Continuous Barycenter Space for Generalizable All-in-One Image Restoration." pith.science (2026). https://pith.science/paper/F4VZBTER

@misc{pith2026250521637,
  author       = {Pith},
  title        = {Pith review of: BaryIR: Learning Multi-Source Unified Representation in Continuous Barycenter Space for Generalizable All-in-One Image Restoration},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/F4VZBTER}},
  note         = {Machine review of arXiv:2505.21637}
}
read the original abstract

Despite remarkable advances made in all-in-one image restoration (AIR) for handling different types of degradations simultaneously, existing methods remain vulnerable to out-of-distribution degradations and images, limiting their real-world applicability. In this paper, we propose a multi-source representation learning framework BaryIR, which decomposes the latent space of multi-source degraded images into a continuous barycenter space for unified feature encoding and source-specific subspaces for specific semantic encoding. Specifically, we seek the multi-source unified representation by introducing a multi-source latent optimal transport barycenter problem, in which a continuous barycenter map is learned to transport the latent representations to the barycenter space. The transport cost is designed such that the representations from source-specific subspaces are contrasted with each other while maintaining orthogonality to those from the barycenter space. This enables BaryIR to learn compact representations with unified degradation-agnostic information from the barycenter space, as well as degradation-specific semantics from source-specific subspaces, capturing the inherent geometry of multi-source data manifold for generalizable AIR. Extensive experiments demonstrate that BaryIR achieves competitive performance compared to state-of-the-art all-in-one methods. Particularly, BaryIR exhibits superior generalization ability to real-world data and unseen degradations. The code will be publicly available at https://github.com/xl-tang3/BaryIR.

Figures

Figures reproduced from arXiv: 2505.21637 by the authors.

Figure 1
Figure 1. BaryIR decomposes the latent space of multi-source [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of the proposed BaryIR framework. Based on the MLOT barycenter objective, we train the MLOT barycenter map that transports the latent representation to the barycenter space. Correspondingly, we can establish the source-specific subspaces with elements being differences between the sources and barycenters. By aggregating representations from both spaces, BaryIR can capture degradation-agnostic/specific seman… view at source ↗
Figure 3
Figure 3. Visual comparison of five-degradation All-in-One results. BaryIR restores sharp images with fine-grained details. [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Visual examples of generalization evaluation with five-degradation models on unseen real-world O-HAZE [ [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Visual examples on unseen real-world mixed-degradation images. Row 1: haze and rain. Row 2: blur and noise. [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: The t-SNE visualization of different representations. [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

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

  1. MoCRA: Mixture of Compositional Rank-1 Atoms for 4K All-in-One Video Restoration

    cs.CV 2026-08 conditional novelty 6.0 of 10

    A single 3.6M-parameter model, MoCRA, restores haze, rain, noise, and low light at native 4K in 0.48 seconds per frame, besting eleven retrained baselines on the mean PSNR of the authors' new UHV-4K-AIO benchmark.

  2. ClusIR: Towards Cluster-Guided All-in-One Image Restoration

    cs.CV 2025-12 conditional novelty 4.0 of 10

    A cluster-guided mixture-of-experts network with frequency modulation reports competitive all-in-one image restoration results, with uneven gains and no public code.

Reference graph

Works this paper leans on

59 extracted references · 49 canonical work pages · cited by 2 Pith papers

  1. [1]

    Lora-ir: Taming low- rank experts for efficient all-in-one image restoration.arXiv preprint arXiv:2410.15385, 2024

    Yuang Ai, Huaibo Huang, and Ran He. Lora-ir: Taming low- rank experts for efficient all-in-one image restoration.arXiv preprint arXiv:2410.15385, 2024. 1

  2. [2]

    O-haze: a dehazing bench- mark with real hazy and haze-free outdoor images

    Codruta Ancuti, Cosmin Ancuti, Radu Timofte, and Christophe De Vleeschouwer. O-haze: a dehazing bench- mark with real hazy and haze-free outdoor images. In CVPRW, pages 754–762, 2018. 5, 7

  3. [3]

    Robust cross-modal representation learning with progressive self- distillation

    Alex Andonian, Shixing Chen, and Raffay Hamid. Robust cross-modal representation learning with progressive self- distillation. InCVPR, pages 16430–16441, 2022. 2

  4. [4]

    Speecht5: Unified-modal encoder-decoder pre-training for spoken language processing

    Junyi Ao, Rui Wang, Long Zhou, Chengyi Wang, Shuo Ren, Yu Wu, Shujie Liu, Tom Ko, Qing Li, Yu Zhang, et al. Speecht5: Unified-modal encoder-decoder pre-training for spoken language processing. InACL, pages 5723–5738,

  5. [5]

    Contour detection and hierarchical image seg- mentation.IEEE TPAMI, 33(5):898–916, 2010

    Pablo Arbelaez, Michael Maire, Charless Fowlkes, and Ji- tendra Malik. Contour detection and hierarchical image seg- mentation.IEEE TPAMI, 33(5):898–916, 2010. 7

  6. [6]

    Simple baselines for image restoration

    Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, and Jian Sun. Simple baselines for image restoration. InECCV, pages 17– 33, 2022. 1

  7. [7]

    Learning a low- level vision generalist via visual task prompt

    Xiangyu Chen, Yihao Liu, Yuandong Pu, Wenlong Zhang, Jiantao Zhou, Yu Qiao, and Chao Dong. Learning a low- level vision generalist via visual task prompt. InACMMM, pages 2671–2680, 2024. 2

  8. [8]

    Uniter: Universal image-text representation learning

    Yen-Chun Chen, Linjie Li, Licheng Yu, Ahmed El Kholy, Faisal Ahmed, Zhe Gan, Yu Cheng, and Jingjing Liu. Uniter: Universal image-text representation learning. InECCV, pages 104–120. Springer, 2020. 2

Show all 59 references
  1. [9]

    Variational wasserstein barycenters with c- cyclical monotonicity regularization

    Jinjin Chi, Zhiyao Yang, Ximing Li, Jihong Ouyang, and Renchu Guan. Variational wasserstein barycenters with c- cyclical monotonicity regularization. InAAAI, pages 7157– 7165, 2023. 3

  2. [10]

    Instruc- tir: High-quality image restoration following human instruc- tions

    Marcos V Conde, Gregor Geigle, and Radu Timofte. Instruc- tir: High-quality image restoration following human instruc- tions. InECCV, pages 1–21. Springer, 2024. 1, 2, 5, 6, 7

  3. [11]

    Adair: Adaptive all-in-one image restoration via frequency mining and mod- ulation

    Yuning Cui, Syed Waqas Zamir, Salman Khan, Alois Knoll, Mubarak Shah, and Fahad Shahbaz Khan. Adair: Adaptive all-in-one image restoration via frequency mining and mod- ulation. InICLR, 2025. 1, 2

  4. [12]

    An image is worth 16x16 words: Transformers for image recognition at scale

    Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Syl- vain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition ...

  5. [13]

    Multi-modal alignment us- ing representation codebook

    Jiali Duan, Liqun Chen, Son Tran, Jinyu Yang, Yi Xu, Be- linda Zeng, and Trishul Chilimbi. Multi-modal alignment us- ing representation codebook. InCVPR, pages 15651–15660,

  6. [14]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. InCVPR, pages 770–778, 2016. 1

  7. [15]

    A survey on all-in-one image restoration: Taxonomy, evaluation and future trends.arXiv preprint arXiv:2410.15067, 2024

    Junjun Jiang, Zengyuan Zuo, Gang Wu, Kui Jiang, and Xianming Liu. A survey on all-in-one image restoration: Taxonomy, evaluation and future trends.arXiv preprint arXiv:2410.15067, 2024. 1

  8. [16]

    On the translocation of masses

    Leonid V Kantorovich. On the translocation of masses. In Dokl. Akad. Nauk. USSR (NS), pages 199–201, 1942. 3

  9. [17]

    Continuous wasserstein-2 barycenter es- timation without minimax optimization

    Alexander Korotin, Lingxiao Li, Justin Solomon, and Evgeny Burnaev. Continuous wasserstein-2 barycenter es- timation without minimax optimization. InICLR, 2021. 3

  10. [18]

    A comparative study for single im- age blind deblurring

    Wei-Sheng Lai, Jia-Bin Huang, Zhe Hu, Narendra Ahuja, and Ming-Hsuan Yang. A comparative study for single im- age blind deblurring. InCVPR, pages 1701–1709, 2016. 7

  11. [19]

    Deep laplacian pyramid networks for fast and accurate super-resolution

    Wei-Sheng Lai, Jia-Bin Huang, Narendra Ahuja, and Ming- Hsuan Yang. Deep laplacian pyramid networks for fast and accurate super-resolution. InCVPR, pages 624–632, 2017. 1

  12. [20]

    Fast and accurate image super-resolution with deep laplacian pyramid networks.IEEE TPAMI, 41(11): 2599–2613, 2018

    Wei-Sheng Lai, Jia-Bin Huang, Narendra Ahuja, and Ming- Hsuan Yang. Fast and accurate image super-resolution with deep laplacian pyramid networks.IEEE TPAMI, 41(11): 2599–2613, 2018. 1

  13. [21]

    Towards fully autonomous driving: Systems and algorithms

    Jesse Levinson, Jake Askeland, Jan Becker, Jennifer Dolson, David Held, Soeren Kammel, J Zico Kolter, Dirk Langer, Oliver Pink, Vaughan Pratt, et al. Towards fully autonomous driving: Systems and algorithms. In2011 IEEE Intelligent Vehicles Symposium (IV), pages 163–168. IEEE, 2011. 1

  14. [22]

    Benchmarking single- image dehazing and beyond.IEEE TIP, 28(1):492–505,

    Boyi Li, Wenqi Ren, Dengpan Fu, Dacheng Tao, Dan Feng, Wenjun Zeng, and Zhangyang Wang. Benchmarking single- image dehazing and beyond.IEEE TIP, 28(1):492–505,

  15. [23]

    All-in-one image restoration for unknown cor- ruption

    Boyun Li, Xiao Liu, Peng Hu, Zhongqin Wu, Jiancheng Lv, and Xi Peng. All-in-one image restoration for unknown cor- ruption. InCVPR, pages 17452–17462, 2022. 1, 2

  16. [24]

    Continuous regularized wasserstein barycenters

    Lingxiao Li, Aude Genevay, Mikhail Yurochkin, and Justin M Solomon. Continuous regularized wasserstein barycenters. InNeurIPS, pages 17755–17765, 2020. 3

  17. [25]

    Swinir: Image restoration us- ing swin transformer

    Jingyun Liang, Jiezhang Cao, Guolei Sun, Kai Zhang, Luc Van Gool, and Radu Timofte. Swinir: Image restoration us- ing swin transformer. InICCV, pages 1833–1844, 2021. 1

  18. [26]

    Deep continuous fusion for multi-sensor 3d object detection

    Ming Liang, Bin Yang, Shenlong Wang, and Raquel Urtasun. Deep continuous fusion for multi-sensor 3d object detection. InECCV, pages 641–656, 2018. 1

  19. [27]

    Cross-modal dis- crete representation learning

    Alexander Liu, SouYoung Jin, Cheng-I Lai, Andrew Rou- ditchenko, Aude Oliva, and James Glass. Cross-modal dis- crete representation learning. InACL, pages 3013–3035. 2

  20. [28]

    Unifying image pro- cessing as visual prompting question answering

    Yihao Liu, Xiangyu Chen, Xianzheng Ma, Xintao Wang, Jiantao Zhou, Yu Qiao, and Chao Dong. Unifying image pro- cessing as visual prompting question answering. InICML, pages 30873–30891. PMLR, 2024. 1

  21. [29]

    Swin transformer: Hierarchical vision transformer using shifted windows

    Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. In CVPR, pages 10012–10022, 2021. 1

  22. [30]

    UNIFIED-IO: A unified model for vision, language, and multi-modal tasks

    Jiasen Lu, Christopher Clark, Rowan Zellers, Roozbeh Mot- taghi, and Aniruddha Kembhavi. UNIFIED-IO: A unified model for vision, language, and multi-modal tasks. InICLR,

  23. [31]

    Image restoration with mean-reverting stochastic differential equations

    Ziwei Luo, Fredrik K Gustafsson, Zheng Zhao, Jens Sj¨olund, and Thomas B Sch¨on. Image restoration with mean-reverting stochastic differential equations. InICML, pages 23045– 23066. PMLR, 2023. 1, 5, 6, 7 9

  24. [32]

    Controlling vision-language models for multi-task image restoration

    Ziwei Luo, Fredrik K Gustafsson, Zheng Zhao, Jens Sj¨olund, and Thomas B Sch ¨on. Controlling vision-language models for multi-task image restoration. InThe Twelfth ICLR, 2024. 1, 2, 5, 6, 7

  25. [33]

    Waterloo ex- ploration database: New challenges for image quality assess- ment models.IEEE TIP, 26(2):1004–1016, 2016

    Kede Ma, Zhengfang Duanmu, Qingbo Wu, Zhou Wang, Hongwei Yong, Hongliang Li, and Lei Zhang. Waterloo ex- ploration database: New challenges for image quality assess- ment models.IEEE TIP, 26(2):1004–1016, 2016. 7

  26. [34]

    completely blind

    Anish Mittal, Rajiv Soundararajan, and Alan C Bovik. Mak- ing a “completely blind” image quality analyzer.IEEE Sig- nal Processing Letters (SPL), 20(3):209–212, 2012. 7

  27. [35]

    Promptir: Prompting for all-in-one blind image restoration.NeurIPS, 2023

    Vaishnav Potlapalli, Syed Waqas Zamir, Salman Khan, and Fahad Shahbaz Khan. Promptir: Prompting for all-in-one blind image restoration.NeurIPS, 2023. 1, 2, 5, 6, 7

  28. [36]

    Multi- modal fusion transformer for end-to-end autonomous driv- ing

    Aditya Prakash, Kashyap Chitta, and Andreas Geiger. Multi- modal fusion transformer for end-to-end autonomous driv- ing. InCVPR, pages 7077–7087, 2021. 1

  29. [37]

    Learn- ing transferable visual models from natural language super- vision

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learn- ing transferable visual models from natural language super- vision. InICML, pages 8748–8763. PMLR, 2021. 2

  30. [38]

    Integral functionals, normal integrands and measurable selections.Nonlinear Operators and the Calcu- lus of Variations, pages 157–207, 1976

    R Rockafellar. Integral functionals, normal integrands and measurable selections.Nonlinear Operators and the Calcu- lus of Variations, pages 157–207, 1976. 4

  31. [39]

    Xkd: Cross-modal knowl- edge distillation with domain alignment for video represen- tation learning

    Pritam Sarkar and Ali Etemad. Xkd: Cross-modal knowl- edge distillation with domain alignment for video represen- tation learning. InAAAI, pages 14875–14885, 2024. 2

  32. [40]

    Restoring images in adverse weather condi- tions via histogram transformer

    Shangquan Sun, Wenqi Ren, Xinwei Gao, Rui Wang, and Xiaochun Cao. Restoring images in adverse weather condi- tions via histogram transformer. InECCV, pages 111–129,

  33. [41]

    Uncertainty-aware unsupervised image deblurring with deep residual prior

    Xiaole Tang, Xile Zhao, Jun Liu, Jianli Wang, Yuchun Miao, and Tieyong Zeng. Uncertainty-aware unsupervised image deblurring with deep residual prior. InCVPR, pages 9883– 9892, 2023. 1

  34. [42]

    Residual- conditioned optimal transport: Towards structure-preserving unpaired and paired image restoration

    Xiaole Tang, Xin Hu, Xiang Gu, and Jian Sun. Residual- conditioned optimal transport: Towards structure-preserving unpaired and paired image restoration. InICML, 2024. 1, 2, 5, 6, 7

  35. [43]

    Degradation-aware residual-conditioned optimal trans- port for unified image restoration.IEEE TPAMI, pages 1–16,

    Xiaole Tang, Xiang Gu, Xiaoyi He, Xin Hu, and Jian Sun. Degradation-aware residual-conditioned optimal trans- port for unified image restoration.IEEE TPAMI, pages 1–16,

  36. [44]

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

    Jeya Maria Jose Valanarasu, Rajeev Yasarla, and Vishal M Patel. Transweather: Transformer-based restoration of im- ages degraded by adverse weather conditions. InCVPR, pages 2353–2363, 2022. 1

  37. [45]

    Attention is all you need.NeurIPS, 30, 2017

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszko- reit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need.NeurIPS, 30, 2017. 1

  38. [46]

    Blind image quality evaluation using perception based features

    Narasimhan Venkatanath, D Praneeth, Maruthi Chan- drasekhar Bh, Sumohana S Channappayya, and Swarup S Medasani. Blind image quality evaluation using perception based features. In2015 Twenty First National Conference on Communications (NCC), pages 1–6. IEEE, 2015. 7

  39. [47]

    Springer, 2009

    C ´edric Villani et al.Optimal transport: old and new. Springer, 2009. 3

  40. [48]

    Tianyu Wang, Xin Yang, Ke Xu, Shaozhe Chen, Qiang Zhang, and Rynson W.H. Lau. Spatial attentive single-image deraining with a high quality real rain dataset. InCVPR,

  41. [49]

    Vlmixer: Unpaired vision-language pre-training via cross-modal cutmix

    Teng Wang, Wenhao Jiang, Zhichao Lu, Feng Zheng, Ran Cheng, Chengguo Yin, and Ping Luo. Vlmixer: Unpaired vision-language pre-training via cross-modal cutmix. In ICML, pages 22680–22690. PMLR, 2022. 2

  42. [50]

    Ulip: Learning a unified representation of language, images, and point clouds for 3d understanding

    Le Xue, Mingfei Gao, Chen Xing, Roberto Mart ´ın-Mart´ın, Jiajun Wu, Caiming Xiong, Ran Xu, Juan Carlos Niebles, and Silvio Savarese. Ulip: Learning a unified representation of language, images, and point clouds for 3d understanding. InCVPR, pages 1179–1189, 2023. 2

  43. [51]

    Deep joint rain detection and removal from a single image

    Wenhan Yang, Robby T Tan, Jiashi Feng, Jiaying Liu, Zong- ming Guo, and Shuicheng Yan. Deep joint rain detection and removal from a single image. InCVPR, pages 1357–1366,

  44. [52]

    Prototypical partial optimal transport for universal domain adaptation

    Yucheng Yang, Xiang Gu, and Jian Sun. Prototypical partial optimal transport for universal domain adaptation. InAAAI, pages 10852–10860, 2023. 2

  45. [53]

    Efficient degradation-aware any image restoration.arXiv preprint arXiv:2405.15475, 2024

    Eduard Zamfir, Zongwei Wu, Nancy Mehta, Danda Dani Paudel, Yulun Zhang, and Radu Timofte. Efficient degradation-aware any image restoration.arXiv preprint arXiv:2405.15475, 2024. 1, 2

  46. [54]

    Multi-stage progressive image restoration

    Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan, Ming-Hsuan Yang, and Ling Shao. Multi-stage progressive image restoration. InCVPR,

  47. [55]

    Restormer: Efficient transformer for high-resolution image restoration

    Syed Waqas Zamir, Aditya Arora, Salman Khan, Mu- nawar Hayat, Fahad Shahbaz Khan, and Ming-Hsuan Yang. Restormer: Efficient transformer for high-resolution image restoration. InCVPR, 2022. 1, 3, 5, 6, 7

  48. [56]

    Ingredient-oriented multi- degradation learning for image restoration

    Jinghao Zhang, Jie Huang, Mingde Yao, Zizheng Yang, Hu Yu, Man Zhou, and Feng Zhao. Ingredient-oriented multi- degradation learning for image restoration. InCVPR, pages 5825–5835, 2023. 1

  49. [57]

    Ffdnet: Toward a fast and flexible solution for cnn-based image denoising

    Kai Zhang, Wangmeng Zuo, and Lei Zhang. Ffdnet: Toward a fast and flexible solution for cnn-based image denoising. IEEE TIP, 27(9):4608–4622, 2018. 1

  50. [58]

    Selective hourglass mapping for universal image restoration based on diffusion model

    Dian Zheng, Xiao-Ming Wu, Shuzhou Yang, Jian Zhang, Jian-Fang Hu, and Wei-Shi Zheng. Selective hourglass mapping for universal image restoration based on diffusion model. InCVPR, 2024. 5, 6

  51. [59]

    Fourmer: an efficient global modeling paradigm for image restoration

    Man Zhou, Jie Huang, Chun-Le Guo, and Chongyi Li. Fourmer: an efficient global modeling paradigm for image restoration. InICML, 2023. 1 10

Pith tools

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