paper-with-me

Papers

Accelerating Deep Learning Classification with Error-controlled Approximate-key Caching

2021-12-13 · Alessandro Finamore, James Roberts, Massimo Gallo, Dario Rossi

While Deep Learning (DL) technologies are a promising tool to solve networking problems that map to classification tasks, their computational complexity is still too high with respect to real-time traffic measurements requirements. To reduce the DL inference cost, we propose a novel caching paradigm, that we named approximate-key caching, which returns approximate results for lookups of selected input based on cached DL inference results. While approximate cache hits alleviate DL inference workload and increase the system throughput, they however introduce an approximation error. As such, we couple approximate-key caching with an error-correction principled algorithm, that we named auto-refresh. We analytically model our caching system performance for classic LRU and ideal caches, we perform a trace-driven evaluation of the expected performance, and we compare the benefits of our proposed approach with the state-of-the-art similarity caching -- testifying the practical interest of our proposal.

📄 PDF Abstract BibTeX arXiv:2112.06671

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep Learning

Similar Papers 제목 키워드 기반

SenCache: Accelerating Diffusion Model Inference via Sensitivity-Aware Caching

2026-02-27 · Yasaman Haghighi, Alexandre Alahi arxiv

Diffusion models achieve state-of-the-art video generation quality, but their inference remains expensive due to the large number of sequential denoising steps. This has motivated a growing line of research on accelerati…

Video Generation

Relational Feature Caching for Accelerating Diffusion Transformers

2026-02-23 · Byunggwan Son, Jeimin Jeon, Jeongwoo Choi, Bumsub Ham arxiv

Feature caching approaches accelerate diffusion transformers (DiTs) by storing the output features of computationally expensive modules at certain timesteps, and exploiting them for subsequent steps to reduce redundant c…

Accelerating Diffusion Transformer via Error-Optimized Cache

2025-01-31 · Junxiang Qiu, Shuo Wang, Jinda Lu, Lin Liu 외

Diffusion Transformer (DiT) is a crucial method for content generation. However, it needs a lot of time to sample. Many studies have attempted to use caching to reduce the time consumption of sampling. Existing caching m…

Accelerating Diffusion Transformers with Dual Feature Caching

2024-12-25 · Chang Zou, Evelyn Zhang, Runlin Guo, Haohang Xu 외

Diffusion Transformers (DiT) have become the dominant methods in image and video generation yet still suffer substantial computational costs. As an effective approach for DiT acceleration, feature caching methods are des…

Video Generation

Frequency-Aware Error-Bounded Caching for Accelerating Diffusion Transformers

2026-03-05 · Guandong Li arxiv

Diffusion Transformers (DiTs) have emerged as the dominant architecture for high-quality image and video generation, yet their iterative denoising process incurs substantial computational cost during inference. Existing …

Video Generation