paper-with-me

Papers

Combining Learned Representations for Combinatorial Optimization

2019-09-09 · ICLR 2019 5 · Saavan Patel, Sayeef Salahuddin

We propose a new approach to combine Restricted Boltzmann Machines (RBMs) that can be used to solve combinatorial optimization problems. This allows synthesis of larger models from smaller RBMs that have been pretrained, thus effectively bypassing the problem of learning in large RBMs, and creating a system able to model a large, complex multi-modal space. We validate this approach by using learned representations to create ``invertible boolean logic'', where we can use Markov chain Monte Carlo (MCMC) approaches to find the solution to large scale boolean satisfiability problems and show viability towards other combinatorial optimization problems. Using this method, we are able to solve 64 bit addition based problems, as well as factorize 16 bit numbers. We find that these combined representations can provide a more accurate result for the same sample size as compared to a fully trained model.

📄 PDF Abstract BibTeX arXiv:1909.03978

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

SurCo: Learning Linear Surrogates For Combinatorial Nonlinear Optimization Problems

2022-10-22 · Aaron Ferber, Taoan Huang, Daochen Zha, Martin Schubert 외

Optimization problems with nonlinear cost functions and combinatorial constraints appear in many real-world applications but remain challenging to solve efficiently compared to their linear counterparts. To bridge this g…

Combinatorial Optimization

Unveiling the Limits of Learned Local Search Heuristics: Are You the Mightiest of the Meek?

2023-10-30 · Ankur Nath, Alan Kuhnle

In recent years, combining neural networks with local search heuristics has become popular in the field of combinatorial optimization. Despite its considerable computational demands, this approach has exhibited promising…

AttributeCombinatorial Optimization

Q-BIOLAT: Binary Latent Protein Fitness Landscapes for QUBO-Based Optimization

2026-03-29 · Truong-Son Hy arxiv

Protein fitness optimization is inherently a discrete combinatorial problem, yet most learning-based approaches rely on continuous representations and are primarily evaluated through predictive accuracy. We introduce Q-B…

Protein Language Model

Combining Latent Space and Structured Kernels for Bayesian Optimization over Combinatorial Spaces

2021-11-01 · NeurIPS 2021 12 · Aryan Deshwal, Janardhan Rao Doppa

We consider the problem of optimizing combinatorial spaces (e.g., sequences, trees, and graphs) using expensive black-box function evaluations. For example, optimizing molecules for drug design using physical lab experim…

Bayesian OptimizationDrug DesignInductive Bias

Behavior and Representation in Large Language Models for Combinatorial Optimization: From Feature Extraction to Algorithm Selection

2025-12-15 · Francesca Da Ros, Luca Di Gaspero, Kevin Roitero arxiv

Recent advances in Large Language Models (LLMs) have opened new perspectives for automation in optimization. While several studies have explored how LLMs can generate or solve optimization models, far less is understood …