Pith. sign in

REVIEW 2 major objections 4 minor 27 references

Fast Nonoverlapping Block Jacobi Method for the Dual Rudin--Osher--Fatemi Model

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

Pith's one-line read Block-parallel denoising solver reaches O(1/n^2) energy decay

desk verdict Solid O(1/n) analysis for a known method and a plausible O(1/n^2) accelerated variant whose proof rests on an unverified pseudometric transfer; worth refereeing but needs the FISTA gap closed. read the letter →

arxiv 1908.01327 v1 pith:EKIUKWHG submitted 2019-08-04 math.NA cs.NA

classification math.NAcs.NA MSC 65N5565Y0565B9965K1068U10
keywords domaindecompositionblockJacobiRudin–Osher–FatemimodeltotalvariationdenoisingFISTAaccelerationconvergenceratedualformulationparallelcomputing
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 analyzes nonoverlapping block Jacobi methods for the dual of the Rudin–Osher–Fatemi (ROF) image denoising model, in which the image is split into rectangular subdomains and local problems are solved in parallel. It proves that the relaxed block Jacobi method converges with O(1/n) energy decay, and then introduces a 'pre-relaxed' variant that fits the forward-backward splitting structure used by accelerated gradient methods. Adding momentum to this variant yields the paper's central result: an O(1/$n^{2}$) convergence rate, with a constant that depends on the number of colors in the subdomain decomposition and on the total interface length. If correct, this gives a communication-light parallel solver that reaches a given energy tolerance in far fewer iterations than existing domain decomposition methods, at the same per-iteration cost.

What carries the argument

The load-bearing object is the pre-relaxed local solution operator $P_k(q) = \arg\min_{p_k\in W_k} \{F_k(N_c p_k - (N_c-1)R_k q; q) + \chi_{C_k}(p_k)\}$, which inserts the relaxation parameter into the local problem rather than applying it as a separate outer averaging step. The outer update $p^{(n+1)} = \sum_{k=1}^{N_c} R_k^* P_k(q^{(n)})$ is then a proximal descent with respect to the pseudometric $d(p,q) = \bigl(\sum_k \|\operatorname{div} R_k^*R_k(p-q)\|_2^2\bigr)^{1/2} = \sqrt{2D(p,q)}$, where $D$ is the sum of local Bregman distances. Lemma 3.11 shows that this update satisfies the exact inequality $F(p) - F(P(q)) \ge D(p,P(q)) - D(p,q)$, the same template as the fundamental lemma behind FISTA's accelerated convergence proof, so the standard momentum recursion $t_{n+1} = (1+\sqrt{1+4t_n^2})/2$ applies directly.

What would settle it

Check whether the pseudometric $D$ has a nonzero kernel on the feasible set: if two distinct dual fields $p$ and $q$ satisfy $\operatorname{div} R_k^*R_k(p-q)=0$ for every color $k$, then the $D$-term cannot separate them, and the telescoping bound that yields the constant $4N_c$ in Theorem 3.14 would require an additional argument. A direct numerical test of Algorithm 3.3 on a small image, plotting $\log(F(p^{(n)})-F(p^*))$ against $\log n$, would also settle the claimed $O(1/n^2)$ slope.

Watch

Extended reading notes

Core claim

The paper's central result is Theorem 3.14: for the fast pre-relaxed block Jacobi method (Algorithm 3.3), the dual energy gap is bounded by $$F($p^{{(n)}}$)-F(p^*) \le \frac{4N_c}{(n+1)^2}\bigl(F($p^{{(0)}}$)-F(p^*)+2c_1\bigr),$$ with $c_1=7(MN_s+M_sN-\frac{11}{7}M_sN_s)$ depending on image dimensions and subdomain counts, while the relaxed block Jacobi method (Algorithm 3.1) is shown in Theorem 3.3 to converge at rate $O(1/n)$. The improvement comes from a modification called pre-relaxation: the relaxation parameter is folded into the local subproblem, so the outer update is exactly a proximal descent with respect to a pseudometric, matching the condition that the FISTA acceleration proof requires. The paper also proves that the convergence-rate constants depend on the number of colors $N_c$ and the total interface length of the partition, and verifies numerically that the accelerated method reaches the same denoising quality as full FISTA while taking far fewer wall-clock seconds.

