paper-with-me

Papers

QoS-SLA-Aware Adaptive Genetic Algorithm for Multi-Request Offloading in Integrated Edge-Cloud Computing in Internet of Vehicles

2022-01-21 · Leila Ismail, Huned Materwala, Hossam S. Hassanein

The Internet of Vehicles over Vehicular Ad-hoc Networks is an emerging technology enabling the development of smart city applications focused on improving traffic safety, traffic efficiency, and the overall driving experience. These applications have stringent requirements detailed in Service Level Agreement. Since vehicles have limited computational and storage capabilities, applications requests are offloaded onto an integrated edge-cloud computing system. Existing offloading solutions focus on optimizing the application's Quality of Service (QoS) in terms of execution time, and respecting a single SLA constraint. They do not consider the impact of overlapped multi-requests processing nor the vehicle's varying speed. This paper proposes a novel Artificial Intelligence QoS-SLA-aware adaptive genetic algorithm (QoS-SLA-AGA) to optimize the application's execution time for multi-request offloading in a heterogeneous edge-cloud computing system, which considers the impact of processing multi-requests overlapping and dynamic vehicle speed. The proposed genetic algorithm integrates an adaptive penalty function to assimilate the SLA constraints regarding latency, processing time, deadline, CPU, and memory requirements. Numerical experiments and analysis compare our QoS-SLA-AGA to random offloading, and baseline genetic-based approaches. Results show QoS-SLA-AGA executes the requests 1.22 times faster on average compared to the random offloading approach and with 59.9% fewer SLA violations. In contrast, the baseline genetic-based approach increases the requests' performance by 1.14 times, with 19.8% more SLA violations.

📄 PDF Abstract BibTeX arXiv:2202.01696

Code (0)

등록된 구현이 없습니다.

Tasks

Cloud ComputingCPU

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

Onsite Job Scheduling by Adaptive Genetic Algorithm

2023-06-04 · Avijit Basak, Subhas Acharya

Onsite Job Scheduling is a specialized variant of Vehicle Routing Problem (VRP) with multiple depots. The objective of this problem is to execute jobs requested by customers, belonging to different geographic locations b…

Scheduling

ReQuest: Rethinking-based Question-Aware Frame Selection for Long-Form Video QA

2026-07-02 · Minkuk Kim, Suyong Yun, Young Tae Kim, Jinyoung Moon 외 arxiv

Recent multimodal large language models (MLLMs) have substantially advanced video understanding, yet long-form video QA remains challenging under fixed input token budgets, where uniform sampling can be inefficient for e…

A biased random-key genetic algorithm for the home health care problem

2022-06-29 · Alberto F. Kummer, Olinto C. B. de Araújo, Luciana S. Buriol, Mauricio G. C. Resende

Home health care problems consist of scheduling visits to home patients by health professionals while following a series of requirements. This paper studies the Home Health Care Routing and Scheduling Problem, which comp…

AttributeScheduling

EWSJF: An Adaptive Scheduler with Hybrid Partitioning for Mixed-Workload LLM Inference

2026-01-29 · Bronislav Sidik, Chaya Levi, Joseph Kampeas arxiv

Serving Large Language Models (LLMs) under mixed workloads--short, latency-sensitive interactive queries alongside long, throughput-oriented batch requests--poses a fundamental scheduling challenge. Standard First-Come, …

Astraea: A State-Aware Scheduling Engine for LLM-Powered Agents

2025-12-16 · Hongqiu Ni, Jiabao Zhang, Guopeng Li, Zilong Wang 외 arxiv

Large Language Models (LLMs) are increasingly being deployed as intelligent agents. Their multi-stage workflows, which alternate between local computation and calls to external network services like Web APIs, introduce a…