paper-with-me

Papers

Visual Para-Thinker: Divide-and-Conquer Reasoning for Visual Comprehension

2026-02-10 · Haoran Xu, Hongyu Wang, Jiaze Li, Shunpeng Chen, Zizhao Tong, Jianzhong Ju, Zhenbo Luo, Jian Luan arxiv

Existing LLM test-time scaling laws emphasize the emergence of self-reflective behaviors through extended reasoning length. Nevertheless, this vertical scaling strategy often encounters plateaus in exploration as the model becomes locked into specific thinking pattern. By shifting from depth to parallelism, parallel thinking mitigates the narrowing of exploration. However, the extension of this paradigm to visual domain remains an open research question. In this paper, we first examine the role of visual partitioning in parallelized reasoning and subsequently propose two distinct strategies. Based on the above, we introduce Visual Para-Thinker, representing the inaugural parallel reasoning framework for MLLMs. To maintain path independence and promote diversity in reasoning, our approach integrates Pa-Attention alongside LPRoPE. Leveraging the vLLM framework, we have developed a native multimodal implementation that facilitates high-efficiency parallel processing. Empirical results on benchmark datasets such as V*, CountBench, RefCOCO, and HallusionBench confirm that Visual Para-Thinker successfully extends the benefits of parallel reasoning to the visual domain.

📄 PDF Abstract BibTeX arXiv:2602.13310

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Neural Divide-and-Conquer Reasoning Framework for Image Retrieval from Linguistically Complex Text

2023-05-03 · Yunxin Li, Baotian Hu, Yuxin Ding, Lin Ma 외

Pretrained Vision-Language Models (VLMs) have achieved remarkable performance in image retrieval from text. However, their performance drops drastically when confronted with linguistically complex texts that they struggl…

Image RetrievalLogical ReasoningRetrieval

ProxyThinker: Test-Time Guidance through Small Visual Reasoners

2025-05-30 · Zilin Xiao, Jaywon Koo, Siru Ouyang, Jefferson Hernandez 외

Recent advancements in reinforcement learning with verifiable rewards have pushed the boundaries of the visual reasoning capabilities in large vision-language models (LVLMs). However, training LVLMs with reinforcement fi…

Visual Reasoning

Unified Thinker: A General Reasoning Modular Core for Image Generation

2026-01-06 · Sashuai Zhou, Qiang Zhou, Jijin Hu, Hanqing Yang 외 arxiv

Despite impressive progress in high-fidelity image synthesis, generative models still struggle with logic-intensive instruction following, exposing a persistent reasoning--execution gap. Meanwhile, closed-source systems …

Text-to-Image GenerationReinforcement LearningInstruction FollowingImage Editing

Divide and Conquer: Accelerating Diffusion-Based Large Language Models via Adaptive Parallel Decoding

2026-02-27 · Xiangzhong Luo, Yilin An, Zhicheng Yu, Weichen Liu 외 arxiv

Diffusion-based large language models (dLLMs) have shown promising performance across various reasoning tasks, establishing themselves as an alternative to autoregressive large language models (LLMs). Unlike autoregressi…

DCR: Divide-and-Conquer Reasoning for Multi-choice Question Answering with LLMs

2024-01-10 · Zijie Meng, Yan Zhang, Zhaopeng Feng, Zuozhu Liu

Large language models (LLMs) have shown impressive performance in reasoning benchmarks with the emergence of Chain-of-Thought (CoT), particularly in multi-choice question (MCQ). However, current works equally resolve que…

Question Answering