TriDF: Triplane-Accelerated Density Fields for Few-Shot Remote Sensing Novel View Synthesis
Jiaming Kang, Keyan Chen, Zhengxia Zou, Zhenwei Shi
TL;DR
Remote-sensing novel view synthesis from sparse views is challenged by overfitting and slow optimization of NeRF-based methods. TriDF introduces a hybrid explicit–implicit representation that decouples color and volume density: color is encoded via a triplane, while geometry is captured with density fields aided by neighboring-view reference features and image-based rendering; depth-guided optimization using SfM and PatchMatch point clouds stabilizes training. Empirical results on LEVIR-NVS show TriDF delivers substantial gains in rendering quality (PSNR and SSIM) and dramatically faster reconstruction (up to 30×) compared with state-of-the-art few-shot approaches, with TriDF-10K achieving comparable quality in about 5 minutes. This approach enables fast, accurate 3D interpretation for urban planning and environmental monitoring, and the code is publicly available for reproducibility and deployment.
Abstract
Remote sensing novel view synthesis (NVS) offers significant potential for 3D interpretation of remote sensing scenes, with important applications in urban planning and environmental monitoring. However, remote sensing scenes frequently lack sufficient multi-view images due to acquisition constraints. While existing NVS methods tend to overfit when processing limited input views, advanced few-shot NVS methods are computationally intensive and perform sub-optimally in remote sensing scenes. This paper presents TriDF, an efficient hybrid 3D representation for fast remote sensing NVS from as few as 3 input views. Our approach decouples color and volume density information, modeling them independently to reduce the computational burden on implicit radiance fields and accelerate reconstruction.We explore the potential of the triplane representation in few-shot NVS tasks by mapping high-frequency color information onto this compact structure, and the direct optimization of feature planes significantly speeds up convergence. Volume density is modeled as continuous density fields, incorporating reference features from neighboring views through image-based rendering to compensate for limited input data. Additionally, we introduce depth-guided optimization based on point clouds, which effectively mitigates the overfitting problem in few-shot NVS.Comprehensive experiments across multiple remote sensing scenes demonstrate that our hybrid representation achieves a 30x speed increase compared to NeRF-based methods, while simultaneously improving rendering quality metrics over advanced few-shot methods (7.4% increase in PSNR and 3.4% in SSIM). The code is publicly available at https://github.com/kanehub/TriDF
