paper-with-me

Papers

AdaSR: Adaptive Streaming Reasoning with Hierarchical Relative Policy Optimization

2026-06-12 · Junlong Tong, Wenqi Xu, Yingqi Fan, Anhao Zhao, Xuan Lu, Yang Tan, Xiaoyu Shen arxiv

Large reasoning models typically follow a read-then-think paradigm: they observe the complete input, reason over a static context, and then produce the answer. Yet many real-world scenarios are inherently dynamic, such as audio and video stream, where information arrives as a continuous stream and models must reason, update, and respond under partial observations. Recent streaming reasoning methods allow models to think while reading, but they largely rely on supervised imitation of pre-constructed trajectories, which limits their flexibility. In this paper, we propose AdaSR, an adaptive streaming reasoning framework that enables models to reason during input streaming and perform final deliberation once the stream is complete, learning when to think, and how much computation to allocate across different stages. To optimize this hierarchical reasoning process, we introduce Hierarchical Relative Policy Optimization (HRPO), which decomposes policy optimization into streaming reasoning and deep reasoning phases, providing more fine-grained advantage assignment instead of uniformly distributing a single sequence-level advantage over all tokens. HRPO integrates format, accuracy, and adaptive thinking rewards to enforce valid reasoning protocols, preserve final task performance, and encourage latency-aware computation allocation. Experiments show that AdaSR achieves a better balance among reasoning accuracy, computational efficiency, and streaming latency compared with supervised fine-tuning baseline. We release our code at https://github.com/EIT-NLP/StreamingLLM/tree/main/AdaSR.

📄 PDF Abstract BibTeX arXiv:2606.14694

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Hierarchical Denoising For Multi-Step Visual Reasoning

2026-07-16 · Zezhong Qian, Xiaowei Chi, Chak-Wing Mak, Tianze Zhou 외 arxiv

Video models are evolving into vision foundation models, yet they still lack human-like multi-step reasoning. Streaming autoregressive diffusion models are efficient but limited in reasoning, while bidirectional diffusio…

Visual ReasoningVideo Generation

Reducing the gap between streaming and non-streaming Transducer-based ASR by adaptive two-stage knowledge distillation

2023-06-27 · Haitao Tang, Yu Fu, Lei Sun, Jiabin Xue 외

Transducer is one of the mainstream frameworks for streaming speech recognition. There is a performance gap between the streaming and non-streaming transducer models due to limited context. To reduce this gap, an effecti…

Knowledge Distillationspeech-recognitionSpeech Recognition

Beyond Retrieval: Progressive Latent Memory Evolution for Streaming Video Understanding

2026-09-03 · Hongyu Qu, Guangming Yao, Ling Xing, Xiaobin Hu 외 hf

Streaming video understanding requires multimodal large language models (MLLMs) to process continuous visual inputs and respond to user queries under strict causality and bounded memory. Existing approaches typically com…

ADASR: An Adversarial Auto-Augmentation Framework for Hyperspectral and Multispectral Data Fusion

2023-10-11 · Jinghui Qin, Lihuang Fang, Ruitao Lu, Liang Lin 외

Deep learning-based hyperspectral image (HSI) super-resolution, which aims to generate high spatial resolution HSI (HR-HSI) by fusing hyperspectral image (HSI) and multispectral image (MSI) with deep neural networks (DNN…

Data AugmentationDiversitySuper-Resolution

OASIS: On-Demand Hierarchical Event Memory for Streaming Video Reasoning

2026-04-18 · Zhijia Liang, Jiaming Li, Weikai Chen, Yanhao Zhang 외 arxiv

Streaming video reasoning requires models to operate in a setting where history grows without bound while meaningful evidence remains scarce. In such a landscape, relevant signal is like an oasis-small, critical, and eas…