LGAICVJan 2, 2025

Missing Data as Augmentation in the Earth Observation Domain: A Multi-View Learning Approach

arXiv:2501.01132v13 citationsh-index: 9Neurocomputing
Originality Incremental advance
AI Analysis

This work addresses the challenge of handling missing data in Earth Observation applications, offering an adaptive solution for multi-view learning, though it is incremental in nature.

The paper tackles the problem of missing data in multi-view learning for Earth Observation by introducing novel methods that treat missing views as augmentation, using dynamic merge functions to ignore missing views and improve model robustness and predictive performance.

Multi-view learning (MVL) leverages multiple sources or views of data to enhance machine learning model performance and robustness. This approach has been successfully used in the Earth Observation (EO) domain, where views have a heterogeneous nature and can be affected by missing data. Despite the negative effect that missing data has on model predictions, the ML literature has used it as an augmentation technique to improve model generalization, like masking the input data. Inspired by this, we introduce novel methods for EO applications tailored to MVL with missing views. Our methods integrate the combination of a set to simulate all combinations of missing views as different training samples. Instead of replacing missing data with a numerical value, we use dynamic merge functions, like average, and more complex ones like Transformer. This allows the MVL model to entirely ignore the missing views, enhancing its predictive robustness. We experiment on four EO datasets with temporal and static views, including state-of-the-art methods from the EO domain. The results indicate that our methods improve model robustness under conditions of moderate missingness, and improve the predictive performance when all views are present. The proposed methods offer a single adaptive solution to operate effectively with any combination of available views.

Code Implementations1 repo
Foundations

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

Your Notes