iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Ai Ethics ›› New DAG-SHAP Method Improves Feature Attribution Using Edge Intervention in Directed Acyclic Graphs

New DAG-SHAP Method Improves Feature Attribution Using Edge Intervention in Directed Acyclic Graphs

Researchers introduce DAG-SHAP, a feature attribution method for directed acyclic graphs that uses edge intervention to address limitations of node-centric Shapley value approaches. The method captures both externality and exogenous influence, validated on real and synthetic datasets.

iG
iGEN Editorial
June 16, 2026
New DAG-SHAP Method Improves Feature Attribution Using Edge Intervention in Directed Acyclic Graphs

The Challenge of Interpreting Complex Models

As machine learning models grow in complexity, understanding their decisions becomes increasingly difficult. Feature attribution methods, particularly those based on Shapley values, aim to explain predictions by assigning importance to input features. However, according to a new research paper on arXiv, these methods face significant challenges when features exhibit complex interactions and causal relationships, even when a causal structure is explicitly provided.

The paper, titled 'Feature Attribution in Directed Acyclic Graphs Using Edge Intervention' and authored by Sun, Qiheng; Liu, Junxu; Mao, Xiaokai; Haocheng; Jinfei; Ren, Kui; and Hu, Haibo, identifies a key flaw in existing methods: they adopt a node-centric view, attributing importance solely to individual features. This often leads to unreasonable interpretations because they fail to simultaneously capture the externality and exogenous influence of features.

The Problem with Node-Centric Attribution

Node-centric methods treat each feature as an independent entity, ignoring the directional relationships encoded in a directed acyclic graph (DAG). In causal structures, features influence each other through edges, and a feature's contribution may derive partly from its position in the network (externality) and partly from factors outside the graph (exogenous influence). By focusing only on nodes, existing Shapley-based approaches miss these nuances.

Approach Attribution Target Captures Externality Captures Exogenous Influence
Node-centric Shapley Individual features No No
DAG-SHAP (proposed) Feature edges Yes Yes

The authors state that this limitation leads to interpretations that 'fail to simultaneously capture the externality and exogenous influence of features, leading to unreasonable interpretations.'

How DAG-SHAP Works

To overcome these limitations, the researchers propose DAG-SHAP, a novel feature attribution method based on edge intervention. Instead of attributing importance to nodes, DAG-SHAP treats each feature edge as an individual attribution object. By intervening on edges—removing or modifying the connection between two features—the method isolates the contribution of that specific relationship.

This edge-centric approach ensures that both externality (how a feature influences others through edges) and exogenous influence (how external factors affect a feature) are properly accounted for. The paper introduces an approximation method for efficiently computing DAG-SHAP, making it practical for real-world applications.

Experimental Validation

Extensive experiments were conducted on both real and synthetic datasets to validate the effectiveness of DAG-SHAP. Although the paper does not disclose specific metrics, the authors report that the results confirm the method's ability to provide more reasonable interpretations than node-centric baselines.

Availability and Next Steps

The researchers have released their code publicly. The repository can be accessed via the URL provided in the paper: https://this https URL (the full link is available in the abstract). This open-source release allows other researchers and practitioners to replicate and build upon the work.

For CTOs and technology leaders evaluating explainable AI (XAI) solutions, DAG-SHAP represents a step forward in interpretability for models with known causal graphs. While the method is still in the research phase, its edge intervention framework could ultimately improve trust and transparency in AI systems used in domains such as supply chain optimization, fraud detection, and scientific discovery—where causal relationships are paramount.


Sources:

Keep Reading

Recommended Stories

New Research Demystifies Variance in Circuit Discovery of Large Language Models Technology

New Research Demystifies Variance in Circuit Discovery of Large Language Models

A new research paper explores variance in circuit discovery of large language models, identifying resampling, rephrasing, and sample-wise variance. The authors propose CEAP, an improved method over EAP-IG with theoretical guarantees, and argue that rephrasing variance makes it hard to find comprehensive circuits, suggesting LLMs may be inherently difficult to steer.

June 16, 2026
Yann LeCun's new AI startup AMI Labs raises $1bn to build flexible intelligence beyond LLMs Technology

Yann LeCun's new AI startup AMI Labs raises $1bn to build flexible intelligence beyond LLMs

Yann LeCun, former Meta chief AI scientist, has founded AMI Labs to develop a new AI architecture called JEPA, which aims to overcome the limitations of large language models (LLMs) in understanding the physical world. The startup raised over $1bn in seed funding from Nvidia and Jeff Bezos' private investment fund, marking one of Europe's largest seed rounds.

July 2, 2026
Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models Technology

Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models

A new research paper from arXiv shows that reinforcement learning with verifiable rewards (RLVR) can cause large reasoning models to forget foundational capabilities like perception and faithfulness. The authors propose RECAP, a replay strategy with dynamic objective reweighting that preserves general knowledge while maintaining reasoning gains.

June 21, 2026
FreeStyle: Scalable Style-Content Dual-Reference Generation via Community LoRA Mining Technology

FreeStyle: Scalable Style-Content Dual-Reference Generation via Community LoRA Mining

FreeStyle is a scalable dual-reference generation framework that leverages community LoRAs as compositional anchors for style and content. It introduces a two-stage curriculum with attention-level enrichment and frequency-aware RoPE modulation to suppress leakage from style references. The framework is evaluated on a new benchmark covering style similarity, content preservation, and leakage rejection, achieving a strong balance among these objectives.

June 21, 2026