2026
Alexander Naumann, Sven Gedicke, and Jan-Henrik Haunert. A Scalable Matching Approach for the Comparison of Agricultural Land Use Maps Based on Corresponding Field Polygons. International Journal of Digital Earth, 19(1):2632420, 2026.
| |
Establishing sustainable agricultural systems while ensuring food security has become a global priority. Meeting this goal requires contributions from different fields of agricultural science, many of which depend on detailed information on crops. Recent advancements in deep learning and the transnational harmonization of administrative data have led to the availability of ever-larger datasets of agricultural field polygons. These datasets, however, vary in quality and level of detail. To achieve synergies between different information sources through data fusion and to evaluate the quality of model outputs, it is essential to efficiently identify correspondences in spatially overlapping datasets. We address this challenge by leveraging a state-of-the-art matching algorithm that we adapt by redesigning its connected-component decomposition to handle large-scale datasets of agricultural field polygons. We demonstrate the algorithm’s suitability through two case studies. First, we show how automatically delineated field polygons can be validated against ground truth in terms of their spatial quality. Second, we explore how two established reference datasets align both thematically and spatially. We discuss the dataset comparisons using different evaluation metrics and provide an interactive map viewer that enables the exploration of spatial patterns of the datasets’ alignment by visualizing matching qualities in the geographic context. @article{naumann2026aggMatching, | |
Alexander Naumann, Samuel Bergé, Jonas Sauer, and Jan-Henrik Haunert. Building footprint aggregation with preservation of edge orientations. ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, , 2026. Accepted for publication, ISPRS Congress 2026
| |
@article{naumann2026footprintAggEdgeOrientation, |
2025
Alexander Naumann, Annika Bonerath, and Jan-Henrik Haunert. Scalable many-to-many building footprint matching. Information Fusion, 124:103360, 2025.
| |
The amount of available geospatial data, particularly different data sets describing the same area, grows continuously. Finding entity correspondences between multiple such datasets is a vital prerequisite for data integration, fusion, and quality assessment. In this work, we focus on polygon datasets, more specifically, building footprints. We compute many-to-many matchings between two input datasets to find correspondences between polygons. Existing research explored heuristic solutions, exact optimization approaches, and machine learning strategies. So far, none of these methods scale well to large datasets while providing a precise problem formulation to measure the quality of a computed matching. We present a fast and versatile algorithm based on a constrained optimization model. Given a partitioning of the datasets into connected subsets, it can solve instances of over 5 million polygons per dataset in under 7 min. Our approach is based on the Jaccard index (intersection over union, IoU) as its central quality measure. However, it is flexible and easily adaptable to different metrics proposed in other works. @article{naumann2025matching, | |
Dorian Baltzer, Alexander Naumann, Stephan Rosenberg, and Jan-Henrik Haunert. Graph construction and interactive visualization for virtual tours based on redundant panoramic image collections. Journal of Geovisualization and Spatial Analysis, 9, 2025.
| |
Recent developments in consumer-grade panoramic cameras led to new possibilities in creating virtual tours, e.g., through museums or real estate. Most current approaches for the creation of these tours are based on manual generation of navigable links between the images. We consider cases where large numbers of georeferenced images are taken by multiple users and introduce an approach for automatically generating a graph structure that links the images in a reasonable network while sorting out redundant data. Our approach does not expect a trajectory of temporally related points but merely an incoherent point cloud, e.g., from crowdsourcing of many different contributors. We expand our methodology by a visualization approach offering in-image navigation, realized through interactive links pointing towards neighbored images. Our method delivers a virtual tour with adjustable density on and apart from road networks. We compared the output of our algorithm to human-made virtual tour graphs and were able to verify a high similarity, which approves the hypothesis that automatically generated virtual tours can be intuitive for users. @article{baltzer2025graph, |
2024
Alexander Naumann, Annika Bonerath, and Jan-Henrik Haunert. Many-to-many polygon matching \`a la Jaccard. In Proc. European Symposium on Algorithms (ESA'24), pages 90:1-90:15. 2024.
| |
Integration of spatial data is a major field of research. An important task of data integration is finding correspondences between entities. Here, we focus on combining building footprint data from cadastre and from volunteered geographic information, in particular OpenStreetMap. Previous research on this topic has led to exact 1:1 matching approaches and heuristic m:n matching approaches, most of which are lacking a mathematical problem definition. We introduce a model for many-to-many polygon matching based on the well-established Jaccard index. This is a natural extension to the existing 1:1 matching approaches. We show that the problem is NP-complete and a naive approach via integer programming fails easily. By analyzing the structure of the problem in detail, we can reduce the number of variables significantly. This approach yields an optimal m:n matching even for large real-world instances with appropriate running time. In particular, for the set of all building footprints of the city of Bonn (119,300 / 97,284 polygons) it yielded an optimal solution in approximately 1 hour. @inproceedings{NaumannEtAl2024, |