paper-with-me

Papers

Bigraph Matching Weighted with Learnt Incentive Function for Multi-Robot Task Allocation

2024-03-11 · Steve Paul, Nathan Maurer, Souma Chowdhury

Most real-world Multi-Robot Task Allocation (MRTA) problems require fast and efficient decision-making, which is often achieved using heuristics-aided methods such as genetic algorithms, auction-based methods, and bipartite graph matching methods. These methods often assume a form that lends better explainability compared to an end-to-end (learnt) neural network based policy for MRTA. However, deriving suitable heuristics can be tedious, risky and in some cases impractical if problems are too complex. This raises the question: can these heuristics be learned? To this end, this paper particularly develops a Graph Reinforcement Learning (GRL) framework to learn the heuristics or incentives for a bipartite graph matching approach to MRTA. Specifically a Capsule Attention policy model is used to learn how to weight task/robot pairings (edges) in the bipartite graph that connects the set of tasks to the set of robots. The original capsule attention network architecture is fundamentally modified by adding encoding of robots' state graph, and two Multihead Attention based decoders whose output are used to construct a LogNormal distribution matrix from which positive bigraph weights can be drawn. The performance of this new bigraph matching approach augmented with a GRL-derived incentive is found to be at par with the original bigraph matching approach that used expert-specified heuristics, with the former offering notable robustness benefits. During training, the learned incentive policy is found to get initially closer to the expert-specified incentive and then slightly deviate from its trend.

📄 PDF Abstract BibTeX arXiv:2403.07131

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingGraph Matching

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

A CSP implementation of the bigraph embedding problem

2014-12-01 · Marino Miculan, Marco Peressotti

A crucial problem for many results and tools about bigraphs and bigraphical reactive systems is bigraph embedding. An embedding is more informative than a bigraph matching, since it keeps track of the correspondence betw…

ArbiGraph: Arbitrarily Scalable Verifiable Task Graphs for Evaluating Context Management

2026-07-22 · Pavel Golikov, Evgenii Opryshko, Gennady Pekhimenko, Mark C. Jeffrey arxiv

We introduce ARBIGRAPH, a benchmark generator for evaluating whether tool-assisted language agents can retain, update, compose, and discard task-relevant context across extended reasoning workflows. ARBIGRAPH represents …

Mixed Integer Programming for Searching Maximum Quasi-Bicliques

2020-02-23 · Dmitry I. Ignatov, Polina Ivanova, Albina Zamaletdinova

This paper is related to the problem of finding the maximal quasi-bicliques in a bipartite graph (bigraph). A quasi-biclique in the bigraph is its "almost" complete subgraph. The relaxation of completeness can be underst…

Hierarchical BiGraph Neural Network as Recommendation Systems

2020-07-27 · Dom Huh

Graph neural networks emerge as a promising modeling method for applications dealing with datasets that are best represented in the graph domain. In specific, developing recommendation systems often require addressing sp…

Recommendation Systems

Bipartite Graph Reasoning GANs for Person Image Generation

2020-08-10 · Hao Tang, Song Bai, Philip H. S. Torr, Nicu Sebe

We present a novel Bipartite Graph Reasoning GAN (BiGraphGAN) for the challenging person image generation task. The proposed graph generator mainly consists of two novel blocks that aim to model the pose-to-pose and pose…

Image GenerationPose Transfer