CVAIJul 21, 2025

EgoPrune: Efficient Token Pruning for Egomotion Video Reasoning in Embodied Agent

arXiv:2507.15428v14 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the computational bottleneck for real-world deployment of embodied agents using egomotion videos, though it is incremental as it adapts existing techniques to a specific domain.

The paper tackles the problem of inefficient reasoning on long, redundant egomotion videos for embodied AI agents by proposing EgoPrune, a training-free token pruning method that reduces FLOPs, memory usage, and latency while outperforming prior methods across various pruning ratios on benchmarks.

Egomotion videos are first-person recordings where the view changes continuously due to the agent's movement. As they serve as the primary visual input for embodied AI agents, making egomotion video reasoning more efficient is therefore essential for real-world deployment. Recent advances in vision-language models have enabled strong multimodal reasoning capabilities, but their computational cost remains prohibitive for long, redundant video inputs. Existing token pruning methods, typically designed for third-person videos, fail to leverage the spatiotemporal continuity and motion constraints inherent in egomotion settings. To address this, we propose EgoPrune, a training-free token pruning method tailored for egomotion video reasoning. EgoPrune comprises three components: a keyframe selector adapted from EmbodiedR for temporally efficient sampling; Perspective-Aware Redundancy Filtering (PARF), which aligns visual tokens using perspective transformations and removes redundant tokens; and a Maximal Marginal Relevance (MMR)-based token selector that jointly considers visual-text relevance and intra-frame diversity. Experiments on two egomotion video benchmarks show that EgoPrune consistently outperforms prior training-free methods across various pruning ratios while significantly reducing FLOPs, memory usage, and latency. Moreover, we deploy EgoPrune on an embodied agent equipped with a Jetson Orin NX 16GB edge device, demonstrating its real-world efficiency and suitability for on-device egomotion video reasoning.

Foundations

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

Your Notes