← Latest papers
🤖 machine learning

High-Order Markov Blanket Discovery via a k-Order Relaxation of the Faithfulness Assumption

This paper introduces a k-order relaxation of the faithfulness assumption to address violations caused by higher-order dependencies like XOR relations, and proposes the k-order Markov blanket (kOMB) algorithm to effectively discover graphical Markov blankets under both true and empirical faithfulness violations.

Original authors: Loong Kuan Lee, Ragavi Krishnamoorthy, Nico Piatkowski

Published 2026-07-30
📖 4 min read☕ Coffee break read

Original authors: Loong Kuan Lee, Ragavi Krishnamoorthy, Nico Piatkowski

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a detective trying to solve a mystery: who is really influencing whom in a crowded room of people? In the world of data science, this is called "learning the structure" of a network. Scientists use special maps called graphs to show how different variables—like temperature, humidity, or stock prices—talk to each other. The most important tool in this detective's kit is the "Markov Blanket." Think of the Markov Blanket as a variable's personal security detail or its immediate family. It includes everyone who has a direct, secret handshake with your target variable. If you know everything about this security detail, you don't need to know anything about the rest of the crowd to predict what your target is doing. This concept is crucial for building smart AI, figuring out what causes diseases, and picking the best features for machine learning models.

However, there is a catch. Most detective methods rely on a rule called "faithfulness." This rule assumes that if two people in the crowd seem to be acting independently (like two strangers ignoring each other), they must actually be strangers in the network's map. But life is messy. Sometimes, two people might look like strangers because they are secretly coordinating their actions in a complex, hidden way—like a group of friends playing a game of "XOR" (where the answer is only "yes" if exactly one person says "yes," but no one can tell just by looking at two of them). When these hidden, high-order games happen, or when we don't have enough data to see the whole picture, the standard detective methods get confused. They might miss the real connections or invent fake ones, leading to a broken map.

This paper, titled "High-Order Markov Blanket Discovery via a k-Order Relaxation of the Faithfulness Assumption," introduces a new, more flexible way to solve this mystery. The authors, Loong Kuan Lee, Ragavi Krishnamoorthy, and Nico Piatkowski, propose that we stop assuming the world is always simple and straightforward. Instead, they suggest a "k-order relaxation." Imagine that standard methods only look for clues involving two or three people at a time. The new method, called kOMB, is willing to look at groups of four, five, or even more people simultaneously to catch those tricky, hidden coordination games (like the XOR or parity relationships mentioned earlier).

The paper argues that the old "faithfulness" assumption is too rigid. It explicitly rules out the idea that we can always trust simple independence tests to reveal the whole truth, especially when data is scarce or when variables interact in complex, "parity-type" ways (where the whole is different from the sum of its parts). The authors don't just suggest this; they build a proof-of-concept algorithm called kOMB (k-Order Markov Blanket) to test it. They show that by relaxing the rules to allow for these higher-order relationships, kOMB can successfully find the correct "security detail" for a variable even when the data is noisy or when the variables are playing those tricky high-order games.

In their experiments, the team tested kOMB on both made-up data (simulations) and real-world benchmark datasets. They found that when the data was small or the relationships were complex (like the "parity" problem where a variable depends on the sum of others being odd or even), kOMB was much better at finding the true connections than older methods. For instance, in a simulation with just 100 samples, kOMB with a "2-order" setting recovered the full Markov Blanket 100% of the time, while older methods struggled. On real-world datasets like "Alarm" and "Insurance," kOMB also performed very well, often beating established methods, though it did take more time to run, especially when looking at larger groups of variables. The paper concludes that while this new method is a bit slower and more complex, it is a powerful tool for uncovering the hidden, high-order secrets that simpler methods miss, offering a more robust way to understand how variables truly interact in a chaotic world.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →