Accelerated primal dual fixed point algorithm
Ya-Nan Zhu
TL;DR
The paper tackles the structured convex optimization problem $F(x)=f(x)+g(Bx)$ where $f$ has an $L_f$-Lipschitz gradient and $g$ is convex l.s.c. and may be non-smooth. It introduces Accelerated Primal-Dual Fixed Point (APDFP), which injects Nesterov-style acceleration into the PDFP framework while preserving fully decoupled iterations, enabling efficient handling of a general linear operator $B$. The authors prove convergence of APDFP with a bound on the partial primal-dual gap that scales as $\mathcal{O}(1/k^2)$ with respect to $L_f$, under standard parameter choices, and demonstrate robustness to $\lambda$ and minimal tuning. Empirically, APDFP outperforms its non-accelerated counterparts and competes favorably with other accelerated schemes on graph-guided logistic regression and 2D CT reconstruction, achieving faster convergence and higher quality metrics in fewer iterations. The work thus provides a scalable, parameter-tolerant method for large-scale composite problems where $B$ is a general linear operator, with clear practical impact in imaging and data analysis.
Abstract
This work proposes an Accelerated Primal-Dual Fixed-Point (APDFP) method that employs Nesterov type acceleration to solve composite problems of the form min f(x) + g(Bx), where g is nonsmooth and B is a linear operator. The APDFP features fully decoupled iterations and can be regarded as a generalization of Nesterov's accelerated gradient in the setting where B can be a non-identity matrix. Theoretically, we improve the convergence rate of the partial primal-dual gap with respect to the Lipschitz constant of the gradient of f from O(1/k) to O(1/k^2). Numerical experiments on graph-guided logistic regression and CT image reconstruction are conducted to validate the correctness and demonstrate the efficiency of the proposed method.
