paper-with-me

Papers

Collaborative Learning in Agentic Systems: A Collective AI is Greater Than the Sum of Its Parts

2025-06-05 · Saptarshi Nath, Christos Peridis, Eseoghene Benjamin, Xinran Liu, Soheil Kolouri, Peter Kinnell, Zexin Li, Cong Liu, Shirin Dora, Andrea Soltoggio

Agentic AI has gained significant interest as a research paradigm focused on autonomy, self-directed learning, and long-term reliability of decision making. Real-world agentic systems operate in decentralized settings on a large set of tasks or data distributions with constraints such as limited bandwidth, asynchronous execution, and the absence of a centralized model or even common objectives. We posit that exploiting previously learned skills, task similarities, and communication capabilities in a collective of agentic AI are challenging but essential elements to enabling scalability, open-endedness, and beneficial collaborative learning dynamics. In this paper, we introduce Modular Sharing and Composition in Collective Learning (MOSAIC), an agentic algorithm that allows multiple agents to independently solve different tasks while also identifying, sharing, and reusing useful machine-learned knowledge, without coordination, synchronization, or centralized control. MOSAIC combines three mechanisms: (1) modular policy composition via neural network masks, (2) cosine similarity estimation using Wasserstein embeddings for knowledge selection, and (3) asynchronous communication and policy integration. Results on a set of RL benchmarks show that MOSAIC has a greater sample efficiency than isolated learners, i.e., it learns significantly faster, and in some cases, finds solutions to tasks that cannot be solved by isolated learners. The collaborative learning and sharing dynamics are also observed to result in the emergence of ideal curricula of tasks, from easy to hard. These findings support the case for collaborative learning in agentic systems to achieve better and continuously evolving performance both at the individual and collective levels.

📄 PDF Abstract BibTeX arXiv:2506.05577

Code (1)

DMIU-ShELL/MOSAIC 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

DAO-AI: Evaluating Collective Decision-Making through Agentic AI in Decentralized Governance

2025-10-24 · Agostino Capponi, Alfio Gliozzo, Chunghyun Han, Junkyu Lee arxiv

This paper presents a first empirical study of agentic AI as autonomous decision-makers in decentralized governance. Using more than 3K proposals from major protocols, we build an agentic AI voter that interprets proposa…

Augmented Collective Intelligence in Collaborative Ideation: Agenda and Challenges

2023-03-31 · Emily Dardaman, Abhishek Gupta

AI systems may be better thought of as peers than as tools. This paper explores applications of augmented collective intelligence (ACI) beneficial to collaborative ideation. Design considerations are offered for an exper…

Multi-Agent Collaboration Mechanisms: A Survey of LLMs

2025-01-10 · Khanh-Tung Tran, Dung Dao, Minh-Duong Nguyen, Quoc-Viet Pham 외

With recent advances in Large Language Models (LLMs), Agentic AI has become phenomenal in real-world applications, moving toward multiple LLM-based agents to perceive, learn, reason, and act collaboratively. These LLM-ba…

Question AnsweringSurvey

Synchronization Dynamics of Heterogeneous, Collaborative Multi-Agent AI Systems

2025-08-17 · Chiranjit Mitra arxiv

We present a novel interdisciplinary framework that bridges synchronization theory and multi-agent AI systems by adapting the Kuramoto model to describe the collective dynamics of heterogeneous AI agents engaged in compl…

Towards Agentic Recommender Systems in the Era of Multimodal Large Language Models

2025-03-20 · Chengkai Huang, Junda Wu, Yu Xia, Zixu Yu 외

Recent breakthroughs in Large Language Models (LLMs) have led to the emergence of agentic AI systems that extend beyond the capabilities of standalone models. By empowering LLMs to perceive external environments, integra…

Multimodal ReasoningRecommendation Systems