paper-with-me

홈 › Papers

A Summary of Adaptation of Techniques from Search-based Optimal Multi-Agent Path Finding Solvers to Compilation-based Approach

2018-12-28 · Pavel Surynek

In the multi-agent path finding problem (MAPF) we are given a set of agents each with respective start and goal positions. The task is to find paths for all agents while avoiding collisions aiming to minimize an objective function. Two such common objective functions is the sum-of-costs and the makespan. Many optimal solvers were introduced in the past decade - two prominent categories of solvers can be distinguished: search-based solvers and compilation-based solvers. Search-based solvers were developed and tested for the sum-of-costs objective while the most prominent compilation-based solvers that are built around Boolean satisfiability (SAT) were designed for the makespan objective. Very little was known on the performance and relevance of the compilation-based approach on the sum-of-costs objective. In this paper we show how to close the gap between these cost functions in the compilation-based approach. Moreover we study applicability of various techniques developed for search-based solvers in the compilation-based approach. A part of this paper introduces a SAT-solver that is directly aimed to solve the sum-of-costs objective function. Using both a lower bound on the sum-of-costs and an upper bound on the makespan, we are able to have a reasonable number of variables in our SAT encoding. We then further improve the encoding by borrowing ideas from ICTS, a search-based solver. Experimental evaluation on several domains show that there are many scenarios where our new SAT-based methods outperforms the best variants of previous sum-of-costs search solvers - the ICTS, CBS algorithms, and ICBS algorithms.

📄 PDF Abstract BibTeX arXiv:1812.10851

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

Domain Adaptation for Medical Image Analysis: A Survey

2021-02-18 · Hao Guan, Mingxia Liu

Machine learning techniques used in computer-aided medical image analysis usually suffer from the domain shift problem caused by different distributions between source/reference data and target data. As a promising solut…

Domain AdaptationMedical Image AnalysisSurvey

Domain Adaptation with Pre-trained Transformers for Query Focused Abstractive Text Summarization

2021-12-22 · Md Tahmid Rahman Laskar, Enamul Hoque, Jimmy Xiangji Huang

The Query Focused Text Summarization (QFTS) task aims at building systems that generate the summary of the text document(s) based on the given query. A key challenge in addressing this task is the lack of large labeled d…

Abstractive Text SummarizationDomain AdaptationText SummarizationTransfer Learning+1

Domain Adaptation with Pre-trained Transformers for Query-Focused Abstractive Text Summarization

2022-06-01 · CL (ACL) 2022 6 · Md Tahmid Rahman Laskar, Enamul Hoque, Jimmy Xiangji Huang

The Query-Focused Text Summarization (QFTS) task aims at building systems that generate the summary of the text document(s) based on the given query. A key challenge in addressing this task is the lack of large labeled d…

Abstractive Text SummarizationDomain AdaptationText SummarizationTransfer Learning+1

FactReranker: Fact-guided Reranker for Faithful Radiology Report Summarization

2023-03-15 · Qianqian Xie, Jiayu Zhou, Yifan Peng, Fei Wang

Automatic radiology report summarization is a crucial clinical task, whose key challenge is to maintain factual accuracy between produced summaries and ground truth radiology findings. Existing research adopts reinforcem…

Graph Generation

Domain Adaptation for Time-Series Classification to Mitigate Covariate Shift

2022-04-07 · Felix Ott, David Rügamer, Lucas Heublein, Bernd Bischl 외

The performance of a machine learning model degrades when it is applied to data from a similar but different domain than the data it has initially been trained on. To mitigate this domain shift problem, domain adaptation…

Domain AdaptationTime SeriesTime Series AnalysisTime Series Classification