CVAIGRMar 18, 2024

Exploring Multi-modal Neural Scene Representations With Applications on Thermal Imaging

arXiv:2403.11865v217 citationsh-index: 10ECCV Workshops
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of multi-modal scene representation for applications like thermal imaging, though it is incremental as it builds on existing NeRF methods.

The paper tackles the problem of integrating multiple modalities, specifically thermal imaging, into Neural Radiance Fields (NeRFs) for novel view synthesis, finding that adding a second branch to NeRF performs best for thermal images and also yields compelling results on RGB.

Neural Radiance Fields (NeRFs) quickly evolved as the new de-facto standard for the task of novel view synthesis when trained on a set of RGB images. In this paper, we conduct a comprehensive evaluation of neural scene representations, such as NeRFs, in the context of multi-modal learning. Specifically, we present four different strategies of how to incorporate a second modality, other than RGB, into NeRFs: (1) training from scratch independently on both modalities; (2) pre-training on RGB and fine-tuning on the second modality; (3) adding a second branch; and (4) adding a separate component to predict (color) values of the additional modality. We chose thermal imaging as second modality since it strongly differs from RGB in terms of radiosity, making it challenging to integrate into neural scene representations. For the evaluation of the proposed strategies, we captured a new publicly available multi-view dataset, ThermalMix, consisting of six common objects and about 360 RGB and thermal images in total. We employ cross-modality calibration prior to data capturing, leading to high-quality alignments between RGB and thermal images. Our findings reveal that adding a second branch to NeRF performs best for novel view synthesis on thermal images while also yielding compelling results on RGB. Finally, we also show that our analysis generalizes to other modalities, including near-infrared images and depth maps. Project page: https://mert-o.github.io/ThermalNeRF/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes