paper-with-me

Papers

GEMEL: Model Merging for Memory-Efficient, Real-Time Video Analytics at the Edge

2022-01-19 · Arthi Padmanabhan, Neil Agarwal, Anand Iyer, Ganesh Ananthanarayanan, Yuanchao Shu, Nikolaos Karianakis, Guoqing Harry Xu, Ravi Netravali

Video analytics pipelines have steadily shifted to edge deployments to reduce bandwidth overheads and privacy violations, but in doing so, face an ever-growing resource tension. Most notably, edge-box GPUs lack the memory needed to concurrently house the growing number of (increasingly complex) models for real-time inference. Unfortunately, existing solutions that rely on time/space sharing of GPU resources are insufficient as the required swapping delays result in unacceptable frame drops and accuracy violations. We present model merging, a new memory management technique that exploits architectural similarities between edge vision models by judiciously sharing their layers (including weights) to reduce workload memory costs and swapping delays. Our system, GEMEL, efficiently integrates merging into existing pipelines by (1) leveraging several guiding observations about per-model memory usage and inter-layer dependencies to quickly identify fruitful and accuracy-preserving merging configurations, and (2) altering edge inference schedules to maximize merging benefits. Experiments across diverse workloads reveal that GEMEL reduces memory usage by up to 60.7%, and improves overall accuracy by 8-39% relative to time/space sharing alone.

📄 PDF Abstract BibTeX arXiv:2201.07705

Code (0)

등록된 구현이 없습니다.

Tasks

GPUManagement

Similar Papers 제목 키워드 기반

Generative Multimodal Entity Linking

2023-06-22 · Senbao Shi, Zhenran Xu, Baotian Hu, Min Zhang

Multimodal Entity Linking (MEL) is the task of mapping mentions with multimodal contexts to the referent entities from a knowledge base. Existing MEL methods mainly focus on designing complex multimodal interaction mecha…

Entity LinkingIn-Context LearningLanguage ModelingLanguage Modelling+1

RIVER: A Real-Time Interaction Benchmark for Video LLMs

2026-03-04 · Yansong Shi, Qingsong Zhao, Tianxiang Jiang, Xiangyu Zeng 외 arxiv

The rapid advancement of multimodal large language models has demonstrated impressive capabilities, yet nearly all operate in an offline paradigm, hindering real-time interactivity. Addressing this gap, we introduce the …

Video Token Merging for Long-form Video Understanding

2024-10-31 · Seon-Ho Lee, Jue Wang, Zhikang Zhang, David Fan 외

As the scale of data and models for video understanding rapidly expand, handling long-form video input in transformer-based models presents a practical challenge. Rather than resorting to input sampling or token dropping…

FormVideo ClassificationVideo Understanding

VidToMe: Video Token Merging for Zero-Shot Video Editing

2023-12-17 · CVPR 2024 1 · Xirui Li, Chao Ma, Xiaokang Yang, Ming-Hsuan Yang

Diffusion models have made significant advances in generating high-quality images, but their application to video generation has remained challenging due to the complexity of temporal motion. Zero-shot video editing offe…

Video EditingVideo Generation

StreamingClaw Technical Report

2026-03-23 · Jiawei Chen, Zhe Chen, Chaoqun Du, Maokui He 외 arxiv

Emerging applications such as embodied intelligence, AI hardware, autonomous driving, and intelligent cockpits rely on a real-time perception-decision-action closed loop, posing stringent challenges for streaming video u…

Autonomous Driving