# A Generic Approach for Accelerating Belief Propagation based DCOP   Algorithms via A Branch-and-Bound Technique

**Authors:** Ziyu Chen, Xingqiong Jiang, Yanchen Deng, Dingding Chen, Zhongshi He

arXiv: 1906.06863 · 2019-06-19

## TL;DR

This paper introduces FDSP, a branch-and-bound based method that accelerates belief propagation algorithms for large-scale DCOPs by reducing search space and maintaining solution quality.

## Contribution

The paper proposes FDSP, a generic method that speeds up belief propagation algorithms for DCOPs using branch-and-bound with proven bounds and significant search space reduction.

## Key findings

- FDSP reduces search space by at least 97%.
- FDSP accelerates Max-Sum algorithm significantly.
- FDSP maintains solution quality while speeding up computation.

## Abstract

Belief propagation approaches, such as Max-Sum and its variants, are a kind of important methods to solve large-scale Distributed Constraint Optimization Problems (DCOPs). However, for problems with n-ary constraints, these algorithms face a huge challenge since their computational complexity scales exponentially with the number of variables a function holds. In this paper, we present a generic and easy-to-use method based on a branch-and-bound technique to solve the issue, called Function Decomposing and State Pruning (FDSP). We theoretically prove that FDSP can provide monotonically non-increasing upper bounds and speed up belief propagation based DCOP algorithms without an effect on solution quality. Also, our empirically evaluation indicates that FDSP can reduce 97\% of the search space at least and effectively accelerate Max-Sum, compared with the state-of-the-art.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.06863/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1906.06863/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1906.06863/full.md

---
Source: https://tomesphere.com/paper/1906.06863