REVIEW 3 major objections 2 minor 20 references
MResOpt is a staged residual network that decomposes constraint satisfaction by priority through intermediate re-completion and stage-aware losses.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-28 01:44 UTC pith:S77KPHHZ
load-bearing objection MResOpt adds staged residuals to handle prioritized constraints in optimization, but the gains rest on an untested assumption that a meaningful ordering exists and can be exploited. the 3 major comments →
Multi-ResNets for Subspace Preconditioning in Constrained Optimization
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
MResOpt supports a learned division of labor that keeps iterates on the equality manifold by using staged losses and re-completion, achieving substantially lower high-priority violation than reprojected baselines on line-flow-constrained AC optimal power flow.
What carries the argument
Staged residual neural network architecture with intermediate re-completion steps and stage-aware losses that decomposes constraint satisfaction according to priority.
Load-bearing premise
The problem must possess a domain-informed priority ordering among constraints that the staged losses can exploit.
What would settle it
On AC optimal power flow instances, a standard residual network without staging would produce the same high-priority violation rates as MResOpt.
If this is right
- On QP, QCQP, and SOCP benchmarks the staged model improves high-priority constraint satisfaction across convex and non-convex settings.
- In the infinite-width regime the architecture behaves as sequential Gaussian process regression.
- On line-flow-constrained AC optimal power flow the method yields substantially lower high-priority violations while remaining computationally efficient.
- The framework can utilize ordinal structure when a meaningful priority ordering is present in the domain.
Where Pith is reading between the lines
- The staged approach may extend to other constrained problems that possess a natural priority ordering, such as certain control or scheduling tasks.
- If the ordering among constraints is arbitrary, the intermediate re-completion steps are unlikely to provide an advantage over a single residual network.
- The learned division of labor could be tested for effects on solution quality metrics beyond feasibility alone.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MResOpt, a staged residual neural network architecture for constrained optimization within predict-complete-correct pipelines. It decomposes constraint satisfaction by priority via intermediate re-completion steps and stage-aware losses, enabling exploitation of domain-informed ordinal structure when present. The work claims an equivalence to sequential Gaussian process regression in the infinite-width limit, and reports improved high-priority constraint satisfaction on synthetic QP, QCQP, and SOCP benchmarks as well as on line-flow-constrained AC optimal power flow using a physics-motivated ordering, while remaining computationally efficient compared to reprojected baselines.
Significance. If the central empirical claims and the infinite-width derivation hold under scrutiny, the architecture offers a principled way to inject ordinal constraint priorities into neural optimization solvers, which could be valuable in domains like power systems where constraint hierarchies are physically meaningful. The staged design and GP equivalence, if rigorously established, would distinguish the method from standard residual networks.
major comments (3)
- [§5.2] §5.2 (AC OPF experiment): The central claim that MResOpt enables a learned division of labor exploiting the physics-motivated ordering to keep iterates on the equality manifold and reduce high-priority violations is load-bearing, yet the manuscript provides no ablation that randomizes or removes the ordering to test whether the staged losses confer any advantage over a standard residual network or reprojected baselines.
- [§4] §4 (Infinite-width analysis): The claim that the staged architecture behaves as sequential Gaussian process regression in the idealized infinite-width regime is presented without the explicit derivation steps or equations that would allow verification of whether the sequential behavior follows from independent assumptions or reduces by construction to a fitted quantity.
- [Table 2] Table 2 and §5.1 (synthetic benchmarks): Reported improvements in high-priority constraint satisfaction lack error bars, multiple random seeds, or statistical tests, undermining assessment of whether the gains are reliable across convex and non-convex settings.
minor comments (2)
- [§2] The abstract and §2 mention 'domain-informed ordered constraint satisfaction' but the notation for stage-aware losses and re-completion operators is introduced without a clear tabular summary of all symbols.
- [§5.1] Dataset descriptions for the synthetic QP/QCQP/SOCP instances (dimensions, constraint counts, generation procedure) are referenced but not fully specified in §5.1.
Simulated Author's Rebuttal
We thank the referee for the constructive comments. We address each major point below and outline revisions to strengthen the manuscript where appropriate.
read point-by-point responses
-
Referee: [§5.2] §5.2 (AC OPF experiment): The central claim that MResOpt enables a learned division of labor exploiting the physics-motivated ordering to keep iterates on the equality manifold and reduce high-priority violations is load-bearing, yet the manuscript provides no ablation that randomizes or removes the ordering to test whether the staged losses confer any advantage over a standard residual network or reprojected baselines.
Authors: We agree that an ablation isolating the effect of the ordering is needed to support the central claim. In the revised manuscript we will add an ablation on the AC OPF instance that compares the physics-motivated ordering against a randomized ordering and against a non-staged residual network, thereby testing whether the staged losses confer an advantage specifically when ordinal structure is exploited. revision: yes
-
Referee: [§4] §4 (Infinite-width analysis): The claim that the staged architecture behaves as sequential Gaussian process regression in the idealized infinite-width regime is presented without the explicit derivation steps or equations that would allow verification of whether the sequential behavior follows from independent assumptions or reduces by construction to a fitted quantity.
Authors: We acknowledge that §4 would benefit from explicit derivation steps. We will expand this section in the revision to include the full step-by-step derivation, beginning from the neural tangent kernel assumptions and showing the recursive stage-wise updates that establish the equivalence to sequential Gaussian process regression. revision: yes
-
Referee: [Table 2] Table 2 and §5.1 (synthetic benchmarks): Reported improvements in high-priority constraint satisfaction lack error bars, multiple random seeds, or statistical tests, undermining assessment of whether the gains are reliable across convex and non-convex settings.
Authors: We agree that statistical reporting should be strengthened. In the revision we will rerun the QP, QCQP, and SOCP experiments over multiple random seeds, report means and standard deviations as error bars in Table 2, and add statistical tests (e.g., paired t-tests or Wilcoxon signed-rank tests) comparing MResOpt against the reprojected baselines. revision: yes
Circularity Check
No significant circularity; derivation chain is self-contained
full rationale
The abstract presents the infinite-width sequential GP behavior as a shown result under idealized assumptions and the performance gains as empirical outcomes on benchmarks with an explicitly introduced physics-motivated ordering. No equations or self-citations are available in the provided text to exhibit reduction of any claimed prediction to a fitted input or self-definitional loop. The staged architecture and priority decomposition are described as design choices that exploit an assumed ordinal structure when present, rather than deriving that structure from the model itself. This meets the default expectation of no circularity.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption Existence of domain-informed ordinal constraint priority that can be exploited by intermediate re-completion
- standard math Infinite-width neural network behaves as sequential Gaussian process regression
invented entities (1)
-
MResOpt staged residual architecture
no independent evidence
read the original abstract
We propose MResOpt, a staged residual neural network architecture for constrained optimization problems. Our architecture fits within predict-complete-correct pipelines and decomposes constraint satisfaction by priority through intermediate re-completion and stage-aware losses. The framework enables domain-informed ordered constraint satisfaction which allows the network to utilize ordinal structure when present. Under an idealized infinite-width regime, we show that our design behaves as sequential Gaussian Process regression. On synthetic QP, QCQP, and SOCP benchmarks, the staged architecture improves high-priority constraint satisfaction across convex and non-convex settings. On line-flow-constrained AC optimal power flow, we introduce a physics-motivated constraint ordering and show that MResOpt supports a learned division of labor that keeps iterates on the equality manifold, achieving substantially lower high-priority violation than reprojected baselines while remaining computationally efficient.
Figures
Reference graph
Works this paper leans on
-
[1]
Zico Kolter
Priya Donti, David Rolnick, and J. Zico Kolter. DC3: A learning method for optimization with hard constraints. InInternational Conference on Learning Representations (ICLR), 2021
2021
-
[2]
Nguyen and Priya L
Hoang T. Nguyen and Priya L. Donti. FSNet: Feasibility-seeking neural network for constrained optimization with guarantees. InAdvances in Neural Information Processing Systems (NeurIPS), 2025
2025
-
[3]
Zico Kolter
Brandon Amos and J. Zico Kolter. OptNet: Differentiable optimization as a layer in neural networks. InInternational Conference on Machine Learning (ICML), pages 136–145, 2017
2017
-
[4]
Zico Kolter
Akshay Agrawal, Brandon Amos, Shane Barratt, Stephen Boyd, Steven Diamond, and J. Zico Kolter. Differentiable convex optimization layers. InAdvances in Neural Information Processing Systems (NeurIPS), 2019
2019
-
[5]
Enming Liang, Minghua Chen, and Steven H. Low. Homeomorphic projection to ensure neural-network solution feasibility for constrained optimization.Journal of Machine Learning Research, 25(329):1–55, 2024
2024
-
[6]
QCQP-Net: Reliably learning feasible alternating current optimal power flow solutions under constraints
Sihan Zeng, Youngdae Kim, Yuxuan Ren, and Kibaek Kim. QCQP-Net: Reliably learning feasible alternating current optimal power flow solutions under constraints. InProceedings of the 6th Annual Learning for Dynamics & Control Conference (L4DC), 2024
2024
-
[7]
Wanjun Huang, Minghua Chen, and Steven H. Low. Unsupervised learning for solving AC optimal power flows: Design, analysis, and experiment.IEEE Transactions on Power Systems, 39(6):7102–7114, 2024
2024
-
[8]
U-net: Convolutional networks for biomedical image segmentation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. InMedical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III 18, pages 234–241. Springer, 2015
2015
-
[9]
A unified framework for U-Net design and analysis
Christopher Williams, Fabian Falck, George Deligiannidis, Chris Holmes, Arnaud Doucet, and Saifuddin Syed. A unified framework for U-Net design and analysis. InAdvances in Neural Information Processing Systems, volume 36, 2023
2023
-
[10]
A multi-resolution framework for u-nets with applications to hierarchical vaes.Advances in Neural Information Processing Systems, 35:15529–15544, 2022
Fabian Falck, Christopher Williams, Dominic Danks, George Deligiannidis, Christopher Yau, Chris C Holmes, Arnaud Doucet, and Matthew Willetts. A multi-resolution framework for u-nets with applications to hierarchical vaes.Advances in Neural Information Processing Systems, 35:15529–15544, 2022
2022
-
[11]
Hierarchical learning to solve pdes using physics-informed neural networks
Jihun Han and Yoonsang Lee. Hierarchical learning to solve pdes using physics-informed neural networks. In Jiˇrí Mikyška, Clélia de Mulatier, Maciej Paszynski, Valeria V . Krzhizhanovskaya, Jack J. Dongarra, and Peter M.A. Sloot, editors,Computational Science – ICCS 2023, pages 548–562, Cham, 2023. Springer Nature Switzerland
2023
-
[12]
Numerical solution of mixed- dimensional pdes using a neural preconditioner.Computers & Mathematics with Applications, 206:58–79, 2026
Nunzio Dimola, Nicola Rares Franco, and Paolo Zunino. Numerical solution of mixed- dimensional pdes using a neural preconditioner.Computers & Mathematics with Applications, 206:58–79, 2026
2026
-
[13]
Mesh-informed neural networks for operator learning in finite element spaces.Journal of Scientific Computing, 97(2):35, 2023
Nicola Rares Franco, Andrea Manzoni, and Paolo Zunino. Mesh-informed neural networks for operator learning in finite element spaces.Journal of Scientific Computing, 97(2):35, 2023
2023
-
[14]
Photographic image synthesis with cascaded refinement networks
Qifeng Chen and Vladlen Koltun. Photographic image synthesis with cascaded refinement networks. InProceedings of the IEEE International Conference on Computer Vision (ICCV), pages 1520–1529, 2017
2017
-
[15]
Deep residual learning for im- age recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for im- age recognition. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 770–778, 2016
2016
-
[16]
Deep neural networks as gaussian processes
Jaehoon Lee, Yasaman Bahri, Roman Novak, Samuel S Schoenholz, Jeffrey Pennington, and Jascha Sohl-Dickstein. Deep neural networks as gaussian processes. InInternational Conference on Learning Representations, 2018. 10
2018
-
[17]
Gaussian process behaviour in wide deep neural networks
Alexander G de G Matthews, Mark Rowland, Jiri Hron, Richard E Turner, and Zoubin Ghahra- mani. Gaussian process behaviour in wide deep neural networks. InInternational Conference on Learning Representations (ICLR), 2018
2018
-
[18]
On lazy training in differentiable program- ming
Lénaïc Chizat, Edouard Oyallon, and Francis Bach. On lazy training in differentiable program- ming. InAdvances in Neural Information Processing Systems (NeurIPS), volume 32, pages 2937–2947, 2019
2019
-
[19]
Sogol Babaeinejadsarookolaee, Adam Birchfield, Richard D. Christie, Carleton Coffrin, Christo- pher DeMarco, Ruisheng Diao, Michael Ferris, Stephane Fliscounakis, Scott Greene, Renke Huang, Cedric Josz, Roman Korab, Bernard Lesieutre, Jean Maeght, Terrence W. K. Mak, Daniel K. Molzahn, Thomas J. Overbye, Patrick Panciatici, Byungkwon Park, Jonathan Snod- ...
-
[20]
Michael Klamkin, Mathieu Tanneau, and Pascal Van Hentenryck. PGLearn – an open-source learning toolkit for optimal power flow.arXiv preprint arXiv:2505.22825, 2025. 11 A Appendix A.1 Notation Throughout this work, we adopt a unified notation to formalize the subspace preconditioning frame- work and its theoretical analysis. The physical system state is re...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.