Load-bearing premise

The O(1/$n^{2}$) proof assumes that the block-local divergence pseudometric $\sqrt{2D}$ satisfies all the metric inequalities needed in the FISTA telescoping argument, even though the paper does not show this pseudometric is positive definite on the feasible set.

Editorial extensions

If this is right

  • The accelerated method's energy gap decays as $O(1/n^2)$ regardless of the image $f$ and the weight $\alpha$, so the worst-case rate is insensitive to noise level and regularization strength.
  • Each outer iteration keeps the same per-iteration cost as the relaxed method because local problems remain ROF-type denoising problems; existing local solvers can be plugged in unchanged.
  • The constants reveal a design trade-off: stripe-shaped decompositions with two colors converge faster when few subdomains are used, while window-shaped decompositions win for many subdomains because their total interface length grows only as the square root of the subdomain count.
  • Wall-clock experiments show the speed-up is realized in practice: on a 2048 x 3072 image, the fast method reaches the energy tolerance in about 4.7 seconds with a 16 x 16 partition versus about 53 seconds for full-problem FISTA.

Reading between the lines

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

  • The same pre-relaxation trick should apply to other nonsmooth convex problems whose duals decompose over nonoverlapping blocks, as long as the local divergence pseudometric has the needed decay; one testable extension is total variation minimization with $L^1$ fidelity.
  • The proof inherits FISTA's metric assumptions without verifying that the pseudometric is positive definite on the feasible set; if a nonzero direction lies in its nullspace, the stated constant could fail even if the rate survives.
  • Because the momentum step is taken in the dual variable, the recovered primal image may inherit non-monotone energy behavior; using a monotone variant of the momentum step would give a strictly decreasing energy while retaining the $O(1/n^2)$ complexity.
  • Overlapping decompositions are not covered by this analysis, but numerical experiments comparing overlap sizes would indicate whether the acceleration is a property of the splitting structure rather than of nonoverlap itself.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

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 develops nonoverlapping block Jacobi methods for the Fenchel–Rockafellar dual of the discrete Rudin–Osher–Fatemi model. The authors prove an O(1/n) energy convergence rate for the relaxed block Jacobi method (Algorithm 3.1), introduce a pre-relaxed variant (Algorithm 3.2) that has an explicit forward-backward splitting structure, and then propose a FISTA-type accelerated version (Algorithm 3.3) for which they claim an O(1/n^2) energy convergence rate. The convergence-rate constants are expressed in terms of the number of colors N_c and a constant c_1 that depends on the image size and the number of subdomains. The paper also discusses local solvers, a three-coloring scheme, and reports numerical experiments comparing the methods on two test images with various decompositions and parameters.

Significance. If the O(1/n^2) theorem is made fully rigorous, the paper gives a meaningful contribution: it provides the first accelerated nonoverlapping domain-decomposition method for the dual ROF model with the same per-iteration cost as the unaccelerated block Jacobi method, and it gives explicit dependence of the convergence constant on the image size and subdomain interfaces. The O(1/n) analysis of Algorithm 3.1 and the derivation of the fundamental inequalities (Lemmas 3.2, 3.10, 3.11) are careful and appear correct. The numerical results support the practical interest of the method and show plausible agreement with the theoretical rates. The main weakness is the proof of the accelerated rate, which relies on a one-sentence transfer of the Beck–Teboulle FISTA argument to a pseudometric setting without fully stating the hypotheses needed for that transfer.

