paper-with-me

Papers

An Approximate, Efficient LP Solver for LP Rounding

2013-12-01 · NeurIPS 2013 12 · Srikrishna Sridhar, Stephen Wright, Christopher Re, Ji Liu, Victor Bittorf, Ce Zhang

Many problems in machine learning can be solved by rounding the solution of an appropriate linear program. We propose a scheme that is based on a quadratic program relaxation which allows us to use parallel stochastic-coordinate-descent to approximately solve large linear programs efficiently. Our software is an order of magnitude faster than Cplex (a commercial linear programming solver) and yields similar solution quality. Our results include a novel perturbation analysis of a quadratic-penalty formulation of linear programming and a convergence result, which we use to derive running time and quality guarantees.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Controlling Continuous Relaxation for Combinatorial Optimization

2023-09-29 · Yuma Ichikawa

Unsupervised learning (UL)-based solvers for combinatorial optimization (CO) train a neural network that generates a soft solution by directly optimizing the CO objective using a continuous relaxation strategy. These sol…

Combinatorial OptimizationGraph Neural Network

Making Higher Order MOT Scalable: An Efficient Approximate Solver for Lifted Disjoint Paths

2021-08-24 · ICCV 2021 10 · Andrea Hornakova, Timo Kaiser, Paul Swoboda, Michal Rolinek 외

We present an efficient approximate message passing solver for the lifted disjoint paths problem (LDP), a natural but NP-hard model for multiple object tracking (MOT). Our tracker scales to very large instances that come…

Multiple Object TrackingObject Tracking

Practical Solutions to the Relative Pose of Three Calibrated Cameras

2025-01-01 · CVPR 2025 1 · Charalambos Tzamos, Viktor Kocur, Yaqing Ding, Daniel Barath 외

We study the challenging problem of estimating the relative pose of three calibrated cameras from four point correspondences. We propose novel efficient solutions to this problem that are based on the simple idea of …

Bound Founded Answer Set Programming

2014-05-14 · Rehan Abdul Aziz

Answer Set Programming (ASP) is a powerful modelling formalism that is very efficient in solving combinatorial problems. ASP solvers implement the stable model semantics that eliminates circular derivations between Boole…

Leveraging Previous Steps: A Training-free Fast Solver for Flow Diffusion

2024-11-12 · Kaiyu Song, Hanjiang Lai

Flow diffusion models (FDMs) have recently shown potential in generation tasks due to the high generation quality. However, the current ordinary differential equation (ODE) solver for FDMs, e.g., the Euler solver, still …

Image GenerationText to Image GenerationText-to-Image Generation