paper-with-me

Papers

Attention Itself Could Retrieve.RetrieveVGGT: Training-Free Long Context Streaming 3D Reconstruction via Query-Key Similarity Retrieval

2026-05-10 · Zichen Zou, Xiaosong Jia, Zuxuan Wu, Yu-Gang Jiang arxiv

Visual Geometry Grounded Transformer (VGGT) advances 3D reconstruction via scalable Transformer architecture, but the quadratic complexity of global attention prevents long context application. StreamVGGT enables streaming with causal attention, yet its KV cache grows linearly with frames, causing memory overflow and quality degradation. We present RetrieveVGGT, a training-free framework, which formulates context construction for VGGT as a retrieval problem. By retrieving a fixed number of relevant frames at each step, VGGT maintains a controllable memory budget, which is close to its training context length. Interestingly, we find that the similarity between current frame queries and cached history frame keys at the first global attention layer of VGGT is already a strong indicator of relevance, eliminating the need for additional learned scoring. To enhance information diversity similar to a recommender system, we propose Segment Sampling so that the retrieval spans distinct relevant segments rather than a single high-similarity region. We design a pose-aware spatial memory mechanism that organizes history frames according to their already estimated camera poses, enabling location-aware retrieval. Extensive experiments demonstrate that RetrieveVGGT achieves state-of-the-art performance, outperforming StreamVGGT, TTT3R, and InfiniteVGGT while maintaining constant memory usage regardless of sequence length. Code is available at https://github.com/zzctmd/RetrieveVGGT.

📄 PDF Abstract BibTeX arXiv:2605.09644

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

When RAG Hurts: Diagnosing and Mitigating Attention Distraction in Retrieval-Augmented LVLMs

2026-01-30 · Beidi Zhao, Wenlong Deng, Xinting Liao, Yushu Li 외 arxiv

While Retrieval-Augmented Generation (RAG) is one of the dominant paradigms for enhancing Large Vision-Language Models (LVLMs) on knowledge-based VQA tasks, recent work attributes RAG failures to insufficient attention t…

Visual Grounding

Not All Retrievals are Useful: Cross-Attention for Input-Aware RAG in Time Series Forecasting

2026-03-16 · Seunghan Lee, Jaehoon Lee, Jun Seo, Sungdong Yoo 외 arxiv

Retrieval-augmented generation (RAG) enhances zero-shot time series (TS) forecasting by leveraging external knowledge bases, yet existing approaches overlook input-level relevance when fusing retrieved samples with the q…

Time Series Forecasting

Open-book Video Captioning with Retrieve-Copy-Generate Network

2021-03-09 · CVPR 2021 1 · Ziqi Zhang, Zhongang Qi, Chunfeng Yuan, Ying Shan 외

Due to the rapid emergence of short videos and the requirement for content understanding and creation, the video captioning task has received increasing attention in recent years. In this paper, we convert traditional vi…

DecoderRetrievalVideo Captioning

Dynamic Move Chains -- a Forward Pruning Approach to Tree Search in Computer Chess

2014-03-04 · Kieran Greer

This paper proposes a new mechanism for pruning a search game-tree in computer chess. The algorithm stores and then reuses chains or sequences of moves, built up from previous searches. These move sequences have a built-…

Position

Transformer Reconstructed with Dynamic Value Attention

2025-12-22 · Xiaowei Wang arxiv

Since transformer was firstly published in 2017, several works have been proposed to optimize it. However, the major structure of transformer remains unchanged, ignoring one of its main intrinsic limitations, which is th…