Multi-Criteria Route Planning with Little Regret
| dc.contributor.author | Truschel, Carina | |
| dc.contributor.author | Storandt, Sabine | |
| dc.date.accessioned | 2026-01-19T13:37:36Z | |
| dc.date.available | 2026-01-19T13:37:36Z | |
| dc.date.issued | 2025-10-17 | |
| dc.description.abstract | Multi-criteria route planning arises naturally in real-world navigation scenarios where users care about more than just one objective - such as minimizing travel time while also avoiding steep inclines or unpaved surfaces or toll routes. To capture the possible trade-offs between competing criteria, many algorithms compute the set of Pareto-optimal paths, which are paths that are not dominated by others with respect to the considered cost vectors. However, the number of Pareto-optimal paths can grow exponentially with the size of the input graph. This leads to significant computational overhead and results in large output sets that overwhelm users with too many alternatives. In this work, we present a technique based on the notion of regret minimization that efficiently filters the Pareto set during or after the search to a subset of specified size. Regret minimizing algorithms identify such a representative solution subset by considering how any possible user values any subset with respect to the objectives. We prove that regret-based filtering provides us with quality guarantees for the two main query types that are considered in the context of multi-criteria route planning, namely constrained shortest path queries and personalized path queries. Furthermore, we design a novel regret minimization algorithm that works for any number of criteria, is easy to implement and produces solutions with much smaller regret value than the most commonly used baseline algorithm. We carefully describe how to incorporate our regret minimization algorithm into existing route planning techniques to drastically reduce their running times and space consumption, while still returning paths that are close-to-optimal. | |
| dc.description.version | published | deu |
| dc.identifier.doi | 10.4230/OASIcs.ATMOS.2025.13 | |
| dc.identifier.ppn | 1949626989 | |
| dc.identifier.uri | https://kops.uni-konstanz.de/handle/123456789/75738 | |
| dc.language.iso | eng | |
| dc.rights | terms-of-use | |
| dc.rights.uri | https://rightsstatements.org/page/InC/1.0/ | |
| dc.subject | Pareto-optimality | |
| dc.subject | Regret minimization | |
| dc.subject | Contraction Hierarchies | |
| dc.subject.ddc | 004 | |
| dc.title | Multi-Criteria Route Planning with Little Regret | eng |
| dc.type | INPROCEEDINGS | |
| dspace.entity.type | Publication | |
| kops.citation.bibtex | @inproceedings{Truschel2025-10-17Multi-75738,
title={Multi-Criteria Route Planning with Little Regret},
year={2025},
doi={10.4230/OASIcs.ATMOS.2025.13},
number={137},
isbn={978-3-95977-404-8},
issn={2190-6807},
address={Dagstuhl, Germany},
publisher={Schloss Dagstuhl - Leibniz-Zentrum für Informatik},
series={Open Access Series in Informatics (OASIcs)},
booktitle={25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems},
editor={Sauer, Jonas and Schmidt, Marie},
author={Truschel, Carina and Storandt, Sabine},
note={Article Number: 13}
} | |
| kops.citation.iso690 | TRUSCHEL, Carina, Sabine STORANDT, 2025. Multi-Criteria Route Planning with Little Regret. 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems (ATMOS 2025). Warsaw, Poland, 18. Sept. 2025 - 19. Sept. 2025. In: SAUER, Jonas, Hrsg., Marie SCHMIDT, Hrsg.. 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems. Dagstuhl, Germany: Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025, 13. Open Access Series in Informatics (OASIcs). 137. ISSN 2190-6807. ISBN 978-3-95977-404-8. Verfügbar unter: doi: 10.4230/OASIcs.ATMOS.2025.13 | deu |
| kops.citation.iso690 | TRUSCHEL, Carina, Sabine STORANDT, 2025. Multi-Criteria Route Planning with Little Regret. 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems (ATMOS 2025). Warsaw, Poland, Sep 18, 2025 - Sep 19, 2025. In: SAUER, Jonas, ed., Marie SCHMIDT, ed.. 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems. Dagstuhl, Germany: Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025, 13. Open Access Series in Informatics (OASIcs). 137. ISSN 2190-6807. ISBN 978-3-95977-404-8. Available under: doi: 10.4230/OASIcs.ATMOS.2025.13 | eng |
| kops.citation.rdf | <rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:dspace="http://digital-repositories.org/ontologies/dspace/0.1.0#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:void="http://rdfs.org/ns/void#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="https://kops.uni-konstanz.de/server/rdf/resource/123456789/75738">
<dcterms:issued>2025-10-17</dcterms:issued>
<dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-01-19T13:37:36Z</dc:date>
<dc:creator>Storandt, Sabine</dc:creator>
<bibo:uri rdf:resource="https://kops.uni-konstanz.de/handle/123456789/75738"/>
<dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
<dc:language>eng</dc:language>
<dcterms:rights rdf:resource="https://rightsstatements.org/page/InC/1.0/"/>
<dcterms:title>Multi-Criteria Route Planning with Little Regret</dcterms:title>
<dspace:hasBitstream rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/75738/4/Truschel_2-1unah89pgqs4r9.pdf"/>
<dcterms:abstract>Multi-criteria route planning arises naturally in real-world navigation scenarios where users care about more than just one objective - such as minimizing travel time while also avoiding steep inclines or unpaved surfaces or toll routes. To capture the possible trade-offs between competing criteria, many algorithms compute the set of Pareto-optimal paths, which are paths that are not dominated by others with respect to the considered cost vectors. However, the number of Pareto-optimal paths can grow exponentially with the size of the input graph. This leads to significant computational overhead and results in large output sets that overwhelm users with too many alternatives. In this work, we present a technique based on the notion of regret minimization that efficiently filters the Pareto set during or after the search to a subset of specified size. Regret minimizing algorithms identify such a representative solution subset by considering how any possible user values any subset with respect to the objectives. We prove that regret-based filtering provides us with quality guarantees for the two main query types that are considered in the context of multi-criteria route planning, namely constrained shortest path queries and personalized path queries. Furthermore, we design a novel regret minimization algorithm that works for any number of criteria, is easy to implement and produces solutions with much smaller regret value than the most commonly used baseline algorithm. We carefully describe how to incorporate our regret minimization algorithm into existing route planning techniques to drastically reduce their running times and space consumption, while still returning paths that are close-to-optimal.</dcterms:abstract>
<dcterms:hasPart rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/75738/4/Truschel_2-1unah89pgqs4r9.pdf"/>
<dc:rights>terms-of-use</dc:rights>
<dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-01-19T13:37:36Z</dcterms:available>
<dc:creator>Truschel, Carina</dc:creator>
<void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
<foaf:homepage rdf:resource="http://localhost:8080/"/>
<dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
<dc:contributor>Storandt, Sabine</dc:contributor>
<dc:contributor>Truschel, Carina</dc:contributor>
</rdf:Description>
</rdf:RDF> | |
| kops.conferencefield | 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems (ATMOS 2025), 18. Sept. 2025 - 19. Sept. 2025, Warsaw, Poland | deu |
| kops.date.conferenceEnd | 2025-09-19 | |
| kops.date.conferenceStart | 2025-09-18 | |
| kops.description.funding | {"first":"dfg","second":"251654672 – TRR 161"} | |
| kops.description.openAccess | openaccessbookpart | |
| kops.flag.knbibliography | true | |
| kops.identifier.nbn | urn:nbn:de:bsz:352-2-1unah89pgqs4r9 | |
| kops.location.conference | Warsaw, Poland | |
| kops.relation.uniknProjectTitle | SFB TRR 161 B06 Adaptive Algorithmen für Graphansichten und Ansichtsübergänge | |
| kops.sourcefield | SAUER, Jonas, Hrsg., Marie SCHMIDT, Hrsg.. <i>25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems</i>. Dagstuhl, Germany: Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025, 13. Open Access Series in Informatics (OASIcs). 137. ISSN 2190-6807. ISBN 978-3-95977-404-8. Verfügbar unter: doi: 10.4230/OASIcs.ATMOS.2025.13 | deu |
| kops.sourcefield.plain | SAUER, Jonas, Hrsg., Marie SCHMIDT, Hrsg.. 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems. Dagstuhl, Germany: Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025, 13. Open Access Series in Informatics (OASIcs). 137. ISSN 2190-6807. ISBN 978-3-95977-404-8. Verfügbar unter: doi: 10.4230/OASIcs.ATMOS.2025.13 | deu |
| kops.sourcefield.plain | SAUER, Jonas, ed., Marie SCHMIDT, ed.. 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems. Dagstuhl, Germany: Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025, 13. Open Access Series in Informatics (OASIcs). 137. ISSN 2190-6807. ISBN 978-3-95977-404-8. Available under: doi: 10.4230/OASIcs.ATMOS.2025.13 | eng |
| kops.title.conference | 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems (ATMOS 2025) | |
| relation.isAuthorOfPublication | 57f6501a-fe20-4c31-8970-1fe4c0a3e845 | |
| relation.isAuthorOfPublication | a3ac49b1-8947-4bb2-840c-50a5cb77fdf4 | |
| relation.isAuthorOfPublication.latestForDiscovery | 57f6501a-fe20-4c31-8970-1fe4c0a3e845 | |
| source.bibliographicInfo.articleNumber | 13 | |
| source.bibliographicInfo.seriesNumber | 137 | |
| source.contributor.editor | Sauer, Jonas | |
| source.contributor.editor | Schmidt, Marie | |
| source.identifier.isbn | 978-3-95977-404-8 | |
| source.identifier.issn | 2190-6807 | |
| source.publisher | Schloss Dagstuhl - Leibniz-Zentrum für Informatik | |
| source.publisher.location | Dagstuhl, Germany | |
| source.relation.ispartofseries | Open Access Series in Informatics (OASIcs) | |
| source.title | 25th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems | |
| temp.internal.duplicates | items/b9f6ad5b-2f34-40b0-844e-0c384a737a76;false;Multi-Criteria Route Planning with Little Regret | |
| temp.internal.duplicates | items/b9f6ad5b-2f34-40b0-844e-0c384a737a76;false;Multi-Criteria Route Planning with Little Regret |
Dateien
Originalbündel
1 - 1 von 1
Vorschaubild nicht verfügbar
- Name:
- Truschel_2-1unah89pgqs4r9.pdf
- Größe:
- 2.38 MB
- Format:
- Adobe Portable Document Format
Lizenzbündel
1 - 1 von 1
Vorschaubild nicht verfügbar
- Name:
- license.txt
- Größe:
- 3.96 KB
- Format:
- Item-specific license agreed upon to submission
- Beschreibung:

