Core Concepts
Proposing a second-order algorithm for sparse phase retrieval with quadratic convergence.
Abstract
The content introduces an innovative second-order algorithm for sparse phase retrieval, overcoming the limitations of first-order methods. The algorithm achieves quadratic convergence while maintaining per-iteration computational efficiency. The theoretical guarantees and numerical experiments demonstrate its superiority over state-of-the-art methods.
Abstract:
- Proposes a second-order algorithm for sparse phase retrieval.
- Overcomes linear convergence limitations of first-order methods.
- Achieves quadratic convergence with per-iteration computational efficiency.
Introduction:
- Discusses the ill-posed nature of the phase retrieval problem.
- Categorizes algorithms into convex and nonconvex approaches.
- Highlights the need for further reduction in sample complexity in practical scenarios.
Contributions:
- Introduces a second-order algorithm for sparse phase retrieval.
- Maintains per-iteration computational complexity similar to first-order methods.
- Demonstrates faster convergence rates compared to existing algorithms.
Problem Formulation:
- Defines the standard sparse phase retrieval problem concisely.
- Explores convex formulations and nonconvex approaches for solving the problem.
Related Work:
- Classifies existing nonconvex algorithms into gradient projection and alternating minimization methods.
- Compares various algorithms based on per-iteration computational cost and iteration complexity.
Proposed Algorithm:
- Dual loss strategy integrating intensity-based and amplitude-based losses.
- Identifying free and fixed variables using iterative hard thresholding.
- Computing search direction through support-constrained optimization.
Theoretical Results:
- Establishes non-asymptotic quadratic convergence rate for noise-free cases.
- Demonstrates linear convergence under noisy measurement conditions.
Experimental Results:
- Compares convergence speed across different algorithms under noise-free and noisy conditions.
- Evaluates running times, successful recovery rates, and scalability across varying dimensions.
Stats
Our codes are available at https://github.com/jxying/SparsePR.
Quotes
"Our algorithm converges to the ground truth signal at a quadratic rate after at most O(log(∥x♮∥/x♮ min)) iterations."
"Numerical experiments show that our algorithm achieves significantly faster convergence than state-of-the-art methods."