s2p-hd
s2p-hd: Gpu-Accelerated Binocular Stereo Pipeline for
Large-Scale Same-Date Stereo
Tristan Amadei
Enric Meinhardt-Llopis
Carlo de Franchis
Jérémy Anger
Thibaud Ehret
Gabriele Facciolo
[Paper] [s2p-hd GitHub repository] [DEM evaluation GitHub repository]
Links coming soon
Project performed using HPC resources from GENCI-IDRIS (grant 2024-AD011012453R4). Centre Borelli is also with Université Paris Cité, SSA and INSERM. Accepted at CVPR EarthVision Workshop 2025.

DSM and hillshade visualizations computed by each method for the JAX_166 area from the GRSS dataset. s2p-hd achieves more accurate and dense representations, while being much faster than other pipelines. s2p-hd achieves an RMSE of 2.70m compared to ASP's 2.76m or CARS' 3.84m. Furthermore, s2p-hd computes this DSM in only 23s, two to four times faster than the other methods.

Abstract

The increasing availability of high-resolution satellite imagery has driven advances in 3D reconstruction techniques for the generation of Digital Elevation Models (DEM). Recent research focuses on opportunistic stereo, using sophisticated techniques like Neural Radiance Fields and Gaussian Splats, that are able to exploit a collection of multi-date images of the same site. These techniques give optimal results, but they are computationally expensive, so in practice, they are only used for small regions of interest. In contrast, quasi-simultaneous stereo products are routinely acquired for large-scale mapping, needing a focus on efficiency, robustness and scalability in their processing. This paper introduces s2p-hd, a binocular stereo pipeline designed for high-throughput processing of same-date satellite imagery. Building upon the open-source~s2p pipeline, s2p-hd adds several key improvements that enhance its performance and robustness, tuned for same-date stereo imagery. These include a refined disparity range estimation leveraging reference models and multiscale analysis, the adaptation of a highly optimized GPU-based Semi-Global Matching (SGM) algorithm, and enhanced rectification and tiling strategies. We benchmark s2p-hd against standard stereo pipelines and show that it outperforms them both in accuracy and processing speed, making it a powerful tool for generating high-quality DEMs from large-scale optical satellite imagery, while balancing precision and computational efficiency.



Paper

T. Amadei, E. Meinhardt-Llopis, C. de Franchis, J. Anger, T. Ehret, G. Facciolo.
s2p-hd: Gpu-Accelerated Binocular Stereo Pipeline for Large-Scale Same-Date Stereo
In CVPR Workshops, 2025.
(hosted on arXiv)
(camera ready)

[Bibtex]


Acknowledgements

This template was originally made by Phillip Isola and Richard Zhang for a colorful ECCV project; the code can be found here.