Pith. sign in

REVIEW 1 major objections 6 minor 30 references

Data-driven approaches to inverse problems

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

Pith's one-line read These lecture notes argue that data-driven solvers for inverse problems can be both highly accurate and mathematically trustworthy when learned components are embedded in classical variational regularization, through mechanisms such as…

desk verdict Useful lecture notes on data-driven inverse problems, but Theorem 3.2.4 misstates the distance function and should be corrected before the notes are used as a reference. read the letter →

arxiv 2506.11732 v1 pith:UF2QJ4QV submitted 2025-06-13 math.NA cs.LGcs.NAmath.OC

classification math.NAcs.LGcs.NAmath.OC MSC 65J2065K1068T0794A08
keywords inverseproblemsdeeplearningregularizationtheoryplug-and-playdenoisersadversarialconvergentvariationalmethodsmedicalimaging
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

Inverse problems ask for an unknown image from indirect, noisy measurements, and they are ill-posed: small errors in data can become large errors in the answer. Classical regularization makes them stable by adding handcrafted priors, but those priors capture only part of real-image structure. The notes claim that data-driven deep-learning solvers can keep their accuracy and speed while regaining the guarantees of classical regularization, provided their learned components are embedded in a variational or proximal framework. The two worked mechanisms are adversarial regularization, which learns a prior by separating good images from bad ones, and convergent linear plug-and-play denoising, which tunes regularization by spectral filtering so that reconstructions provably approach the true solution as noise vanishes. The payoff is a route to learned reconstruction that is accurate, efficient, and reliable enough for safety-critical use such as medical imaging.

What carries the argument

The load-bearing object is the proximal operator of convex analysis, $\mathrm{prox}_J=(I+\partial J)^{-1}$, because it is the bridge between variational regularization and denoisers: a plug-and-play scheme replaces the proximal step of a regularizer by a denoiser. For a linear denoiser $D_\sigma$, the notes use the equivalence $J(x)=\frac{1}{2}\langle x,(D_\sigma^{-1}-I)x\rangle$ and derive that scaling $J$ by $\tau$ corresponds to the spectral filter $g_\tau(\lambda)=\lambda/(\tau-\lambda(\tau-1))$ applied to the eigenvalues of $D_\sigma$, so $\mathrm{prox}_{\tau J}=g_\tau(D_\sigma)$. That identity converts a fixed denoiser into a one-parameter family of regularization operators and makes the convergence-to-truth result possible. On the adversarial side, the key object is a regularizer $R_\Theta(u)=\Psi_\Theta(u)+\rho_0|u|^2/2$ trained through a Wasserstein-1 loss with a gradient penalty; its role is to encode the geometry of the clean-image distribution without paired supervision, with the distance to the data manifold serving as the ideal regularizer under the stated assumptions.

What would settle it

Take a trained deep denoiser and compute its Jacobian at several natural images: if the Jacobian is not symmetric with eigenvalues in $[0,1]$, the denoiser cannot be the proximal operator of a convex functional, and the spectral-filtering convergence theorem in the notes does not cover it. Alternatively, run the filtered plug-and-play iteration on a known ground-truth case with noise levels $\delta\to 0$: if reconstruction error does not approach zero under the prescribed parameter rule, the claimed convergent-regularization property fails.

Watch

Extended reading notes

Core claim

On the paper's terms, the central discovery is that the dichotomy between mathematical reconstruction and deep learning is false: learned components can be grafted onto the variational formulation $\min_u D(Au,y)+\alpha R(u)$ and still inherit its stability and convergence. Adversarial regularization trains $R$ as a 1-Lipschitz function that assigns low values to clean images and high values to corrupted ones, using a Wasserstein-1 loss that does not require paired examples; under a data-manifold and low-noise assumption, the distance to the data manifold is a maximizer of that loss, and the gradient flow of the trained regularizer decreases the Wasserstein distance at the fastest possible rate. For plug-and-play methods, the notes show that when a linear denoiser is symmetric and positive semi-definite with eigenvalues in $[0,1]$, it is the proximal operator of a convex functional $J$, and scaling $J$ by $\tau$ is implemented by filtering the denoiser's eigenvalues through $g_\tau(\lambda)=\lambda/(\tau-\lambda(\tau-1))$; with a suitable parameter rule this gives a convergent regularization, a guarantee absent from generic learned iterative schemes. The notes also argue that unconstrained fully learned methods can hallucinate structures in severely ill-posed problems even when their pixel metrics improve, so mathematical structure is not an optional extra but the condition for reliability.

