A Bifidelity Proximal Quasi-Newton Method for Dense Rigid Body Suspension Collision Resolution
Pith reviewed 2026-05-10 16:36 UTC · model grok-4.3
The pith
Bifidelity proximal quasi-Newton methods solve LCPs for rigid body collisions in only three to four matrix-vector products.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The linear complementarity problem can be solved efficiently, often in only three to four matrix-vector products, by developing a custom monofidelity proximal quasi-Newton (Mono-PQN) method and a bi-fidelity variant (Bi-PQN). This approach is validated on representative systems of dense Stokesian Janus particles and achieves approximately 1.5 times and more than 2 times speedup respectively, with the latter displaying robust, problem-size-independent convergence.
What carries the argument
The bifidelity proximal quasi-Newton (Bi-PQN) method, which approximates the costly PDE solves in matrix-vector products with a low-fidelity model to accelerate LCP convergence while preserving accuracy.
Load-bearing premise
The bifidelity approximation preserves sufficient accuracy in the LCP solution for collision resolution without introducing errors that affect the overall simulation dynamics.
What would settle it
Running the same initial particle configurations with both the Bi-PQN solver and a high-accuracy reference LCP solver, then comparing resulting trajectories, velocities, and collision counts over many time steps for systematic deviations.
Figures
read the original abstract
Direct numerical simulation of dense rigid body suspensions poses significant computational challenges. A popular approach to resolve collisions necessitates solving a linear complementary problem (LCP) per time step. Each matrix vector product (MVP) inside the LCP requires solving an expensive partial differential equation. In this work, we show the LCP can be solved efficiently, often in only three to four MVPs. Specifically, we develop a custom monofidelity proximal quasi-Newton (Mono-PQN) method and a bi-fidelity variant (Bi-PQN). Our approach is validated through an application to representative systems of dense Stokesian Janus particles. Notably, in contact resolution our Mono-PQN and Bi-PQN achieve $\approx 1.5 \times$ and $> 2 \times$ speed up respectively against a competitive baseline, with the latter method displaying robust, problem-size-independent convergence. For our largest simulation involving $216$ particles, our Bi-PQN cut total simulation runtime to five days, as compared to the eight days required by the prior state-of-the-art method.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript develops a monofidelity proximal quasi-Newton (Mono-PQN) solver and a bifidelity variant (Bi-PQN) for the linear complementarity problems that arise when resolving collisions in direct numerical simulations of dense rigid-body suspensions. Each matrix-vector product inside the LCP normally requires an expensive PDE solve; the proposed methods are reported to converge in only three to four MVPs, yielding approximately 1.5× and >2× speed-ups respectively over a competitive baseline, with Bi-PQN exhibiting robust, problem-size-independent convergence. The claims are illustrated on dense Stokesian Janus-particle systems, including a 216-particle run that reduces total wall-clock time from eight to five days.
Significance. If the bifidelity approximation preserves the accuracy of the contact forces and resolved collisions, the work would provide a practical route to substantially faster large-scale suspension simulations. The reported reduction in runtime for a 216-particle system and the size-independent convergence behavior are concrete indicators of potential impact in computational fluid dynamics and soft-matter modeling.
major comments (2)
- [Abstract] Abstract and numerical validation: the performance claims (3–4 MVPs, 1.5× and >2× speed-ups, five-day versus eight-day runtimes) are presented without any reported LCP residual norms, contact-force error statistics, or side-by-side particle-trajectory comparisons against a full-fidelity baseline. In dense Stokesian suspensions, O(10^{-3}) force perturbations can accumulate into qualitatively different jamming or sedimentation behavior, so the speedup assertions are load-bearing only if solution accuracy is explicitly verified.
- [Method description] The bifidelity surrogate construction is described as replacing selected expensive PDE-based MVPs with low-fidelity approximations, yet no analysis or numerical test is supplied showing that the resulting LCP solution remains sufficiently close (in the appropriate norm) to the monofidelity solution for the subsequent rigid-body dynamics to be statistically indistinguishable.
minor comments (2)
- [Abstract] The baseline solver against which the 1.5× and >2× speed-ups are measured is not named in the abstract; a brief statement of its identity and iteration count would improve clarity.
- [Introduction] Notation for the proximal quasi-Newton update and the fidelity-switching criterion could be introduced with a short equation block in the introduction to aid readers unfamiliar with the proximal-Newton literature.
Simulated Author's Rebuttal
We thank the referee for the careful and constructive review of our manuscript. The points raised highlight important aspects of validation that we will address to strengthen the presentation of our results.
read point-by-point responses
-
Referee: [Abstract] Abstract and numerical validation: the performance claims (3–4 MVPs, 1.5× and >2× speed-ups, five-day versus eight-day runtimes) are presented without any reported LCP residual norms, contact-force error statistics, or side-by-side particle-trajectory comparisons against a full-fidelity baseline. In dense Stokesian suspensions, O(10^{-3}) force perturbations can accumulate into qualitatively different jamming or sedimentation behavior, so the speedup assertions are load-bearing only if solution accuracy is explicitly verified.
Authors: We agree that explicit verification of solution accuracy is necessary to support the performance claims, given the potential sensitivity of dense suspension dynamics to small force perturbations. The original manuscript validates the methods through application to representative dense Stokesian Janus-particle systems, demonstrating convergence in 3–4 MVPs and the reported speedups via runtime comparisons. However, it does not include the specific quantitative error metrics noted. In the revised manuscript, we will add LCP residual norms for both Mono-PQN and Bi-PQN solvers, contact-force error statistics relative to a full-fidelity baseline, and side-by-side particle-trajectory comparisons for selected cases to confirm that the approximations preserve the essential dynamics. revision: yes
-
Referee: [Method description] The bifidelity surrogate construction is described as replacing selected expensive PDE-based MVPs with low-fidelity approximations, yet no analysis or numerical test is supplied showing that the resulting LCP solution remains sufficiently close (in the appropriate norm) to the monofidelity solution for the subsequent rigid-body dynamics to be statistically indistinguishable.
Authors: The bifidelity surrogate is constructed to selectively replace expensive MVPs while preserving the structure and convergence properties of the proximal quasi-Newton iteration for the LCP. The manuscript reports robust, size-independent convergence and overall performance gains on the target applications, but does not provide a dedicated error analysis or direct comparison of mono- versus bi-fidelity LCP solutions. We will add to the revised manuscript both a brief theoretical discussion of the approximation error under the assumptions of the low-fidelity model and numerical tests that quantify the difference between the resulting LCP solutions in appropriate norms, together with ensemble comparisons of the rigid-body trajectories to establish statistical indistinguishability. revision: yes
Circularity Check
No significant circularity; method extends standard proximal quasi-Newton techniques with empirical validation
full rationale
The paper describes the development of Mono-PQN and Bi-PQN as custom extensions of proximal quasi-Newton methods for efficient LCP solution in rigid body collision resolution. The core claims rest on algorithmic construction (reducing MVP count to 3-4) and numerical benchmarking against baselines on Stokesian particle systems, with reported speedups derived from wall-clock timings rather than any self-referential fitting or prediction. No equations or steps reduce by construction to inputs, no load-bearing self-citations are invoked for uniqueness or ansatzes, and the bifidelity approximation is presented as a practical surrogate without tautological equivalence to the full-fidelity result. The derivation chain is self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
Reference graph
Works this paper leans on
-
[1]
[AL02] Valerie J. Anderson and Henk N. W. Lekkerkerker,Insights into phase transition kinetics from colloid science, Nature416(2002), no. 6883, 811–815 (en). [Ani06] Mihai Anitescu,Optimization-based simulation of nonsmooth rigid multibody dynamics, Mathematical Programming105(2006), no. 1, 113–143 (en). [Atk89] Kendall E. Atkinson,An introduction to nume...
work page 2002
-
[2]
[BFO19] Stephen Becker, Jalal Fadili, and Peter Ochs,On quasi-Newton forward-backward split- ting: proximal calculus and convergence, SIAM Journal on Optimization29(2019), no. 4, 2445–2481 (en). 23 [BLNZ95] Richard Byrd, Peihuang Lu, Jorge Nocedal, and Ciyou Zhu,A limited memory algorithm for bound constrained optimization, SIAM Journal on Scientific Comp...
work page 2019
-
[3]
Dynamics of a finite number of particles in an unbounded fluid, Journal of Fluid Mechanics251(1993), 411–442 (en). [CFH+94] B. Cichocki, B. U. Felderhof, K. Hinsen, E. Wajnryb, and J. Bl/awzdziewicz,Friction and mobility of many spheres in Stokes flow, The Journal of Chemical Physics100 (1994), no. 5, 3780–3790 (en). [CGRV17] Eduardo Corona, Leslie Greeng...
-
[4]
[JG12] Shan Jiang and Steve Granick (eds.),Janus particle synthesis, self-assembly and appli- cations, The Royal Society of Chemistry, October 2012 (en). [JLM05] Jo˜ ao Janela, Aline Lefebvre, and Bertrand Maury,A penalty method for the simulation of fluid - rigid body interaction, ESAIM: Proceedings14(2005), 115–123 (en). [KCCV21] Ryan Kohl, Eduardo Coro...
-
[5]
[V˜ u12] B. C. V˜ u,A variable metric extension of the forward–backward–forward algorithm for monotone operators, October 2012, arXiv:1210.2986 [math]. [WB09] Norman J. Wagner and John F. Brady,Shear thickening in colloidal dispersions, Physics Today62(2009), no. 10, 27–32 (en). [WM08] Andreas Walther and Axel H. E. M¨ uller,Janus particles, Soft Matter4(...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.