paper-with-me

홈 › Papers

Optimizing Solution-Samplers for Combinatorial Problems: The Landscape of Policy-Gradient Method

2023-09-21 · NeurIPS 2023 11

Deep Neural Networks and Reinforcement Learning methods have empirically shown great promise in tackling challenging combinatorial problems. In those methods a deep neural network is used as a solution generator which is then trained by gradient-based methods (e.g., policy gradient) to successively obtain better solution distributions. In this work we introduce a novel theoretical framework for analyzing the effectiveness of such methods. We ask whether there exist generative models that (i) are expressive enough to generate approximately optimal solutions; (ii) have a tractable, i.e, polynomial in the size of the input, number of parameters; (iii) their optimization landscape is benign in the sense that it does not contain sub-optimal stationary points. Our main contribution is a positive answer to this question. Our result holds for a broad class of combinatorial problems including Max- and Min-Cut, Max-$k$-CSP, Maximum-Weight-Bipartite-Matching, and the Traveling Salesman Problem. As a byproduct of our analysis we introduce a novel regularization process over vanilla gradient descent and provide theoretical and experimental evidence that it helps address vanishing-gradient issues and escape bad stationary points.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing Solution-Samplers for Combinatorial Problems: The Landscape of Policy-Gradient Methods

2023-10-08 · Constantine Caramanis, Dimitris Fotakis, Alkis Kalavasis, Vasilis Kontonis 외

Deep Neural Networks and Reinforcement Learning methods have empirically shown great promise in tackling challenging combinatorial problems. In those methods a deep neural network is used as a solution generator which is…

Policy Gradient MethodsTraveling Salesman Problem

Backpropagation through Combinatorial Algorithms: Identity with Projection Works

2022-05-30 · Subham Sekhar Sahoo, Anselm Paulus, Marin Vlastelica, Vít Musil 외

Embedding discrete solvers as differentiable layers has given modern deep learning architectures combinatorial expressivity and discrete reasoning capabilities. The derivative of these solvers is zero or undefined, there…

Density EstimationGraph MatchingImage RetrievalRetrieval+1

Combinatorial Landscape Analysis for Dominating Set and Vertex Coloring

2026-06-05 · Johanna Gasse, Antonia Heinen, Felix Knöfel, Timo Kötzing 외 arxiv

We analyze the two combinatorial problems of Dominating Set and Vertex Coloring regarding what kind of local optima are present for various instances. For a variety of graph classes each, we determine whether the induced…

Non-native Quantum Generative Optimization with Adversarial Autoencoders

2024-07-18 · Blake A. Wilson, Jonathan Wurtz, Vahagn Mkhitaryan, Michael Bezick 외

Large-scale optimization problems are prevalent in several fields, including engineering, finance, and logistics. However, most optimization problems cannot be efficiently encoded onto a physical system because the exist…

Benchmarking Randomized Optimization Algorithms on Binary, Permutation, and Combinatorial Problem Landscapes

2025-01-21 · Jethro Odeyemi, Wenjun Zhang

In this paper, we evaluate the performance of four randomized optimization algorithms: Randomized Hill Climbing (RHC), Simulated Annealing (SA), Genetic Algorithms (GA), and MIMIC (Mutual Information Maximizing Input Clu…

Benchmarking