NJUST-KMG at MedGenVidQA 2026: Cascade Multi-modal Alignment with Gaussian Soft Priors for Medical Visual Answer Localization

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Health & Medical Research · Depth: Expert, quick

Summary

The NJUST-KMG system, developed for the Medical Visual Answer Localization (MVAL) task at MedGenVidQA 2026, addresses challenges in precisely locating surgical or instructional steps within medical videos, which often suffer from audio-visual asynchrony and visual homogeneity. This system proposes a Cascade Multi-modal Alignment Framework that integrates Large Language Models (LLMs) to bridge the semantic-temporal gap. Its pipeline employs WhisperX for accurate word-level speech transcription, followed by Gemini3 acting as a high-level semantic ranker to generate multi-scale textual priors. These discrete scores are then converted into a continuous 1D Gaussian Soft Prior, which is injected as an attention bias into the cross-modal fusion network. This mechanism maintains global temporal context while directing the model's focus to query-relevant frames, achieving a competitive IoU@0.7 of 67.5% on the validation leaderboard.

Key takeaway

For Machine Learning Engineers developing medical video analysis systems, you should consider integrating multi-modal alignment techniques to overcome audio-visual asynchrony and visual homogeneity. Employing tools like WhisperX for precise speech transcription and LLMs such as Gemini3 for semantic prior generation can significantly improve localization accuracy. Specifically, applying continuous Gaussian Soft Priors as attention biases can guide your models to focus on critical, query-relevant frames, enhancing performance on strict evaluation metrics.

Key insights

A Cascade Multi-modal Alignment Framework uses LLMs and Gaussian Soft Priors to precisely localize events in medical videos despite asynchrony.

Principles

Method

The system transcribes speech with WhisperX, generates multi-scale textual priors using Gemini3, converts them to a 1D Gaussian Soft Prior, and injects this as an attention bias into a cross-modal fusion network.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.