Publikation:

Most Diverse Near-Shortest Paths

Lade...
Vorschaubild

Dateien

Haecker_2-xz0em7x5o00r1.pdf
Haecker_2-xz0em7x5o00r1.pdfGröße: 1.93 MBDownloads: 26

Datum

2021

Autor:innen

Häcker, Christian
Bouros, Panagiotis
Althaus, Ernst

Herausgeber:innen

Kontakt

ISSN der Zeitschrift

Electronic ISSN

ISBN

Bibliografische Daten

Verlag

Schriftenreihe

Auflagebezeichnung

ArXiv-ID

Internationale Patentnummer

Angaben zur Forschungsförderung

Projekt

Open Access-Veröffentlichung
Open Access Bookpart
Core Facility der Universität Konstanz

Gesperrt bis

Titel in einer weiteren Sprache

Publikationstyp
Beitrag zu einem Konferenzband
Publikationsstatus
Published

Erschienen in

MENG, Xiaofeng, ed., Fusheng WANG, ed., Chang-Tien LU, ed. and others. SIGSPATIAL '21 : Proceedings of the 29th International Conference on Advances in Geographic Information Systems. New York, NY: ACM, 2021, pp. 229-239. ISBN 978-1-4503-8664-7. Available under: doi: 10.1145/3474717.3483955

Zusammenfassung

Computing the shortest path in a road network is a fundamental problem that has attracted lots of attention. However, in many real-world scenarios, determining solely the shortest path is not enough as users want to have additional, alternative ways of reaching their destination. In this paper, we investigate a novel variant of alternative routing, termed the k-Most Diverse Near-Shortest Paths (kMDNSP). In contrast to previous work, kMDNSP aims at maximizing the diversity of the recommended paths, while bounding their length based on a user-defined constraint. Our theoretical analysis proves the NP-hardness of the problem at hand. To compute an exact solution to kMDNSP, we present an algorithm which iterates over all paths that abide by the length constraint and generates k-subsets of them as candidate results. Furthermore, in order to achieve scalability, we also design three heuristic algorithms that trade the diversity of the result for performance. Our experimental analysis compares all proposed algorithms in terms of their runtime and the quality of the recommended paths.

Zusammenfassung in einer weiteren Sprache

Fachgebiet (DDC)
004 Informatik

Schlagwörter

Alternative routing, Route planning, Path similarity, Near-shortest paths, Path diversification

Konferenz

SIGSPATIAL '21 : 29th International Conference on Advances in Geographic Information Systems, 2. Nov. 2021 - 5. Nov. 2021, Beijing, China
Rezension
undefined / . - undefined, undefined

Forschungsvorhaben

Organisationseinheiten

Zeitschriftenheft

Zugehörige Datensätze in KOPS

Zitieren

ISO 690HÄCKER, Christian, Panagiotis BOUROS, Theodoros CHONDROGIANNIS, Ernst ALTHAUS, 2021. Most Diverse Near-Shortest Paths. SIGSPATIAL '21 : 29th International Conference on Advances in Geographic Information Systems. Beijing, China, 2. Nov. 2021 - 5. Nov. 2021. In: MENG, Xiaofeng, ed., Fusheng WANG, ed., Chang-Tien LU, ed. and others. SIGSPATIAL '21 : Proceedings of the 29th International Conference on Advances in Geographic Information Systems. New York, NY: ACM, 2021, pp. 229-239. ISBN 978-1-4503-8664-7. Available under: doi: 10.1145/3474717.3483955
BibTex
@inproceedings{Hacker2021Diver-66681,
  year={2021},
  doi={10.1145/3474717.3483955},
  title={Most Diverse Near-Shortest Paths},
  isbn={978-1-4503-8664-7},
  publisher={ACM},
  address={New York, NY},
  booktitle={SIGSPATIAL '21 : Proceedings of the 29th International Conference on Advances in Geographic Information Systems},
  pages={229--239},
  editor={Meng, Xiaofeng and Wang, Fusheng and Lu, Chang-Tien},
  author={Häcker, Christian and Bouros, Panagiotis and Chondrogiannis, Theodoros and Althaus, Ernst}
}
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/66681">
    <dcterms:title>Most Diverse Near-Shortest Paths</dcterms:title>
    <bibo:uri rdf:resource="https://kops.uni-konstanz.de/handle/123456789/66681"/>
    <dc:contributor>Bouros, Panagiotis</dc:contributor>
    <dc:contributor>Chondrogiannis, Theodoros</dc:contributor>
    <dc:rights>terms-of-use</dc:rights>
    <dc:contributor>Althaus, Ernst</dc:contributor>
    <dcterms:rights rdf:resource="https://rightsstatements.org/page/InC/1.0/"/>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-04-19T13:32:33Z</dc:date>
    <dspace:hasBitstream rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/66681/1/Haecker_2-xz0em7x5o00r1.pdf"/>
    <dc:contributor>Häcker, Christian</dc:contributor>
    <dcterms:issued>2021</dcterms:issued>
    <foaf:homepage rdf:resource="http://localhost:8080/"/>
    <void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
    <dc:creator>Althaus, Ernst</dc:creator>
    <dc:creator>Chondrogiannis, Theodoros</dc:creator>
    <dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-04-19T13:32:33Z</dcterms:available>
    <dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dcterms:hasPart rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/66681/1/Haecker_2-xz0em7x5o00r1.pdf"/>
    <dc:language>eng</dc:language>
    <dc:creator>Bouros, Panagiotis</dc:creator>
    <dcterms:abstract xml:lang="eng">Computing the shortest path in a road network is a fundamental problem that has attracted lots of attention. However, in many real-world scenarios, determining solely the shortest path is not enough as users want to have additional, alternative ways of reaching their destination. In this paper, we investigate a novel variant of alternative routing, termed the k-Most Diverse Near-Shortest Paths (kMDNSP). In contrast to previous work, kMDNSP aims at maximizing the diversity of the recommended paths, while bounding their length based on a user-defined constraint. Our theoretical analysis proves the NP-hardness of the problem at hand. To compute an exact solution to kMDNSP, we present an algorithm which iterates over all paths that abide by the length constraint and generates k-subsets of them as candidate results. Furthermore, in order to achieve scalability, we also design three heuristic algorithms that trade the diversity of the result for performance. Our experimental analysis compares all proposed algorithms in terms of their runtime and the quality of the recommended paths.</dcterms:abstract>
    <dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dc:creator>Häcker, Christian</dc:creator>
  </rdf:Description>
</rdf:RDF>

Interner Vermerk

xmlui.Submission.submit.DescribeStep.inputForms.label.kops_note_fromSubmitter

Kontakt
URL der Originalveröffentl.

Prüfdatum der URL

Prüfungsdatum der Dissertation

Finanzierungsart

Kommentar zur Publikation

Allianzlizenz
Corresponding Authors der Uni Konstanz vorhanden
Internationale Co-Autor:innen
Universitätsbibliographie
Ja
Begutachtet
Diese Publikation teilen