Papers › Stochastic Gauss-Newton Algorithms for Nonconvex Compositional Optimization

Stochastic Gauss-Newton Algorithms for Nonconvex Compositional Optimization

17 Feb 2020ICML 2020 1arXiv:2002.07290archive 2025-07-28

Quoc Tran-Dinh, Nhan H. Pham, Lam M. Nguyen

We develop two new stochastic Gauss-Newton algorithms for solving a class of non-convex stochastic compositional optimization problems frequently arising in practice. We consider both the expectation and finite-sum settings under standard assumptions, and use both classical stochastic and SARAH estimators for approximating function values and Jacobians. In the expectation case, we establish 𝒪(ε⁻²) iteration-complexity to achieve a stationary point in expectation and estimate the total number of stochastic oracle calls for both function value and its Jacobian, where ε is a desired accuracy. In the finite sum case, we also estimate 𝒪(ε⁻²) iteration-complexity and the total oracle calls with high probability. To our best knowledge, this is the first time such global stochastic oracle complexity is established for stochastic Gauss-Newton methods. Finally, we illustrate our theoretical results via two numerical examples on both synthetic and real datasets.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2002.07290")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: community (archive-listed): 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

unc-optimization/SGN mentioned on GitHubBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from unc-optimization/SGN. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

asset_alloc_obj unc-optimization/SGN/asset_example/asset_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 426b4f96d179a3c5 · report
asset_gn unc-optimization/SGN/asset_example/method_gn.py community (archive-listed) unverified BSD-3-Clause (permissive) · 80e0ad724344d4c4 · report
asset_sgn unc-optimization/SGN/asset_example/method_sgn.py community (archive-listed) unverified BSD-3-Clause (permissive) · 05b84e88c5b7b071 · report
asset_sgn2 unc-optimization/SGN/asset_example/method_sgn2.py community (archive-listed) unverified BSD-3-Clause (permissive) · 750f47e87b154ac7 · report
pd_solver unc-optimization/SGN/asset_example/solver.py community (archive-listed) unverified BSD-3-Clause (permissive) · 804a325a1fefdda4 · report
proj_simplex unc-optimization/SGN/asset_example/asset_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 42e0ed96ac37f44a · report
prox_l1_norm unc-optimization/SGN/asset_example/asset_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6b1c9d6fc196d5b8 · report
sne_gn unc-optimization/SGN/sne_example/method_gn.py community (archive-listed) unverified BSD-3-Clause (permissive) · 7a964d720a397e9f · report
sne_nspider unc-optimization/SGN/sne_example/method_nspider.py community (archive-listed) unverified BSD-3-Clause (permissive) · de488d93d9941a2f · report
sne_scgd unc-optimization/SGN/sne_example/method_scgd.py community (archive-listed) unverified BSD-3-Clause (permissive) · bef3cf4e606014b5 · report
sne_sgn unc-optimization/SGN/sne_example/method_sgn.py community (archive-listed) unverified BSD-3-Clause (permissive) · 3300088ee81ede04 · report
sne_sgn2 unc-optimization/SGN/sne_example/method_sgn2.py community (archive-listed) unverified BSD-3-Clause (permissive) · 11c22458715b9125 · report
solve_sub_problem unc-optimization/SGN/sne_example/solver.py community (archive-listed) unverified BSD-3-Clause (permissive) · 61f49827d78f7d5a · report
sub_admm unc-optimization/SGN/sne_example/solver.py community (archive-listed) unverified BSD-3-Clause (permissive) · 1fbe3d8945d3a629 · report
sub_adpgpd_solver unc-optimization/SGN/sne_example/solver.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5dabe4d5a07fee10 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections