CVLGApr 29, 2025

Legilimens: Performant Video Analytics on the System-on-Chip Edge

arXiv:2504.21136v1h-index: 7
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient model adaptation for video analytics on resource-constrained mobile edge devices like drones and dashcams, representing an incremental improvement over existing systems.

The paper tackles the problem of high-accuracy video analytics on mobile edge devices by introducing Legilimens, a continuous learning system that reduces retraining costs by 2.8-10x and achieves 18-45% higher accuracies across diverse workloads.

Continually retraining models has emerged as a primary technique to enable high-accuracy video analytics on edge devices. Yet, existing systems employ such adaptation by relying on the spare compute resources that traditional (memory-constrained) edge servers afford. In contrast, mobile edge devices such as drones and dashcams offer a fundamentally different resource profile: weak(er) compute with abundant unified memory pools. We present Legilimens, a continuous learning system for the mobile edge's System-on-Chip GPUs. Our driving insight is that visually distinct scenes that require retraining exhibit substantial overlap in model embeddings; if captured into a base model on device memory, specializing to each new scene can become lightweight, requiring very few samples. To practically realize this approach, Legilimens presents new, compute-efficient techniques to (1) select high-utility data samples for retraining specialized models, (2) update the base model without complete retraining, and (3) time-share compute resources between retraining and live inference for maximal accuracy. Across diverse workloads, Legilimens lowers retraining costs by 2.8-10x compared to existing systems, resulting in 18-45% higher accuracies.

Foundations

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

Your Notes