Load-bearing premise

The convergent plug-and-play guarantee rests on the assumption that the denoiser is linear, symmetric, and positive semi-definite, meaning it is exactly the proximal map of some convex penalty; because trained deep denoisers are neither linear nor symmetric, the guarantee does not directly cover them.

Editorial extensions

If this is right

  • Learned regularizers trained with a Wasserstein separation loss can be inserted into variational problems and inherit existence, uniqueness, stability, and convergence guarantees from the classical theory.
  • A linear plug-and-play denoiser whose eigenvalues are filtered by $g_\tau$ defines a convergent regularization: as the noise level $\delta$ tends to zero and $\tau$ is chosen by a suitable rule, the reconstruction converges to the underlying solution.
  • Deep equilibrium networks that constrain the learned update to be a contraction converge to a fixed point even beyond the number of training steps, avoiding the divergence artifacts seen in unconstrained unrolled networks.
  • Jointly training reconstruction and a downstream task such as segmentation can improve the downstream task relative to isolated training, because the extra degrees of freedom of an ill-posed problem can be steered toward task-relevant reconstructions.
  • Purely learned methods can report better PSNR and SSIM while hallucinating anatomical structures in severely ill-posed problems, so reliability requires grounding learned components in mathematical guarantees.

Reading between the lines

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

  • Editorial inference: if the spectral-filtering construction can be extended to nonlinear denoisers, for instance through the Tweedie-scaling ideas the notes cite, then pretrained deep denoisers could be endowed with convergent-regularization guarantees without being retrained under restrictive linearity constraints.
  • Editorial inference: the data-manifold characterization of adversarial regularizers suggests a natural out-of-distribution detector, since images with unusually high regularizer values sit far from the learned clean distribution, which could support uncertainty quantification in clinical deployment.
  • Editorial inference: the same eigenvalue-filtering logic gives a principled calibration rule for regularization strength in other operator-splitting schemes beyond plug-and-play, potentially replacing heuristics such as denoiser scaling with a parameter rule that has a convergence guarantee.
  • Editorial inference: task-adapted reconstruction implies that evaluation benchmarks for imaging should weight downstream diagnostic utility at least as heavily as pixel-level metrics, since a reconstruction can be better for segmentation without having better PSNR.
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

1 major / 6 minor

Summary. These lecture notes provide an introduction to inverse problems and survey both classical and data-driven reconstruction approaches. The first part covers well-posedness, variational regularization, total variation and PDE-based methods, and the main numerical optimization tools. The second part discusses learned iterative schemes, learned variational models with a focus on adversarial regularization, and plug-and-play methods, including a spectral-filtering construction for linear denoisers that yields convergent regularization. The notes argue that combining deep learning with rigorous regularization theory is necessary for reliable and interpretable reconstruction, and they close with perspectives on task adaptation and open problems.

Significance. The notes are a valuable and readable survey of an active area, with the considerable strength that they consistently separate provable results from empirical heuristics. The discussion of learned iterative schemes honestly documents their lack of convergence guarantees and the risk of hallucination in severely ill-posed problems, and the spectral-filtering treatment of linear plug-and-play denoisers gives a concrete, parameter-free mechanism for controlling regularization strength. The authors also give useful pointers to their own convergence results for weakly convex regularizers. However, the theoretical justification of adversarial regularization contains a genuine mathematical error in Theorem 3.2.4, and this must be corrected before the notes can serve as a reliable reference.

major comments (1)
  1. [§3.2.2, Theorem 3.2.4] The theorem states that, under the Data Manifold Assumption and the Low Noise Assumption, the squared distance function u ↦ min_{v∈M} ‖u−v‖² is a maximizer of the Wasserstein loss (3.5) over all 1-Lipschitz functions R. This is not correct as stated: on Rⁿ the squared distance has gradient 2(u−P_M(u)), whose norm is unbounded when the domain is unbounded, so it is not 1-Lipschitz and is therefore not admissible in the supremum defining (3.5). The assumptions DMA and LNA do not restrict the support of the noisy distribution P_n to a bounded set, so the classical remedy of restricting to a compact domain does not apply. The correct and standard statement uses the unsquared distance d_M(u)=min_{v∈M} ‖u−v‖, which is 1-Lipschitz. Because Theorem 3.2.4 is the explicit theoretical justification for adversarial regularization advertised in the abstract, the statement must be corrected or replaced with the correct theorem, with a precise citation to the original source.
