File size: 1,148 Bytes
b513fab
392d155
b513fab
392d155
 
 
 
b513fab
392d155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# CAM Model Checkpoints

Model checkpoints for **Combinatorial Adjoint Matching (CAM)**, an unsupervised diffusion framework for combinatorial optimization.

## Paper

**Unsupervised Diffusion Solver for Combinatorial Optimization via Combinatorial Adjoint Matching**

Shengyu Feng, Tarun Suresh, Yiming Yang

**arXiv:** https://arxiv.org/abs/2605.30920

## Code

Official implementation:

https://github.com/Shengyu-Feng/CAM

## Available Checkpoints

This repository contains pretrained checkpoints for the experiments reported in the paper, including:

* Maximum Independent Set (MIS)
* Traveling Salesman Problem (TSP)
* Max Cut (MCut)
* Capacitated Vehicle Routing Problem (CVRP)

Please refer to the official repository for training, evaluation, datasets, and usage instructions.

## Citation

```bibtex
@misc{feng2026unsuperviseddiffusionsolvercombinatorial,
      title={Unsupervised Diffusion Solver for Combinatorial Optimization via Combinatorial Adjoint Matching},
      author={Shengyu Feng and Tarun Suresh and Yiming Yang},
      year={2026},
      eprint={2605.30920},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}
```