major comments (2)
  1. [§3.2, Theorem 3.14 (and Theorem 3.12)] The O(1/n^2) bound is obtained by direct citation to Theorem 4.4 of [2] after replacing the Euclidean norm by the expression ||·|| = (Σ_k ||div R_k^* R_k(·)||^2)^{1/2} = sqrt(2D), with D defined in (2.6). Since the discrete divergence operator has a nontrivial kernel, D is only a positive semidefinite quadratic form, and the paper never verifies that the Beck–Teboulle telescoping argument remains valid for this pseudometric. The concern is load-bearing because Theorem 3.14 is the only argument for the central O(1/n^2) claim. I believe the transfer is in fact valid, since the FISTA proof uses only algebraic identities valid for any symmetric positive semidefinite bilinear form, but the authors must write out the transfer or prove the telescoping bound directly, rather than leaving the non-Euclidean replacement to a citation.
  2. [§3.2, Lemma 3.11 and Algorithm 3.3] Lemma 3.11 is stated for p,q∈C, but in Algorithm 3.3 the extrapolated points q^(n+1) = p^(n+1) + ((t_n-1)/t_{n+1})(p^(n+1)-p^(n)) need not belong to C. The FISTA argument requires Lemma 3.11 with q equal to these extrapolated points, and also with p=q in the decrease inequality. The proof of Lemma 3.11 actually carries over without change to q∈W, because the local operators P_k are defined on all of W and the optimality condition (3.17) does not use q∈C. The lemma statement and proof should be extended to this broader domain before Theorem 3.14 can be applied to Algorithm 3.3.
minor comments (4)
  1. [§5] The numerical experiments solve local problems approximately, using FISTA with the stated stopping criteria, while the theoretical results in Section 3 assume exact local solves. The paper should explicitly acknowledge this gap; the numerical evidence is indicative but does not by itself validate the exact-solve theory.
  2. [§2.2] The symbol N is used both for the image width in §2.1 and for the number of subdomains in §2.2 (N = M_s × N_s). This is a potential source of confusion and should be resolved, for example by using N_pix for the pixel dimension.
  3. [§5, Figure 5.2] The log-log plots of energy decay are informative, but the curves for the O(1/n) methods appear to have different slopes; adding reference lines with slopes -1 and -2 would make the claimed rates more immediately visible to the reader.
  4. [Remark 3.15] The remark that the rates are independent of f and α is correct, but it would be helpful to note that the initial energy difference F(p^(0))-F(p*) in the bounds does depend on f and α, even though the other constants do not.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the convergence rates are proved from the paper's own lemmas plus an external, parameter-free FISTA theorem; self-citations are contextual only.

full rationale

The derivation chain is self-contained. For Algorithm 3.1, Lemma 3.2 is proved directly from convexity, Lemma 2.1 (which is obtained by a direct calculation), and Lemma 2.2, whose proof refers to an external optimality argument in [8]; Theorem 3.3 then telescopes these inequalities, and the constants are derived analytically in Lemma 3.5 and Corollary 3.7 rather than fitted from data. For the accelerated method, Lemma 3.11 is proved from Lemma 2.1, Lemma 3.10, and convexity, giving exactly the form of the fundamental inequality in Beck and Teboulle's FISTA paper [2]. Theorem 3.12 and Theorem 3.14 invoke Theorems 3.1 and 4.4 of [2] as external, parameter-free benchmarks, merely replacing L and the Euclidean norm by N_c and the pseudometric sqrt(2D). No fitted quantity is renamed a prediction: the numerical p* is only a benchmark for plotting, and the constants in the theorems are proven, not calibrated. The self-citations [17]-[19] concern the coloring technique and existing domain decomposition methods and do not enter the proof of the rates. The fact that sqrt(2D) is only a pseudometric is a possible correctness gap in transferring the FISTA argument, but it is not circularity: D is not defined in terms of the target rates, and no self-citation is used to force the O(1/n^2) conclusion.

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

No free parameters are fitted to data; the convergence constants are derived from the problem data and the user-chosen decomposition. The axioms are standard convex analysis plus two setting-specific assumptions: the discrete duality framework and the extension of FISTA to a pseudometric. No invented entities are introduced; P_k is a definition, not a postulated object.

