PulseAugur
实时 09:27:37

GHOST framework slashes 3D reconstruction cache needs

Researchers have developed GHOST, a new framework designed to manage the memory cache for streaming 3D reconstruction from long video sequences. This training-free method uses the model's own 3D geometry outputs to decide which data tokens to evict, addressing the memory bottleneck issue. GHOST employs a hierarchical scoring system, a privilege mechanism for critical tokens, and layer-wise budget allocation to optimize cache usage. The framework significantly reduces KV cache size and speeds up inference while maintaining high reconstruction quality. AI

影响 Enables more efficient processing of long video sequences for 3D reconstruction, potentially improving real-time applications.

排序理由 Publication of a new research paper detailing a novel framework for 3D reconstruction. [lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.CV 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

GHOST framework slashes 3D reconstruction cache needs

报道来源 [1]

  1. arXiv cs.CV TIER_1 English(EN) · Yulun Zhang ·

    GHOST: Geometry-Hierarchical Online Streaming Token Eviction for Efficient 3D Reconstruction

    Streaming 3D reconstruction from long monocular video sequences requires maintaining a key-value (KV) cache that grows linearly with sequence length, creating a severe memory bottleneck. Existing approaches either truncate the cache to a fixed set of anchor frames, leading to rec…