paper-with-me

Papers

Optimization Over Trained Neural Networks: Taking a Relaxing Walk

2024-01-07 · Jiatai Tong, Junyang Cai, Thiago Serra

Besides training, mathematical optimization is also used in deep learning to model and solve formulations over trained neural networks for purposes such as verification, compression, and optimization with learned constraints. However, solving these formulations soon becomes difficult as the network size grows due to the weak linear relaxation and dense constraint matrix. We have seen improvements in recent years with cutting plane algorithms, reformulations, and an heuristic based on Mixed-Integer Linear Programming (MILP). In this work, we propose a more scalable heuristic based on exploring global and local linear relaxations of the neural network model. Our heuristic is competitive with a state-of-the-art MILP solver and the prior heuristic while producing better solutions with increases in input, depth, and number of neurons.

📄 PDF Abstract BibTeX arXiv:2401.03451

Code (1)

jiataitong/optimization-over-trained-neural-networks-taking-a-relaxing-walk 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Latent Random Steps as Relaxations of Max-Cut, Min-Cut, and More

2023-08-12 · Sudhanshu Chanpuriya, Cameron Musco

Algorithms for node clustering typically focus on finding homophilous structure in graphs. That is, they find sets of similar nodes with many edges within, rather than across, the clusters. However, graphs often also exh…

ClusteringNode Clustering

Walkability Optimization: Formulations, Algorithms, and a Case Study of Toronto

2022-12-10 · Weimin Huang, Elias B. Khalil

The concept of walkable urban development has gained increased attention due to its public health, economic, and environmental sustainability benefits. Unfortunately, land zoning and historic under-investment have result…

Combinatorial Optimization

Differentially Private Consensus-Based Distributed Optimization

2019-03-19 · Mehrdad Showkatbakhsh, Can Karakus, Suhas Diggavi

Data privacy is an important concern in learning, when datasets contain sensitive information about individuals. This paper considers consensus-based distributed optimization under data privacy constraints. Consensus-bas…

Distributed Optimization

Predicting Electricity Consumption with Random Walks on Gaussian Processes

2024-09-09 · Chloé Hashimoto-Cullen, Benjamin Guedj

We consider time-series forecasting problems where data is scarce, difficult to gather, or induces a prohibitive computational cost. As a first attempt, we focus on short-term electricity consumption in France, which is …

Decision MakingFew-Shot LearningGaussian ProcessesTime Series+1

On the Constrained Least-cost Tour Problem

2019-06-18 · Patrick O'Hara, M. S. Ramanujan, Theodoros Damoulas

We introduce the Constrained Least-cost Tour (CLT) problem: given an undirected graph with weight and cost functions on the edges, minimise the total cost of a tour rooted at a start vertex such that the total weight lie…