minor comments (6)
  1. [§1.2.1, Definition 1.2.1] The definition says 'R_α y → A†y = u† for all f ∈ dom(A†)'; the quantifier should be 'for all y ∈ dom(A†)', not 'for all f'.
  2. [§1.2.2, Theorem 1.2.2] The last line of the theorem statement says 'generalizing Theorem 1.2.1', but there is no Theorem 1.2.1; the intended cross-reference is likely Definition 1.2.1. Also, the proof is only referenced to Mukherjee et al. [2024], which is acceptable for lecture notes, but the reference should be made explicit in the statement.
  3. [§1.1, Example 1.1.2] The dimensions are used inconsistently: the first bullet writes 'n < m' for A: Rⁿ → ran(A) ⊂ Rᵐ, while the second bullet writes 'n > m and A: Rᵈ → Rᵐ' with an undefined symbol d; this should be A: Rⁿ → Rᵐ.
  4. [§2.4, Examples 2.4.1 and surrounding text] The text refers to 'Theorem 2.4.1' and Example 2.4.1 refers to 'Theorem 2.3.1', but neither theorem exists; these should be cross-references to the named ROF problem or to the appropriate example/definition numbers.
  5. [§3.3.2, Figure 3.8] The text defines the spectral filter as g_τ(λ)=λ/(τ−λ(τ−1)), but the vertical axis of Figure 3.8a is labeled 'h_τ(λ)'; the notation should be made consistent.
  6. [§3.3.2] The assumptions that the linear denoiser is symmetric, positive semi-definite, non-expansive, and has bounded inverse are stated in prose; since they are the crucial hypotheses for the convergent-regularization result, they should be displayed as a formal assumption and followed by an explicit remark that most learned deep denoisers do not satisfy them, so the result does not directly apply in the general nonlinear setting.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the notes are a survey whose load-bearing results are external theorems or explicit derivations, and the self-citations are not used as circular premises.

full rationale

The paper is a lecture-note survey rather than a derivation of a single new prediction. Its main mathematical ingredients are textbook or external results: Tikhonov well-posedness, TV regularization, convex analysis, PDHG, and the cited theorems in Sections 3.1.2, 3.2.2, and 3.3.2 are stated with assumptions and proofs located in the cited literature, not manufactured inside the notes. Section 3.3.2 explicitly derives the quadratic functional J(x) = (1/2)<x,(D_sigma^{-1}-Id)x> from the proximal-operator identity and linearity of D_sigma, then constructs the spectral filter g_tau; no fitted parameter is renamed as a prediction. Several cited works are co-authored by the present authors (e.g., Mukherjee et al. 2023, Shumaylov et al. 2024, Hauptmann et al. 2024), but these citations provide context, convergence theorems, and empirical illustrations; they are not the sole justification of a claim whose content reduces to the citation itself. The Wasserstein-loss maximizer statement in Theorem 3.2.4 is questionable as written because the squared distance function is not 1-Lipschitz on unbounded domains; however, that is a correctness concern, not a circularity, and does not affect the circularity score. No step was found in which the conclusion is equivalent to an input by definition or in which a fitted quantity is presented as a prediction.

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

The notes rest on standard results in functional and convex analysis (e.g., subdifferentials, Legendre-Fenchel duality), which are stated without proof. They also rely on the correctness of cited theorems from the authors' own group and others. No free parameters or invented entities are introduced; the numerical examples are illustrative reproductions of published figures.

assumptions (4)
  • standard math Standard results in functional analysis and convex analysis (e.g., subdifferentials, Legendre-Fenchel duality) are used throughout.
    Invoked in Sections 2.4 and 3.2 without proof.
  • domain assumption The noise model is additive and bounded as in Equation (1.1).
    This is the basis for the variational regularization framework in Section 1.2.
  • domain assumption Cited theorems (e.g., Theorem 3.1.1 from Gilton et al., Theorem 3.2.1 from Lunz et al., Theorem 3.2.4) are correct as stated.
    The notes do not prove these theorems and rest on their validity.
  • domain assumption The Data Manifold Assumption and Low Noise Assumption in Section 3.2.2 hold.
    These are needed for Theorem 3.2.4 which justifies adversarial regularization.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Data-driven approaches to inverse problems." pith.science (2026). https://pith.science/paper/UF2QJ4QV

