ASCVSDOct 8, 2025

Look before Transcription: End-to-End SlideASR with Visually-Anchored Policy Optimization

arXiv:2510.08618v1h-index: 7
Originality Highly original
AI Analysis

This addresses the challenge of accurate transcription in specialized settings like lectures, offering a novel end-to-end solution that is not incremental but builds on existing paradigms with specific improvements.

The paper tackles the problem of automatic speech recognition (ASR) struggling with domain-specific terminology in academic lectures by proposing the SlideASR task and a Visually-Anchored Policy Optimization (VAPO) method, which significantly improves recognition of domain-specific terms through an end-to-end approach.

Automatic speech recognition (ASR) systems often struggle with domain-specific terminology, especially in specialized settings such as academic lectures. To address this, we define the SlideASR task, which leverages the rich visual information from presentation slides to improve transcription accuracy. Existing pipeline methods for this task tend to be complex and underperform. Although omni-modal large language models (OLLMs) provide a promising end-to-end framework, they frequently fail in practice by degenerating into simple optical character recognition (OCR) systems. To overcome this, we propose Visually-Anchored Policy Optimization (VAPO), a novel post-training method designed to control the model's reasoning process. Drawing on the Chain-of-Thought reasoning paradigm, VAPO enforces a structured "Look before Transcription" procedure using a <think><answer> format. Specifically, the model first performs OCR on the slide content within the think step, then generates the transcription by referencing this recognized visual information in the answer step. This reasoning process is optimized via reinforcement learning with four distinct rewards targeting format compliance, OCR accuracy, ASR quality, and visual anchoring consistency. To support further research, we construct SlideASR-Bench, a new entity-rich benchmark consisting of a synthetic dataset for training and testing, and a challenging real-world set for evaluation. Extensive experiments demonstrate that VAPO significantly improves recognition of domain-specific terms, establishing an effective end-to-end paradigm for SlideASR.

Foundations

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

Your Notes