AI Navigate

From Imitation to Intuition: Intrinsic Reasoning for Open-Instance Video Classification

arXiv cs.CV / 3/12/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper tackles open-instance video classification by moving beyond imitation to intrinsic reasoning, addressing large intra-class variations and distribution shifts in real-world data.
  • It introduces the DeepIntuit framework, which starts with cold-start supervised alignment to initialize reasoning capabilities before refining them with Group Relative Policy Optimization (GRPO) via reinforcement learning.
  • An intuitive calibration stage trains a classifier on intrinsic reasoning traces generated by the refined vision-language model to ensure stable knowledge transfer without distribution mismatch.
  • Experimental results show that open-instance video classification benefits significantly from intrinsic reasoning over pure feature imitation, and the project is available at the provided URL.

Abstract

Conventional video classification models, acting as effective imitators, excel in scenarios with homogeneous data distributions. However, real-world applications often present an open-instance challenge, where intra-class variations are vast and complex, beyond existing benchmarks. While traditional video encoder models struggle to fit these diverse distributions, vision-language models (VLMs) offer superior generalization but have not fully leveraged their reasoning capabilities (intuition) for such tasks. In this paper, we bridge this gap with an intrinsic reasoning framework that evolves open-instance video classification from imitation to intuition. Our approach, namely DeepIntuit, begins with a cold-start supervised alignment to initialize reasoning capability, followed by refinement using Group Relative Policy Optimization (GRPO) to enhance reasoning coherence through reinforcement learning. Crucially, to translate this reasoning into accurate classification, DeepIntuit then introduces an intuitive calibration stage. In this stage, a classifier is trained on this intrinsic reasoning traces generated by the refined VLM, ensuring stable knowledge transfer without distribution mismatch. Extensive experiments demonstrate that for open-instance video classification, DeepIntuit benefits significantly from transcending simple feature imitation and evolving toward intrinsic reasoning. Our project is available at https://bwgzk-keke.github.io/DeepIntuit/.