arXiv ScienceSearch

arXiv · 2508.06836

Multi-level Advantage Credit Assignment for Cooperative Multi-Agent Reinforcement Learning

Abstract

Cooperative multi-agent reinforcement learning (MARL) aims to coordinate multiple agents to achieve a common goal. A key challenge in MARL is credit assignment, which involves assessing each agent's contribution to the shared reward. Given the diversity of tasks, agents may perform different types of coordination, with rewards attributed to diverse and often overlapping agent subsets. In this work, we formalize the credit assignment level as the number of agents cooperating to obtain a reward, and address scenarios with multiple coexisting levels. We introduce a multi-level advantage formulation that performs explicit counterfactual reasoning to infer credits across distinct levels. Our method, Multi-level Advantage Credit Assignment (MACA), captures agent contributions at multiple levels by integrating advantage functions that reason about individual, joint, and correlated actions. Utilizing an attention-based framework, MACA identifies correlated agent relationships and constructs multi-level advantages to guide policy learning. Comprehensive experiments on challenging Starcraft v1\&v2 tasks demonstrate MACA's superior performance, underscoring its efficacy in complex credit assignment scenarios.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

Xutong Zhao, Yaqi Xie. 2025-08-09. Multi-level Advantage Credit Assignment for Cooperative Multi-Agent Reinforcement Learning. https://arxiv.org/abs/2508.06836

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related papers

FICAug: Feature-Informed Clustering and Augmentation for Facial-Expression-Based Parkinson's Disease Screening

Hypomimia has drawn growing interest as a digital marker for screening Parkinson's disease (PD). However, developing reliable facial-expression-based screening models is challenging because clinical PD datasets are small, exposing models to only a narrow range of how hypomimia can appear across individuals. Standard augmentation strategies do not solve this problem; recombining or perturbing existing samples produces variation, but not new facial configurations that are plausible and clinically meaningful. We introduce FICAug to address this gap. The framework clusters Action Unit (AU) feature vectors extracted from facial expression images, discards clusters that mix labels inconsistently, and generates synthetic AU vectors within the retained clusters with Gaussian sampling. GANimation then reconstructs these synthetic vectors into realistic facial images. A ResNet18 model is pretrained on these reconstructed images, and then fine-tuned on real clinical data. Using the UT-MoDaPark dataset, FICAug achieved 88.63% cross-validation accuracy and 94.00% test accuracy, outperforming both a standard ResNet18 baseline and self-supervised alternatives, including DINO and MSN. These results suggest that synthetic image generation, when guided by label consistency and clinical feature structure, can function as an effective intermediate representation-learning step for facial-expression-based PD screening in settings where clinical data remain scarce.

cs.AI

Hallucination in Multimodal Foundation Models: A Survey on Causes, Corrections, and Evaluations

Multimodal Foundation Models represent a significant leap in artificial intelligence. Among them, Large Vision-Language Models (LVLMs) serve as the typical representative of these foundation models, which integrate visual modality directly into Large Language Models (LLMs). They have demonstrated strong capabilities in information processing and generation. However, the existence of hallucinations has limited the potential and practical effectiveness of LVLM in various fields. Although lots of work has been devoted to hallucination mitigation and correction, there are few reviews to summarize them. To address this gap, this survey provides a systematic review of the hallucination landscape in LVLMs. We categorize the causes related to model architecture and data quality, and construct a comprehensive taxonomy of existing mitigation strategies. Furthermore, we critically assess current hallucination evaluation benchmarks from both discriminative and generative perspectives, highlighting the limitations of existing metrics. This survey concludes by discussing open challenges and future research directions to advance the reliability and trustworthiness of LVLMs.

cs.AI

Efficient On-Device Agents via Adaptive Context Management

On-device AI agents offer the potential for personalized, low-latency assistance, but their deployment is fundamentally constrained by limited memory capacity. Context in agentic settings worsens this problem due to large static tool schemas and a growing interaction history that continually expands the persistent KV cache. To maintain on-device feasibility, agents must operate near the minimum task-sufficient context, while preserving task performance. We introduce two complementary mechanisms: (1) a learned intra-session memory architecture that distills trajectories into an append-only Context State Object (CSO), preserving current state and relevant details from previous steps that may have future utility, while still supporting KV-cache reuse, and (2) a just-in-time schema-passing mechanism that loads full tool definitions only upon tool selection. We instantiate this framework by adapting 3B-parameter SLMs and profiling them on smartphone hardware. In our evaluations, CSO-based memory outperforms KV-cache compression and trained summarization while retaining performance near or even above full-history execution. Deployed on-device, our framework reduces initial tool context by over $6\times$ and interaction-context growth by 10-25 times, substantially reducing initial

cs.AI