Papers › MultiOOD: Scaling Out-of-Distribution Detection for Multiple Modalities

MultiOOD: Scaling Out-of-Distribution Detection for Multiple Modalities

27 May 2024arXiv:2405.17419archive 2025-07-28

Hao Dong, Yue Zhao, Eleni Chatzi, Olga Fink

Detecting out-of-distribution (OOD) samples is important for deploying machine learning models in safety-critical applications such as autonomous driving and robot-assisted surgery. Existing research has mainly focused on unimodal scenarios on image data. However, real-world applications are inherently multimodal, which makes it essential to leverage information from multiple modalities to enhance the efficacy of OOD detection. To establish a foundation for more realistic Multimodal OOD Detection, we introduce the first-of-its-kind benchmark, MultiOOD, characterized by diverse dataset sizes and varying modality combinations. We first evaluate existing unimodal OOD detection algorithms on MultiOOD, observing that the mere inclusion of additional modalities yields substantial improvements. This underscores the importance of utilizing multiple modalities for OOD detection. Based on the observation of Modality Prediction Discrepancy between in-distribution (ID) and OOD data, and its strong correlation with OOD performance, we propose the Agree-to-Disagree (A2D) algorithm to encourage such discrepancy during training. Moreover, we introduce a novel outlier synthesis method, NP-Mix, which explores broader feature spaces by leveraging the information from nearest neighbor classes and complements A2D to strengthen OOD detection performance. Extensive experiments on MultiOOD demonstrate that training with A2D and NP-Mix improves existing OOD detection algorithms by a large margin. Our source code and MultiOOD benchmark are available at https://github.com/donghao51/MultiOOD.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.17419")

Code

Syntology Ran 7 of 12 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

donghao51/multiood officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
4ran
5unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from donghao51/MultiOOD. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

normalized_prediction_entropy donghao51/MultiOOD/EPIC-rgb-flow/train_video_flow_audio_epic.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 2a70efefd5fd3fdf · report
NetVLAD donghao51/multiood/EPIC-rgb-flow/VGGSound/models/resnet.py official repository ran no licence file found · pointer only · 7abffed1d8fb63ec · report
acc donghao51/MultiOOD/metrics.py official repository ran fingerprinted no licence file found · pointer only · 0a54a15777a1feeb · report
compute_all_metrics donghao51/MultiOOD/metrics.py official repository ran no licence file found · pointer only · c1c055d8355879ae · report
fpr_recall donghao51/MultiOOD/metrics.py official repository ran no licence file found · pointer only · e40c372099f6f97e · report
hellinger_distance donghao51/multiood/HMDB-rgb-flow/train_video_flow.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · e5d31e759577909d · report
wasserstein_distance donghao51/multiood/HMDB-rgb-flow/train_video_flow.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 5710019a55c8a04e · report
AudioAttGenModule donghao51/multiood/EPIC-rgb-flow/VGGSound/models/resnet.py official repository unverified no licence file found · pointer only · 2908b8fe1e90a4e3 · report
generalized_entropy donghao51/MultiOOD/eval_video_flow_far_ood.py official repository unverified no licence file found · pointer only · c157c58abd3d1ba1 · report
get_spectrogram_piece donghao51/MultiOOD/HMDB-rgb-flow/dataloader_video_flow_audio.py official repository unverified no licence file found · pointer only · aa717d479c568823 · report
load_txt_file donghao51/MultiOOD/HMDB-rgb-flow/dataloader_video_flow.py official repository unverified no licence file found · pointer only · 66bf4c7492649567 · report
load_txt_file_kinetics donghao51/MultiOOD/HMDB-rgb-flow/dataloader_video_flow.py official repository unverified no licence file found · pointer only · 888f281566803e07 · report

Tasks

Autonomous DrivingOut-of-Distribution Detection

Datasets

Introduced by this paper, per the archive.

MultiOOD

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections