paper-with-me

홈 › Papers

Structural Adversarial Attacks on Relational Deep Learning under Integrity Constraints

2026-07-08 · Alan Gany, Bogdan Cautis, Silviu Maniu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.07089

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessGraph Neural Network

Similar Papers 제목 키워드 기반

Securing Deep Spiking Neural Networks against Adversarial Attacks through Inherent Structural Parameters

2020-12-09 · Rida El-Allami, Alberto Marchisio, Muhammad Shafique, Ihsen Alouani

Deep Learning (DL) algorithms have gained popularity owing to their practical problem-solving capacity. However, they suffer from a serious integrity threat, i.e., their vulnerability to adversarial attacks. In the quest…

Resilience to Denial-of-Service and Integrity Attacks: A Structured Systems Approach

2021-09-02 · Bhaskar Ramasubramanian, M. A. Rajan, M. Girish Chandra, Rance Cleaveland 외

The resilience of cyberphysical systems to denial-of-service (DoS) and integrity attacks is studied in this paper. The cyberphysical system is modeled as a linear structured system, and its resilience to an attack is int…

Threats to Arabic Handwriting Recognition: Investigating Black-Box Adversarial Attacks on embedded ConvNet models

2026-05-18 · Mohsine EL Khayati, Abdelillah Semma, Abdelaziz Courr, Rachid Elouahbi arxiv

Arabic handwriting recognition (AHR) has made significant progress with deep learning models. AHR research has largely focused on performance, with security receiving little attention. This study provides what appears to…

Handwriting Recognition

Toward a Safer Web: Multilingual Multi-Agent LLMs for Mitigating Adversarial Misinformation Attacks

2025-10-07 · Nouar Aldahoul, Yasir Zaki arxiv

The rapid spread of misinformation on digital platforms threatens public discourse, emotional stability, and decision-making. While prior work has explored various adversarial attacks in misinformation detection, the spe…

Defending against Adversarial Malware Attacks on ML-based Android Malware Detection Systems

2025-01-23 · Ping He, Lorenzo Cavallaro, Shouling Ji

Android malware presents a persistent threat to users' privacy and data integrity. To combat this, researchers have proposed machine learning-based (ML-based) Android malware detection (AMD) systems. However, adversarial…

Adversarial RobustnessAndroid Malware DetectionMalware Detection