@misc{pith2026250611732,
  author       = {Pith},
  title        = {Pith review of: Data-driven approaches to inverse problems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UF2QJ4QV}},
  note         = {Machine review of arXiv:2506.11732}
}
read the original abstract

Inverse problems are concerned with the reconstruction of unknown physical quantities using indirect measurements and are fundamental across diverse fields such as medical imaging, remote sensing, and material sciences. These problems serve as critical tools for visualizing internal structures beyond what is visible to the naked eye, enabling quantification, diagnosis, prediction, and discovery. However, most inverse problems are ill-posed, necessitating robust mathematical treatment to yield meaningful solutions. While classical approaches provide mathematically rigorous and computationally stable solutions, they are constrained by the ability to accurately model solution properties and implement them efficiently. A more recent paradigm considers deriving solutions to inverse problems in a data-driven manner. Instead of relying on classical mathematical modeling, this approach utilizes highly over-parameterized models, typically deep neural networks, which are adapted to specific inverse problems using carefully selected training data. Current approaches that follow this new paradigm distinguish themselves through solution accuracy paired with computational efficiency that was previously inconceivable. These notes offer an introduction to this data-driven paradigm for inverse problems. The first part of these notes will provide an introduction to inverse problems, discuss classical solution strategies, and present some applications. The second part will delve into modern data-driven approaches, with a particular focus on adversarial regularization and provably convergent linear plug-and-play denoisers. Throughout the presentation of these methodologies, their theoretical properties will be discussed, and numerical examples will be provided. The lecture series will conclude with a discussion of open problems and future perspectives in the field.

Figures

Figures reproduced from arXiv: 2506.11732 by the authors.

