Pith. sign in

REVIEW 2 major objections 4 minor 62 references

Analysis and Synthesis Denoisers for Forward-Backward Plug-and-Play Algorithms

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

Pith's one-line read A single inner denoising step provably converges to the full PnP solution

desk verdict Useful idea, but the central analysis theorem has a step-size condition that is too weak; a valid counterexample exists and the paper's own appendix supplies the fix. read the letter →

arxiv 2411.13276 v3 pith:YIBXSRRH submitted 2024-11-20 math.OC cs.CVeess.IVeess.SP

classification math.OCcs.CVeess.IVeess.SP MSC 90C5965K1068T0768U1094A08
keywords Plug-and-Playforward-backwardalgorithmunrollinganalysisdenoisersynthesisprimal-dualwarmrestartdictionarylearning
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper asks whether a Plug-and-Play forward-backward (FB-PnP) algorithm still converges to the right solution when the denoiser inside it is computed with only a single unrolled sub-iteration instead of being solved to high accuracy. For two dictionary-based denoisers—an analysis denoiser built from dual forward-backward steps and a synthesis denoiser built from forward-backward steps—the authors show that with a warm-restart strategy the one-sub-iteration algorithm is algebraically identical to known primal-dual or forward-backward schemes. Consequently, one step and infinitely many steps of the inner denoiser lead to the same asymptotic solution of the outer inverse problem. The paper also proves that the synthesis denoising problem is itself a proximity operator, and gives convergence results for a smoothed Moreau-Yosida version with any finite number of inner steps. If correct, this removes the need to run many inner denoising iterations to guarantee Plug-and-Play convergence.

What carries the argument

The central object is the unrolled denoiser. The analysis denoiser is $G^A_{L,\lambda,v}(u_0)=v-\Gamma^*\widetilde{G}^A_{L,\lambda,v}(u_0)$, where $\widetilde{G}^A$ is $L$ compositions of the dual-FB layer $T^A_{\lambda,v}(u)=\mathrm{prox}_{\sigma g^*_\lambda}(u-\sigma\Gamma^*(\Gamma u-v))$. The synthesis denoiser is $G^S_{L,\lambda,v}(z_0)=D\widetilde{G}^S_{L,\lambda,v}(z_0)$, where $\widetilde{G}^S$ composes $L$ FB layers $T^S_{\lambda,v}(z)=\mathrm{prox}_{\zeta g_\lambda}(z-\zeta D^*(Dz-v))$. The proof identifies the case $L=1$ with a warm-started inner variable and shows, by direct algebra, that the outer iteration reduces to either the scaled Loris-Verhoeven primal-dual algorithm or to forward-backward iterations in the sparse-code variable. The surrounding arguments use Fenchel-Rockafellar duality and the infimal post-composition identity $D\triangleright g_\lambda=(g^*_\lambda\circ D^*)^*$.

What would settle it

On the compressive-sensing toy example of Section 5.1, run the analysis PnP algorithm (2.7) with $L=1$ and the same fixed dictionary, once with warm restart and once with $u_k$ reset to zero at every $k$, then compare both limits to the reference solution obtained with $L=10^4$. If the zero-restart version converges to the same reference solution, the claimed dependence on warm restart is not necessary; if the warm-restart version does not converge to that reference, the theorem's conclusion is false.

Watch

Extended reading notes

Core claim

For a fixed dictionary, running FB-PnP with exactly one sub-iteration of an unrolled analysis denoiser, with the dual variable carried across outer iterations, is equivalent to the Loris-Verhoeven primal-dual algorithm, and converges to a minimizer of $\frac{1}{2}\|Ax-y\|^2 + g_\lambda(\Gamma x)$. With one sub-iteration of an unrolled synthesis denoiser, the iteration is equivalent to forward-backward on the sparse-code problem $\frac{1}{2}\|ADz-y\|^2 + g_\lambda(z)$, and its image under $D$ converges to a minimizer of the analysis-form problem with $D\triangleright g_\lambda$. Hence, for these dictionary-based denoisers, one-step PnP and fully iterated PnP have the same asymptotic solution.

Load-bearing premise

The central equivalences hold only when the inner variable, $u_k$ for analysis or $z_k$ for synthesis, is carried from one outer iteration to the next as the warm start for the single inner step; if the denoiser were re-initialized from zero at each outer step, the algebraic identities that make one-step PnP match the full solver would break.