assumptions (5)
  • standard math Fenchel-Rockafellar dual equivalence of discrete ROF: a solution p* of (2.2) gives u* = f + α^{-1} div p*.
    Invoked in section 2.1 to justify solving the dual problem; standard convex duality cited to [5,21].
  • standard math Discrete gradient and divergence are adjoint, div = -∇*, with the stated finite-difference boundary conditions.
    Defined in section 2.1; all Bregman-distance computations rely on this adjointness.
  • standard math Optimality conditions for minimizing convex nonsmooth functionals with characteristic functions are valid for the local problems (variational inequalities).
    Used in Lemma 2.2 and Lemma 3.10 to characterize S_k and P_k; standard convex analysis.
  • ad hoc to paper The Beck-Teboulle FISTA convergence theorem extends verbatim when the Euclidean norm is replaced by the pseudometric sqrt(2D), where D(p,q)=1/2 sum_k ||div R_k^* R_k(p-q)||^2.
    Asserted in the proofs of Theorems 3.12 and 3.14 ('we replace L(f) and ||.|| by N_c and ||.|| = ...'); the extension is not proved in detail, making this the main fragile premise.
  • domain assumption The rectangular domain decomposition can be colored with N_c colors so that same-color subdomains are independent and sum_k R_k^* R_k = I.
    Used in section 2.2 and section 4 to define the parallel block updates and the global Bregman distance; valid for the two test decompositions.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Fast Nonoverlapping Block Jacobi Method for the Dual Rudin--Osher--Fatemi Model." pith.science (2026). https://pith.science/paper/EKIUKWHG

@misc{pith2026190801327,
  author       = {Pith},
  title        = {Pith review of: Fast Nonoverlapping Block Jacobi Method for the Dual Rudin--Osher--Fatemi Model},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/EKIUKWHG}},
  note         = {Machine review of arXiv:1908.01327}
}
abstract

We consider nonoverlapping domain decomposition methods for the Rudin--Osher--Fatemi~(ROF) model, which is one of the standard models in mathematical image processing. The image domain is partitioned into rectangular subdomains and local problems in subdomains are solved in parallel. Local problems can adopt existing state-of-the-art solvers for the ROF model. We show that the nonoverlapping relaxed block Jacobi method for a dual formulation of the ROF model has the $O(1/n)$ convergence rate of the energy functional, where $n$ is the number of iterations. Moreover, by exploiting the forward-backward splitting structure of the method, we propose an accelerated version whose convergence rate is $O(1/n^2)$. The proposed method converges faster than existing domain decomposition methods both theoretically and practically, while the main computational cost of each iteration remains the same. We also provide the dependence of the convergence rates of the block Jacobi methods on the image size and the number of subdomains. Numerical results for comparisons with existing methods are presented.

Figures

Figures reproduced from arXiv: 1908.01327 by the authors.

