Reasoning as Intersection: Consensus-Frame Alignment for Visual Focus in Video-MLLMs

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

Consensus Frame GRPO (CF-GRPO) is a novel temporal-annotation-free process-level reward framework designed to enhance evidence-aware video reasoning in Video Multimodal Large Language Models (Video-MLLMs). Addressing the limitations of outcome-only rewards, CF-GRPO provides explicit guidance on which visual evidence should support an answer. Inspired by multisensory integration, it constructs a consensus frame prior using intrinsic video cues like temporal coverage, scene-transition cues, and query-conditioned visual relevance. The framework then calculates a model-side frame-use score from visual and response representations, optimizing their agreement through the Consensus Frame Reward (CFR). CFR employs salience-aware sparse aggregation and distribution sharpening to deliver a high-contrast reward signal without requiring human temporal annotations. Experiments demonstrate that VideoCFR achieves competitive performance across complex video reasoning benchmarks and improves various metrics compared to representative Video-MLLM and RL baselines. The consensus prior also offers an interpretable view of the evidence frames emphasized during training. The implementation is available at https://github.com/1Pansy/VideoCFR.

Key takeaway

For Machine Learning Engineers developing Video-MLLMs, if you are struggling with models that lack explicit visual evidence guidance, CF-GRPO provides a robust solution. This framework enables process-level reward optimization, aligning visual evidence with a consensus frame prior derived from intrinsic video cues. You can achieve competitive reasoning performance and gain interpretable insights into emphasized frames, all without requiring costly human temporal annotations. Consider integrating VideoCFR to enhance your model's reasoning and transparency.

Key insights

Consensus Frame GRPO (CF-GRPO) improves Video-MLLM reasoning by aligning visual evidence with a consensus frame prior, using process-level rewards without temporal annotations.

Principles

Method

CF-GRPO constructs a consensus frame prior from intrinsic video cues, computes a model-side frame-use score, and optimizes their agreement via Consensus Frame Reward (CFR) using salience-aware sparse aggregation and distribution sharpening.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.