CVLGJun 17, 2024

CM2-Net: Continual Cross-Modal Mapping Network for Driver Action Recognition

arXiv:2406.11340v38 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of domain gaps in multi-modal driver action recognition for enhancing driving safety, but it is incremental as it builds on existing continual learning and prompting methods.

The paper tackles the problem of costly data collection for non-RGB modalities in driver action recognition by proposing CM2-Net, a continual learning network that uses prompts from previously learned modalities to improve feature extraction for new modalities, achieving superior performance on the Drive&Act dataset.

Driver action recognition has significantly advanced in enhancing driver-vehicle interactions and ensuring driving safety by integrating multiple modalities, such as infrared and depth. Nevertheless, compared to RGB modality only, it is always laborious and costly to collect extensive data for all types of non-RGB modalities in car cabin environments. Therefore, previous works have suggested independently learning each non-RGB modality by fine-tuning a model pre-trained on RGB videos, but these methods are less effective in extracting informative features when faced with newly-incoming modalities due to large domain gaps. In contrast, we propose a Continual Cross-Modal Mapping Network (CM2-Net) to continually learn each newly-incoming modality with instructive prompts from the previously-learned modalities. Specifically, we have developed Accumulative Cross-modal Mapping Prompting (ACMP), to map the discriminative and informative features learned from previous modalities into the feature space of newly-incoming modalities. Then, when faced with newly-incoming modalities, these mapped features are able to provide effective prompts for which features should be extracted and prioritized. These prompts are accumulating throughout the continual learning process, thereby boosting further recognition performances. Extensive experiments conducted on the Drive&Act dataset demonstrate the performance superiority of CM2-Net on both uni- and multi-modal driver action recognition.

Foundations

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

Your Notes