Figure 1.1
Figure 1.1. An overview of various fundamental image processing tasks. In this chapter, we begin by exploring the concept of well-posedness and its significance in the context of inverse problems. This will lead us to the notion of ill-posedness of inverse problems. These are often characterized by high sensitivity to noise, meaning even small errors or perturbations in the input data can lead to large variations in the solutio… view at source ↗
Figure 1.2
Figure 1.2. Overview of various biological, biomedical and clinical research applications using image analysis [PITH_FULL_IMAGE:figures/full_fig_p011_1_2.png] view at source ↗
Figure 1.3
Figure 1.3. Applications in conservation, sustainability, and digital humanities, showcasing various remote sensing and image analysis techniques [PITH_FULL_IMAGE:figures/full_fig_p013_1_3.png] view at source ↗
Figures from the paper (19 more)
Figure 1.4
Figure 1.4. Figure 1.4: Applications in Physical Sciences, including materials science, computational fluid dynamics, astrophysics, and geophysics [PITH_FULL_IMAGE:figures/full_fig_p014_1_4.png]
Figure 1.5
Figure 1.5. Figure 1.5: Illustration of non-uniqueness in CT reconstruction (left) and a description of ill-posedness in inverse problems (right). Courtesy of Samuli Siltanen. 1.2 Overcoming the ill-posedness The primary strategy to overcome the ill-posedness is not to solve the original il…
Figure 1.6
Figure 1.6. Figure 1.6: Regularization visualized. • Existence and Uniqueness: For all δ ≥ 0, α > 0, y ∈ R m, the minimizer of Equation (1.2) exists and is unique. • Stability: For all sequences yk → y, u(yk, α) → u(y, α), i.e. u is continuous in y. • Convergent Regularization: For a certai…
Figure 2.1
Figure 2.1. Figure 2.1: Examples of different noise models and corresponding data fidelity terms, with example images. See works by Werner and Hohage [2012], Hohage and Werner [2014]. A critical question then arises: how do we choose an appropriate regularizer R(u) for images? From a Bayesi…
Figure 2.2
Figure 2.2. Figure 2.2: Example of TV denoised image of rectangles. The total variation penalizes small irregulari￾ties/oscillations while respecting intrinsic image features such as edges. of the image) belongs to H1 (0, 1). This is because: Z 1 0 Z 1 0 [PITH_FULL_IMAGE:figures/full_fig_p…
Figure 2.3
Figure 2.3. Figure 2.3: Properties of Total Variation (TV) smoothing. (a-b) TV penalizes small irregularities and oscillations, and tends to preserve edges. (c) The total variation measures the size of the jump discontinu￾ity. Overall, the total variation penalizes small irregularities/osci…
Figure 2.4
Figure 2.4. Figure 2.4: Comparison of regularization methods. This showcase that convex relaxation of l0 of TV with l1 successfully achieves sparsity and is a more natural prior for denoising. Another key insight is that the TV measure can be interpreted as an accumulation of the perimeters…
Figure 2.5
Figure 2.5. Figure 2.5: MRI reconstruction example: (a) Ground truth Shepp-Logan phantom. (b) Undersampled k-space (Fourier) data. (c) Reconstruction via zero-filling the undersampled k-space and inverse Fourier transform. (d) Reconstruction using a Total Variation (TV) regularized approach…
Figure 2.6
Figure 2.6. Figure 2.6: Example of binary Chan–Vese segmentation compared to Mumford-Shah segmentation. [Mum￾ford and Shah, 1989, Pock et al., 2009, Getreuer, 2012]. with the binary constraint is computationally challenging. A common approach [Cai et al., 2013, 2019] to address this is to r…
Figure 3.1
Figure 3.1. Figure 3.1: Limited angle CT reconstruction: Heavily ill-posed problem. Deep Learning cannot do magic and also hits boundaries of what is mathematically possible. A fully learned method LPD (Section 3.1) in d begins hallucinating, as highlighted in red boxes, despite resulting i…
Figure 3.2
Figure 3.2. Figure 3.2: Sparse view CT reconstruction: top row is based on mathematical/handcrafted models; bottom row is using novel deep learning based models. For this problem, deep learning methods result in both improved metrics (here PSNR and SSIM) and visually better reconstructions.…
Figure 3.3
Figure 3.3. Figure 3.3: Learned Iterative Schemes Schematic. where Wk is a weight matrix (for imaging tasks often represented by a convolution oper￾ator), b k is a bias vector, σ is an element-wise non-linear activation function (e.g., ReLU, tanh). The training process aims to optimize the …
Figure 3.4
Figure 3.4. Figure 3.4: Learned Primal Dual Schematic. • Limited Theoretical Understanding: There is a general lack of rigorous analysis regarding their well-posedness and regularization properties, with few exceptions [Hertrich et al., 2021, Sun et al., 2021, Gilton et al., 2021b]. This th…
Figure 3.5
Figure 3.5. Figure 3.5: Illustration of what artifacts appearing whenever learned operators are applied repeatedly without convergence guarantees. Example borrowed from [Gilton et al., 2021a]. 3.1.2 Deep Equilibrium Networks One promising avenue is the use of learned fixed point iterations,…
Figure 3.6
Figure 3.6. Figure 3.6: Comparison of CT reconstructions: (a) a good quality reconstruction, (b) the corresponding sinogram data, and (c) a poor quality reconstruction. Inspired by the Wasserstein GAN framework [Arjovsky et al., 2017], the 1-Wasserstein distance between the clean and noisy …
Figure 3.7
Figure 3.7. Figure 3.7: Diagram illustrating the concept of spectral filtering. From [Hauptmann et al., 2024]. This approach differs from traditional spectral regularization methods (e.g., Tikhonov regularization, Landweber iteration) [Engl et al., 1996], where filtering is typically applie…
Figure 3.8
Figure 3.8. Figure 3.8: Further concepts in spectral filtering and application to CT reconstruction. (a) Eigenvalue spectral filtering. (b) Spectral filtering to control regularisation strength for convergent regularisation. (c) Resulting images from the CT reconstruction. The linear denois…
Figure 4.1
Figure 4.1. Figure 4.1: for example. These stages, while often tackled sequentially and independently, are inherently intertwined. The output quality and characteristics of one stage directly influence the performance and feasibility of subsequent ones. Treating them in isolation can theref…
Figure 4.2
Figure 4.2. Figure 4.2: Task-adapted reconstruction, with CNN-based MRI reconstruction (task X) and CNN-based MRI segmentation (task D). Both are trained jointly with combined loss CℓX + (1 − C)ℓD for varying C ∈ [0, 1]. All figures from [Adler et al., 2022] [PITH_FULL_IMAGE:figures/full_f…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

30 extracted references · 26 canonical work pages

  1. [9]

    Hurault, A

    S. Hurault, A. Leclaire, and N. Papadakis. Gradient step denoiser for convergent plug- and-play.arXiv preprint arXiv:2110.03220,

  2. [21]

    M. L. Saksman, S. Siltanen, et al. Discretization-invariant bayesian inversion and besov space priors.arXiv preprint arXiv:0901.4220,

  3. [22]

    Sellars, A

    P. Sellars, A. I. Aviles-Rivero, N. Papadakis, D. Coomes, A. Faul, and C.-B. Schönlieb. Semi-supervised learning with graphs: Covariance based superpixels for hyperspectral image classification. InIGARSS 2019-2019 IEEE International Geoscience and Remote Sensing Symposium, pages 592–595. IEEE,

  4. [23]

    Shumaylov, J

    Z. Shumaylov, J. Budd, S. Mukherjee, and C.-B. Schönlieb. Provably convergent data- driven convex-nonconvex regularization. InNeurIPS 2023 Workshop on Deep Learning and Inverse Problems,

  5. [24]

    URL https://openreview.net/forum?id=7PLpiVdnUC. J. Stanczuk, C. Etmann, L. M. Kreusser, and C.-B. Schönlieb. Wasserstein gans work because they fail (to approximate the wasserstein distance).arXiv preprint arXiv:2103.01678,

  6. [26]

    H. Y. Tan, Z. Cai, M. Pereyra, S. Mukherjee, J. Tang, and C.-B. Schönlieb. Unsupervised training of convex regularizers using maximum likelihood estimation.Transactions on Machine Learning Research, 2024a. H. Y. Tan, S. Mukherjee, J. Tang, and C.-B. Schönlieb. Provably convergent plug-and-play quasi-newton methods.SIAM Journal on Imaging Sciences, 17(2):7...

  7. [27]

    J. Tang, S. Mukherjee, and C.-B. Schönlieb. Iterative operator sketching framework for large-scale imaging inverse problems. InICASSP 2025-2025 IEEE International Con- ference on Acoustics, Speech and Signal Processing (ICASSP), pages 1–5. IEEE,

  8. [28]

    Terris, A

    M. Terris, A. Repetti, J.-C. Pesquet, and Y. Wiaux. Building firmly nonexpansive con- volutional neural networks. InICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 8658–8662. IEEE,

Show all 30 references
  1. [30]

    URLhttps://arxiv.org/abs/2002.11546

  2. [1965]

    Moreau and J

    T. Moreau and J. Bruna. Understanding trainable sparse coding via matrix factorization. arXiv preprint arXiv:1609.00285,

  3. [1992]

    Rudzusika, B

    J. Rudzusika, B. Bajić, O. Öktem, C.-B. Schönlieb, and C. Etmann. Invertible learned primal-dual. InNeurIPS 2021 Workshop on Deep Learning and Inverse Problems, on- line,

  4. [1993]

    Masnou and J.-M

    S. Masnou and J.-M. Morel. Level lines based disocclusion. InProceedings 1998 Interna- tional Conference on Image Processing. ICIP98 (Cat. No. 98CB36269), pages 259–263. IEEE,

  5. [1998]

    Staudt, S

    T. Staudt, S. Hundrieser, and A. Munk. On the uniqueness of Kantorovich potentials. arXiv preprint arXiv:2201.08316,

  6. [2001]

    Novaga and E

    M. Novaga and E. Paolini. Regularity results for boundaries in r2 with prescribed anisotropic curvature.Annali di Matematica Pura ed Applicata (1923-), 2(184):239– 261,

  7. [2004]

    De Giorgi

    E. De Giorgi. Variational free-discontinuity problems. InInternational Conference in Memory of Vito Volterra (Italian) (Rome, 1990), volume 92 ofAtti Convegni Lincei, pages 133–150. Accad. Naz. Lincei, Rome,

  8. [2005]

    Obmann and M

    D. Obmann and M. Haltmeier. Convergence analysis of equilibrium methods for inverse problems.arXiv preprint arXiv:2306.01421,

  9. [2008]

    Putzky and M

    P. Putzky and M. Welling. Recurrent inference machines for solving inverse problems. arXiv preprint arXiv:1706.04008,

  10. [2009]

    URLhttps://doi.org/10.1137/080728548

    doi: 10.1137/080728548. URLhttps://doi.org/10.1137/080728548. X. Cai, R. Chan, and T. Zeng. A two-stage image segmentation method using a con- vex variant of the mumford–shah model and thresholding.SIAM Journal on Imaging Sciences, 6(1):368–390,

  11. [2010]

    Buades, B

    A. Buades, B. Coll, and J.-M. Morel. A non-local algorithm for image denoising. In 2005 IEEE computer society conference on computer vision and pattern recognition (CVPR’05), volume 2, pages 60–65. Ieee,

  12. [2012]

    D. Wu, K. Kim, B. Dong, G. E. Fakhri, and Q. Li. End-to-end lung nodule detection in computed tomography. InMachine Learning in Medical Imaging: 9th International Workshop, MLMI 2018, Held in Conjunction with MICCAI 2018, Granada, Spain, September 16, 2018, Proceedings 9, page...

  13. [2014]

    J. M. Borwein and D. R. Luke. Duality and convex programming.Handbook of Mathe- matical Methods in Imaging, 2015:257–304,

  14. [2016]

    Mukherjee, C.-B

    S. Mukherjee, C.-B. Schönlieb, and M. Burger. Learning convex regularizers satisfying the variational source condition for inverse problems.arXiv preprint arXiv:2110.12520,

  15. [2017]

    Milne, Étienne Bilocq, and A

    T. Milne, Étienne Bilocq, and A. Nachman. A new method for determining Wasserstein 1 optimal transport maps from Kantorovich potentials, with deep learning applications. arXiv preprint arXiv:2211.00820,

  16. [2018]

    A. I. Aviles-Rivero, N. Papadakis, R. Li, P. Sellars, Q. Fan, R. T. Tan, and C.-B. Schönlieb. Graphxˆ\small net-net-chest x-ray classification under extreme minimal supervision. In Medical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International Confe...

  17. [2019]

    Gilton, G

    D. Gilton, G. Ongie, and R. Willett. Deep equilibrium architectures for inverse problems in imaging.IEEE Transactions on Computational Imaging, 7:1123–1133, 2021a. D. Gilton, G. Ongie, and R. Willett. Model adaptation for inverse problems in imaging. IEEE Transactions on Compu...

  18. [2020]

    Driggs, J

    4.2 The Data Driven - Knowledge Informed Paradigm55 D. Driggs, J. Tang, J. Liang, M. Davies, and C.-B. Schonlieb. A stochastic proximal alternating minimization for nonsmooth and nonconvex optimization.SIAM Journal on Imaging Sciences, 14(4):1932–1970,

  19. [2021]

    Khelifa, F

    58Perspectives N. Khelifa, F. Sherry, and C.-B. Schönlieb. Enhanced denoising and convergent regulari- sation using tweedie scaling.arXiv preprint arXiv:2503.05956,

  20. [2023]

    2022.3207451

    doi: 10.1109/MSP. 2022.3207451. URLhttps://ieeexplore.ieee.org/abstract/document/10004773. S. Mukherjee, S. Dittmer, Z. Shumaylov, S. Lunz, O. Öktem, and C.-B. Schönlieb. Data- driven convex regularizers for inverse problems. InICASSP 2024-2024 IEEE Interna- tional Conference ...

  21. [2024]

    A. Hertle. On the problem of well-posedness for the radon transform. InMathematical Aspects of Computerized Tomography: Proceedings, Oberwolfach, February 10–16, 1980, pages 36–44. Springer,

  22. [2025]

    URLhttps://www.aimsciences.org/article/ id/67ab0b783942fc6603063e6e

    doi: 10.3934/ammc.2025001. URLhttps://www.aimsciences.org/article/ id/67ab0b783942fc6603063e6e. E. Kobler, T. Klatzer, K. Hammernik, and T. Pock. Variational networks: connecting variational methods and deep learning. InPattern Recognition: 39th German Confer- ence, GCPR 2017,...

Pith tools

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