Figure 3
Figure 3. [PITH_FULL_IMAGE:figures/full_fig_p010_3.png] view at source ↗
Figure 3.1
Figure 3.1. Subsets of Ω introduced in the proof of Lemma 3.5 Proof. From the optimality condition of p ∗ , we get (3.10) 1 2 kdiv(p − p ∗ )k 2 2 ≤ F(p) − F(p ∗ ). Also, since both p and p ∗ are in C, we have (3.11) kp − p ∗ k∞ ≤ 2. With Lemma 3.5 and (3.10) and (3.11), we readily obtain D(p ∗ , p) = 1 2 X Nc k=1 kdivR ∗ kRk(p − p ∗ )k 2 2 ≤ 1 2 kdiv(p − p ∗ )k 2 2 + c1 2 kp − p ∗ k 2 ∞ ≤ F(p) − F(p ∗ ) + 2c1. Combining Theorem… view at source ↗
Figure 4
Figure 4. [PITH_FULL_IMAGE:figures/full_fig_p016_4.png] view at source ↗
Figures from the paper (12 more)
Figure 4.1
Figure 4.1. Figure 4.1: Two different shapes of domain decomposition from Ωs to R 2 . Also, we define the restriction operator Rs : W → Ws similarly to (2.3) and C s = RsC. Local problems in Ωs have the following general form: (4.1) min ps∈Ws 1 2 kdiv(R s ) ∗ps + gk 2 2 + χCs (ps) for some …
Figure 3
Figure 3. Figure 3 [PITH_FULL_IMAGE:figures/full_fig_p017_3.png]
Figure 4.2
Figure 4.2. Figure 4.2: Local problem (4.1) is dependent on the degrees of freedom in the marked area [PITH_FULL_IMAGE:figures/full_fig_p018_4_2.png]
Figure 4.3
Figure 4.3. Figure 4.3: Domain decomposition with the coloring technique, Nc = 3 in [PITH_FULL_IMAGE:figures/full_fig_p018_4_3.png]
Figure 5.1
Figure 5.1. Figure 5.1: Test images for the numerical experiments OpenMPI and compiled by Intel Parallel Studio XE. All computations were performed on a computer cluster composed of seven machines, where each machine is equipped with two Intel Xeon SP-6148 CPUs (2.4GHz, 20C), 192GB RAM, and…
Figure 5
Figure 5. Figure 5 [PITH_FULL_IMAGE:figures/full_fig_p019_5.png]
Figure 5.2
Figure 5.2. Figure 5.2: Decay of F (p (n) )−F (p ∗) F (p∗) in several block methods (N = 8 × 8) gorithm 3.2, PJ), and fast pre-relaxed block Jacobi (Algorithm 3.3, FPJ) methods [PITH_FULL_IMAGE:figures/full_fig_p020_5_2.png]
Figure 5.3
Figure 5.3. Figure 5.3: Results of the block Jacobi methods (N = 8 × 8, α = 10) subdomains N is fixed as 8 × 8. Local problems were solved by FISTA with the stop criterion kdivsp (n+1) s − divsp (n) s k2 kdivsp (n+1) s k2 < 10−9 or n = 50, where the operator divs was defined in (4.2). The a…
Figure 5
Figure 5. Figure 5 [PITH_FULL_IMAGE:figures/full_fig_p021_5.png]
Figure 5.4
Figure 5.4. Figure 5.4: Results of the fast pre-relaxed block Jacobi method with various values of α (N = 8 × 8) Test image α PSNR iter wall-clock time (sec) Peppers 512 × 512 5 23.88 26 0.34 10 24.55 11 0.15 20 23.91 8 0.12 Boat 2048 × 3072 5 24.27 94 46.23 10 24.86 10 7.08 20 24.12 6 4.64…
Figure 5.5
Figure 5.5. Figure 5.5: Results of the fast pre-relaxed block Jacobi method (N = 16 × 16, α = 10) We compare the results of FPJ with respect to the weight parameter α [PITH_FULL_IMAGE:figures/full_fig_p023_5_5.png]
Figure 5.6
Figure 5.6. Figure 5.6: Decay of F (p (n) )−F (p ∗) F (p∗) in the fast pre-relaxed block Jacobi method with window/stripe-shaped domain decompositions (α = 10) of FPJ iterations increases as N grows [PITH_FULL_IMAGE:figures/full_fig_p024_5_6.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

27 extracted references · 26 canonical work pages

  1. [2]

    Beck and M

    A. Beck and M. Teboulle , A fast iterative shrinkage-thresholding algorithm for linear inverse problems, SIAM J. Imaging Sci., 2 (2009), pp. 183–202

  2. [1]

    Beck and M

    A. Beck and M. Teboulle , Fast gradient-based algorithms for constrained total variation image de- noising and deblurring problems , IEEE Trans. Image. Process., 18 (2009), pp. 2419–2434

  3. [3]

    Beck and L

    A. Beck and L. Tetruashvili , On the convergence of block coordinate descent type methods , SIAM J. Optim., 23 (2013), pp. 2037–2060

  4. [4]

    L. M. Bregman , The relaxation method of finding the common point of convex sets and its application to the solution of problems in convex programming, USSR Comp. Math. Math. Phys., 7 (1967), pp. 200– 217

  5. [5]

    Chambolle, An algorithm for total variation minimization and applications , J

    A. Chambolle, An algorithm for total variation minimization and applications , J. Math. Imaging Vision, 20 (2004), pp. 89–97

  6. [6]

    Chambolle and T

    A. Chambolle and T. Pock , A first-order primal-dual algorithm for convex problems with applications to imaging, J. Math. Imaging Vision, 40 (2011), pp. 120–145

  7. [7]

    Chambolle and T

    A. Chambolle and T. Pock , A remark on accelerated block coordinate descent for computing the prox- imity operators of a sum of convex functions , SMAI J. Comput. Math., 1 (2015), pp. 29–54

  8. [8]

    Chang, X.-C

    H. Chang, X.-C. Tai, L.-L. W ang, and D. Yang , Convergence rate of overlapping domain decomposi- 26 C.-O. LEE AND J. PARK tion methods for the Rudin-Osher-Fatemi model based on a dual formulation , SIAM J. Imaging Sci., 8 (2015), pp. 564–591

Show all 27 references
  1. [9]

    P. L. Combettes and V. R. W ajs , Signal recovery by proximal forward-backward splitting , Multiscale Model. Simul., 4 (2005), pp. 1168–1200

  2. [10]

    Fornasier, A

    M. Fornasier, A. Langer, and C.-B. Sch ¨onlieb, A convergent overlapping domain decomposition method for total variation minimization , Numer. Math., 116 (2010), pp. 645–685

  3. [11]

    Fornasier and C.-B

    M. Fornasier and C.-B. Sch ¨onlieb, Subspace correction methods for total variation and l1- minimization, SIAM J. Numer. Anal., 47 (2009), pp. 3397–3428

  4. [12]

    Goldstein and S

    T. Goldstein and S. Osher , The split Bregman method for L1-regularized problems, SIAM J. Imaging Sci., 2 (2009), pp. 323–343

  5. [13]

    Hinterm ¨uller and A

    M. Hinterm ¨uller and A. Langer , Subspace correction methods for a class of nonsmooth and nonaddi- tive convex variational problems with mixed L1/L2 data-fidelity in image processing, SIAM J. Imaging Sci., 6 (2013), pp. 2134–2173

  6. [14]

    Hinterm ¨uller and A

    M. Hinterm ¨uller and A. Langer , Non-overlapping domain decomposition methods for dual total vari- ation based image denoising , J. Sci. Comput., 62 (2015), pp. 456–481

  7. [15]

    Langer, S

    A. Langer, S. Osher, and C.-B. Sch ¨onlieb, Bregmanized domain decomposition for image restoration, J. Sci. Comput., 54 (2013), pp. 549–576

  8. [16]

    C.-O. Lee, J. H. Lee, H. Woo, and S. Yun , Block decomposition methods for total variation by primal–dual stitching, J. Sci. Comput., 68 (2016), pp. 273–302

  9. [17]

    Lee and C

    C.-O. Lee and C. Nam , Primal domain decomposition methods for the total variation minimization, based on dual decomposition, SIAM J. Sci. Comput., 39 (2017), pp. B403–B423

  10. [18]

    C.-O. Lee, C. Nam, and J. Park , Domain decomposition methods using dual conversion for the total variation minimization with L1 fidelity term, J. Sci. Comput., 78 (2019), pp. 951–970

  11. [19]

    Lee, E.-H

    C.-O. Lee, E.-H. Park, and J. Park , A finite element approach for the dual Rudin–Osher–Fatemi model and its nonoverlapping domain decomposition methods , SIAM J. Sci. Comput., 41 (2019), pp. B205–B228

  12. [20]

    Quarteroni and A

    A. Quarteroni and A. V alli , Domain Decomposition Methods for Partial Differential Equations , Ox- ford University Press, New York, 1999

  13. [21]

    R. T. Rockafellar , Convex Analysis, Princeton University Press, New Jersey, 2015

  14. [22]

    L. I. Rudin, S. Osher, and E. F atemi , Nonlinear total variation based noise removal algorithms , Phys. D, 60 (1992), pp. 259–268

  15. [23]

    Shefi and M

    R. Shefi and M. Teboulle , On the rate of convergence of the proximal alternating linearized minimiza- tion algorithm for convex problems , EURO J. Comput. Optim., 4 (2016), pp. 27–46

  16. [24]

    Toselli and O

    A. Toselli and O. Widlund , Domain Decomposition Methods-Algorithms and Theory, vol. 34, Springer, Berlin, 2005

  17. [25]

    Tseng, Convergence of a block coordinate descent method for nondifferentiable minimization, J

    P. Tseng, Convergence of a block coordinate descent method for nondifferentiable minimization, J. Optim. Theory Appl., 109 (2001), pp. 475–494

  18. [26]

    W ang, J

    Y. W ang, J. Yang, W. Yin, and Y. Zhang , A new alternating minimization algorithm for total variation image reconstruction, SIAM J. Imaging Sci., 1 (2008), pp. 248–272

  19. [27]

    Wu and X.-C

    C. Wu and X.-C. Tai , Augmented Lagrangian method, dual methods, and split Bregman iteration for ROF, vectorial TV, and high order models , SIAM J. Imaging Sci., 3 (2010), pp. 300–339

Pith tools

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