paper-with-me

홈 › Papers

Graph Representation-based Model Poisoning on the Heterogeneous Internet of Agents

2025-11-10 · Hanlin Cai, Houtianfu Wang, Haofan Dong, Kai Li, Sai Zou, Ozgur B. Akan arxiv

Internet of Agents (IoA) envisions a unified, agent-centric paradigm where heterogeneous large language model (LLM) agents can interconnect and collaborate at scale. Within this paradigm, federated fine-tuning (FFT) serves as a key enabler that allows distributed LLM agents to co-train an intelligent global LLM without centralizing local datasets. However, the FFT-enabled IoA systems remain vulnerable to model poisoning attacks, where adversaries can upload malicious updates to the server to degrade the performance of the aggregated global LLM. This paper proposes a graph representation-based model poisoning (GRMP) attack, which exploits overheard benign updates to construct a feature correlation graph and employs a variational graph autoencoder to capture structural dependencies and generate malicious updates. A novel attack algorithm is developed based on augmented Lagrangian and subgradient descent methods to optimize malicious updates that preserve benign-like statistics while embedding adversarial objectives. Experimental results show that the proposed GRMP attack can substantially decrease accuracy across different LLM models while remaining statistically consistent with benign updates, thereby evading detection by existing defense mechanisms and underscoring a severe threat to the ambitious IoA paradigm.

📄 PDF Abstract BibTeX arXiv:2511.07176

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Vulnerability-Aware Poisoning Mechanism for Online RL with Unknown Dynamics

2020-09-02 · ICLR 2021 1 · Yanchao Sun, Da Huo, Furong Huang

Poisoning attacks on Reinforcement Learning (RL) systems could take advantage of RL algorithm's vulnerabilities and cause failure of the learning. However, prior works on poisoning RL usually either unrealistically assum…

Reinforcement Learning (RL)

Topology-Independent Robustness of the Weighted Mean under Label Poisoning Attacks in Heterogeneous Decentralized Learning

2026-01-06 · Jie Peng, Weiyu Li, Stefan Vlaski, Qing Ling arxiv

Robustness to malicious attacks is crucial for practical decentralized signal processing and machine learning systems. A typical example of such attacks is label poisoning, meaning that some agents possess corrupted loca…

Internet of Agents: Weaving a Web of Heterogeneous Agents for Collaborative Intelligence

2024-07-09 · Weize Chen, Ziming You, Ran Li, Yitong Guan 외

The rapid advancement of large language models (LLMs) has paved the way for the development of highly capable autonomous agents. However, existing multi-agent frameworks often struggle with integrating diverse capable th…

Retrieval-augmented Generation

Oracle Poisoning: Corrupting Knowledge Graphs to Weaponise AI Agent Reasoning

2026-05-10 · Ben Kereopa-Yorke, Guillermo Diaz, Holly Wright, Reagan Johnston 외 arxiv

We define Oracle Poisoning, an attack class in which an adversary corrupts a structured knowledge graph that AI agents query at runtime via tool-use protocols, causing incorrect conclusions through correct reasoning. Unl…

Knowledge Graphs

SPEFL: Efficient Security and Privacy Enhanced Federated Learning Against Poisoning Attacks

2023-01-01 · journal 2023 1 · Zhenhan Ke、Liyan Shen、Jinqiao Shi、Xi Zhang

Federated learning (FL) is a distributed machine learning paradigm in the Internet of Things (IoT), which allows multiple devices to collaboratively train models without leaking local data. In the open scenario of IoT, m…

Federated LearningPrivacy Preserving