Multimodal Fusion Strategies for Mapping Biophysical Landscape Features

Abstract

Multimodal aerial data are used to monitor natural systems, and machine learning can significantly accelerate the classification of landscape features within such imagery to benefit ecology and conservation. It remains under-explored, however, how these multiple modalities ought to be fused in a deep learning model. As a step towards filling this gap, we study three strategies ( Early fusion , Late fusion , and Mixture of Experts ) for fusing thermal, RGB, and LiDAR imagery using a dataset of spatially-aligned orthomosaics in these three modalities. In particular, we aim to map three ecologically-relevant biophysical landscape features in African savanna ecosystems: rhino middens, termite mounds, and water. The three fusion strategies differ in whether the modalities are fused early or late, and if late, whether the model learns fixed weights per modality for each class or generates weights for each class adaptively, based on the input. Overall, the three methods have similar macro-averaged performance with Late fusion achieving an AUC of 0.698, but their per-class performance varies strongly, with Early fusion achieving the best recall for middens and water and Mixture of Experts achieving the best recall for mounds. The code is available at https://github.com/lgordon99/fusion-strategies-eccv .

Cite

Text

Gordon et al. "Multimodal Fusion Strategies for Mapping Biophysical Landscape Features." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-92387-6_16

Markdown

[Gordon et al. "Multimodal Fusion Strategies for Mapping Biophysical Landscape Features." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/gordon2024eccvw-multimodal/) doi:10.1007/978-3-031-92387-6_16

BibTeX

@inproceedings{gordon2024eccvw-multimodal,
  title     = {{Multimodal Fusion Strategies for Mapping Biophysical Landscape Features}},
  author    = {Gordon, Lucia and Lang, Nico and Ressijac, Catherine and Davies, Andrew},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2024},
  pages     = {208-216},
  doi       = {10.1007/978-3-031-92387-6_16},
  url       = {https://mlanthology.org/eccvw/2024/gordon2024eccvw-multimodal/}
}