Table of Contents
Fetching ...

RAISE: Optimizing RIS Placement to Maximize Task Throughput in Multi-Server Vehicular Edge Computing

Yanan Ma, Zhengru Fang, Longzhi Yuan, Yiqin Deng, Xianhao Chen, Yuguang Fang

TL;DR

RAISE tackles the challenge of maximizing task throughput in a multi-server VEC system with mobility and occlusions. It jointly optimizes RIS placement (altitude $h_R$ and tilt $theta_R$) and task offloading using a two-layer framework: an inner unimodular-based LP solves the binary offloading problem, while an outer hill-climbing (with grid search as a baseline) discovers near-optimal RIS placements. The key contributions are (i) proving that the task offloading problem is equivalent to its LP due to total unimodularity, (ii) introducing a scalable HC RIS placement algorithm with complexity $O(N_g J)$, and (iii) demonstrating substantial throughput gains over benchmark schemes under probabilistic deadline constraints in diverse mobility scenarios. The approach yields practical insights for deploying RIS-enabled VEC to extend edge computing reach and improve latency-sensitive task performance in dynamic road networks.

Abstract

Given the limited computing capabilities on autonomous vehicles, onboard processing of large volumes of latency-sensitive tasks presents significant challenges. While vehicular edge computing (VEC) has emerged as a solution, offloading data-intensive tasks to roadside servers or other vehicles is hindered by large obstacles like trucks/buses and the surge in service demands during rush hours. To address these challenges, Reconfigurable Intelligent Surface (RIS) can be leveraged to mitigate interference from ground signals and reach more edge servers by elevating RIS adaptively. To this end, we propose RAISE, an optimization framework for RIS placement in multi-server VEC systems. Specifically, RAISE optimizes RIS altitude and tilt angle together with the optimal task assignment to maximize task throughput under deadline constraints. To find a solution, a two-layer optimization approach is proposed, where the inner layer exploits the unimodularity of the task assignment problem to derive the efficient optimal strategy while the outer layer develops a near-optimal hill climbing (HC) algorithm for RIS placement with low complexity. Extensive experiments demonstrate that the proposed RAISE framework consistently outperforms existing benchmarks.

RAISE: Optimizing RIS Placement to Maximize Task Throughput in Multi-Server Vehicular Edge Computing

TL;DR

RAISE tackles the challenge of maximizing task throughput in a multi-server VEC system with mobility and occlusions. It jointly optimizes RIS placement (altitude and tilt ) and task offloading using a two-layer framework: an inner unimodular-based LP solves the binary offloading problem, while an outer hill-climbing (with grid search as a baseline) discovers near-optimal RIS placements. The key contributions are (i) proving that the task offloading problem is equivalent to its LP due to total unimodularity, (ii) introducing a scalable HC RIS placement algorithm with complexity , and (iii) demonstrating substantial throughput gains over benchmark schemes under probabilistic deadline constraints in diverse mobility scenarios. The approach yields practical insights for deploying RIS-enabled VEC to extend edge computing reach and improve latency-sensitive task performance in dynamic road networks.

Abstract

Given the limited computing capabilities on autonomous vehicles, onboard processing of large volumes of latency-sensitive tasks presents significant challenges. While vehicular edge computing (VEC) has emerged as a solution, offloading data-intensive tasks to roadside servers or other vehicles is hindered by large obstacles like trucks/buses and the surge in service demands during rush hours. To address these challenges, Reconfigurable Intelligent Surface (RIS) can be leveraged to mitigate interference from ground signals and reach more edge servers by elevating RIS adaptively. To this end, we propose RAISE, an optimization framework for RIS placement in multi-server VEC systems. Specifically, RAISE optimizes RIS altitude and tilt angle together with the optimal task assignment to maximize task throughput under deadline constraints. To find a solution, a two-layer optimization approach is proposed, where the inner layer exploits the unimodularity of the task assignment problem to derive the efficient optimal strategy while the outer layer develops a near-optimal hill climbing (HC) algorithm for RIS placement with low complexity. Extensive experiments demonstrate that the proposed RAISE framework consistently outperforms existing benchmarks.

Paper Structure

This paper contains 17 sections, 1 theorem, 27 equations, 10 figures, 2 tables, 3 algorithms.

Key Result

Proposition 1

The integer matrix $\mathbf{W}[n]$ is totally unimodular.

Figures (10)

  • Figure 1: The impact of RIS placement on the average number of available servers for a vehicle. An available server refers to a server that can fulfill the offloaded tasks from the vehicle with a deadline requirement, which is set to $100$ ms.
  • Figure 2: An elevated RIS-assisted multi-server VEC system. Multiple vehicles generate computing tasks while moving through the area. The RIS is elevated and tilted down to facilitate task offloading by enhancing the reachability to more computing servers.
  • Figure 3: Illustration of vehicular mobility. The region is divided into multiple grids to represent vehicles' locations.
  • Figure 4: Illustration of a RIS tilted downward to better serve vehicles on the ground.
  • Figure 5: Average task throughput versus RIS placement under different VEC server conditions ($\alpha$ = 2.8, $\eta$ = 0.75).
  • ...and 5 more figures

Theorems & Definitions (4)

  • Definition 1
  • Proposition 1
  • proof
  • Remark 1