Editorial extensions

If this is right

  • One inner sub-iteration suffices for asymptotic correctness, so PnP implementations can be much cheaper per outer iteration without changing the target problem.
  • The analysis PnP with one step is exactly a scaled primal-dual algorithm, so convergence-rate and step-size results for Loris-Verhoeven apply verbatim.
  • The synthesis PnP with one step is exactly forward-backward on the sparse-code variable $z$, so the outer fixed point inherits the FB convergence theory and sparsity structure.
  • For the smoothed Moreau-Yosida objective, any finite number $L$ of inner steps converges, provided the approximate proximity operator contracts the previous error by a factor $\alpha_L < 1/\sqrt{2}$.
  • In the deep-dictionary experiments, training the analysis denoiser with only one sub-iteration gave reconstruction quality comparable to training with twenty, suggesting single-layer training is sufficient in practice.

Reading between the lines

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

  • The equivalence suggests that a deep-unrolled PnP network with one layer per outer step can be viewed as a convex optimization algorithm, so its fixed point, not just its trained output, is interpretable; this reading goes beyond the paper's explicit statements.
  • The same warm-restart algebra may extend to other proximal algorithms, such as Douglas-Rachford or ADMM, when the inner solver is unrolled, which would be a natural testable extension.
  • The result suggests a practical protocol: instead of tuning the number of inner iterations for accuracy, tune it for speed and rely on warm restart to preserve the solution; this could be checked on larger inverse problems with learned dictionaries.
  • If the equivalence holds for learned dictionaries as well as fixed ones, then stability of the PnP iteration may be assessed through the convex problem it implicitly solves, which would connect these unrolled networks to fixed-point analysis of deep equilibrium models.
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

2 major / 4 minor

Summary. The paper studies forward-backward plug-and-play (FB-PnP) algorithms in which the proximity operator is replaced by a sub-iterative, unrolled Gaussian denoiser built from a fixed analysis or synthesis dictionary. For the analysis denoiser, the paper claims that with one sub-iteration and a warm restart the FB-PnP algorithm is equivalent to the Loris-Verhoeven primal-dual algorithm and converges to a solution of (2.6); for the synthesis denoiser, it claims equivalence with forward-backward iterations on the synthesis sparse-coding problem. The paper also analyzes a Moreau-envelope-smoothed version of the problem under a sufficient-decrease condition, and presents numerical experiments on compressive sensing and deep dictionary learning image restoration.

Significance. If correct, the paper would provide a clean and practically valuable statement: a single inner sub-iteration, warm-started from the previous outer iterate, can yield the same asymptotic solution as fully converged denoisers in FB-PnP. This would substantially simplify training and analysis of shallow unrolled PnP networks. The synthesis part of the paper is solid: Proposition 3.1 and Theorem 3.2 give a correct equivalence between the synthesis denoising problem and a proximity operator, and Theorem 3.8 correctly identifies the L=1 synthesis update as an FB iteration in the sparse-code domain. The algebraic proofs are direct and do not rely on fitted parameters, which is a strength. However, the central analysis-denoiser result, Theorem 2.5, has an insufficient step-size condition and is false as stated, and Theorem 4.3 has an unproven coercivity assertion. These issues affect load-bearing claims, so the paper cannot be accepted in its current form.

major comments (2)
  1. [Section 2.2, Theorem 2.5 and Table 2] The stated convergence condition 0 < σ < 2||Γ||_S^{-2} is insufficient for the claimed result. Take A = 0.1, y = 0, Γ = 2, g_λ = λ|·| with λ = 1, τ = 1, and σ = 0.4. These values satisfy both conditions in Theorem 2.5 (τ = 1 < 200 and σ = 0.4 < 0.5), but algorithm (2.7) with L = 1 generates the iterates x_{k+1} = 0.99 x_k − 2 clip(0.792 x_k − 0.6 u_k, −1, 1), u_{k+1} = clip(0.792 x_k − 0.6 u_k, −1, 1). Starting from (x_0, u_0) = (1, 0) this yields x_1 = −0.594, x_2 = 1.303, x_3 = −0.710, x_4 = 1.297, ..., which does not converge to the unique minimizer x = 0 of 0.005 x^2 + 2|x|. The proof invokes the Loris-Verhoeven theorem, but the condition for that theorem, as correctly stated in the paper's own Appendix A, is σ < 1/||ΓΓ*|| (which equals 0.25 in this example), and it excludes the counterexample. Therefore Theorem 2.5 is false as stated; the step-size condition must be corrected to match the Loris-Verhoeven condition, and Table 2 must be updated accordingly. This is load-bearing because Theorem 2.5 is the basis for the one-step/infinite-step equivalence for the analysis denoiser.
  2. [Section 4, Theorem 4.3] In the proof of Theorem 4.3, after deriving ||∇h(x_k)|| → 0, the paper states 'Since h is convex, coercive (see [4, Cor. 11.16 & 11.17])' and concludes that (x_k) is bounded and converges to a minimizer. However, no coercivity assumption on f or g_λ appears in the theorem statement, and the Moreau envelope of a non-coercive function need not be coercive (for instance, if f = 0 and g_λ is an affine function on a subspace). Without coercivity, ∇h(x_k) → 0 does not imply boundedness of (x_k), so the cluster-point argument is unsupported. The authors should either add an explicit coercivity assumption on the objective in (4.4) or prove that the Lyapunov descent inequality implies boundedness of the iterates. This gap affects the convergence result for the smoothed problem, which is one of the main contributions.
minor comments (4)
  1. [Section 3.3, proof of Theorem 3.8] The statement after (3.26) says convergence holds 'if 0 < τ ζ < 2||AD||_S^2' but the exponent should be negative, i.e., 0 < τ ζ < 2||AD||_S^{-2}, matching the theorem statement and Table 2.
  2. [Section 5.1, Figures 1 and 2] The text claims that 'the trajectory per iteration is the same independently of the value of L' for the analysis denoiser and 'fairly the same' for the synthesis denoiser. The theorems only guarantee identical limit sets, not identical iterates for different L; this phrasing should be clarified to avoid overstating the experimental evidence.
  3. [Section 3.1, Example 3.3] In the displayed equation (3.15), the set F^S_λ(D) is defined with a superscript S and the text after the equation refers to 'F S λ (D)'; the subscripts and superscripts should be made consistent for readability.
  4. [Appendix A] The Loris-Verhoeven algorithm in Appendix A states the condition σ < 1/||Γ*Γ||, but the main text Theorem 2.5 uses the different bound 0 < σ < 2||Γ||_S^{-2}. These discrepancies should be reconciled in the revised manuscript, since the attached proof of Theorem 2.5 relies on the appendix condition.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the one-step PnP equivalences are direct algebraic rewritings of independently established primal-dual and forward-backward algorithms, not consequences of their own conclusions.

full rationale

The paper's central claims are structural equivalences proven by direct algebra. Theorem 2.5 rewrites algorithm (2.7)-(2.8) with L=1 into the scaled Loris-Verhoeven primal-dual update (2.10)-(2.12) and then invokes the independent convergence theorem [38, Thm. 1]. Theorem 3.8 rewrites (3.20)-(3.21) into the standard FB iteration (3.26) with step-size τζ and invokes [20, Thm. 3.4]. In both cases the target minimization problem is not assumed in the proof; the algorithm is exhibited as an instance of a known scheme with quoted external convergence guarantees. Proposition 3.1 and Theorem 3.2 use standard Fenchel-Rockafellar duality and Moreau identities from [4], not the paper's conclusions. The self-citations that appear (e.g., [35], [47] in Remark 2.3) are contextual attributions of unrolled denoiser designs and are not load-bearing for any theorem. I flag two non-circular correctness concerns that do not affect the circularity score: (a) Theorem 2.5 states σ<2||Γ||^{-2}, while Appendix A's Loris-Verhoeven condition is σ<1||Γ*Γ||^{-1}; a scalar instance such as A=0.1, y=0, Γ=2, τ=1, σ=0.4 satisfies the stated hypothesis but violates the stricter condition, so the cited theorem may not apply exactly as stated. (b) The proof of Theorem 3.8 silently uses x_k=Dz_k, which requires an initialization x0=Dz0 not stated in algorithm (3.20). Neither issue makes a claim equivalent to its own input, so the derivation chain is not circular.

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

The central claim is a mathematical equivalence; it pulls from standard convex analysis and known convergence theorems. The main non-standard assumption is the sufficient decrease condition (4.10) in Theorem 4.3, which is not verified in practice. Also, the learned dictionaries in the experiments are fitted to data but are not part of the theoretical result.

free parameters (2)
  • Sufficient decrease constant α_L in (4.10) = unknown, required 0<α_L<1/√2
    Theorem 4.3 assumes the approximate prox operator contracts the error by α_L. The paper notes in Remark 4.4(i) that determining L to ensure this is difficult in practice, so α_L is effectively a non-verifiable parameter of the theorem.
  • Learned dictionaries Γ and D in DDL experiments = 50 convolutional filters of size 5×5, trained on BSDS500
    Fitted by MSE loss in Section 5.2 to produce the numerical demonstrations; not needed for the theoretical equivalence results, which assume fixed dictionaries.
assumptions (5)
  • domain assumption g is a proper, lower-semicontinuous, convex function (g ∈ Γ0(RN)).
    Assumed throughout the paper (Models 2.2, 3.5, and Section 4) to ensure the existence of proximity operators and the validity of Fenchel-Rockafellar duality.
  • standard math Standard convex analysis results from Bauschke & Combettes [4]: Moreau identity, Fenchel-Rockafellar duality, prox calculus, infimal post-composition properties.
    Used in Propositions 3.1, 3.2, and the equivalence proofs of Theorems 2.5 and 3.8.
  • standard math Convergence of the FB algorithm (Combetes-Wajs [20, Thm. 3.4]) and the scaled Loris-Verhoeven algorithm [38, Thm. 1].
    These external theorems are the convergence engines for the L=1 equivalences. Note the step-size condition in Theorem 2.5 is inconsistent with the Loris-Verhoeven condition stated in Appendix A.
  • ad hoc to paper Sufficient decrease condition (4.10): ||eG^{L,λμ−1}(x_{k+1},u_k) - u‡_{x_{k+1}}|| ≤ α_L ||u_k - u‡_{x_{k+1}}|| with α_L<1/√2.
    Introduced in Theorem 4.3 to handle an arbitrary number of sub-iterations in the smoothed problem. The paper acknowledges it is hard to verify in practice.
  • ad hoc to paper Coercivity of h(x)=f(x)+μ g_λ(x) envelope, asserted in the proof of Theorem 4.3.
    The theorem's stated assumptions (f convex Lipschitz-differentiable, g convex lsc proper) do not guarantee h coercive in general; the proof cites [4, Cor. 11.16 & 11.17] without establishing the precondition. This is an unflagged assumption.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Analysis and Synthesis Denoisers for Forward-Backward Plug-and-Play Algorithms." pith.science (2026). https://pith.science/paper/YIBXSRRH

@misc{pith2026241113276,
  author       = {Pith},
  title        = {Pith review of: Analysis and Synthesis Denoisers for Forward-Backward Plug-and-Play Algorithms},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YIBXSRRH}},
  note         = {Machine review of arXiv:2411.13276}
}
read the original abstract

In this work we study the behavior of the forward-backward (FB) algorithm when the proximity operator is replaced by a sub-iterative procedure to approximate a Gaussian denoiser, in a Plug-and-Play (PnP) fashion. In particular, we consider both analysis and synthesis Gaussian denoisers within a dictionary framework, obtained by unrolling dual-FB iterations or FB iterations, respectively. We analyze the associated minimization problems as well as the asymptotic behavior of the resulting FB-PnP iterations. In particular, we show that the synthesis Gaussian denoising problem can be viewed as a proximity operator. For each case, analysis and synthesis, we show that the FB-PnP algorithms solve the same problem whether we use only one or an infinite number of sub-iteration to solve the denoising problem at each iteration. To this aim, we show that each "one sub-iteration" strategy within the FB-PnP can be interpreted as a primal-dual algorithm when a warm-restart strategy is used. We further present similar results when using a Moreau-Yosida smoothing of the global problem, for an arbitrary number of sub-iterations. Finally, we provide numerical simulations to illustrate our theoretical results. In particular we first consider a toy compressive sensing example, as well as an image restoration problem in a deep dictionary framework.

Figures

Figures reproduced from arXiv: 2411.13276 by the authors.

