paper-with-me

Papers

Equity-Transformer: Solving NP-hard Min-Max Routing Problems as Sequential Generation with Equity Context

2023-06-05 · Jiwoo Son, Minsu Kim, Sanghyeok Choi, Hyeonah Kim, Jinkyoo Park

Min-max routing problems aim to minimize the maximum tour length among multiple agents by having agents conduct tasks in a cooperative manner. These problems include impactful real-world applications but are known as NP-hard. Existing methods are facing challenges, particularly in large-scale problems that require the coordination of numerous agents to cover thousands of cities. This paper proposes Equity-Transformer to solve large-scale min-max routing problems. First, we employ sequential planning approach to address min-max routing problems, allowing us to harness the powerful sequence generators (e.g., Transformer). Second, we propose key inductive biases that ensure equitable workload distribution among agents. The effectiveness of Equity-Transformer is demonstrated through its superior performance in two representative min-max routing tasks: the min-max multi-agent traveling salesman problem (min-max mTSP) and the min-max multi-agent pick-up and delivery problem (min-max mPDP). Notably, our method achieves significant reductions of runtime, approximately 335 times, and cost values of about 53\% compared to a competitive heuristic (LKH3) in the case of 100 vehicles with 1,000 cities of mTSP. We provide reproducible source code: \url{https://github.com/kaist-silab/equity-transformer}.

📄 PDF Abstract BibTeX arXiv:2306.02689

Code (2)

kaist-silab/equity-transformer 공식 구현 pytorch
ai4co/camp pytorch

Tasks

Decision MakingTraveling Salesman Problem

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Learning Collaborative Policies to Solve NP-hard Routing Problems

2021-10-26 · NeurIPS 2021 12 · Minsu Kim, Jinkyoo Park, Joungho Kim

Recently, deep reinforcement learning (DRL) frameworks have shown potential for solving NP-hard routing problems such as the traveling salesman problem (TSP) without problem-specific expert knowledge. Although DRL can be…

Deep Reinforcement LearningTraveling Salesman Problem

Routing Guidance for Emerging Transportation Systems with Improved Dynamic Trip Equity

2025-03-16 · Ting Bai, Anni Li, Gehui Xu, Christos G. Cassandras 외

In this paper, we present a dynamic routing guidance system that optimizes route recommendations for individual vehicles within an emerging transportation system while enhancing travelers' trip equity. We develop a frame…

Routing in Mixed Transportation Systems for Mobility Equity

2023-09-07 · Heeseung Bang, Aditya Dave, Andreas A. Malikopoulos

This letter proposes a routing framework in mixed transportation systems for improving mobility equity. We present a strategic routing game that governs interactions between compliant and noncompliant vehicles, where non…

Fairness

Heuristic with elements of tabu search for Truck and Trailer Routing Problem

2016-09-29 · Ivan S. Grechikhin

Vehicle Routing Problem is a well-known problem in logistics and transportation, and the variety of such problems is explained by the fact that it occurs in many real-life situations. It is an NP-hard combinatorial optim…

Combinatorial Optimization

Learning to Iteratively Solve Routing Problems with Dual-Aspect Collaborative Transformer

2021-10-06 · NeurIPS 2021 12 · Yining Ma, Jingwen Li, Zhiguang Cao, Wen Song 외

Recently, Transformer has become a prevailing deep architecture for solving vehicle routing problems (VRPs). However, it is less effective in learning improvement models for VRP because its positional encoding (PE) metho…

Traveling Salesman Problem