
Regular inspections of sewer systems and pipelines are crucial for maintaining functionality. Since many structures are not directly accessible, a robotic platform equipped with a camera ring and laser scanner is employed. This paper presents a novel hybrid image stitching pipeline with a geometry-driven decision process that combines model-based and simplified geometric approaches to generate unwrapped pipe textures from homogeneous, featureless images. In the model-based method, each camera image is projected onto a 3D pipe surface reconstructed from the laser scan and then unwrapped. This enables geometrically consistent texturing for complex geometries with deformations, house connections or deposits, but is computationally expensive. The main contribution is a real-time capable hybrid pipeline that combines the model-based method with a simplified stitching approach and automatically selects between them based on the scanned geometry and a strict time budget on embedded hardware. If the laser scan confirms that the sensor head is approximately parallel to the pipe axis and the upcoming pipe segment is close to a perfect cylinder, the simplified stitching method is used. In this case, the overlap between camera images is computed directly from the measured distance between each camera and the pipe wall and the camera’s opening angle. Both stitching approaches use the same laser scanner. The appropriate method is selected automatically based on the scanned geometry. The simplified method reduces computation time by about 50
Extracting robust semantic representations in Siamese architectures is often accompanied by the degradation of fine-grained spatial details that are critical for boundary localization. In practical bi-temporal remote sensing imagery, pseudo changes caused by illumination variation, seasonal differences, shadows, viewpoint shifts, and registration errors may further interfere with reliable feature comparison. To alleviate these coupled challenges, we propose the Temporal Interaction and Detail-Aware Learning Network (TIDAL-Net), which reformulates bi-temporal representation learning as a progressive process of structural detail enhancement, temporal response purification, and residual multi-scale fusion. In the early feature learning stage, the Difference Detail Enhancement Mechanism (DDEM) models bi-temporal dynamics and strengthens high-frequency edge cues before they are weakened by deep semantic abstraction. Before cross-temporal interaction, the Temporospatial Interactive Attention Module (TIAM) recalibrates unreliable temporal responses, allowing feature interaction to focus more on change-related structural shifts. After these refined representations are obtained, the Multi-Scale Residual Fusion (MSRF) strategy integrates complementary detail-aware and semantic information while preserving residual structural cues. Extensive experiments demonstrate that TIDAL-Net achieves competitive performance on established optical benchmarks, with F1 scores of 92.62 https://github.com/Bluemirror3/TIDAL-Net.git .
Image-based 3D reconstruction is vital in many applications, such as digital twins, smart cities, machine vision, and autonomous driving. In recent years, it has undergone a paradigm shift, propelled by advancements in both conventional photogrammetry and deep learning. This review provides a comprehensive photogrammetric perspective on both conventional and learning-based techniques, a viewpoint that prioritizes geometric fidelity, robustness, handling of uncertainty, and suitability for real-world applications. We first systematically revisit the fundamentals of traditional pipelines: Structure from Motion (SfM), Multi-View Stereo (MVS), and surface reconstruction. The review then details recent progress in conventional methods, highlighting innovations in scalable and efficient SfM, specialized camera models for MVS, and robust surface reconstruction algorithms. Subsequently, we explore the transformative evolution brought by learning-based techniques, including deep SfM, learning-based MVS, differentiable rendering-based scene representation methods (NeRF, 3DGS), groundbreaking feed-forward 3D reconstruction models (e.g., DUSt3R, VGGT), and surface reconstruction including explicit and implicit methods. Emphasis is placed on evaluating whether learning-based approaches genuinely meet photogrammetric requirements such as metric accuracy and reliability, rather than optimizing solely for visual realism. Furthermore, we conclude by identifying key challenges and research frontiers including generalization across domains, scalability to high-resolution imagery, real-time performance, and uncertainty quantification. By bridging the gap between classical photogrammetry and data-driven 3D vision, this work aims to guide future research toward robust, accurate, and certifiable 3D reconstruction systems suitable for engineering, industrial, and geospatial applications.
Floods have caused severe damage in Austria in recent years, and climate change is expected to increase flood risks in the future. While Austria has an advanced hydrological measurement network for flood monitoring and prediction, Synthetic Aperture Radar (SAR) data from satellites can provide valuable additional information. This study presents a well-established Bayesian flood mapping approach that automatically retrieves flood extents using Sentinel‑1 SAR data. By combining VV and VH polarizations, the algorithm aims to improve sensitivity for flood mapping. However, Austria’s complex topography and land cover, as well as flood dynamics present significant challenges for SAR-based flood mapping. To assess the suitability of SAR-based flood mapping and specifically our algorithm for Austria, we introduce two novel evaluation methods: (1) assessing temporal coverage through hydrological measurements and (2) evaluating sensitivity using flood risk zones. Additionally, we validate the results using independent reference data from local helicopter surveys and high-resolution optical satellite imagery. Our findings show that the approach can map flood extents up to 60.64
Remote sensing change detection (RSCD) requires effective modeling of long-range spatial dependencies and large receptive fields to accurately capture subtle land-cover variations between bi-temporal remote sensing images. However, existing RSCD methods often suffer from limited receptive fields or high computational complexity, constraining their ability to capture large-scale contextual dependencies. To address these challenges, this paper proposes a Large Kernel State Space Model for Change Detection (LKMamba-CD). Within LKMamba-CD, the Large Kernel SS2D Module (LKS) is designed to extract large-scale and long-range feature correlations. The Bi-temporal Change Information Fusion Module (BCIF) is utilized to fuse bi-temporal change information. Meanwhile, the Large Receptive Field Feature Aggregation Module (LRFA) is utilized to extract large-scale land cover feature correlation. Within BCIF and LRFA, LKS serves as the core component, leveraging re-parameterized large kernel convolution and the Mamba architecture to capture long-range dependencies with expansive receptive fields efficiently. Experiments on S2Looking, WHU-CD, and GVLM-CD show that LKMamba achieves the highest F1 of 62.02 https://github.com/kion-86/lkmamba .
Downed coarse woody debris (CWD), defined here as fallen dead woody material in all stages of decay, is a significant carbon pool in forest ecosystems, accounting for up to 8
Due to its photorealistic rendering quality and precise geometric representation, Neural Radiance Fields (NeRF) has achieved promising progress in novel view synthesis. However, due to the multi-temporal nature of satellite imagery, existing NeRF methods for satellite scenes struggle to achieve high-quality rendering in scenarios with drastic lighting variations, shadow discrepancies, and transient object interference. To address these challenges, this paper proposes a novel NeRF-based method that incorporates physical modeling of scene illumination and filters transient objects via semantic segmentation. Specifically, our approach models scene lighting based on the bidirectional reflectance distribution function (BRDF), enabling more accurate color reconstruction. Additionally, we introduce a semantic segmentation-based method for transient object removal. By generating masks for transient objects, our model effectively distinguishes between dynamic and static components in the scene, thereby eliminating the interference of transient objects during training. Furthermore, we improve the density field in NeRF by incorporating an occupancy field and the secant method to derive more precise digital surface models (DSM). We conducted extensive experiments on the DFC2019 dataset, and the results demonstrate that our method can produce more photo-realistic results for the task of novel view systhesis and digital surface modeling.
Detecting kinematic transitions, often termed trend changes, in Interferometric Synthetic Aperture Radar (InSAR) derived displacement time series is a critical task for geophysical hazard monitoring. This process is frequently impeded by nonlinear deformation patterns, irregular sampling, and significant temporal data gaps. To address this challenge, we introduce an Attention-based Time-Gated Long Short-Term Memory (ATGLSTM) architecture that synergistically integrates temporal gating with a self-attention mechanism to enhance Change Point Detection (CPD), specifically under conditions of data sparsity. The proposed architecture was rigorously trained and evaluated using a combination of realistic synthetic time series, calibrated with European Ground Motion Service (EGMS) data, and real-world observations from the geodynamically complex and data-sparse region of Iceland. Benchmarked against a conventional Convolutional Neural Network (CNN) and a standard Time-Gated LSTM (TGLSTM), the ATGLSTM demonstrated superior performance, achieving an F1-score of 82.40
Digital elevation models (DEMs) are essential for many governmental, scientific, and commercial applications. Recently, with the release of several new products, the availability and quality of global 30 m DEMs (GDEMs) have improved considerably. Here, we present a validation of five original GDEMs (e.g., Copernicus GLO-30) and four bare-earth GDEMs, including FathomDEM and GEDTM, two recently developed products with enhanced artefact removal that are expected to outperform existing GDEMs. We evaluated the accuracy of elevation, terrain slope, surface ruggedness, and delineated stream network. Our results showed differences between the two categories of GDEMs, with bare-earth GDEMs being substantially more accurate than original GDEMs over Czechia. The highest accuracy was achieved by the FathomDEM, followed by GEDTM and FABDEM. The difference was most pronounced in forests, where the FathomDEM yielded an RMSE of 2.7 m, approximately 2–4 m lower than other bare-earth GDEMs and 7–11 m lower than the original GDEMs. We also observed a noticeable effect of land cover, terrain slope, and their interaction on the accuracy of elevation and derived terrain characteristics, with all metrics exhibiting the lowest accuracy in forested areas. Bare-earth GDEMs performed better in estimating slope, ruggedness, and particularly in delineating stream networks; however, original GDEMs can still be effectively used to derive terrain characteristics, and perform comparably well, except in forests on gentle to moderate slopes. Overall, our findings show that FathomDEM maintains the highest and most consistent accuracy across diverse conditions, constituting a major milestone in global terrain mapping.
Digital Elevation Models (DEMs) are essential for a wide range of geospatial applications, including urban planning, environmental monitoring, and disaster management. Conventional methods for DEM generation, such as LiDAR and radar, are accurate but costly and constrained by regulatory and logistical challenges. This study explores the use of deep learning techniques for DEM generation from single satellite images, focusing on the integration of advanced attention mechanisms and novel normalization strategies. A custom dataset, featuring Sentinel‑2 and Landsat 9 imagery paired with high-resolution DEMs of the Iberian Peninsula, was developed and made publicly available to support transparency and reproducibility. Two normalization approaches were evaluated: Global normalization, which preserves global elevation relationships, and Global normalization with Shift, which emphasizes local terrain features. Additionally, state-of-the-art architectures, including U‑Net, Pix2Pix, and DRPAN, were adapted with attention mechanisms such as the Global Attention Mechanism (GAM) and gradient-based loss terms. The results indicate that the proposed GAM, when combined with Shift normalization, produces Mean Absolute Error (MAE) values of 65 m when evaluated under the corresponding local terrain reconstruction objective. While the method does not match the accuracy of traditional sensors, it offers a promising, scalable, and cost-effective alternative for DEM generation in contexts with limited data or resources, where relative elevation accuracy is sufficient.
Synthetic aperture radar (SAR) images frequently suffer from speckle noise, which can greatly hinder subsequent processing and analysis tasks. As a result, speckle suppression is a challenge. Current deep learning-based approaches for speckle suppression often struggle to effectively combine local and global image features, frequently leading to the disruption of spatial continuity during the denoising process. To tackle these challenges, a multi-layer feature enhanced frequency correlation network (MFEFC-Net) was designed for speckle suppression. First, a multi-layer feature extraction block (MFEB) is developed to hierarchically extract deep representations from noise-affected images, enabling a more accurate characterization of the noise patterns. Second, a frequency correlator (FC) module is built to model the image over long distances and improve the gradient continuity of the denoised output. The FC module utilizes the discrete wavelet transform (DWT) to decompose the extracted deep features into high-frequency details and low-frequency structural components. It then leveraged a Transformer to establish frequency relationships by distinguishing diverse noise patterns across different sub-bands, ultimately removing noise while retaining more image details through the image feature enhancement (IFE) module. Finally, a feature decoder was employed to reconstruct the denoised image from the deep features, and a residual refine block (RRB) was utilized to restore more image details. Both quantitative evaluations and visual comparisons demonstrated that the proposed MFEFC-Net achieves outstanding performance compared to existing state-of-the-art denoising methods in both quantitative and qualitative assessments.
This study presents the assessment of contemporary ground deformation in the Karamay Oilfield, China, using integration of remote sensing measurements with geotechnical modeling. The Sentinel‑1 InSAR measurements from 2017 to 2025 show several uplift and subsidence in the period between 2017 and 2018 with rates reaching 118 mm/yr. and −38 mm/yr. This is followed by a strong decline in deformation magnitude, reflected in an 80
Thermal remote sensing is a valuable tool for assessing Surface Urban Heat Islands (SUHI). To quantify the SUHI intensity, the Urban Thermal Field Variance Index (UTFVI) is increasingly used as a proxy for urban heat distribution, e.g., by public authorities in Germany. The UTFVI is an ordinal-scaled metric that shows the spatial variability of LST in relation to the average LST of an area of interest. Numerous scientific studies utilize the UTFVI for detecting spatiotemporal increases in SUHI intensities attributed to Land Use/Land Cover (LULC) changes, such as rapid urbanization. However, UTFVI analyses often rely on only a few time steps over extended periods, ignoring the effects of weather patterns on actual UTFVI distributions. To address this research gap, this study investigates the influence of weather conditions of varying durations (up to 21 days) on seasonal UTFVI distributions in four Hessian municipalities (Germany) with less than 300,000 inhabitants and only minor LULC changes in the urban area over time. The analysis is based on more than 100 Landsat 4–9 Level‑2 datasets spanning a 40-year period. To reduce rural influences, only urban areas are considered. Results reveal high seasonal and intra-seasonal variability in UTFVI. Statistical tests (Friedman and Wilcoxon) show significant differences of UTFVI distributions even within one summer (2023). Spearman’s rank correlation coefficients indicate that spatial patterns of the UTFVI are influenced by the temperature intensity of preceding weather phases: short-term warming leads to an increase of the UTFVI categories indicating high LST levels, while they are less frequent during prolonged warmth. The presented study provides for the first time a comprehensive analysis of long-term UTFVI developments that focusses on factors altering the UTFVI which have not been investigated so far. These new insights support a better understanding and a more distinct interpretation of the UTFVI for potential users.
Urban subway construction affects the stability of the ground, and land subsidence has become the most important disaster derived from subway construction. It is of great significance to timely and effectively monitor the ground subsidence along the subway, analyse the distribution characteristics of subsidence, and build a deformation prediction model for preventing secondary disasters. Based on PS-InSAR technology, the 31-phase Sentinel-1A images of different frames of the same track, along with GACOS products, are used to obtain the deformation rate and accumulated settlement information of three subway lines in Shijiazhuang City from March 14, 2017 to September 24, 2019, and the deformation gradient distribution characteristics of the lines are analysed. Considering the interaction of the spatial neighbourhood monitoring points, the CNN-LSTM-Attention model is established to predict the multi-feature settlement time series. The experimental results demonstrate that the proposed model achieved RMSE, MAPE, and MAE values of 1.758 mm, 5.51
Optical remote sensing, particularly satellite-derived optical trapezoid model (OPTRAM), can be used as a proxy to monitor peatland water table (WT), a key determinant for peatland condition. So far, OPTRAM has been used only in temporal monitoring of WT at coarse spatial resolution while it has not been tested to detect spatial patterns of WT in spatially heterogeneous northern peatlands. To address the abovementioned gap, we downscale four differently parameterized Sentinel‑2 OPTRAMs with the help of optical, thermal, and topographic uncrewed aerial vehicle (UAV) variables and random forest modeling in two open peatlands in northern Finland covered by spatially extensive field measurements of WT (n = 95). We (1) assess how parameterization of OPTRAM affects OPTRAM-WT correlation, (2) test whether downscaled OPTRAM correlates stronger with WT than the original OPTRAM, and (3) compare OPTRAM to other remote sensing variables calculated from Sentinel‑2 and UAV data. Our results showed that OPTRAM parameterization strongly affects OPTRAM-WT correlation, with Spearman correlation (rs) ranging between 0.23–0.53. Random forest-based downscaling models had a relatively high explained variance (45.6–72.4
3D deep-learning based models have been proposed to assist in the digitalization process of as-is infrastructure. Despite their outstanding performance to process large amounts of data, research on interpreting their execution rather than improving their outcome has been scarce. To further characterize the execution of these models, in this study we seek to identify influential parts of the input that contribute the most to a given model decision in the context of 3D semantic segmentation. Considering the intrinsic nature of 3D data and the existing basic characterization techniques, we explore variations of the rules to backpropagate the model prediction signal back to the input. On the qualitative side, we have found that the techniques implemented point to learned patterns that vary depending on the model architecture. We show that the generated explanations serve also to identify spurious learned patterns that would otherwise be unnoticed if only analyzing the model predictions. Our results serve then as a baseline comparison for further research into 3D explanation techniques.
Water turbidity is an important indicator of water quality, as it allows for conclusions on the particles contained in the water. Suspended matter, sediments, algae and other particles in the water column influence the light transmission, oxygen content, nutrient supply and productivity of a water body. Information on water turbidity is therefore relevant for a wide range of limnological and oceanographic questions. In particular, the vertical turbidity stratification plays an important role in understanding the ecological relationships within a water body. Conventional in-situ measurement methods provide only isolated, point-based turbidity profiles, which fail to capture the overall turbidity conditions throughout the entire water body, including all small-scale lateral and vertical variations. Hence, the utilization of Light Detection and Ranging (LiDAR) bathymetry data for assessing area-wide depth-resolved water turbidity information shows great potential. By analysing the waveform of the backscattered LiDAR signal, information about the turbidity of the water can be derived. In this paper we present a signal analysis approach that allows to derive depth resolved turbidity parameter fields from LiDAR bathymetry data. The methodology was tested on a pre-alpine mountain lake using a UAV LiDAR bathymetry system. For validation purposes, a comprehensive set of in-situ water property measurements is available, which were collected at the same day as the bathymetric data. The results show that the turbidity parameters determined from the LiDAR data generally correspond to the trends observed in the conventional water property measurements, although local deviations are present.
To address challenges such as low efficiency in highway slope deformation monitoring, insufficient precision in geological hazard susceptibility evaluation, and hyperparameter optimization of prediction models, this study developed an integrated monitoring-prediction framework combining the Small Baseline Subset Interferometric Synthetic Aperture Radar (SBAS-InSAR) Technology Integrating Persistent Scatterers Points with a hybrid algorithm incorporating game theory, Improved Complete Ensemble Empirical Mode Decomposition with Adaptive Noise, Wavelet Transform Coherence, and an enhanced Multi-Head Differential Transformer mechanism. By processing 45 scenes of Sentinel-1A satellite data, deformation time-series of the Benxi-Kuandian Expressway slopes during 2023-2024 were obtained and validated through global positioning system measurements. Deformation rates were integrated with eight other disaster-inducing factors (elevation, slope aspect, rainfall, etc.) to establish a composite evaluation model using game theory-optimized fuzzy analytic hierarchy process and improved CRITIC method. Results revealed spatially uneven deformation patterns, with southern slopes exhibiting maximum annual subsidence of -45.35 mm/a. High susceptibility zones clustered in southern slopes were governed by deformation rates, slope gradients, rainfall, and lithology. The proposed ICEEMDAN-WTC-Itransformer model achieved optimal prediction performance, demonstrating maximum root mean square error of 0.85 mm and maximum absolute error of 0.79 mm, significantly outperforming conventional models. This framework enables precise slope stability monitoring and prediction through multi-source data fusion and algorithmic synergy, providing robust technical support for highway geological hazard prevention.