paper-with-me

Papers

DeepCache: Principled Cache for Mobile Deep Vision

2017-12-01 · Mengwei Xu, Mengze Zhu, Yunxin Liu, Felix Xiaozhu Lin, Xuanzhe Liu

We present DeepCache, a principled cache design for deep learning inference in continuous mobile vision. DeepCache benefits model execution efficiency by exploiting temporal locality in input video streams. It addresses a key challenge raised by mobile vision: the cache must operate under video scene variation, while trading off among cacheability, overhead, and loss in model accuracy. At the input of a model, DeepCache discovers video temporal locality by exploiting the video's internal structure, for which it borrows proven heuristics from video compression; into the model, DeepCache propagates regions of reusable results by exploiting the model's internal structure. Notably, DeepCache eschews applying video heuristics to model internals which are not pixels but high-dimensional, difficult-to-interpret data. Our implementation of DeepCache works with unmodified deep learning models, requires zero developer's manual effort, and is therefore immediately deployable on off-the-shelf mobile devices. Our experiments show that DeepCache saves inference execution time by 18% on average and up to 47%. DeepCache reduces system energy consumption by 20% on average.

📄 PDF Abstract BibTeX arXiv:1712.01670

Code (1)

xumengwei/DeepCache 공식 구현

Tasks

Video Compression

Similar Papers 제목 키워드 기반

DeepCache: Accelerating Diffusion Models for Free

2023-12-01 · CVPR 2024 1 · Xinyin Ma, Gongfan Fang, Xinchao Wang

Diffusion models have recently gained unprecedented attention in the field of image synthesis due to their remarkable generative capabilities. Notwithstanding their prowess, these models often incur substantial computati…

DenoisingImage Generation

Content-Aware User Association and Multi-User MIMO Beamforming over Mobile Edge Caching

2019-06-26 · Susanna Mosleh, Qiang Fan, Lingjia Liu, Jonathan D. Ashdown 외

Mobile edge caching (MEC) has been introduced to support ever-growing end-users' needs. To reduce the backhaul traffic demand and content delivery latency, cache-enabled edge servers at base stations (BSs) are employed t…

Decentralized Federated Learning with Model Caching on Mobile Agents

2024-08-26 · Xiaoyu Wang, Guojun Xiong, Houwei Cao, Jian Li 외

Federated Learning (FL) trains a shared model using data and computation power on distributed agents coordinated by a central server. Decentralized FL (DFL) utilizes local model exchange and aggregation between agents to…

Federated Learning

Efficient On-Device Diffusion LLM Inference with Mobile NPU

2026-06-11 · Tuowei Wang, Yanfan Sun, Ju Ren arxiv

Diffusion large language models (dLLMs) accelerate generation by denoising multiple tokens in parallel, making them attractive for latency-sensitive mobile inference. However, repeated denoising introduces substantial co…

Cache-Enabled Coordinated Mobile Edge Network: Opportunities and Challenges

2019-12-25

Cache-enabled coordinated mobile edge network is an emerging network architecture, wherein serving nodes located at the network edge have the capabilities of baseband signal processing and caching files at their local ca…