← Search

Yimeng Min

4 accepted papers

2023

Unsupervised Learning for Solving the Travelling Salesman Problem

NeurIPS 2023poster

We propose UTSP, an Unsupervised Learning (UL) framework for solving the Travelling Salesman Problem (TSP). We train a Graph Neural Network (GNN) using a surrogate loss. The GNN outputs a heat map representing the probability for each edge to be part of the optimal path. We then apply local search t…

2022

Can Hybrid Geometric Scattering Networks Help Solve the Maximum Clique Problem?

NeurIPS 2022accept

We propose a geometric scattering-based graph neural network (GNN) for approximating solutions of the NP-hard maximum clique (MC) problem. We construct a loss function with two terms, one which encourages the network to find highly connected nodes and the other which acts as a surrogate for the cons…

2020

Scattering GCN: Overcoming Oversmoothness in Graph Convolutional Networks

NeurIPS 2020poster

Graph convolutional networks (GCNs) have shown promising results in processing graph data by extracting structure-aware features. This gave rise to extensive work in geometric deep learning, focusing on designing network architectures that ensure neuron activations conform to regularity patterns wit…