Algorithms for Gradual Polyline Simplification

dc.contributor.authorKrumbholz, Nick
dc.contributor.authorFunke, Stefan
dc.contributor.authorSchÀfer, Peter
dc.contributor.authorStorandt, Sabine
dc.date.accessioned2024-11-21T11:08:02Z
dc.date.available2024-11-21T11:08:02Z
dc.date.issued2024
dc.description.abstractDisplaying line data is important in many visualization applications, and especially in the context of interactive geographical and cartographic visualization. When rendering linear features as roads, rivers or movement data on zoomable maps, the challenge is to display the data in an appropriate level of detail. A too detailed representation results in slow rendering and cluttered maps, while a too coarse representation might miss important data aspects. In this paper, we propose the gradual line simplification (GLS) problem, which aims to compute a fine-grained succession of consistent simplifications of a given input polyline with certain quality guarantees. The core concept of gradual simplification is to iteratively remove points from the polyline to obtain increasingly coarser representations. We devise two objective functions to guide this simplification process and present dynamic programs that compute the optimal solutions in đ’Ș(nÂł) for an input line with n points. For practical application to large inputs, we also devise significantly faster greedy algorithms that provide constant factor guarantees for both problem variants at once. In an extensive experimental study on real-world data, we demonstrate that our algorithms are capable of producing simplification sequences of high quality within milliseconds on polylines consisting of over half a million points.
dc.description.versionpublisheddeu
dc.identifier.doi10.4230/LIPIcs.SEA.2024.19
dc.identifier.ppn1909306851
dc.identifier.urihttps://kops.uni-konstanz.de/handle/123456789/71377
dc.language.isoeng
dc.rightsterms-of-use
dc.rights.urihttps://rightsstatements.org/page/InC/1.0/
dc.subjectPolyline simplification
dc.subjectProgressive simplification
dc.subjectFréchet distance
dc.subject.ddc004
dc.titleAlgorithms for Gradual Polyline Simplificationeng
dc.typeINPROCEEDINGS
dspace.entity.typePublication
kops.citation.bibtex
@inproceedings{Krumbholz2024Algor-71377,
  year={2024},
  doi={10.4230/LIPIcs.SEA.2024.19},
  title={Algorithms for Gradual Polyline Simplification},
  number={301},
  isbn={978-3-95977-325-6},
  publisher={Schloss Dagstuhl, Leibniz-Zentrum fĂŒr Informatik},
  address={Wadern},
  series={Leibniz International Proceedings in Informatics (LIPIcs)},
  booktitle={22nd International Symposium on Experimental Algorithms (SEA 2024)},
  editor={Liberti, Leo},
  author={Krumbholz, Nick and Funke, Stefan and SchÀfer, Peter and Storandt, Sabine},
  note={Article Number: 19}
}
kops.citation.iso690KRUMBHOLZ, Nick, Stefan FUNKE, Peter SCHÄFER, Sabine STORANDT, 2024. Algorithms for Gradual Polyline Simplification. 22nd International Symposium on Experimental Algorithms (SEA 2024). Vienna, Austria, 23. Juli 2024 - 26. Juli 2024. In: LIBERTI, Leo, Hrsg.. 22nd International Symposium on Experimental Algorithms (SEA 2024). Wadern: Schloss Dagstuhl, Leibniz-Zentrum fĂŒr Informatik, 2024, 19. Leibniz International Proceedings in Informatics (LIPIcs). 301. eISSN 1868-8969. ISBN 978-3-95977-325-6. VerfĂŒgbar unter: doi: 10.4230/LIPIcs.SEA.2024.19deu
kops.citation.iso690KRUMBHOLZ, Nick, Stefan FUNKE, Peter SCHÄFER, Sabine STORANDT, 2024. Algorithms for Gradual Polyline Simplification. 22nd International Symposium on Experimental Algorithms (SEA 2024). Vienna, Austria, Jul 23, 2024 - Jul 26, 2024. In: LIBERTI, Leo, ed.. 22nd International Symposium on Experimental Algorithms (SEA 2024). Wadern: Schloss Dagstuhl, Leibniz-Zentrum fĂŒr Informatik, 2024, 19. Leibniz International Proceedings in Informatics (LIPIcs). 301. eISSN 1868-8969. ISBN 978-3-95977-325-6. Available under: doi: 10.4230/LIPIcs.SEA.2024.19eng
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/71377">
    <dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dcterms:title>Algorithms for Gradual Polyline Simplification</dcterms:title>
    <dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dc:creator>Funke, Stefan</dc:creator>
    <dc:contributor>SchÀfer, Peter</dc:contributor>
    <dc:creator>Storandt, Sabine</dc:creator>
    <bibo:uri rdf:resource="https://kops.uni-konstanz.de/handle/123456789/71377"/>
    <dspace:hasBitstream rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/71377/4/Krumbholz_2-kbd4mdiqgz1m8.pdf"/>
    <dc:creator>Krumbholz, Nick</dc:creator>
    <dcterms:rights rdf:resource="https://rightsstatements.org/page/InC/1.0/"/>
    <dcterms:hasPart rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/71377/4/Krumbholz_2-kbd4mdiqgz1m8.pdf"/>
    <void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-11-21T11:08:02Z</dc:date>
    <dcterms:abstract>Displaying line data is important in many visualization applications, and especially in the context of interactive geographical and cartographic visualization. When rendering linear features as roads, rivers or movement data on zoomable maps, the challenge is to display the data in an appropriate level of detail. A too detailed representation results in slow rendering and cluttered maps, while a too coarse representation might miss important data aspects. In this paper, we propose the gradual line simplification (GLS) problem, which aims to compute a fine-grained succession of consistent simplifications of a given input polyline with certain quality guarantees. The core concept of gradual simplification is to iteratively remove points from the polyline to obtain increasingly coarser representations. We devise two objective functions to guide this simplification process and present dynamic programs that compute the optimal solutions in đ’Ș(nÂł) for an input line with n points. For practical application to large inputs, we also devise significantly faster greedy algorithms that provide constant factor guarantees for both problem variants at once. In an extensive experimental study on real-world data, we demonstrate that our algorithms are capable of producing simplification sequences of high quality within milliseconds on polylines consisting of over half a million points.</dcterms:abstract>
    <dcterms:issued>2024</dcterms:issued>
    <dc:contributor>Storandt, Sabine</dc:contributor>
    <dc:contributor>Funke, Stefan</dc:contributor>
    <dc:rights>terms-of-use</dc:rights>
    <dc:language>eng</dc:language>
    <dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-11-21T11:08:02Z</dcterms:available>
    <foaf:homepage rdf:resource="http://localhost:8080/"/>
    <dc:contributor>Krumbholz, Nick</dc:contributor>
    <dc:creator>SchÀfer, Peter</dc:creator>
  </rdf:Description>
