Lifting Factor Graphs with Some Unknown Factors for New Individuals
Malte Luttermann, Ralf Möller, Marcel Gehrke
TL;DR
The paper addresses the challenge of probabilistic inference in factor graphs that include unknown factor mappings, proposing lifg, a generalisation of the Advanced Colour Passing (ACP) algorithm, to produce a lifted parameterised factor graph (pfg) $G'$ by transferring known potentials to unknown factors. lifg leverages indistinguishable 2-step neighbourhoods and a threshold $\theta$ to identify possibly identical factors $f_i \approx f_j$ and to group unknown factors with compatible known factors, thereby preserving well-defined semantics. It further extends lifg with background knowledge that specifies which factors belong to the same individual, enabling more informed and fewer ambiguous transfers. An empirical evaluation demonstrates that lifg yields query results closely matching the ground truth (low KL-divergence) and provides practical speedups over traditional inference, validating its effectiveness under missing-potential scenarios and highlighting its potential for real-world incomplete-data settings.
Abstract
Lifting exploits symmetries in probabilistic graphical models by using a representative for indistinguishable objects, allowing to carry out query answering more efficiently while maintaining exact answers. In this paper, we investigate how lifting enables us to perform probabilistic inference for factor graphs containing unknown factors, i.e., factors whose underlying function of potential mappings is unknown. We present the Lifting Factor Graphs with Some Unknown Factors (LIFAGU) algorithm to identify indistinguishable subgraphs in a factor graph containing unknown factors, thereby enabling the transfer of known potentials to unknown potentials to ensure a well-defined semantics of the model and allow for (lifted) probabilistic inference. We further extend LIFAGU to incorporate additional background knowledge about groups of factors belonging to the same individual object. By incorporating such background knowledge, LIFAGU is able to further reduce the ambiguity of possible transfers of known potentials to unknown potentials.
