End to end learning and optimization on graphs
Bryan Wilder, Eric Ewing, Bistra Dilkina, Milind Tambe

TL;DR
This paper introduces ClusterNet, a decision-focused learning framework that integrates differentiable proxies for graph optimization problems, improving performance over traditional separate learning and optimization methods.
Contribution
It proposes a novel end-to-end learning approach that incorporates differentiable proxies for graph optimization, enabling more effective joint learning and optimization.
Findings
ClusterNet outperforms pure end-to-end prediction methods.
ClusterNet surpasses standard separate learning and optimization approaches.
The approach effectively handles partially observed graph data.
Abstract
Real-world applications often combine learning and optimization problems on graphs. For instance, our objective may be to cluster the graph in order to detect meaningful communities (or solve other common graph optimization problems such as facility location, maxcut, and so on). However, graphs or related attributes are often only partially observed, introducing learning problems such as link prediction which must be solved prior to optimization. Standard approaches treat learning and optimization entirely separately, while recent machine learning work aims to predict the optimal solution directly from the inputs. Here, we propose an alternative decision-focused learning approach that integrates a differentiable proxy for common graph optimization problems as a layer in learned systems. The main idea is to learn a representation that maps the original optimization problem onto a simpler…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
