214 research outputs found
Experimental study on propagation and attenuation regularity of landslide surge
On the basis of landslide surge model test by adopting generalized simulation of waterways, this paper, for the first time, established a four-dimensional mathematical model between wave height transmissibility rate and the initial wave height, water depth, azimuth angle as well as propagation distance through utilizing the method of tensor space mapping. Using the new model, we proposed an empirical wave field covering all areas of the channel including the attenuation area within the width of a landslide mass, the straight channel attenuation area outside the width of the landslide mass, the curved channel attenuation area and the after-curve attenuation area, which comprehensively reflects the progressive changes of surge wave factors. The transmissibility of wave height and propagation distance are in a bivariate negative exponential distribution, and the wave height gradually reduces and the attenuation also slows down as the propagation distance increases; wave height transmissibility rate, azimuth and propagation distance are in a trivariate negative exponential distribution, the attenuation of the wave height in the straight channel within the width of the landslide mass was the slowest, followed by that of wave in the straight channel outside the width of the landslide mass, and the attenuation of the wave height in the curved channel is the greatest. This empirical wave field was based on test data, scientifically abstracted the general regularity of the propagation and attenuation of landslide surge, which can be applied to similar analyses and forecasts on landslide surge and can scientifically and accurately determine the damage range of landslide surge
Vehicle Selection for C-V2X Mode 4 Based Federated Edge Learning Systems
Federated learning (FL) is a promising technology for vehicular networks to
protect vehicles' privacy in Internet of Vehicles (IoV). Vehicles with limited
computation capacity may face a large computational burden associated with FL.
Federated edge learning (FEEL) systems are introduced to solve such a problem.
In FEEL systems, vehicles adopt the cellular-vehicle to everything (C-V2X) mode
4 to upload encrypted data to road side units' (RSUs)' cache queue. Then RSUs
train the data transmitted by vehicles, update the locally model
hyperparameters and send back results to vehicles, thus vehicles' computational
burden can be released. However, each RSU has limited cache queue. To maintain
the stability of cache queue and maximize the accuracy of model, it is
essential to select appropriate vehicles to upload data. The vehicle selection
method for FEEL systems faces challenges due to the random departure of data
from the cache queue caused by the stochastic channel and the different system
status of vehicles, such as remaining data amount, transmission delay, packet
collision probability and survival ability. This paper proposes a vehicle
selection method for FEEL systems that aims to maximize the accuracy of model
while keeping the cache queue stable. Extensive simulation experiments
demonstrate that our proposed method outperforms other baseline selection
methods.Comment: This paper has been submitted to IEEE Systems Journal. The source
code has been released at:
https://github.com/qiongwu86/Vehicle-selection-for-C-V2X.gi
URLLC-Awared Resource Allocation for Heterogeneous Vehicular Edge Computing
Vehicular edge computing (VEC) is a promising technology to support real-time
vehicular applications, where vehicles offload intensive computation tasks to
the nearby VEC server for processing. However, the traditional VEC that relies
on single communication technology cannot well meet the communication
requirement for task offloading, thus the heterogeneous VEC integrating the
advantages of dedicated short-range communications (DSRC), millimeter-wave
(mmWave) and cellular-based vehicle to infrastructure (C-V2I) is introduced to
enhance the communication capacity. The communication resource allocation and
computation resource allocation may significantly impact on the ultra-reliable
low-latency communication (URLLC) performance and the VEC system utility, in
this case, how to do the resource allocations is becoming necessary. In this
paper, we consider a heterogeneous VEC with multiple communication technologies
and various types of tasks, and propose an effective resource allocation policy
to minimize the system utility while satisfying the URLLC requirement. We first
formulate an optimization problem to minimize the system utility under the
URLLC constraint which modeled by the moment generating function (MGF)-based
stochastic network calculus (SNC), then we present a Lyapunov-guided deep
reinforcement learning (DRL) method to convert and solve the optimization
problem. Extensive simulation experiments illustrate that the proposed resource
allocation approach is effective.Comment: 29 pages, 14 figure
Semantic-Aware Resource Allocation Based on Deep Reinforcement Learning for 5G-V2X HetNets
This letter proposes a semantic-aware resource allocation (SARA) framework
with flexible duty cycle (DC) coexistence mechanism (SARADC) for 5G-V2X
Heterogeneous Network (HetNets) based on deep reinforcement learning (DRL)
proximal policy optimization (PPO). Specifically, we investigate V2X networks
within a two-tiered HetNets structure. In response to the needs of high-speed
vehicular networking in urban environments, we design a semantic communication
system and introduce two resource allocation metrics: high-speed semantic
transmission rate (HSR) and semantic spectrum efficiency (HSSE). Our main goal
is to maximize HSSE. Additionally, we address the coexistence of vehicular
users and WiFi users in 5G New Radio Unlicensed (NR-U) networks. To tackle this
complex challenge, we propose a novel approach that jointly optimizes flexible
DC coexistence mechanism and the allocation of resources and base stations
(BSs). Unlike traditional bit transmission methods, our approach integrates the
semantic communication paradigm into the communication system. Experimental
results demonstrate that our proposed solution outperforms traditional bit
transmission methods with traditional DC coexistence mechanism in terms of HSSE
and semantic throughput (ST) for both vehicular and WiFi users.Comment: This paper has been submitted to IEEE Letter.The source code has been
released at:
https://github.com/qiongwu86/Semantic-Aware-Resource-Allocation-Based-on-Deep-Reinforcement-Learning-for-5G-V2X-HetNet
Reconfigurable Intelligent Surface Assisted VEC Based on Multi-Agent Reinforcement Learning
Vehicular edge computing (VEC) is an emerging technology that enables
vehicles to perform high-intensity tasks by executing tasks locally or
offloading them to nearby edge devices. However, obstacles such as buildings
may degrade the communications and incur communication interruptions, and thus
the vehicle may not meet the requirement for task offloading. Reconfigurable
intelligent surfaces (RIS) is introduced to support vehicle communication and
provide an alternative communication path. The system performance can be
improved by flexibly adjusting the phase-shift of the RIS. For RIS-assisted VEC
system where tasks arrive randomly, we design a control scheme that considers
offloading power, local power allocation and phase-shift optimization. To solve
this non-convex problem, we propose a new deep reinforcement learning (DRL)
framework that employs modified multi-agent deep deterministic policy gradient
(MADDPG) approach to optimize the power allocation for vehicle users (VUs) and
block coordinate descent (BCD) algorithm to optimize the phase-shift of the
RIS. Simulation results show that our proposed scheme outperforms the
centralized deep deterministic policy gradient (DDPG) scheme and random scheme.Comment: This paper has been submitted to IEEE Journal. The source code has
been released at: https://github.com/qiongwu86/RIS-VEC-MARL.gi
Blockchain-Enabled Variational Information Bottleneck for IoT Networks
In Internet of Things (IoT) networks, the amount of data sensed by user
devices may be huge, resulting in the serious network congestion. To solve this
problem, intelligent data compression is critical. The variational information
bottleneck (VIB) approach, combined with machine learning, can be employed to
train the encoder and decoder, so that the required transmission data size can
be reduced significantly. However, VIB suffers from the computing burden and
network insecurity. In this paper, we propose a blockchain-enabled VIB (BVIB)
approach to relieve the computing burden while guaranteeing network security.
Extensive simulations conducted by Python and C++ demonstrate that BVIB
outperforms VIB by 36%, 22% and 57% in terms of time and CPU cycles cost,
mutual information, and accuracy under attack, respectively.Comment: This paper has been accepted by IEEE Networking letters. The source
code is available at
https://github.com/qiongwu86/Blockchain-enabled-Variational-Information-Bottleneck-for-IoT-Network
- …
