August 8, 2025 10:20 AM (GMT+7) → 12:20 PM

From AI research:


🔍 I. What Are Multi-Agent Recommendation Systems?

Multi-agent recommendation systems (MARS) involve multiple autonomous agents that collaborate or compete to provide personalized recommendations to users or systems.

Instead of a centralized model, MARS often rely on distributed knowledge, local interactions, and cooperative strategies to improve outcomes.


🔧 II. Why Use Multi-Agent Systems in Recommenders?

Challenge in Recommenders MAS Contribution
Data sparsity Multiple agents explore and share knowledge
Scalability Distributed architecture offloads computation
Real-time personalization Agents adapt locally to individual users
Cold start problem Agents communicate to infer missing info
Multi-objective trade-offs Agents negotiate (e.g., fairness vs profit)
Privacy Agents process locally, reducing data sharing

🧠 III. MAS Techniques Applied in Recommenders

  1. Collaborative Filtering via Agent Communication
  2. Reinforcement Learning Agents
  3. Swarm Intelligence / Evolutionary Agents
  4. Agent-Based Modeling
  5. Federated Recommender Systems

🔄 IV. Sample Use Cases