菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-09
📄 Abstract - SplitAgent: A Privacy-Preserving Distributed Architecture for Enterprise-Cloud Agent Collaboration

Enterprise adoption of cloud-based AI agents faces a fundamental privacy dilemma: leveraging powerful cloud models requires sharing sensitive data, while local processing limits capability. Current agent frameworks like MCP and A2A assume complete data sharing, making them unsuitable for enterprise environments with confidential information. We present SplitAgent, a novel distributed architecture that enables privacy-preserving collaboration between enterprise-side privacy agents and cloud-side reasoning agents. Our key innovation is context-aware dynamic sanitization that adapts privacy protection based on task semantics -- contract review requires different sanitization than code review or financial analysis. SplitAgent extends existing agent protocols with differential privacy guarantees, zero-knowledge tool verification, and privacy budget management. Through comprehensive experiments on enterprise scenarios, we demonstrate that SplitAgent achieves 83.8\% task accuracy while maintaining 90.1\% privacy protection, significantly outperforming static approaches (73.2\% accuracy, 79.7\% privacy). Context-aware sanitization improves task utility by 24.1\% over static methods while reducing privacy leakage by 67\%. Our architecture provides a practical path for enterprise AI adoption without compromising sensitive data.

顶级标签: agents systems privacy
详细标签: privacy-preserving ai distributed architecture enterprise ai differential privacy agent collaboration 或 搜索:

SplitAgent:一种用于企业-云端智能体协作的隐私保护分布式架构 / SplitAgent: A Privacy-Preserving Distributed Architecture for Enterprise-Cloud Agent Collaboration


1️⃣ 一句话总结

这篇论文提出了一种名为SplitAgent的新架构,它能让企业在使用云端强大AI能力的同时,通过根据任务类型动态调整信息脱敏强度的方式,有效保护自身的敏感数据不外泄,从而解决了企业采用云端AI时面临的数据隐私困境。

源自 arXiv: 2603.08221