NeurIPS 2026 submissionDataset benchmark

MedHorizon

Towards long-context medical video understanding in the wild.

A full-procedure benchmark for testing whether multimodal models can retrieve sparse clinical evidence, bind it to anatomical and temporal context, and perform multi-hop reasoning over long medical videos.

MedHorizon demo comparing fine-grained understanding and semantic reasoning tasks

MedHorizon evaluates both fine-grained understanding and semantic reasoning. Models must operate on raw long videos rather than pre-cut answer clips.

Benchmark Design

Why medical long videos are different from general long videos

Natural long-video QA often succeeds by locating visually distinctive moments. Medical procedures are different: the scene can stay anatomically homogeneous for hours, while decisive evidence is subtle, rare, and context dependent.

01

Full-procedure context

Videos are preserved as raw clinical procedures instead of trimmed to answer-bearing clips, forcing retrieval before reasoning.

02

Extremely sparse evidence

Only 1.7 useful frames appear per 1,000 frames on average, with a mean question-level evidence ratio of 0.166%.

03

Evidence-grounded QA

Questions are grounded in source annotations and refined through filtering, distractor strengthening, natural rewriting, and human-in-the-loop verification.

04

Multi-hop clinical reasoning

Semantic tasks require locating events, binding them to context, and aggregating findings across distant windows of the same procedure.

MedHorizon benchmark construction pipeline
Evidence-grounded construction pipeline.

Dataset Snapshot

Clinical scenes
diagnostic examination and surgery
Modalities
endoscopy, surgical video, ultrasound
Task groups
PR, SD, RL, BPQ, LLS, Site, Hist, Size, IR, WR, RSR, CPR, LD
Release split
test only, no train split

Leaderboard

Main results on MedHorizon

Even the strongest evaluated model reaches only 41.1% accuracy, showing that full-procedure medical video understanding remains unsolved.

RankModelTypeFrame BudgetOverall Acc.
1Gemini-3.1-Pro-PreviewClosed-source MLLM3241.1
2GPT-5.4Closed-source MLLM3232.6
3GPT-5.4-miniClosed-source MLLM3231.2
4LLaVA-Video-72BOpen-source MLLM6429.4
5Kimi-K2.5Closed-source MLLM6429.3
6WFS-SBRetrieval-style video MLLM12828.1
7Lingshu-32BMedical MLLM6427.9
-Text-only Qwen3-VL-8BPrompt-only sanity check027.8

The text-only row is a sanity check for textual shortcuts, not a visual model entry.

Analysis

Four findings from full-procedure evaluation

Overall model accuracy comparison
Model performance remains low across model families.
Evidence sparsity distribution
Useful frames occupy a tiny fraction of full procedures.
Temporal order analysis
Models use temporal order weakly and inconsistently.
Sparse sampling tradeoff
Sampling strategies shift errors across tasks rather than solving retrieval.
Frame budget tradeoff
More frames do not reliably improve accuracy under redundant context.
Attention redundancy analysis
Attention remains diffuse over redundant visual context.

Release

Evaluation-only dataset release

The Hugging Face repository provides the benchmark JSONL, relative video paths, US-Study videos, and a test split metadata card. Code and evaluation scripts are linked through the GitHub button.

Open Dataset

Citation

Cite MedHorizon

The citation will be updated when the arXiv preprint is available.

@misc{medhorizon2026,
  title  = {MedHorizon: Towards Long-context Medical Video Understanding in the Wild},
  author = {Anonymous},
  year   = {2026},
  note   = {Dataset benchmark}
}