AIApr 16, 2017

Approximating the Backbone in the Weighted Maximum Satisfiability Problem

arXiv:1704.04775v1
Originality Incremental advance
AI Analysis

This addresses a computational bottleneck in heuristic design for NP-hard problems in AI, but is incremental as it builds on existing backbone concepts.

The paper tackled the problem of retrieving the backbone in the weighted Maximum Satisfiability problem, showing it is intractable to compute fully or partially, and developed a backbone-guided local search algorithm that outperforms existing heuristics in solution quality and runtime on benchmarks.

The weighted Maximum Satisfiability problem (weighted MAX-SAT) is a NP-hard problem with numerous applications arising in artificial intelligence. As an efficient tool for heuristic design, the backbone has been applied to heuristics design for many NP-hard problems. In this paper, we investigated the computational complexity for retrieving the backbone in weighted MAX-SAT and developed a new algorithm for solving this problem. We showed that it is intractable to retrieve the full backbone under the assumption that . Moreover, it is intractable to retrieve a fixed fraction of the backbone as well. And then we presented a backbone guided local search (BGLS) with Walksat operator for weighted MAX-SAT. BGLS consists of two phases: the first phase samples the backbone information from local optima and the backbone phase conducts local search under the guideline of backbone. Extensive experimental results on the benchmark showed that BGLS outperforms the existing heuristics in both solution quality and runtime.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes