paper-with-me

Papers

RGMComm: Return Gap Minimization via Discrete Communications in Multi-Agent Reinforcement Learning

2023-08-07 · Jingdi Chen, Tian Lan, Carlee Joe-Wong

Communication is crucial for solving cooperative Multi-Agent Reinforcement Learning tasks in partially observable Markov Decision Processes. Existing works often rely on black-box methods to encode local information/features into messages shared with other agents, leading to the generation of continuous messages with high communication overhead and poor interpretability. Prior attempts at discrete communication methods generate one-hot vectors trained as part of agents' actions and use the Gumbel softmax operation for calculating message gradients, which are all heuristic designs that do not provide any quantitative guarantees on the expected return. This paper establishes an upper bound on the return gap between an ideal policy with full observability and an optimal partially observable policy with discrete communication. This result enables us to recast multi-agent communication into a novel online clustering problem over the local observations at each agent, with messages as cluster labels and the upper bound on the return gap as clustering loss. To minimize the return gap, we propose the Return-Gap-Minimization Communication (RGMComm) algorithm, which is a surprisingly simple design of discrete message generation functions and is integrated with reinforcement learning through the utilization of a novel Regularized Information Maximization loss function, which incorporates cosine-distance as the clustering metric. Evaluations show that RGMComm significantly outperforms state-of-the-art multi-agent communication baselines and can achieve nearly optimal returns with few-bit messages that are naturally interpretable.

📄 PDF Abstract BibTeX arXiv:2308.03358

Code (1)

jingdic/rgmcomm 공식 구현 pytorch

Tasks

ClusteringMulti-agent Reinforcement LearningOnline Clusteringreinforcement-learning

Methods 이 논문이 사용한 방법론

Gumbel Softmax 설명 없음
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$…

Similar Papers 제목 키워드 기반

Reference Signal-Based Waveform Design for Integrated Sensing and Communications System

2024-11-12 · Ming Lyu, Hao Chen, Dan Wang, Guangyin Feng 외

Integrated sensing and communications (ISAC) as one of the key technologies is capable of supporting high-speed communication and high-precision sensing for the upcoming 6G. This paper studies a waveform strategy by desi…

ISAC

Quantum and Classical Algorithms for Approximate Submodular Function Minimization

2019-07-11 · Yassine Hamoudi, Patrick Rebentrost, Ansis Rosmanis, Miklos Santha

Submodular functions are set functions mapping every subset of some ground set of size $n$ into the real numbers and satisfying the diminishing returns property. Submodular minimization is an important field in discrete …

Beurling-Selberg Extremization for Dual-Blind Deconvolution Recovery in Joint Radar-Communications

2022-11-16 · Jonathan Monsalve, Edwin Vargas, Kumar Vijay Mishra, Brian M. Sadler 외

Recent interest in integrated sensing and communications has led to the design of novel signal processing techniques to recover information from an overlaid radar-communications signal. Here, we focus on a spectral coexi…

Retrieval

Fast Energy Minimization Using Learned State Filters

2013-06-01 · CVPR 2013 6 · Matthieu Guillaumin, Luc van Gool, Vittorio Ferrari

Pairwise discrete energies defined over graphs are ubiquitous in computer vision. Many algorithms have been proposed to minimize such energies, often concentrating on sparse graph topologies or specialized classes of pai…

Guaranteed Parameter Estimation for Discrete Energy Minimization

2017-01-11 · Mengtian Li, Daniel Huber

Structural learning, a method to estimate the parameters for discrete energy minimization, has been proven to be effective in solving computer vision problems, especially in 3D scene parsing. As the complexity of the mod…

parameter estimationScene Parsing