Test-Time Adaptation for Combating Missing Modalities in Egocentric Videos
Merey Ramazanova, Alejandro Pardo, Bernard Ghanem, Motasem Alfarra
TL;DR
This paper tackles the practical problem of missing modalities in multimodal egocentric video without retraining. It reframes the issue as test-time adaptation and introduces MiDl, which minimizes mutual information between the model output and the test-time modality while employing self-distillation to preserve performance when all modalities are present. The approach is architecture-, dataset-, and modality-agnostic, and it demonstrates consistent gains across Epic-Kitchens, Epic-Sounds, and Ego4D settings, including long-term adaptation and out-of-domain warm-up experiments. The findings highlight MiDl as a scalable, online solution for robust multimodal predictions under incomplete data, with a clear trade-off in computation that remains manageable through parallelization. Overall, MiDl advances practical robustness for multimodal vision by enabling effective test-time adaptation specifically for missing modalities in real-world scenarios.
Abstract
Understanding videos that contain multiple modalities is crucial, especially in egocentric videos, where combining various sensory inputs significantly improves tasks like action recognition and moment localization. However, real-world applications often face challenges with incomplete modalities due to privacy concerns, efficiency needs, or hardware issues. Current methods, while effective, often necessitate retraining the model entirely to handle missing modalities, making them computationally intensive, particularly with large training datasets. In this study, we propose a novel approach to address this issue at test time without requiring retraining. We frame the problem as a test-time adaptation task, where the model adjusts to the available unlabeled data at test time. Our method, MiDl~(Mutual information with self-Distillation), encourages the model to be insensitive to the specific modality source present during testing by minimizing the mutual information between the prediction and the available modality. Additionally, we incorporate self-distillation to maintain the model's original performance when both modalities are available. MiDl represents the first self-supervised, online solution for handling missing modalities exclusively at test time. Through experiments with various pretrained models and datasets, MiDl demonstrates substantial performance improvement without the need for retraining.
