NeFut Logo NeFut
Admin Login

[CS.AI] Revolutionary Omni-Modal QA System: Evidence-State Management with Omni-Decision

Published at: 2026-07-15 22:00 Last updated: 2026-07-17 08:46
#AI #Machine Learning #Open Source

Abstract

Omni-modal evidence-seeking QA requires agents to answer questions whose evidence is sparsely distributed across videos, audio, images, web pages, and computation results. Existing agentic multimodal systems often leave evidence in scratchpads, tool trajectories, or free-form histories, making it difficult to track what has been grounded, what remains missing, and when the evidence is sufficient to answer.

We propose Omni-Decision, a training-free evidence-state system that turns omni-modal QA into a query-scoped evidence-closure process. For each query, Omni-Decision maintains a structured evidence state containing confirmed evidence, unresolved conflicts, fact and computation dependencies, and open evidence needs. A shared state view conditions planning, evidence acquisition, validation, repair, and finalization.

Heterogeneous observations from media, web, computation, and verification modules are normalized, judged, and committed through deterministic state updates. This design enables targeted evidence acquisition, preserves sparse cross-modal cues, and provides inspectable control over repair and stopping.

Omni-Decision achieves 45.6% accuracy on OmniGAIA and 58.3% on WorldSense, improving over the baselines by +27.3 and +30.2 percentage points, respectively. No-state ablations and trajectory audits further support the role of explicit evidence-state control in multi-step omni-modal evidence seeking.

Blogger's Review: The approach of Omni-Decision significantly enhances the accuracy of omni-modal QA through structured evidence state management. Its training-free nature and efficient evidence integration provide new insights for future multimodal systems, demonstrating strong potential, especially in information-scarce scenarios.

Original Source: https://arxiv.org/abs/2607.11433

[h] Back to Home