Progressively Projected Newton's Method
Jos\'e Antonio Fern\'andez-Fern\'andez, Fabian L\"oschner, Jan Bender

TL;DR
Progressively Projected Newton's Method (PPN) improves convergence and reduces computational effort in solving non-linear problems in computer graphics by selectively projecting Hessians based on residuals, outperforming previous methods in most cases.
Contribution
The paper introduces PPN, a novel Newton's method variant that selectively projects Hessians using residuals, leading to faster convergence and fewer eigen-decompositions.
Findings
PPN requires less than 10% of the projections of PN and PDN.
PPN converges in fewer Newton iterations in most experiments.
PPN is the fastest solver in benchmark tests, except for very large time steps and quasistatic cases.
Abstract
Newton's Method is widely used to find the solution of complex non-linear simulation problems in Computer Graphics. To guarantee a descent direction, it is common practice to clamp the negative eigenvalues of each element Hessian prior to assembly - a strategy known as Projected Newton (PN) - but this perturbation often hinders convergence. In this work, we observe that projecting only a small subset of element Hessians is sufficient to secure a descent direction. Building on this insight, we introduce Progressively Projected Newton (PPN), a novel variant of Newton's Method that uses the current iterate residual to cheaply determine the subset of element Hessians to project. The global Hessian thus remains closer to its original form, reducing both the number of Newton iterations and the amount of required eigen-decompositions. We compare PPN with PN and Project-on-Demand Newton…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIterative Methods for Nonlinear Equations · Advanced Measurement and Metrology Techniques