</rdf:RDF>
kops.conferencefield22nd International Symposium on Experimental Algorithms (SEA 2024), 23. Juli 2024 - 26. Juli 2024, Vienna, Austriadeu
kops.date.conferenceEnd2024-07-26
kops.date.conferenceStart2024-07-23
kops.description.funding{"first":"dfg","second":"251654672"}
kops.description.openAccessopenaccessbookpart
kops.flag.knbibliographytrue
kops.identifier.nbnurn:nbn:de:bsz:352-2-kbd4mdiqgz1m8
kops.location.conferenceVienna, Austria
kops.sourcefieldLIBERTI, Leo, Hrsg.. <i>22nd International Symposium on Experimental Algorithms (SEA 2024)</i>. Wadern: Schloss Dagstuhl, Leibniz-Zentrum fĂŒr Informatik, 2024, 19. Leibniz International Proceedings in Informatics (LIPIcs). 301. eISSN 1868-8969. ISBN 978-3-95977-325-6. VerfĂŒgbar unter: doi: 10.4230/LIPIcs.SEA.2024.19deu
kops.sourcefield.plainLIBERTI, Leo, Hrsg.. 22nd International Symposium on Experimental Algorithms (SEA 2024). Wadern: Schloss Dagstuhl, Leibniz-Zentrum fĂŒr Informatik, 2024, 19. Leibniz International Proceedings in Informatics (LIPIcs). 301. eISSN 1868-8969. ISBN 978-3-95977-325-6. VerfĂŒgbar unter: doi: 10.4230/LIPIcs.SEA.2024.19deu
kops.sourcefield.plainLIBERTI, Leo, ed.. 22nd International Symposium on Experimental Algorithms (SEA 2024). Wadern: Schloss Dagstuhl, Leibniz-Zentrum fĂŒr Informatik, 2024, 19. Leibniz International Proceedings in Informatics (LIPIcs). 301. eISSN 1868-8969. ISBN 978-3-95977-325-6. Available under: doi: 10.4230/LIPIcs.SEA.2024.19eng
kops.title.conference22nd International Symposium on Experimental Algorithms (SEA 2024)
relation.isAuthorOfPublicationda1ff3ad-25a1-40a9-9daa-6174e4e0b127
relation.isAuthorOfPublication510de99a-6920-4ce9-8cd7-0b7907eab94e
relation.isAuthorOfPublicationa3ac49b1-8947-4bb2-840c-50a5cb77fdf4
relation.isAuthorOfPublication.latestForDiscoveryda1ff3ad-25a1-40a9-9daa-6174e4e0b127
source.bibliographicInfo.articleNumber19
source.bibliographicInfo.seriesNumber301
source.contributor.editorLiberti, Leo
source.identifier.eissn1868-8969
source.identifier.isbn978-3-95977-325-6
source.publisherSchloss Dagstuhl, Leibniz-Zentrum fĂŒr Informatik
source.publisher.locationWadern
source.relation.ispartofseriesLeibniz International Proceedings in Informatics (LIPIcs)
source.title22nd International Symposium on Experimental Algorithms (SEA 2024)

Dateien

OriginalbĂŒndel

Gerade angezeigt 1 - 1 von 1
Vorschaubild nicht verfĂŒgbar
Name:
Krumbholz_2-kbd4mdiqgz1m8.pdf
GrĂ¶ĂŸe:
5.2 MB
Format:
Adobe Portable Document Format
Krumbholz_2-kbd4mdiqgz1m8.pdf
Krumbholz_2-kbd4mdiqgz1m8.pdfGrĂ¶ĂŸe: 5.2 MBDownloads: 115

LizenzbĂŒndel

Gerade angezeigt 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:
license.txt
license.txtGrĂ¶ĂŸe: 3.96 KBDownloads: 0