paper-with-me

Papers

Secret Collusion among Generative AI Agents: Multi-Agent Deception via Steganography

2024-02-12 · Sumeet Ramesh Motwani, Mikhail Baranchuk, Martin Strohmeier, Vijay Bolina, Philip H. S. Torr, Lewis Hammond, Christian Schroeder de Witt

Recent capability increases in large language models (LLMs) open up applications in which groups of communicating generative AI agents solve joint tasks. This poses privacy and security challenges concerning the unauthorised sharing of information, or other unwanted forms of agent coordination. Modern steganographic techniques could render such dynamics hard to detect. In this paper, we comprehensively formalise the problem of secret collusion in systems of generative AI agents by drawing on relevant concepts from both AI and security literature. We study incentives for the use of steganography, and propose a variety of mitigation measures. Our investigations result in a model evaluation framework that systematically tests capabilities required for various forms of secret collusion. We provide extensive empirical results across a range of contemporary LLMs. While the steganographic capabilities of current models remain limited, GPT-4 displays a capability jump suggesting the need for continuous monitoring of steganographic frontier model capabilities. We conclude by laying out a comprehensive research program to mitigate future risks of collusion between generative AI models.

📄 PDF Abstract BibTeX arXiv:2402.07510

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음

Similar Papers 제목 키워드 기반

Voluntary Collusion with Secret Tools in Competing LLM Agents

2026-05-26 · Xijie Zeng, Frank Rudzicz arxiv

Even when a tool is explicitly described as unfair and harmful to others, ostensibly safety-aligned LLM agents still voluntarily engage in secret collusion whenever doing so confers a strategic advantage. To investigate …

Colosseum: Auditing Collusion in Cooperative Multi-Agent Systems

2026-02-16 · Mason Nakamura, Abhinav Kumar, Saswat Das, Sahar Abdelnabi 외 arxiv

Multi-agent systems, where LLM agents communicate through free-form language, enable sophisticated coordination for solving complex cooperative tasks. This surfaces a unique safety problem when a group of agents forms a …

Evaluating LLM Agent Collusion in Double Auctions

2025-07-02 · Kushal Agrawal, Verona Teo, Juan J. Vazquez, Sudarsh Kunnavakkam 외 arxiv

Large language models (LLMs) have demonstrated impressive capabilities as autonomous agents with rapidly expanding applications in various domains. As these agents increasingly engage in socioeconomic interactions, ident…

AI agents in Algorithmic Electricity Markets: On the Emergence of Tacit Collusion

2026-08-27 · Jakub Seredyński, Georgios Tsaousoglou arxiv

As electricity market participants increasingly adopt learning-based agents for their bidding strategies, electricity markets are becoming algorithmic. Evidence from algorithmic markets in other domains shows that tacit …

Multi-agent Reinforcement Learning

Audit the Whisper: Detecting Steganographic Collusion in Multi-Agent LLMs

2025-10-05 · Om Tailor arxiv

Multi-agent deployments of large language models (LLMs) are increasingly embedded in market, allocation, and governance workflows, yet covert coordination among agents can silently erode trust and social welfare. Existin…