LGDBJul 8

Structural Adversarial Attacks on Relational Deep Learning under Integrity Constraints

arXiv:2607.070895.3h-index: 18
Predicted impact top 63% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the vulnerability of RDL to structural attacks for practitioners deploying such models on relational databases.

This paper studies adversarial robustness of Relational Deep Learning (RDL) pipelines under white-box attacks that modify foreign-key references while preserving database integrity constraints. Gradient-based attacks outperform random baselines on regression tasks but show smaller gains on classification due to low label-flip rates.

Relational Deep Learning (RDL) has become a standard methodology for machine learning on relational databases: the database is encoded as a heterogeneous temporal graph in which tuples become nodes and primary-key to foreign-key (PK-FK) dependencies become typed edges, over which a graph neural network is trained for downstream prediction. We study the adversarial robustness of this pipeline. We consider a white-box attacker who knows how the graph is built and the model is trained, reasons about perturbations on the graph, but can only act on the upstream database, by rewiring foreign-key references while preserving the integrity constraints of the schema (foreign-key validity, the degree-one FK constraint, and functional dependencies). This restricts the attacker to a constrained, combinatorial set of admissible edits under a global perturbation budget, which is intractable to explore exhaustively and made non-additive by GNN message passing. We investigate seven attack heuristics - two random sampling baselines and five gradient-guided variants that exploit differentiable edge masks - and evaluate them on the RelBench rel-f1 benchmark. Gradient-based attacks consistently outperform random baselines on regression tasks, whereas gains on classification are smaller, which we attribute to low label-flip rates and greater local stability of classification outputs.

Foundations

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

Your Notes