paper-with-me

Papers

TOP-Former: A Multi-Agent Transformer Approach for the Team Orienteering Problem

2023-11-30 · Daniel Fuertes, Carlos R. del-Blanco, Fernando Jaureguizar, Narciso García

Route planning for a fleet of vehicles is an important task in applications such as package delivery, surveillance, or transportation, often integrated within larger Intelligent Transportation Systems (ITS). This problem is commonly formulated as a Vehicle Routing Problem (VRP) known as the Team Orienteering Problem (TOP). Existing solvers for this problem primarily rely on either linear programming, which provides accurate solutions but requires computation times that grow with the size of the problem, or heuristic methods, which typically find suboptimal solutions in a shorter time. In this paper, we introduce TOP-Former, a multi-agent route planning neural network designed to efficiently and accurately solve the Team Orienteering Problem. The proposed algorithm is based on a centralized Transformer neural network capable of learning to encode the scenario (modeled as a graph) and analyze the complete context of all agents to deliver fast, precise, and collaborative solutions. Unlike other neural network-based approaches that adopt a more local perspective, TOP-Former is trained to understand the global situation of the vehicle fleet and generate solutions that maximize long-term expected returns. Extensive experiments demonstrate that the presented system outperforms most state-of-the-art methods in terms of both accuracy and computation speed.

📄 PDF Abstract BibTeX arXiv:2311.18662

Code (1)

danifuertes/top_transformer 공식 구현 pytorch

Tasks

Combinatorial OptimizationMulti-agent Reinforcement Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Solving routing problems for multiple cooperative Unmanned Aerial Vehicles using Transformer networks, vol. 122, pp. 106085, 2023

2023-03-09 · Engenieering of Artificial Intelligence Applications 2023 3 · Daniel Fuertes, Carlos R. del Blanco, Fernando Jaureguizar, Juan José Navarro 외

Missions involving Unmanned Aerial Vehicle usually consist of reaching a set of regions, performing some actions in each region, and returning to a determined depot after all the regions have been successfully visited or…

Combinatorial OptimizationDeep Reinforcement LearningMulti-agent Reinforcement Learning

A Benchmark for Multi-UAV Task Assignment of an Extended Team Orienteering Problem

2020-09-01 · Kun Xiao, Junqi Lu, Ying Nie, Lan Ma 외

A benchmark for multi-UAV task assignment is presented in order to evaluate different algorithms. An extended Team Orienteering Problem is modeled for a kind of multi-UAV task assignment problem. Three intelligent algori…

Learning Ordinal Response Policies in Rank-Based Stochastic Prize-Collecting Games

2025-10-28 · Malintha Fernando, Petter Ögren, Silun Zhang arxiv

The Team Orienteering Problem (TOP) generalizes many real-world multi-agent scheduling and routing tasks that occur in autonomous mobility, aerial logistics, and surveillance applications. While many flavors of the TOP e…

Transformer Guided Coevolution: Improved Team Selection in Multiagent Adversarial Team Games

2024-10-17 · Pranav Rajbhandari, Prithviraj Dasgupta, Donald Sofge

We consider the problem of team selection within multiagent adversarial team games. We propose BERTeam, a novel algorithm that uses a transformer-based deep neural network with Masked Language Model training to select th…

Deep Reinforcement LearningLanguage ModelingLanguage Modelling

Multi-Agent Routing and Scheduling Through Coalition Formation

2021-05-02 · Luca Capezzuto, Danesh Tarapore, Sarvapali D. Ramchurn

In task allocation for real-time domains, such as disaster response, a limited number of agents is deployed across a large area to carry out numerous tasks, each with its prerequisites, profit, time window and workload. …

Disaster ResponseScheduling