paper-with-me

홈 › Papers

A Message Passing Algorithm for the Problem of Path Packing in Graphs

2016-03-18 · Patrick Eschenfeldt, David Gamarnik

We consider the problem of packing node-disjoint directed paths in a directed graph. We consider a variant of this problem where each path starts within a fixed subset of root nodes, subject to a given bound on the length of paths. This problem is motivated by the so-called kidney exchange problem, but has potential other applications and is interesting in its own right. We propose a new algorithm for this problem based on the message passing/belief propagation technique. A priori this problem does not have an associated graphical model, so in order to apply a belief propagation algorithm we provide a novel representation of the problem as a graphical model. Standard belief propagation on this model has poor scaling behavior, so we provide an efficient implementation that significantly decreases the complexity. We provide numerical results comparing the performance of our algorithm on both artificially created graphs and real world networks to several alternative algorithms, including algorithms based on integer programming (IP) techniques. These comparisons show that our algorithm scales better to large instances than IP-based algorithms and often finds better solutions than a simple algorithm that greedily selects the longest path from each root node. In some cases it also finds better solutions than the ones found by IP-based algorithms even when the latter are allowed to run significantly longer than our algorithm.

📄 PDF Abstract BibTeX arXiv:1603.06002

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Improved Three-Weight Message-Passing Algorithm

2013-05-08 · Nate Derbinsky, José Bento, Veit Elser, Jonathan S. Yedidia

We describe how the powerful "Divide and Concur" algorithm for constraint satisfaction can be derived as a special case of a message-passing version of the Alternating Direction Method of Multipliers (ADMM) algorithm for…

Max-Product Belief Propagation for Linear Programming: Applications to Combinatorial Optimization

2014-12-16 · Sejun Park, Jinwoo Shin

The max-product {belief propagation} (BP) is a popular message-passing heuristic for approximating a maximum-a-posteriori (MAP) assignment in a joint distribution represented by a graphical model (GM). In the past years,…

Combinatorial Optimization

Message Passing and Combinatorial Optimization

2015-08-20 · Siamak Ravanbakhsh

Graphical models use the intuitive and well-studied methods of graph theory to implicitly represent dependencies between variables in large systems. They can model the global behaviour of a complex system by specifying o…

ClusteringCombinatorial OptimizationTraveling Salesman Problem

Towards Bin Packing (preliminary problem survey, models with multiset estimates)

2016-05-24 · Mark Sh. Levin

The paper described a generalized integrated glance to bin packing problems including a brief literature survey and some new problem formulations for the cases of multiset estimates of items. A new systemic viewpoint to …

RelationSurvey

Towards Dynamic Message Passing on Graphs

2024-10-31 · Junshu Sun, Chenxue Yang, Xiangyang Ji, Qingming Huang 외

Message passing plays a vital role in graph neural networks (GNNs) for effective feature learning. However, the over-reliance on input topology diminishes the efficacy of message passing and restricts the ability of GNNs…

Graph Classification