AIJan 16, 2014

Interactive Cost Configuration Over Decision Diagrams

arXiv:1401.3830v127 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently incorporating user preferences into interactive AI systems like product configuration, though it is incremental as it builds on existing BDD/MDD compilation techniques.

The paper tackles the problem of interactive configuration with cost functions, extending BDD-based methods to handle additive cost functions using MDDs and proving NP-hardness for multiple-cost configuration, while developing approximation schemes for two-cost cases and demonstrating response times within fractions of a second on real-world datasets.

In many AI domains such as product configuration, a user should interactively specify a solution that must satisfy a set of constraints. In such scenarios, offline compilation of feasible solutions into a tractable representation is an important approach to delivering efficient backtrack-free user interaction online. In particular,binary decision diagrams (BDDs) have been successfully used as a compilation target for product and service configuration. In this paper we discuss how to extend BDD-based configuration to scenarios involving cost functions which express user preferences. We first show that an efficient, robust and easy to implement extension is possible if the cost function is additive, and feasible solutions are represented using multi-valued decision diagrams (MDDs). We also discuss the effect on MDD size if the cost function is non-additive or if it is encoded explicitly into MDD. We then discuss interactive configuration in the presence of multiple cost functions. We prove that even in its simplest form, multiple-cost configuration is NP-hard in the input MDD. However, for solving two-cost configuration we develop a pseudo-polynomial scheme and a fully polynomial approximation scheme. The applicability of our approach is demonstrated through experiments over real-world configuration models and product-catalogue datasets. Response times are generally within a fraction of a second even for very large instances.

Foundations

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

Your Notes