ResearchPod Summary
Multi-modal action recognition models often outperform uni-modal counterparts by leveraging complementary information from sources like audio and optical flow. However, these systems frequently struggle to identify out-of-distribution (OOD) inputs, often defaulting to off-the-shelf uni-modal OOD detectors that fail to exploit the rich, inter-modal relationships available at inference time. This paper investigates how to better utilize these multi-modal signals to improve OOD detection robustness.
The authors observe that for in-distribution (ID) samples, there is a strong, predictable linear relationship between the predictions of individual uni-modal heads and the final multi-modal head. Conversely, this relationship breaks down when the model encounters OOD samples. The researchers propose a hybrid, post-hoc detector that combines three signals:
By normalizing these scores and integrating them, the detector creates a unified OOD score without requiring changes to the training process.
Evaluated on the Multi-OOD benchmark, the proposed method consistently outperforms existing state-of-the-art approaches across various datasets and modalities. For example, on Kinetics-600 Far-OOD experiments, the method achieved a 13.5% improvement in False Positive Rate (FPR) compared to previous baselines. The results demonstrate that explicitly modeling the interaction between modalities at inference time provides a critical cue for detecting anomalies that uni-modal detectors miss.
This work shifts the focus of multi-modal OOD detection from training-time regularization to inference-time detection. By providing a training-free, post-hoc solution, the authors offer a flexible tool that can be applied to existing multi-modal architectures to enhance reliability in real-world, open-world environments where OOD samples are common.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.