Figure 1
Figure 1. Convergence profile of algorithm ( [PITH_FULL_IMAGE:figures/full_fig_p024_1.png] view at source ↗
Figure 2
Figure 2. Convergence profile of algorithm (3.20) with L ∈ {1, 20, 50, 100}. Solutions (x ∗ , u∗ ) are pre-computed considering algorithm (3.20) with L → ∞. L = 1) with the output of algorithm (2.7) for L = 104 . Furthermore, although the results from Theorem 2.5 only hold for L = 1, we show empirically that they remain true for 1 < L < +∞ for our problem by considering L ∈ {20, 50, 100}. In [PITH_FULL_IMAGE:figures/full_fig… view at source ↗
Figure 3
Figure 3. Example of outputs obtained with the unfolded SD and AD for different configurations. [PITH_FULL_IMAGE:figures/full_fig_p028_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Blur kernel used in the experiments to model operator [PITH_FULL_IMAGE:figures/full_fig_p029_4.png]
Figure 5
Figure 5. Figure 5: Convergence profiles with respect to iterations for the different FB-PnP algorithms. AD [PITH_FULL_IMAGE:figures/full_fig_p030_5.png]
Figure 6
Figure 6. Figure 6: PSNR profiles with respect to iterations for the different FB-PnP algorithms. AD and SD [PITH_FULL_IMAGE:figures/full_fig_p030_6.png]
Figure 7
Figure 7. Figure 7: Examples of FB-PnP outputs obtained with the different denoisers tested, for two im [PITH_FULL_IMAGE:figures/full_fig_p032_7.png]
Figure 8
Figure 8. Figure 8: Example of FB-PnP outputs obtained with SD for [PITH_FULL_IMAGE:figures/full_fig_p033_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

62 extracted references · 60 canonical work pages

  1. [1]

    A BLIN , T

    P. A BLIN , T. MOREAU , M. M ASSIAS , AND A. GRAMFORT , Learning step sizes for unfolded sparse coding, in Advances in Neural Information Processing Systems, 2019, pp. 13100–13110

  2. [2]

    A HARON , M

    M. A HARON , M. E LAD, AND A. B RUCKSTEIN , K-SVD: An algorithm for designing overcomplete dictionaries for sparse representation , IEEE Transactions on Signal Processing, 54 (2006), pp. 4311 – 4322

  3. [3]

    B ACH , R

    F. B ACH , R. J ENATTON , J. M AIRAL , AND G. O BOZINSKI , Optimization with sparsity-inducing penalties, Foundations and Trends® in Machine Learning, 4 (2012), pp. 1–106

  4. [4]

    H. H. B AUSCHKE AND P. L. C OMBETTES , Convex analysis and monotone operator theory in Hilbert spaces, vol. 408, Springer, 2017

  5. [5]

    B ECK AND M

    A. B ECK AND M. T EBOULLE , A fast iterative shrinkage-thresholding algorithm for linear inverse problems, SIAM Journal on Imaging Sciences, 2 (2009), pp. 183–202

  6. [6]

    D. P. B ERTSEKAS , Nonlinear programming, Athena Scientific, Belmont, MA, 2nd ed., 1999

  7. [7]

    B REDIES , J

    K. B REDIES , J. C HIRINOS -RODRIGUEZ , AND E. N ALDI , Learning firmly nonexpansive operators, arXiv preprint arXiv:2407.14156, (2024). 34

  8. [8]

    L. M. B RICE ˜NO-ARIAS AND N. P USTELNIK , Infimal post-composition approach for composite convex optimization applied to image restoration, Signal Processing, 223 (2024), p. 109549

Show all 62 references
  1. [9]

    B RIFMAN , Y

    A. B RIFMAN , Y. R OMANO , AND M. E LAD, Turning a denoiser into a super-resolver using plug and play priors, in IEEE International Conference on Image Processing, IEEE, 2016, pp. 1404– 1408

  2. [10]

    C HAMBOLLE , V

    A. C HAMBOLLE , V. C ASELLES , D. C REMERS , M. N OVAGA , AND T. P OCK, An introduction to total variation for image analysis, Theoretical foundations and numerical methods for sparse recovery , 9 (2010), p. 227

  3. [11]

    fast iterative shrink- age/thresholding algorithm

    A. C HAMBOLLE AND C. D OSSAL , On the convergence of the iterates of the “fast iterative shrink- age/thresholding algorithm”, Journal of Optimization theory and Applications, 166 (2015), pp. 968–982

  4. [12]

    C HAMBOLLE AND T

    A. C HAMBOLLE AND T. P OCK, An introduction to continuous optimization for imaging , Acta Numerica, 25 (2016), pp. 161–319

  5. [13]

    C HAMBOLLE AND T

    A. C HAMBOLLE AND T. P OCK, Learning consistent discretizations of the total variation , SIAM Journal on Imaging Sciences, 14 (2021), pp. 778–813

  6. [14]

    S. H. C HAN , X. WANG, AND O. A. ELGENDY , Plug-and-play ADMM for image restoration: Fixed- point convergence and applications, IEEE Transactions on Computational Imaging, 3 (2016), pp. 84–98

  7. [15]

    C HEN , J

    X. C HEN , J. L IU, Z. W ANG, AND W. Y IN, Theoretical linear convergence of unfolded ISTA and its practical weights and thresholds , in Advances in Neural Information Processing Systems, 2018, pp. 9079–9089

  8. [16]

    C HERKAOUI , J

    H. C HERKAOUI , J. S ULAM , AND T. MOREAU , Learning to solve TV regularised problems with un- rolled algorithms, in Advances in Neural Information Processing Systems, 2020, pp. 11513– 11524

  9. [17]

    P. L. C OMBETTES , D. D˜UNG, AND B. C. V ˜U, Dualization of signal recovery problems, Set-Valued and Variational Analysis, 18 (2010), pp. 373–404

  10. [18]

    P. L. C OMBETTES , D. D ˜UNG, AND B. C. V ˜U, Proximity for sums of composite functions, Journal of Mathematical Analysis and applications, 380 (2011), pp. 680–688

  11. [19]

    P. L. C OMBETTES AND J.-C. P ESQUET , Proximal splitting methods in signal processing , Fixed- point algorithms for inverse problems in science and engineering, (2011), pp. 185–212

  12. [20]

    P. L. C OMBETTES AND V. R. W AJS, Signal recovery by proximal forward-backward splitting , Multiscale modeling & simulation, 4 (2005), pp. 1168–1200

  13. [21]

    D ABOV, A

    K. D ABOV, A. F OI, V. K ATKOVNIK , AND K. E GIAZARIAN , BM3D image denoising with shape- adaptive principal component analysis, in Signal Processing with Adaptive Sparse Structured Representations, 2009. 35

  14. [22]

    D AGR´EOU, P

    M. D AGR´EOU, P. ABLIN , S. VAITER , AND T. MOREAU , A framework for bilevel optimization that enables stochastic and global variance reduction algorithms, in Advances in Neural Information Processing Systems, 2022, pp. 26698–26710

  15. [23]

    D AUBECHIES , M

    I. D AUBECHIES , M. DEFRISE , AND C. MOL, An iterative thresholding algorithm for linear inverse problems with a sparsity constrains , Communications on Pure and Applied Mathematics, 57 (2004)

  16. [24]

    E LAD, Sparse and redundant representations: from theory to applications in signal and image processing, Springer Science & Business Media, 2010

    M. E LAD, Sparse and redundant representations: from theory to applications in signal and image processing, Springer Science & Business Media, 2010

  17. [25]

    E LAD, P

    M. E LAD, P. MILANFAR , AND R. R UBINSTEIN , Analysis versus synthesis in signal priors, Inverse Problems, 23 (2007), pp. 947–968

  18. [26]

    F OUCART AND H

    S. F OUCART AND H. R AUHUT , An invitation to compressive sensing , in A mathematical intro- duction to compressive sensing, Springer, 2013, pp. 1–39

  19. [27]

    G RAMFORT , M

    A. G RAMFORT , M. K OWALSKI , AND M. H ¨AM¨AL¨AINEN , Mixed-norm estimates for the M/EEG in- verse problem using accelerated gradient methods, Physics in medicine and biology , 57 (2012), pp. 1937–61

  20. [28]

    G REGOR AND Y

    K. G REGOR AND Y. L ECUN, Learning fast approximations of sparse coding , in International Conference on Machine Learning, PMLR, 2010, pp. 399–406

  21. [29]

    H URAULT , A

    S. H URAULT , A. L ECLAIRE , AND N. PAPADAKIS , Gradient step denoiser for convergent plug-and- play, in International Conference on Learning Representations, 2022

  22. [30]

    H URAULT , A

    S. H URAULT , A. L ECLAIRE , AND N. PAPADAKIS , Proximal denoiser for convergent plug-and-play optimization with nonconvex regularization , in International Conference on Machine Learn- ing, PMLR, 2022, pp. 9483–9505

  23. [31]

    J IU AND N

    M. J IU AND N. P USTELNIK , A deep primal-dual proximal network for image restoration , IEEE Journal of Selected Topics in Signal Processing, 15 (2021), pp. 190–203

  24. [32]

    U. S. K AMILOV , C. A. B OUMAN , G. T. B UZZARD , AND B. W OHLBERG , Plug-and-play methods for integrating physical and learned models in computational imaging: Theory, algorithms, and applications, IEEE Signal Processing Magazine, 40 (2023), pp. 85–97

  25. [33]

    K OMODAKIS AND J.-C

    N. K OMODAKIS AND J.-C. P ESQUET , Playing with duality: An overview of recent primal-dual approaches for solving large-scale optimization problems, IEEE Signal Processing Magazine, 32 (2015), pp. 31–54

  26. [34]

    H. T. V. L E, N. P USTELNIK , AND M. F OARE , The faster proximal algorithm, the better unfolded deep learning architecture ? the study case of image denoising , in European Signal Processing Conference, IEEE, 2022, pp. 947–951

  27. [35]

    H. T. V. L E, A. R EPETTI , AND N. P USTELNIK , Unfolded proximal neural networks for robust image gaussian denoising, IEEE Transactions on Image Processing, (2024). 36

  28. [36]

    L ECOUAT, J

    B. L ECOUAT, J. P ONCE , AND J. M AIRAL , A flexible framework for designing trainable priors with adaptive smoothing and game encoding , in Advances in Neural Information Processing Systems, 2020, pp. 15664–15675

  29. [37]

    L IU AND X

    J. L IU AND X. C HEN, ALISTA: Analytic weights are as good as learned weights in LISTA , in International Conference on Learning Representations, 2019

  30. [38]

    L ORIS AND C

    I. L ORIS AND C. V ERHOEVEN , On a generalization of the iterative soft-thresholding algorithm for the case of non-separable penalty, Inverse Problems, 27 (2011), p. 125007

  31. [39]

    M AIRAL , F

    J. M AIRAL , F. B ACH , J. P ONCE , AND G. S APIRO , Online learning for matrix factorization and sparse coding, Journal of Machine Learning Research, 11 (2009), pp. 19–60

  32. [40]

    M ALLAT, A Wavelet Tour of Signal Processing, Academic press, 2008

    S. M ALLAT, A Wavelet Tour of Signal Processing, Academic press, 2008

  33. [41]

    M ARTIN , A

    S. M ARTIN , A. G AGNEUX , P. H AGEMANN , AND G. S TEIDL , Pnp-flow: Plug-and-play image restoration with flow matching, arXiv preprint arXiv:2410.02423, (2024)

  34. [42]

    M OREAU , Proximit´e et dualit ´e dans un espace hilbertien , Bulletin de la Soci ´et´e math´ematique de France, 93 (1965), pp

    J.-J. M OREAU , Proximit´e et dualit ´e dans un espace hilbertien , Bulletin de la Soci ´et´e math´ematique de France, 93 (1965), pp. 273–299

  35. [43]

    M OREAU AND J

    T. M OREAU AND J. B RUNA , Understanding neural sparse coding with matrix factorization , in International Conference on Learning Representation, 2017

  36. [44]

    B. A. O LSHAUSEN AND D. J. F IELD , Sparse coding with an incomplete basis set: A strategy employed by V1, Vision Research, 37 (1997), pp. 3311–3325

  37. [45]

    P ESQUET , A

    J.-C. P ESQUET , A. R EPETTI , M. T ERRIS , AND Y. WIAUX , Learning maximally monotone opera- tors for image recovery, SIAM Journal on Imaging Sciences, 14 (2021), pp. 1206–1237

  38. [46]

    P EYR´E AND J

    G. P EYR´E AND J. M. F ADILI , Learning analysis sparsity priors, in Sampling Theory and Appli- cations Conference, 2011

  39. [47]

    R EPETTI , M

    A. R EPETTI , M. T ERRIS , Y. W IAUX , AND J.-C. P ESQUET , Dual forward-backward unfolded network for flexible plug-and-play , in European Signal Processing Conference, IEEE, 2022, pp. 957–961

  40. [48]

    R IBES AND F

    A. R IBES AND F. SCHMITT , Linear inverse problems in imaging, IEEE Signal Processing Maga- zine, 25 (2008), pp. 84–99

  41. [49]

    R ICK CHANG , C.-L

    J. R ICK CHANG , C.-L. L I, B. P OCZOS , B. V IJAYA KUMAR , AND A. C. S ANKARANARAYANAN , One network to solve them all–solving linear inverse problems using deep projection models , in IEEE/CVF International Conference on Computer Vision, 2017, pp. 5888–5897

  42. [50]

    R. T. R OCKAFELLAR , Convex analysis, vol. 11, Princeton university press, 1997

  43. [51]

    R. T. R OCKAFELLAR AND R. J.-B. W ETS, Variational analysis, vol. 317, Springer Science & Business Media, 2009. 37

  44. [52]

    R OMANO , M

    Y. R OMANO , M. E LAD, AND P. M ILANFAR , The little engine that could: Regularization by de- noising (RED), SIAM Journal on Imaging Sciences, 10 (2017), pp. 1804–1844

  45. [53]

    L. I. R UDIN , S. O SHER , AND E. F ATEMI, Nonlinear total variation based noise removal algo- rithms, Physica D: nonlinear phenomena, 60 (1992), pp. 259–268

  46. [54]

    E. R YU, J. L IU, S. W ANG, X. C HEN , Z. W ANG, AND W. Y IN, Plug-and-play methods provably converge with properly trained denoisers , in International Conference on Machine Learning, PMLR, 2019, pp. 5546–5557

  47. [55]

    S CETBON , M

    M. S CETBON , M. E LAD, AND P. MILANFAR , Deep K-SVD denoising, IEEE Transactions on Image Processing, 30 (2021), pp. 5944–5955

  48. [56]

    S TARCK, Sparsity and inverse problems in astrophysics , Journal of Physics: Conference Series, 699 (2016)

    J.-L. S TARCK, Sparsity and inverse problems in astrophysics , Journal of Physics: Conference Series, 699 (2016)

  49. [57]

    T ERRIS , A

    M. T ERRIS , A. R EPETTI , J.-C. P ESQUET , AND Y. WIAUX , Enhanced convergent PnP algorithms for image restoration , in IEEE International Conference on Image Processing, IEEE, 2021, pp. 1684–1688

  50. [58]

    T OLOOSHAMS , S

    B. T OLOOSHAMS , S. DEY, AND D. BA, Deep residual autoencoders for expectation maximization- inspired dictionary learning, IEEE Transactions on Neural Networks and Learning Systems, 6 (2020), pp. 2415–2429

  51. [59]

    T SENG , A modified forward-backward splitting method for maximal monotone mappings , SIAM Journal on Control and Optimization, 38 (2000), pp

    P. T SENG , A modified forward-backward splitting method for maximal monotone mappings , SIAM Journal on Control and Optimization, 38 (2000), pp. 431–446

  52. [60]

    Y AGHOOBI , S

    M. Y AGHOOBI , S. N AM, R. G RIBONVAL , AND M. E. D AVIES , Constrained overcomplete analysis operator learning for cosparse signal modelling , IEEE Transactions on Signal Processing, 61 (2013), pp. 2341–2355

  53. [61]

    Z HANG , Y

    K. Z HANG , Y. L I, W. Z UO, L. Z HANG , L. V AN GOOL , AND R. T IMOFTE , Plug-and-play im- age restoration with deep denoiser prior , IEEE Transactions on Pattern Analysis and Machine Intelligence, 44 (2021), pp. 6360–6376

  54. [62]

    Z HANG , W

    K. Z HANG , W. ZUO, Y. CHEN , D. M ENG, AND L. Z HANG , Beyond a Gaussian denoiser: Residual learning of deep CNN for image denoising, IEEE Transactions on Image Processing, 26 (2017), pp. 3142–3155. A Loris-Verhoeven primal-dual algorithm With our notation, the scaled Loris-V...

Pith tools

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