Representational learning for combinatorial optimization. Generate embeddings from MIP instances, pre-train models, and fine-tune for downstream tasks uch as predicting integral gap, search guidance, backdoor prediction, and solver configuration.
1 Department of Computer Science, Brown University 2 AI Center of Excellence, Fidelity Investments 3 Northeastern University
End-to-end workflow from MIP instances to embeddings and predictions.
Parse MIP instances into feature tensors, edge indices, and edge weights using PyG COO format.
Unsupervised pre-training with graph reconstruction and VQ commitment loss on bipartite graphs.
Fine-tune the pre-trained model for downstream tasks like integral gap prediction.
Generate instance, constraint, and variable-level embeddings for any MIP problem.
Out-of-the-box models ready for generating instance/constraint/variable-level embeddings, and fine-tuned for downstream optimization tasks.
Zohair Shafi, Serdar Kadıoğlu
If you use FORGE in your research, please cite our paper.
@misc{shafi2025forgefoundationaloptimizationrepresentations,
title={FORGE: Foundational Optimization Representations from Graph Embeddings},
author={Zohair Shafi and Serdar Kadioglu},
year={2025},
eprint={2508.20330},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2508.20330},
}