Inference and Optimization for Engineering and Physical Systems
Mikhail Krechetov

TL;DR
This thesis explores optimization techniques for complex systems like the Max Cut problem and Ising models, proposing heuristics and bi-level optimization methods applicable in fields such as physics, computer science, and pandemic modeling.
Contribution
It introduces new heuristics for improving semidefinite programming solutions and formulates a polynomial-time bi-level optimization approach for controlling Ising model ground states.
Findings
Semidefinite programming provides near-optimal Max Cut solutions.
Local heuristics can enhance rounding schemes.
Bi-level optimization is polynomial-time solvable with non-negative interactions.
Abstract
The central object of this PhD thesis is known under different names in the fields of computer science and statistical mechanics. In computer science, it is called the Maximum Cut problem, one of the famous twenty-one Karp's original NP-hard problems, while the same object from Physics is called the Ising Spin Glass model. This model of a rich structure often appears as a reduction or reformulation of real-world problems from computer science, physics and engineering. However, solving this model exactly (finding the maximal cut or the ground state) is likely to stay an intractable problem (unless ) and requires the development of ad-hoc heuristics for every particular family of instances. One of the bright and beautiful connections between discrete and continuous optimization is a Semidefinite Programming-based rounding scheme for Maximum Cut. This procedure…
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
TopicsComplexity and Algorithms in Graphs
