paper-with-me

Papers

A Systematic Study of Model Extraction Attacks on Graph Foundation Models

2025-11-14 · Haoyan Xu, Ruizhi Qian, Jiate Li, Yushun Dong, Minghao Lin, Hanson Yan, Zhengtao Yao, Qinghua Liu, Junhao Dong, Ruopeng Huang, Yue Zhao, Mengyuan Li arxiv

Graph machine learning has advanced rapidly in tasks such as link prediction, anomaly detection, and node classification. As models scale up, pretrained graph models have become valuable intellectual assets because they encode extensive computation and domain expertise. Building on these advances, Graph Foundation Models (GFMs) mark a major step forward by jointly pretraining graph and text encoders on massive and diverse data. This unifies structural and semantic understanding, enables zero-shot inference, and supports applications such as fraud detection and biomedical analysis. However, the high pretraining cost and broad cross-domain knowledge in GFMs also make them attractive targets for model extraction attacks (MEAs). Prior work has focused only on small graph neural networks trained on a single graph, leaving the security implications for large-scale and multimodal GFMs largely unexplored. This paper presents the first systematic study of MEAs against GFMs. We formalize a black-box threat model and define six practical attack scenarios covering domain-level and graph-specific extraction goals, architectural mismatch, limited query budgets, partial node access, and training data discrepancies. To instantiate these attacks, we introduce a lightweight extraction method that trains an attacker encoder using supervised regression of graph embeddings. Even without contrastive pretraining data, this method learns an encoder that stays aligned with the victim text encoder and preserves its zero-shot inference ability on unseen graphs. Experiments on seven datasets show that the attacker can approximate the victim model using only a tiny fraction of its original training cost, with almost no loss in accuracy. These findings reveal that GFMs greatly expand the MEA surface and highlight the need for deployment-aware security defenses in large-scale graph learning systems.

📄 PDF Abstract BibTeX arXiv:2511.11912

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationAnomaly DetectionModel extractionFraud Detection

Similar Papers 제목 키워드 기반

Model Extraction and Defenses on Generative Adversarial Networks

2021-01-06 · Hailong Hu, Jun Pang

Model extraction attacks aim to duplicate a machine learning model through query access to a target model. Early studies mainly focus on discriminative models. Despite the success, model extraction attacks against genera…

modelModel extraction

AI Security in the Foundation Model Era: A Comprehensive Survey from a Unified Perspective

2026-03-25 · Zhenyi Wang, Siyu Luan arxiv

As machine learning (ML) systems expand in both scale and functionality, the security landscape has become increasingly complex, with a proliferation of attacks and defenses. However, existing studies largely treat these…

Model extraction

Model Extraction Attacks on Graph Neural Networks: Taxonomy and Realization

2020-10-24 · Bang Wu, Xiangwen Yang, Shirui Pan, Xingliang Yuan

Machine learning models are shown to face a severe threat from Model Extraction Attacks, where a well-trained private model owned by a service provider can be stolen by an attacker pretending as a client. Unfortunately, …

Anomaly DetectionModel extraction

PII-Scope: A Benchmark for Training Data PII Leakage Assessment in LLMs

2024-10-09 · Krishna Kanth Nakka, Ahmed Frikha, Ricardo Mendes, Xue Jiang 외

In this work, we introduce PII-Scope, a comprehensive benchmark designed to evaluate state-of-the-art methodologies for PII extraction attacks targeting LLMs across diverse threat settings. Our study provides a deeper un…

A Systematic Study of Cross-Modal Typographic Attacks on Audio-Visual Reasoning

2026-04-05 · Tianle Chen, Deepti Ghadiyaram arxiv

As audio-visual multi-modal large language models (MLLMs) are increasingly deployed in safety-critical applications, understanding their vulnerabilities is crucial. To this end, we introduce Multi-Modal Typography, a sys…

Visual Reasoning