LGCVAug 17, 2025

RISE: Enhancing VLM Image Annotation with Self-Supervised Reasoning

arXiv:2508.13229v3h-index: 21Has Code
Originality Incremental advance
AI Analysis

This addresses the need for better reasoning in VLMs for complex visual tasks, offering a self-supervised solution without manual annotations, though it is incremental as it builds on existing fine-tuning methods.

The paper tackles the problem of Vision-Language Models struggling with complex image annotation tasks like emotion classification by introducing RISE, a two-stage framework that generates self-supervised reasoning chains and fine-tunes models, resulting in Qwen2-VL-2B outperforming SFT and Visual-RFT with robust performance and enhanced explainability.

Vision-Language Models (VLMs) struggle with complex image annotation tasks, such as emotion classification and context-driven object detection, which demand sophisticated reasoning. Standard Supervised Fine-Tuning (SFT) focuses solely on annotation outcomes, ignoring underlying rationales, while Visual Reinforcement Fine-Tuning (Visual-RFT) produces inconsistent Chains of Thought (CoTs) due to the absence of high-quality, verified CoTs during pre-training. We introduce RISE (Reason-Inspire-Strengthen-Expertise), a two-stage framework to overcome these limitations. In the Reason stage (RISE-CoT), a reinforcement learning-driven "annotation-reasoning-annotation" closed-loop generates visually grounded, logically consistent CoTs by verifying their ability to reconstruct original annotations without direct leakage. The Inspire and Strengthen stage (RISE-R1) leverages a high-quality CoT subset, filtered by RISE-CoT rewards, for supervised fine-tuning, followed by reinforcement fine-tuning to produce interpretable reasoning and accurate annotations, achieving Expertise in complex visual tasks. Evaluated on complex and simple image annotation tasks, RISE-trained Qwen2-VL-2B outperforms SFT and Visual-RFT, achieving robust performance and enhanced explainability. RISE offers a self-supervised solution for advancing VLM reasoning without requiring manually annotated CoTs.Code and resources are available at: https://github.com/HSH55/RISE.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes