CRAINov 27, 2025

NetDeTox: Adversarial and Efficient Evasion of Hardware-Security GNNs via RL-LLM Orchestration

arXiv:2512.00119v16 citations
Originality Incremental advance
AI Analysis

This addresses the problem of adversarial evasion in hardware-security GNNs for circuit designers, offering a more efficient method with lower overheads, though it appears incremental as it builds on existing adversarial approaches.

The paper tackles the vulnerability of hardware-security GNNs to adversarial netlist rewrites by introducing NetDeTox, an automated framework that orchestrates large language models with reinforcement learning to enable focused local rewriting, achieving reductions in area overheads of 54.50% for GNN-RE, 25.44% for GNN4IP, and 41.04% for OMLA compared to the SOTA AttackGNN.

Graph neural networks (GNNs) have shown promise in hardware security by learning structural motifs from netlist graphs. However, this reliance on motifs makes GNNs vulnerable to adversarial netlist rewrites; even small-scale edits can mislead GNN predictions. Existing adversarial approaches, ranging from synthesis-recipe perturbations to gate transformations, come with high design overheads. We present NetDeTox, an automated end-to-end framework that orchestrates large language models (LLMs) with reinforcement learning (RL) in a systematic manner, enabling focused local rewriting. The RL agent identifies netlist components critical for GNN-based reasoning, while the LLM devises rewriting plans to diversify motifs that preserve functionality. Iterative feedback between the RL and LLM stages refines adversarial rewritings to limit overheads. Compared to the SOTA work AttackGNN, NetDeTox successfully degrades the effectiveness of all security schemes with fewer rewrites and substantially lower area overheads (reductions of 54.50% for GNN-RE, 25.44% for GNN4IP, and 41.04% for OMLA, respectively). For GNN4IP, ours can even optimize/reduce the original benchmarks' area, in particular for larger circuits, demonstrating the practicality and scalability of NetDeTox.

Foundations

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

Your Notes