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 https://github.gatech.edu/fsemeraro6/satnerf.
翻译:我们提出了Sat-NeRF,这是最近推出的Shadow Neural Radiance Field (S-NeRF)模型的修改实现。该方法能够从场景的稀疏卫星图像集中合成新视图,并考虑图像中的光照变化。训练有素的模型还可用于准确估算场景的表面高程,这常常是卫星观测应用所需要的量。S-NeRF通过考虑辐射度作为反照率和辐照度的函数,改进了标准的神经辐射场(NeRF)方法。这两个量都是模型的完全连接神经网络分支的输出,后者被视为太阳直接光线和天空散射颜色的函数。实验采用了卫星图像数据集来运行实现,采用了缩放和裁剪技术进行数据增强。对 NeRF 进行了超参数调整研究,从而得出了关于模型收敛的有趣观察结果。最后,对 NeRF和S-NeRF 进行了 100k 周期的运行,以全面适应数据并产生最佳预测结果。与该文章相关的代码可在 https://github.gatech.edu/fsemeraro6/satnerf 找到。