Representational learning for combinatorial optimization. Generate embeddings from MIP instances via pre-trained models, and fine-tune for downstream tasks such as predicting integrality 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
@misc{forge2026,
title={FORGE: Foundational Optimization Representations from Graph Embeddings},
author={Zohair Shafi and Serdar Kadioglu},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2026},
url={https://openreview.net/forum?id=7Uo1yRWUpo},
}
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
Forge foundational optimization embeddings can transfer from optimization (MIP) to constraint satisfaction (SAT), as a step toward a unified representational framework for both optimization and decision problems.
Koyena Pal, Serdar Kadioglu
@misc{pal2026transferlearningfoundationaloptimization,
title={Transfer Learning from Foundational Optimization Embeddings to Unsupervised SAT Representations},
author={Koyena Pal and Serdar Kadioglu},
year={2026},
eprint={2604.15448},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2604.15448},
}
If you use FORGE in your research, please cite our paper.
@misc{forge2026,
title={FORGE: Foundational Optimization Representations from Graph Embeddings},
author={Zohair Shafi and Serdar Kadioglu},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2026},
url={https://openreview.net/forum?id=7Uo1yRWUpo},
}
We would like to thank Modal for their generous support through the provision of academic credits and computational infrastructure, which were instrumental in training the Forge model used in this research.