paper-with-me

Papers

DeepRT: A Soft Real Time Scheduler for Computer Vision Applications on the Edge

2021-05-05 · Zhe Yang, Klara Nahrstedt, Hongpeng Guo, Qian Zhou

The ubiquity of smartphone cameras and IoT cameras, together with the recent boom of deep learning and deep neural networks, proliferate various computer vision driven mobile and IoT applications deployed on the edge. This paper focuses on applications which make soft real time requests to perform inference on their data - they desire prompt responses within designated deadlines, but occasional deadline misses are acceptable. Supporting soft real time applications on a multi-tenant edge server is not easy, since the requests sharing the limited GPU computing resources of an edge server interfere with each other. In order to tackle this problem, we comprehensively evaluate how latency and throughput respond to different GPU execution plans. Based on this analysis, we propose a GPU scheduler, DeepRT, which provides latency guarantee to the requests while maintaining high overall system throughput. The key component of DeepRT, DisBatcher, batches data from different requests as much as possible while it is proven to provide latency guarantee for requests admitted by an Admission Control Module. DeepRT also includes an Adaptation Module which tackles overruns. Our evaluation results show that DeepRT outperforms state-of-the-art works in terms of the number of deadline misses and throughput.

📄 PDF Abstract BibTeX arXiv:2105.01803

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

DeepRT: deep learning for peptide retention time prediction in proteomics

2017-05-15

Accurate predictions of peptide retention times (RT) in liquid chromatography have many applications in mass spectrometry-based proteomics. Herein, we present DeepRT, a deep learning based software for peptide retention …

Deep LearningDimensionality Reduction

DeepRTE: Pre-trained Attention-based Neural Network for Radiative Tranfer

2025-05-29 · Yekun Zhu, Min Tang, Zheng Ma

In this study, we propose a novel neural network approach, termed DeepRTE, to address the steady-state Radiative Transfer Equation (RTE). The RTE is a differential-integral equation that governs the propagation of radiat…

Computational EfficiencyRTE

DeepRTL2: A Versatile Model for RTL-Related Tasks

2025-05-28 · Yi Liu, Hongji Zhang, Yunhao Zhou, Zhengyuan Shi 외

The integration of large language models (LLMs) into electronic design automation (EDA) has significantly advanced the field, offering transformative benefits, particularly in register transfer level (RTL) code generatio…

Code GenerationCode Search

DeepRTL: Bridging Verilog Understanding and Generation with a Unified Representation Model

2025-02-20 · Yi Liu, Changran Xu, Yunhao Zhou, Zeju Li 외

Recent advancements in large language models (LLMs) have shown significant potential for automating hardware description language (HDL) code generation from high-level natural language instructions. While fine-tuning has…

Code GenerationSemantic SimilaritySemantic Textual Similarity

Towards Practical Deep Schedulers for Allocating Cellular Radio Resources

2024-11-13 · Petteri Kela, Bryan Liu, Alvaro Valcarce

Machine learning methods are often suggested to address wireless network functions, such as radio packet scheduling. However, a feasible 3GPP-compliant scheduler capable of delivering fair throughput across users, while …

Deep Reinforcement LearningReinforcement Learning (RL)Scheduling