We present Sat-NeRF, a modified implementation of the recently introduced Shadow Neural Radiance Field (S-NeRF) model. This method is able to synthesize novel views from a sparse set of satellite images of a scene, while accounting for the variation in lighting present in the pictures. The trained model can also be used to accurately estimate the surface elevation of the scene, which is often a desirable quantity for satellite observation applications. S-NeRF improves on the standard Neural Radiance Field (NeRF) method by considering the radiance as a function of the albedo and the irradiance. Both these quantities are output by fully connected neural network branches of the model, and the latter is considered as a function of the direct light from the sun and the diffuse color from the sky. The implementations were run on a dataset of satellite images, augmented using a zoom-and-crop technique. A hyperparameter study for NeRF was carried out, leading to intriguing observations on the model's convergence. Finally, both NeRF and S-NeRF were run until 100k epochs in order to fully fit the data and produce their best possible predictions. The code related to this article can be found at \url{https://github.com/fsemerar/satnerf}.
翻译:我们提出了 Sat-NeRF,这是一个最近引入的 Shadow Neural Radiance Field (S-NeRF) 模型的修改版本。该方法能够从稀疏的卫星图像集中合成新视图,同时考虑到图片中的光照变化。训练好的模型还能准确估算场景的表面高程,这在卫星观测应用中通常是一个理想的指标。S-NeRF 通过将辐射当成反照率和辐照度的函数来改进标准的神经辐射场(NeRF)方法。这两个量通过模型的全连接神经网络分支输出,而辐照度则被认为是来自太阳的直接光和天空的漫反射颜色的函数。通过 zoom-and-crop 技术对卫星图像数据集进行了增强。对 NeRF 进行了超参数研究,从而得出关于模型收敛的有趣观察。最后,对于 NeRF 和 S-NeRF 进行了 100k 个 epoch 的运行,以完全适配数据并产生其最佳预测。与本文相关的代码可以在 \url {https://github.com/fsemerar/satnerf} 上找到。