VLDB 2026 Research / reviewers in the wild / expert
Liang Zhao 0004
dblp:63/5422-4
· DBLP profile ↗
192ranked-venue papers
37as first author
174since 2021 · last 2026
0000-0001-5829-6850ORCID · conflict
Domains — the database's venue-derived domains; a paper can count in several
Computer networks · 87 · 19 first-author · 79 since 2021Systems, architecture and hardware · 43 · 7 first-author · 40 since 2021Applied, interdisciplinary, general and emerging computing · 26 · 9 first-author · 26 since 2021Artificial intelligence and machine learning · 10 · 6 since 2021Graphics, computer vision, multimedia, augmented reality and games · 7 · 1 first-author · 6 since 2021Security and privacy · 6 · 6 since 2021Software engineering, systems software and programming languages · 4 · 1 first-author · 3 since 2021Databases, data management, data science and information retrieval · 4 · 4 since 2021Human-computer interaction and ubiquitous computing · 2 · 2 since 2021
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | CasMoE: A Cascaded Framework for Efficient MoE Inference on Resource-constrained DevicesabstractThe Mixture-of-Experts (MoE) architecture has emerged as a key enabler for scaling large language models (LLMs), empowering increased model capacity with minimal computational overhead through gating-based dynamic expert activation. However, due to the memory demands introduced by expert modules, MoE inference on resource-constrained devices is still challenging. Existing methods such as model compression and parameter offloading provide partial alleviation but often lead to reduced accuracy or increased latency. In this paper, we propose CasMoE, a general and efficient cascaded framework for accelerating MoE inference on resource-constrained devices. CasMoE employs a two-stage offline-online approach to facilitate efficient expert prefetching. In the offline stage, a parameterized Expert Activation Predictor (EAP) is introduced to accurately predict the corresponding expert activation from the incoming prompt. In the online stage, a non-parametric Expert Activation Matcher (EAM) supporting fast expert retrieval is then integrated with the EAP to form a cascade planner that operates independently of the MoE architecture, predicting activated experts for all MoE layers in a single pass prior to decoding. A gating mechanism is also incorporated to dynamically adjust the sensitivity of the EAM and EAP, enabling a flexible trade-off between inference efficiency and quality. Extensive experiments on diverse downstream tasks demonstrate CasMoE’s effectiveness in accelerating inference while preserving high accuracy. Haowen He, Liang Zhao 0004, Xiaoheng Deng, Lixin Duan, Shaohua Wan 0001 |
AAAI | 3 |
| 2026 | Intelligent Dynamic Resource Allocation for Edge-IoT Systems Using Neural Networks
Amar Almaini, Jakob Folz, Ahmed Yassin Al-Dubai, Albert Y. Zomaya, Ammar Hawbani, Liang Zhao 0004 |
IWCMC | 6 |
| 2026 | Collaborative Fault Tolerance Computing for Emergency Tasks in Lunar Radiation EnvironmentabstractWith the rapid development of lunar exploration, devices deployed on the lunar surface will encounter emergency events including meteor impacts and lunar dust storms. Additionally, the extreme lunar environment characterized by intense radiation and the high latency of Earth-based cloud computing pose severe challenges to real-time and reliable task processing. Existing collaborative computing and fault-tolerant schemes are not fully efficient in dynamic radiation environments. To address these challenges, a collaborative computing architecture integrating lunar surface devices and lunar orbit satellites is proposed for lunar emergency tasks. Comprehensive network, radiation, communication and computing models are established to support this architecture. The problem is then formulated as a multi-objective optimization problem and solved by the Radiation-aware hiErarchical collAborative Fault-Tolerant Reinforcement Learning (REAFTRL) algorithm, which integrates radiation-aware, hierarchical decision-making, and fault-tolerant execution with feedback mechanisms. Simulations show the proposed collaborative computing scheme outperforms traditional fault-tolerant strategies in task completion time, completion rate, and error rate, providing a reliable solution for future lunar exploration. Liang Zhao 0004, Ammar Hawbani, Zhiyuan Tan 0001, Zhi Liu 0002, Daniele Tarchi |
IWCMC | 2 |
| 2026 | Dynamic task offloading in satellite edge computing: Energy optimization through deep reinforcement learning
Ammar Hawbani, Fei Hao 0001, Wajdy Othman, Dongsheng Yang 0001, Liang Zhao 0004 |
Comput. Networks | 7 |
| 2026 | Cache-assisted task offloading in Vehicular Edge Computing: A spatio-temporal deep reinforcement learning approach
Xiguang Li, Ammar Muthanna, Ammar Hawbani, Liang Zhao 0004 |
Comput. Commun. | 6 |
| 2026 | Dynamic priority-based area partitioning, trajectory planning, and task scheduling in computing-while-flying UAV networks
Zijia Zhao, Wenhan Zhan, Geyong Min, Xu Jiang 0004, Liang Zhao 0004, Hualong Huang |
Future Gener. Comput. Syst. | 5 |
| 2026 | Critical Node-Aware UAV Swarm Path Planning in Disaster ZonesabstractThe Unmanned Aerial Vehicle (UAV)-assisted networks play a vital role in disaster circumstances for quick rescue operations by enabling emergency communication services. Unlike conventional networks, emergency networks have unique challenges, such as encountering Critical Nodes (CNs) that contain vital information. The effectiveness of rescue operations mainly depends on the coverage of these CNs to retrieve essential data for coordinating rescue efforts. In this context, Age-of-Information (AoI) is used to evaluate the timely collection of data from CNs. Voronoi diagram-based partitioning is employed as an adaptive mechanism linked with UAV swarm size and K-means clustering to enable nodes distribution-aware spatial partitioning, ensuring collision-free path planning in disaster scenarios. The distance-optimized CNA trajectory is proposed to optimize UAV swarm paths for coverage maximization and AoI minimization by adapting the scalarization approach. The performance of the proposed algorithm is analyzed based on coverage, AoI, trajectory length, and total flight time. Simulation results show that the proposed distance-optimized CNA trajectory outperforms the conventional distance-based and the CNA trajectory by 25.27% and 41.20%, respectively. It improves the CNs coverage and AoI of distance-based trajectory by 30% and 10%, priority-based Traveling Salesman Problem (TSP) by 47% and 7%, and CNA trajectory by 13% and 17%, respectively. When the percentage of CNs increases from 10% to 40%, the number of covered CNs increases linearly for a given number of hovering points. Sadaf Javed, Rizwan Ahmad, Syed Ali Hassan 0001, Waqas Ahmed 0001, Liang Zhao 0004, Mohsen Guizani |
IEEE Internet Things J. | 5 |
| 2026 | An Incremental Contrastive Learning Method for Compound Fault Diagnosis of Rolling BearingsabstractCompound faults, which arise from the interaction of multiple simultaneous failures, pose significant risks to the maintenance of industrial machinery in the Industrial Internet of Things (IIoT), leading to complex and unpredictable system failures. Traditional models tend to misclassify emerging compound faults as known categories due to a bias toward seen data. Additionally, the delayed emergence of compound faults relative to single faults hampers prompt sample collection. Furthermore, compound fault datasets typically exhibit a long-tailed distribution. Driven by these challenges, we propose an incremental contrastive learning model based on cross-modal contrastive embedding (ICLCFD) to achieve an incremental fault diagnosis from single faults to compound faults.Firstly, we employ Symmetrized Dot Pattern (SDP) image transformation to convert vibration signals into visual representations. We extract high-dimensional visual features from these SDP images using a Multi-Scale Residual Convolutional Neural Network (MS-ResCNN) and generate low-dimensional semantic features based on vibration signals to obtain richer feature information. Subsequently, a novelty detection mechanism is developed using the predicted number of fault sources as a count-based indicator to identify newly emerging faults. Furthermore, we incorporate a difficulty-aware class rebalancing sampling strategy to prioritize hard-to-diagnose samples during incremental updates, mitigating the excessive impact of head-class samples on the diagnosis results. Experiments on three open-source bearing datasets (CWRU, PU, and XJTU-SY) demonstrate that ICLCFD achieves a state-of-the-art accuracy of 96.58 ± 0.28%, outperforming existing methods by approximately 2%. The results confirm its effectiveness in handling unknown and compound faults in dynamic IoT maintenance pipelines. Jiongyi Liu, Yuanguo Bi, Rao Fu 0001, Jun Liu 0006, Liang Zhao 0004, Ammar Hawbani |
IEEE Internet Things J. | 6 |
| 2026 | Dynamic Personalized Federated Learning Framework for Diverse LEO Satellite NetworksabstractAs low Earth orbit (LEO) satellite constellations expand, the volume of on-orbit data processing increases significantly. However, these systems face challenges in data processing due to heterogeneous data distribution and limited onboard resources. This paper presents an innovative framework for personalized federated learning (PFL) tailored to heterogeneous LEO satellite networks, which mitigates data processing challenges and optimizes distributed computational performance across the satellite constellation. Our approach introduces personalized models built on individual satellite datasets, coupled with dynamic model aggregation and pruning techniques for efficient training. By overcoming data heterogeneity and localizing global models, our method significantly improves performance over traditional approaches. Extensive simulation validates the effectiveness of our PFL framework, which demonstrates its superiority in integrating FL with model pruning in satellite networks. Simulation results show that our proposed PFL method outperforms four comparative algorithms, which highlights its effectiveness in addressing the unique challenges of LEO satellite networks. Liang Zhao 0004, Shenglin Geng, Ammar Hawbani, Yuanguo Bi, Keping Yu |
IEEE Internet Things J. | 1 |
| 2026 | A Lightweight Real-Time Disaster Assessment Semantic Segmentation Model for Autonomous Aerial Vehicles Remote SensingabstractSemantic segmentation of high-resolution remote sensing imagery plays a critical role in applications such as disaster assessment. However, deploying large models on Autonomous Aerial Vehicles (AAVs) remains challenging due to inherent conflicts among accuracy, model size, and computational efficiency. To address these challenges, we propose FMC-ULite, a novel lightweight architecture designed to achieve a better balance between accuracy and efficiency for real-time processing. Our model incorporates four key innovations, including a Fast Fourier Transform (FFT)-based fusion module for enhanced edge feature extraction and noise suppression in the frequency domain, a simplified MobileNetV3-Large encoder that substantially reduces parameter count, a cross-layer feature fusion (CLFF) module to effectively integrate multi-scale semantic and detail information, and an attention-gated decoder with multi-scale dilated convolutions to prioritize critical disaster regions. Furthermore, an adaptive combined loss function is introduced to alleviate class imbalance. Experiments conducted on the RescueNet dataset show that our model achieves competitive accuracy compared to advanced lightweight methods under a comparable parameter budget, demonstrating its strong suitability for real-time disaster assessment using AAVs. Liang Zhao 0004, Xuebin Zhou, Ammar Hawbani, Na Lin 0001, Lianbo Ma 0004, Qiang He 0002, Majjed Al-Qatf |
IEEE Internet Things J. | 1 |
| 2026 | A Multimodal Implicit Q-Learning Based Football Goalkeeper Performance Evaluating Model
Liang Zhao 0004, Ammar Hawbani, Li Chengpu, Xiaochao Zhao, Zhi Liu 0002 |
IEEE Trans. Big Data | 1 |
| 2026 | Implicit Neural Compression of Point CloudsabstractPoint clouds have gained prominence across numerous applications due to their ability to accurately represent 3D objects and scenes. However, efficiently compressing unstructured, high-precision point cloud data remains a significant challenge. In this paper, we propose NeRC ${}^{\textbf {3}}$ , a novel point cloud compression framework that leverages implicit neural representations (INRs) to encode both geometry and attributes of dense point clouds. Our approach employs two coordinate-based neural networks: one maps spatial coordinates to voxel occupancy, while the other maps occupied voxels to their attributes, thereby implicitly representing the geometry and attributes of a voxelized point cloud. The encoder quantizes and compresses network parameters alongside auxiliary information required for reconstruction, while the decoder reconstructs the original point cloud by inputting voxel coordinates into the neural networks. Furthermore, we extend our method to dynamic point cloud compression through techniques that reduce temporal redundancy, including a 4D spatio-temporal representation termed 4D-NeRC ${}^{\textbf {3}}$ . Experimental results validate the effectiveness of our approach: For static point clouds, NeRC ${}^{\textbf {3}}$ outperforms octree-based G-PCC standard and existing INR-based methods. For dynamic point clouds, 4D-NeRC ${}^{\textbf {3}}$ achieves superior geometry compression performance compared to the latest G-PCC and V-PCC standards, while matching state-of-the-art learning-based methods. It also demonstrates competitive performance in joint geometry and attribute compression. Hongning Ruan, Yulin Shao, Qianqian Yang 0002, Liang Zhao 0004, Zhaoyang Zhang 0001, Dusit Niyato |
IEEE Trans. Image Process. | 4 |
| 2026 | Task Offloading and Resource Optimization Based on Dependency-Aware Graph and Collaborative Deep Reinforcement Learning in Mobile Edge ComputingabstractIn mobile edge computing (MEC), computation offloading serves as an effective solution to bridge the gap between the stringent latency requirements of computational tasks and the limited processing capabilities of terminal devices (TDs). However, complex inter-task dependencies, dynamic network conditions, and the decentralized architecture of MEC systems pose significant challenges to efficient and adaptive task offloading. To address these challenges, this paper investigates dependency-aware task offloading and resource optimization in MEC environments. First, we propose a task feature extraction method based on dependency-aware graph neural networks (FEDG), which captures the hierarchical structure and varying importance of subtask dependencies by adaptively learning the aggregation weights of predecessor nodes and edges. Then, to address the joint dependency-aware task offloading and resource allocation problem under partial observability in MEC networks, we design a Dependency-aware Graph-based Multi-Agent deep reinforcement learning (DGMA) algorithm. DGMA integrates adaptive prioritized experience replay and correlation-based selective parameter sharing to improve learning efficiency and accelerate convergence in multi-agent environments. Extensive simulations demonstrate that DGMA achieves superior performance in terms of delay, energy consumption, offloading utility, and deadline violation rate. Xiangyi Chen, Yuanguo Bi, Xiaoming Yuan 0002, Dusit Niyato, Liang Zhao 0004, Xingwei Wang 0001 |
IEEE Trans. Mob. Comput. | 6 |
| 2026 | Cooperative HAP-UAV Optimization for IoRT Data Collection: A Green Transmission Strategy for Maximizing Energy EfficiencyabstractSupported by space-air-ground integrated networks (SAGIN), Internet of Remote Things (IoRT) is regarded as a cornerstone for realizing global connectivity in 6 G networks. The integration of high-altitude platforms (HAPs) and unmanned aerial vehicles (UAVs), offering both wide coverage and agile data access, becomes a promising paradigm for IoRT data collection. However, sustaining reliable and efficient transmission is challenged by the mobility and constrained onboard energy of HAPs and UAVs, as well as atmospheric fading effects. To address these issues, we propose a green and efficient HAP-UAV collaborative design for IoRT data collection, which jointly considers both transmission performance and energy consumption. Firstly, we introduce a novel metric, Overall Energy Efficiency (OEE), to quantify the balance between cooperative transmission performance and the total energy cost under dynamic trajectory planning. Secondly, we formulate a joint optimization problem that simultaneously optimizes UAV/HAP trajectories, UAV power control, HAP selection, and bandwidth allocation. Thirdly, to address the formulated non-convex fractional problem, we develop an energy efficiency maximization strategy based on the successive convex approximation technique. Extensive simulation results demonstrate that the proposed strategy achieves significant gains in OEE, achieving superior trade-offs between energy consumption and transmission performance in HAP-UAV-assisted IoRT networks. Yanbo Fan, Yuanguo Bi, Xingyu Ji, Dusit Niyato, Enchao Zhang, Liang Zhao 0004, Qiang He 0002 |
IEEE Trans. Mob. Comput. | 6 |
| 2026 | Service Satisfaction-Aware Adaptive Service Migration and Resource Allocation in Vehicular Edge ComputingabstractWith the rapid development of vehicle-to-everything (V2X) technology, service migration has become an important approach to provide low-latency computing services and ensure service continuity for high-speed moving vehicles in vehicular edge computing (VEC), which enables VEC to efficiently support advanced transportation services. However, optimizing service satisfaction for service migration in multi-vehicle heterogeneous VEC networks is challenging, since the complex, multifactorial, and nonlinear dependencies between service satisfaction and quality of service (QoS) metrics is intractable, and the rapidly changing computational loads in edge server results in inefficient utilization of edge resources. In this paper, we propose a service Satisfaction-based Adaptive service Migration and resource Allocation joint Optimization scheme (SAMAO) to improve service migration efficiency and edge resource utilization in VEC. Firstly, we develop an adaptive computation resource allocation algorithm that can adjust resource allocation strategy according to load status of edge servers to improve vehicle service satisfaction. Then, to minimize energy consumption and ensure service satisfaction for vehicles, we propose a utility maximization algorithm to formulate migration decisions based on pre-allocated computation resources on servers. Finally, numerous simulations based on Shanghai Telecom real-world dataset show that SAMAO can achieve significant advantages in terms of average service satisfaction and computation cost. Yufei Liu 0005, Yuanguo Bi, Dusit Niyato, Kaiqi Yang 0002, Liang Zhao 0004, Ammar Hawbani |
IEEE Trans. Mob. Comput. | 6 |
| 2026 | Fairness-Aware Overtaking Decision Optimization for Mixed Connected and Connectionless VehiclesabstractIn intelligent transportation systems, the ability to make precise and efficient lane-changing overtaking decisions is essential for improving traffic flow, safety, and overall efficiency. However, the coexistence of both connected and non-connected vehicles, driven by the high cost of full deployment and the incomplete global adoption of standardized communication standards, has led to the emergence of Mixed Connected and Connectionless Vehicles (MCCV) scenarios. These scenarios complicate lane-changing overtaking decisions, as the unpredictability of connectionless vehicles, particularly in dense traffic, poses significant challenges and increases safety risks. Furthermore, incorporating fairness into decision-making is vital to ensure equitable treatment of all vehicles, which is key to improving road safety and traffic efficiency. To address these challenges, we propose a fairness-aware overtaking decision optimization method for MCCV scenarios, which aims to enhance fairness while improving safety and efficiency in vehicle decision-making. First, a Bayesian network-based fairness assessment method is introduced to quantify fairness under limited data conditions by modeling the probabilistic relationships between vehicle behaviors and fairness outcomes. Second, we develop a left-lane availability detection mechanism based on adaptive maneuver tree search and a fast-lane speed recommendation mechanism grounded in traffic flow analysis. These mechanisms enhance compliance with traffic regulations and improve efficiency by dynamically assessing lane conditions and providing a real-time speed recommendation based on traffic density and flow. Finally, we incorporate a K-Nearest Neighbor (KNN)-enhanced deep reinforcement learning approach, which integrates a parameterized dueling deep recurrent Q-network with KNN-enhanced experience replay. This approach effectively copes with rare but critical driving conditions, such as unpredictable vehicle behaviors or sudden traffic dynamics, improving decision-making reliability in various traffic scenarios. Extensive simulations demonstrate that the proposed method significantly enhances the fairness, efficiency, and safety of lane-changing overtaking decisions in MCCV scenarios, effectively addressing the unpredictability of mixed-vehicle interactions. Hui Qian 0012, Liang Zhao 0004, Xiongyan Tang, Ammar Hawbani, Xinzhou Cheng, Lexi Xu, Yuanguo Bi |
IEEE Trans. Mob. Comput. | 2 |
| 2026 | Reputation-Based Sensing Data Collection in Vehicular Crowdsensing: A Hybrid Incentive ApproachabstractData collection and distribution through crowdsensing has become an emerging trend in smart city scenarios. By leveraging existing vehicle resources without deploying dedicated infrastructure, Vehicular CrowdSensing (VCS) provides low-cost and high-mobility data collection on road networks. Typically, the Crowdsensing Platform (CP) issues data collection tasks, recruits Sensing Vehicles (SVs) to complete tasks, and sells the collected data to Data Demanders (DDs). Here, the goal of CP is to maximize profits through data collection and sales, and the goal of DDs is to improve satisfaction by purchasing high-quality sensing data. It can be seen that both CP and DD hope that SVs can complete more sensing tasks at a limited cost (high efficiency) while ensuring the accuracy of data collection (high quality). However, due to individual rationality and selfishness, not all SVs are willing to complete the sensing task. Therefore, how to motivate SVs to complete sensing tasks with high quality and efficiency, while handling the relationship among CP, DDs, and SVs, is a problem that needs to be considered. To solve the above problems, this paper proposes a Reputation-based Hybrid Incentive Approach (RHIA), with the goal of maximizing the utility of CP, SVs, and DDs. Specifically, in order to improve the task completion quality of SVs, we introduce vehicle reputation to measure SVs. Then, we propose a one-to-one bargaining game between CP and each SV, and use the reputation value as the sequential basis of the game. Meanwhile, in order to improve the task completion efficiency of SVs, we also design a unique SV Trajectory Planning Algorithm (STPA). Further, in order to meet the needs of DDs, a one-to- multi Stackelberg game between CP and DDs is proposed. Here, the existence and uniqueness of Nash equilibrium is proved through backward induction. Finally, based on real-world datasets, the effectiveness of our proposed RHIA and STPA is verified. Our proposed method can ensure the long-term stability of the VCS system, which also improves the utility of participating individuals. Zhenning Wang, Yue Cao 0002, Huan Zhou 0002, Kai Jiang 0006, Liang Zhao 0004 |
IEEE Trans. Mob. Comput. | 6 |
| 2026 | Joint Optimization of Dynamic Batching and Adaptive Partitioning for Distributed LLMs Inference in Mobile Edge ComputingabstractLarge language models (LLMs) are revolutionizing various fields due to their powerful generation capabilities. However, their immense computational complexity poses significant challenges in resource consumption, inference latency, and data privacy for traditional cloud-centric deployments. Edge artificial intelligence (Edge-AI) offers promising LLMs deployment solutions by leveraging distributed resources at the network edge. However, existing approaches struggle to adapt to dynamic workloads and efficiently utilize heterogeneous resources in Mobile Edge Computing (MEC) environments. This paper proposes aDynamicBatching andAdaptivePartitioning (DyBAP) scheme for LLMs deployment, which utilizes ubiquitous geo-distributed resources via end-edge-cloud collaboration. Firstly, we formulate a collaboration deployment optimization problem to minimize inference latency and resource usage under heterogeneous resource and user requirements for latency and accuracy constraints, which is NP-hard. Secondly, to solve this, we develop a dynamic batch fusion optimization algorithm that optimizes the batch size of inference by utilizing the parallel processing power of computing units to balance the latency and resource usage. A block-aware partition optimization algorithm based on multi-agent reinforcement learning (MARL) is proposed for efficient transformer block allocation, integrating mobility awareness for optimal partitioning across dynamic network environments. Simulation results demonstrate the superiority of DyBAP over other benchmarks, reducing inference latency by 17.94% and saving 11.12% in memory resource consumption compared to the end-edge-cloud collaboration approaches. Yuanguo Bi, Guangjie Han, Tianao Xiang, Lexi Xu, Qiang He 0002, Liang Zhao 0004 |
IEEE Trans. Mob. Comput. | 7 |
| 2026 | Achieving Lightweight Path Validation and Packet Modification Detection in Software-Defined NetworksabstractSoftware-Defined Networks (SDN) bring unprecedented agility and programmability to traditional networks by decoupling the control plane and data plane. However, this separation enables adversaries to manipulate data plane forwarding behaviors or modify packet payloads, thereby violating the network security policies set by the control plane and leading to information leakage, network congestion, or even network collapse. In this article, we propose an Enhanced Lightweight Path Validation Scheme (EL-PVS) for the SDN environment. Firstly, we propose a packet forwarding path validation scheme that verifies the paths traversed by packets, alongside a theoretical analysis of this validation process. Then, we extend the scheme with a network flow-level path validation to improve the validation efficiency, and present a storage optimization method to reduce the storage overhead in the validation process. To support large-scale deployment, we design a path partition scheme and present a Greedy-based KeySwitch Node Selection Algorithm (GKSS) to pinpoint optimal switches for path partition, significantly reducing overall data plane storage usage and the total number of paths requiring validation. In addition, we extend our path validation scheme to detect packet payload modification, where a multi-phase packet modification detection approach is designed, and then the detection results are integrated with path validation information to minimize switch-to-controller bandwidth usage. Finally, we present an anomaly switch identification technique to identify abnormal switches when the controller encounters validation failure. The evaluation results verify that EL-PVS enables flow-level path validation and packet modification detection with small validation header, minimizing processing delay and switch storage overhead. Yuanguo Bi, Kui Wu 0001, Qiang He 0002, Liang Zhao 0004, Zixuan Huang 0007, Rao Fu 0001 |
IEEE Trans. Netw. | 5 |
| 2026 | A Digital Twin-Enhanced Cloud-Edge-End Collaboration Scheme for Intelligent Resource Orchestration
Xingwei Wang 0001, Rongfei Zeng, Zhi Liu 0002, Qiang He 0002, Liang Zhao 0004 |
IEEE Trans. Serv. Comput. | 7 |
| 2026 | Hierarchical Reinforcement Learning for Optimizing Local-Global Collaborative Computation Offloading and Resource AllocationabstractTraditional computation offloading and resource allocation strategies encounter several issues that lead to poor service experience and resource wastage. The resource allocation scheme lacks the flexibility to adapt to the time-varying offloading demands of User Equipment (UEs). Furthermore, there is an imbalance between UEs seeking better service and Service Providers (SPs) aiming to minimize cost expenditures. In this paper, we propose a knowledge-defined networking-based Multi-Layer Computation Offloading and Resource Allocation strategy optimization (ML-CORA) architecture. Based on the ML-CORA, we design a Multi-Layer Local-Global Collaborative computation offloading and resource allocation strategy optimization (ML2GC) algorithm. The basic level of the ML2GC algorithm expresses and optimizes computation offloading demands from the perspective of UE (local), while the meta level optimizes the resource allocation strategy on demand from the perspective of the SP (global), achieving a collaborative multi-objective optimization for a win-win system between UEs and SPs. The two-layer structure of the ML2GC algorithm outputs continuous and discrete actions respectively, which improves the flexibility and efficiency of the algorithm while effectively balancing the interests of all parties and promoting efficient resource utilization. Simulation results based on the real-world dataset of Shanghai Telecom indicate that the ML2GC algorithm significantly improves both social welfare and resource utilization compared to baseline algorithms. Kaiqi Yang 0002, Qiang He 0002, Xingwei Wang 0001, Yufei Liu 0005, Xiaoming Fu 0001, Dongkuo Wu, Liang Zhao 0004 |
IEEE Trans. Serv. Comput. | 7 |
| 2026 | Adaptive Load Balancing in Vehicular Edge Computing Using Deep Reinforcement Learning and Model CompressionabstractIn Vehicular Edge Computing (VEC), load imbalances among edge servers, driven by varying traffic densities and computational demands across geographic areas, can lead to significant delays, decreased efficiency, and potential service disruptions, adversely affecting both user experience and system reliability. This study proposes an innovative adaptive load balancing method that integrates deep reinforcement learning with predictive analytics to optimize resource allocation in VEC. The framework comprises a predictive model called ST-ChebNet, enhanced with Chebyshev polynomials in graph convolutional networks for accurate workload forecasting, and an adaptive model compression strategy utilizing knowledge distillation to dynamically adjust compression ratios based on anticipated workloads. Additionally, the integration of this predictive model with the Soft Actor-Critic (SAC) algorithm, termed GC-SAC, effectively combines graph-based predictive insights with reinforcement learning techniques to tailor resource distribution, minimizing computational delays and enhancing system responsiveness. The simulation results show that the GC-SAC algorithm can significantly reduce the average delay and average energy consumption of vehicular tasks, as well as the workload rate of edge servers. Liang Zhao 0004, Jiating Xu, Ammar Hawbani, Zhi Liu 0002, Keping Yu, Yuanguo Bi |
IEEE Trans. Sustain. Comput. | 1 |
| 2026 | A Collaborative Caching and Offloading Approach for Vehicular Edge ComputingabstractVehicular Edge Computing (VEC) leverages promising technologies, namely the vehicle-to-vehicle (V2V) computation offloading approach and edge service caching, to address latency-sensitive tasks. The V2V offloading method efficiently harnesses idle resources from neighboring vehicles. Edge service caching facilitates the offloading task through pre-caching pertinent service data. However, formulating an efficient caching mechanism to support V2V offloading poses significant challenges, given the dynamic vehicle environment, varying computational resources, and limited caching resources of Roadside Units (RSUs). This paper introduces a collaborative caching and offloading (CACO) scheme. First, to mitigate resource wastage caused by inter-vehicle communication interruptions, we employ Generative Adversarial Network (GAN) for trajectory prediction. This process generates a relationship matrix, predicting the stability of inter-vehicle link connections to assist in V2V offloading decisions. Second, to circumvent redundant uploads and computations for recurring offloading tasks, we analyze the popularity of historical offloading tasks using the Page-Hinkley test (PHT) technique, caching frequently offloaded tasks to reduce the processing latency of offloading tasks. Subsequently, a matching scheme for caching and offloading contents is devised. Finally, the Deep Reinforcement Learning (DRL) algorithm is employed to train the offloading strategy. Results from extensive experiments substantiate that CACO attains superior performance in both system computational latency and offloading success rate. Zijia Zhao, Liang Zhao 0004, Lexi Xu, Na Lin 0001, Zhiyuan Tan 0001 |
IEEE Trans. Sustain. Comput. | 2 |
| 2025 | Code Quality and Difficulty Aware Programming Knowledge Tracing
Jiajia Li 0003, Yuxi Zhu, Yifei Zhang 0003, Cunqian Yu, Liang Zhao 0004 |
ADMA (3) | 5 |
| 2025 | FeKAN: Efficient Kolmogorov-Arnold Networks Accelerator Using FeFET-based CAM and LUTabstractKolmogorov-Arnold networks (KANs) have emerged as a promising alternative to MLP due to their adaptive learning capabilities for complex dependencies through B-spline basis activations (BBA). However, existing in-memory accelerators optimized for MLP-based DNNs are primarily designed for vector-matrix multiplication (VMM), making them inefficient for the dynamic and recursive B-spline interpolation (BSI) operations required by KANs. In this work, we propose FeKAN, an FeFET-based architecture designed to accelerate BBA operations. First, we develop a software-hardware co-optimized framework for mapping B-spline basis functions (BBF), leveraging a two-stage design space exploration (DSE) algorithm in combination with FeFET-based Look-Up Tables (LUT) and Content-Addressable Memory (CAM). This framework translated dynamic BSI operations into static codebook lookups, achieving a balanced trade-off between memory and computational efficiency. Second, we propose compress-sparsity-column (CSC) based encoding for B-spline basis function and grouped-computation strategy for memory and energy reduction. Third, we propose a groupedpipeline optimization strategy to mitigate data dependencies, significantly enhancing computation efficiency. Experimental results demonstrate that FeKAN achieves up to $150.68 \mathrm{~K} \times$ and $4664 \times$ higher throughput and up to $606.87 \times$ and $11196 \times$ greater energy efficiency over Intel Xeon Silver 4310 CPU and NVIDIA A6000 GPU, respectively. Xuliang Yu, Yu Qian 0002, Xunzhao Yin, Cheng Zhuo, Liang Zhao 0004 |
DAC | 5 |
| 2025 | Enabling Efficient and Authenticated Trajectory Similarity Retrieval on Blockchain-Assisted Cloud
Yiping Teng, Haochun Pan, Jiajia Li 0003, Yuyao Tang, Chunlong Fan, Liang Zhao 0004 |
DASFAA (5) | 6 |
| 2025 | ConSFL: A Lightweight Contrastive Learning-Driven Split Federated Learning for Heterogeneous LEO ConstellationsabstractThe advancement of Low Earth Orbit (LEO) satellite technology has enabled rapid progress in on-orbit machine learning. However, limited on-board computational resources hinder large-scale model training on individual satellites. Furthermore, the highly dynamic network topology and resource heterogeneity of LEO satellite constellations make collaborative training prone to single-point failures and privacy risks. To address these issues, this paper proposes ConSFL, a lightweight Contrastive learning-driven Split Federated Learning framework. ConSFL enables local feature extraction from unlabeled remote sensing data under resource-constrained conditions, while preserving both model completeness and data privacy. By performing federated learning across heterogeneous submodels, the training of the global model can focus on learning features within specialized semantic dimensions, thereby enhancing overall performance. Additionally, we introduce a spatial attention pooling (SAP) method into ConSFL to aggregate intermediate features with larger feature map sizes from submodel outputs. Simulation results show that ConSFL achieves higher Top-1 accuracy across submodels compared to the best baseline, while SAP enhances ConSFL's ability to capture feature-space information and improves submodel performance under earlyexit mechanisms. Hengzhong Du, Liang Zhao 0004, Ammar Hawbani, Redhwan Algabri, Zhi Liu 0002, Qiang He 0002 |
ICPADS | 2 |
| 2025 | Cachemigrate: Efficient Cache Migration for Load Balancing in Distributed Key-Value Storage SystemsabstractLoad imbalance in distributed key-value (KV) storage systems, especially under skewed access patterns across racks or clusters, can significantly degrade performance. We present CacheMigrate, a switch-assisted caching and migration framework that leverages programmable Top-of-Rack (ToR) switches for real-time hotspot detection, in-network caching, and per-key migration state tracking. By decoupling data movement from request handling, CacheMigrate minimizes service disruption and ensures strong consistency during live migration. A distributed migration state management design coordinates ToR and spine switches without centralized bottlenecks. We implement CacheMigrate on a P4-programmable switch and evaluate it using realistic workloads. Results show that CacheMigrate consistently delivers higher throughput and better load balance than existing approaches across diverse workload and system configurations. Xianda Meng, Ammar Hawbani, Jiangyuan Chen, Abdulbary Naji, Liang Zhao 0004 |
ICPADS | 5 |
| 2025 | Efficient Downward Routing in IoT Networks: A Novel Leaf-Centric Mode for RPLabstractRPL, the standard routing protocol for low-power and lossy networks, offers two modes for handling downward traffic: storing and non-storing. Each has significant limitations - the storing mode struggles with router memory constraints, potentially making destinations unreachable when a router's storage capacity is reached. Conversely, the non-storing mode mitigates this issue by employing source routing, but at the expense of increased network overhead. To address these challenges, this paper introduces the Leaf-Centric Mode (LCM), a novel approach that dramatically reduces storage requirements by enabling nodes to maintain routing information only for leaf nodes within their sub-networks, rather than all nodes. This optimized approach offers key advantages for IoT applications, including reduced storage footprint, improved reliability, lower network overhead, and enhanced overall performance. Through comprehensive experimental evaluation, we demonstrate the practical effectiveness of the LCM and establish its viability for IoT applications. Baraq Ghaleb, Ahmed Yassin Al-Dubai, Khaled El-Zayyat, Ammar Hawbani, Liang Zhao 0004, Jawad Ahmad 0001 |
IWCMC | 5 |
| 2025 | A Semi-Decoupled VLM Planner with a Memory Mechanism for Autonomous Driving
Liang Zhao 0004, Ammar Hawbani, Saeed H. Alsamhi, Zhi Liu 0002, Qiang He 0002 |
NPC (1) | 2 |
| 2025 | Adaptive Cooperative Spectrum Sharing in HSTNs with Hardware Impairments and Realistic Fading for Enhanced ReliabilityabstractThe purpose of this research is to develop and evaluate an adaptive cooperative spectrum-sharing framework for Hybrid Satellite-Terrestrial Networks (HSTNs), incorporating realistic hardware impairments and flexible Amplify-and-Forward (AAF) and Decode-and-Forward (DAF) relaying to enhance reliability, spectral efficiency, and power allocation. This study employs a mathematical and simulation-based approach to evaluate Overlay Cognitive Hybrid Satellite-Terrestrial Networks (OCHSTNs) under realistic hardware impairments and fading conditions. Adaptive Relay Protocol (ARP) is analyzed for both AAF and DAF schemes, incorporating Shadowed-Rician and Nakagami-m channels with Additive Gaussian Noise. Closed-form Outage Probability (OP) expressions for primary and secondary networks are derived, and Monte-Carlo simulations validate analytical results. The method also examines Relay Cooperation Ceiling (RCC) and Data Link Ceilings (DLC) to assess network reliability and spectrum-sharing efficiency. The research demonstrates that ARP significantly improves outage performance and spectral efficiency in HSTNs under realistic hardware impairments. DAF relaying exhibits superior resilience compared to AAF, maintaining higher data rates and reliability. Critical ceiling effects, including RCC and DLC, are identified, highlighting performance limitations at high thresholds. Flexible relaying protocols effectively mitigate Hardware Deficiencies (HDs), ensuring robust primary and secondary network operation while optimizing power allocation and spectrum sharing. The study provides practical guidance for designing resilient hybrid satellite-terrestrial networks, showing that adaptive DAF relaying and flexible spectrum-sharing strategies enhance reliability, mitigate hardware impairments, and optimize network efficiency. Areeb Saldin, Ammar Hawbani, Yunchong Guan, Saeed H. Alsamhi, Liang Zhao 0004 |
TrustCom | 6 |
| 2025 | VLAH: A Lightweight and Verifiable Framework for Approximate Nearest Neighbor Search in High-Dimensional SpaceabstractThe Approximate Nearest Neighbor (ANN) search is a cornerstone in high-dimensional data processing, which, however, remains challenging in outsourced scenarios due to potential result and data tampering. Recent studies on verifiable search have partially offered verification guarantees, while they suffer from limited scalability or fail to address result integrity simultaneously. In this paper, we propose VLAH, a lightweight and verifiable framework for ANN search. VLAH integrates locality-sensitive hashing with a compressed trie structure for efficient bucket verification and employs the in-bucket HNSW index to accelerate candidate retrieval. To ensure result integrity, we design a hybrid verification object that combines Merkle-based prefix proofs, neighbor-bucket consistency, and graph search trace validation. By integrating blockchain technology, we further enhance the integrity of the scheme. We theoretically analyze the complexity of our scheme and the correctness and integrity guarantees of the query results in lightweight verification. Experimental results on real high-dimensional datasets show that VLAH achieves competitive search performance with significantly reduced verification costs, bridging the gap between efficiency and verifiability in large-scale ANN systems. Yiping Teng, Yuyao Tang, Changze Li, Liang Zhao 0004 |
TrustCom | 6 |
| 2025 | A Task Feature Prediction Approach for Adaptive Computation Offloading in VEC
Jiating Xu, Liang Zhao 0004, Ammar Hawbani, Zhi Liu 0002, Yuanguo Bi |
WASA (3) | 2 |
| 2025 | ATPSO: Adaptive Task Priority Scheduling and Offloading Optimization Scheme for vehicles in harsh environments
Xiguang Li, Ammar Muthanna, Ammar Hawbani, Liang Zhao 0004 |
Ad Hoc Networks | 6 |
| 2025 | QoS optimization strategy based on D-GNN for LEO satellite-assisted aviation networks
Ammar Hawbani, Liang Zhao 0004, Dongsheng Yang 0001, Ammar Muthanna, Rafia Ghoul |
Comput. Networks | 4 |
| 2025 | IoVST: An anomaly detection method for IoV based on spatiotemporal feature fusion
Jinhui Cao, Xiaoqiang Di, Keping Yu, Liang Zhao 0004 |
Future Gener. Comput. Syst. | 5 |
| 2025 | EPCTS: Enhanced Prompt-Aware Cross-Prompt Essay Trait Scoring
Jiangsong Xu, Mingwei Lin, Jiayin Lin, Shenbao Yu, Liang Zhao 0004, Jun Shen 0001 |
Neurocomputing | 6 |
| 2025 | DRSC: Dual-Reweighted Siamese Contrastive Learning Network for Cross-Domain Rotating Machinery Fault Diagnosis With Multisource Domain Imbalanced DataabstractTo enhance the reliability of rotating machinery, cross-domain fault diagnosis becomes vital for detecting faults under unknown operating conditions. However, multisource domain imbalanced data present significant challenges, as divergent label distributions across domains cause complex domain-class shifts and degrade the performance of cross-domain fault diagnosis. Moreover, diagnostic models often struggle to learn features from minority classes due to label imbalance within each domain, which may degrade the performance in diagnosing these minority classes. To address these challenges, we propose a dual-reweighted Siamese contrastive learning network (DRSC) for cross-domain fault diagnosis with multisource domain imbalanced data. In DRSC, we design a Siamese feature extractor based on a wide-kernel convolutional neural network to capture short-term characteristics and leverage the convenience in extracting domain-invariant features. Subsequently, to alleviate domain-class shifts, we design a reweighted contrastive domain-class alignment mechanism that strategically pulls domain-class pairs together while pushing other health conditions away. Finally, to enable the diagnostic model to learn from minority health conditions, a reweighted health condition classifier is developed by assigning higher weights to the minority classes. Evaluation results on two public datasets illustrate DRSC outperforms comparison models in cross-domain fault diagnosis. Yuanguo Bi, Rao Fu 0001, Cunyu Jiang, Fengyun Li, Liang Zhao 0004, Guangjie Han |
IEEE Internet Things J. | 6 |
| 2025 | Green Communications: RIS-Assisted Fixed-Wing UAV Coverage Scheme Based on Deep Reinforcement LearningabstractRecently, fixed-wing unmanned aerial vehicles (UAVs) are able to extend the communications mission time and ease of deployment due to their powerful onboard capabilities and flexibility, and reflective intelligent surfaces (RISs) are capable of reflecting links to avoid obstacles and thus improve channel gain. Therefore, RIS-assisted fixed-wing UAVs are widely used in wireless communications. Nevertheless, fixed-wing UAVs have limited energy, so improving energy efficiency is critical. This article focuses on energy efficiency optimization problems under RIS-assisted fixed-wing UAV communications. In communications coverage systems, the flight trajectory of fixed-wing UAVs and service scheduling to ground nodes (GNs) significantly impact energy efficiency. Existing work often adopts circular trajectory and traditional deep reinforcement learning (DRL) algorithms for optimizing trajectory and service scheduling. However, circular trajectory can not adapted to the GN distribution well. In addition, the traditional DRL algorithm has two drawbacks: 1) the efficiency of exploring the empirical process is low and 2) the accuracy of handling the hybrid action space needs to be higher. Thus, we propose the midpoint iteration convex hull (MICH) algorithm based on the Graham scan to design trajectories that can be adapted to the distribution of the GNs. In addition, we propose the action screening virtual and real experience (AS-VRE) mechanism and the N-steps hybrid deep Q and policy network (NsHQPN) algorithm to address the low-exploration efficiency and the low-fetch accuracy in handling the hybrid action space. Experiments show that our proposed MICH algorithm, AS-VRE mechanism, and NsHQPN algorithm can effectively improve the system energy efficiency and outperform other baseline schemes. Na Lin 0001, Tianxiong Wu, Ammar Hawbani, Liang Zhao 0004, Shaohua Wan 0001, Mohsen Guizani |
IEEE Internet Things J. | 5 |
| 2025 | Energy-Efficiency Optimization in RIS-Assisted AAV Communications Based on Deep Reinforcement LearningabstractReconfigurable-intelligent-surface (RIS)-assisted autonomous aerial vehicles (AAVs) communications technology improves energy efficiency by reflecting signals. This article utilizes RIS and deep reinforcement learning (DRL) to optimize the scheduling of ground terminals (GTs), AAV trajectories, resource allocation, and time slot lengths to maximize system energy efficiency. Three flaws of the existing DRL algorithm are also addressed to seek higher energy efficiency further. First, DRL faces exploration challenges due to the complexity of the solution space, resulting in low rewards. We propose the ant colony DRL (ACDRL) algorithm, which optimizes the scheduling order of the GTs using the ant colony optimization (ACO) algorithm and feeds the results back to the DRL to optimize the subsequent decision making, thus reducing the exploration overhead. Second, to reduce the degree of local optimization when dealing with hybrid action space planning, we propose a hybrid discrete-continuous DRL (HDCDRL) algorithm to improve action accuracy. Finally, to better generalize the model to similar tasks, we propose the transfer-DRL (T-DRL) model to reduce the training time when the task changes. Experimental results show that our proposed solution outperforms the benchmark solution. Na Lin 0001, Tianxiong Wu, Ammar Hawbani, Liang Zhao 0004, Shaohua Wan 0001, Mohsen Guizani |
IEEE Internet Things J. | 4 |
| 2025 | Dependency-Aware Task Offloading for Satellite Mobile-Edge Computing: A Deep Reinforcement Learning SchemeabstractSatellite-terrestrial integrated networks have recently gained substantial interest due to their exceptional coverage, lower transmission delay, robust storage, and computing power. However, existing task offloading schemes often fail to effectively manage task dependencies, resulting in incorrect execution sequences, increased end-to-end delay, and excessive energy consumption. To address these challenges, we propose a dependency-aware task offloading framework for jointly optimizing delay and energy consumption in satellite-terrestrial collaborative networks with mobile-edge computing (MEC). First, we construct a directed acyclic graph (DAG) based dependency-aware task offloading framework aimed at reducing delay and energy consumption. Second, to reduce the frequency of low Earth orbit (LEO) satellite access, we design a cluster head selection strategy (CHSS), which leverages DAG-based task dependencies to optimize the association between Internet of Things (IoT) devices and LEO satellites. Finally, we formulate system delay and energy consumption as a cost-minimization problem, modeling it as a Markov decision process (MDP). We also propose a novel hybrid deep reinforcement learning (DRL) algorithm to effectively handle DAG structures and optimize task offloading decisions, thereby minimizing the total cost. Extensive simulation results confirm the effectiveness of the proposed method, demonstrating that the proposed algorithm significantly outperforms others by reducing system delay by 18.07% and decreasing energy consumption by 21.15% on average, respectively. Na Lin 0001, Ammar Hawbani, Tianxiong Wu, Ammar Muthanna, Saeed H. Alsamhi, Liang Zhao 0004 |
IEEE Internet Things J. | 8 |
| 2025 | Surface Multiple Object Tracking: An Accurate HAT-YOLOv8-ADT Tracking ModelabstractWith the development of artificial intelligence technology, Autonomous aerial vehicles (AAV) have the ability to sense the environment. multiple object tracking (MOT) in AAV video is a very important vision task with a wide variety of applications. However, there are still many challenges in MOT in AAV video. First, the movement of the onboard camera in the three-dimensional (3-D) direction during the tracking process, as well as the unpredictable measurement noise characteristics of AAVs flying at high speeds, can lead to significant deviations in the prediction of the object’s position. Second, the applicability of the traditional detection algorithm decreases when the object is small and dense in the AAV viewpoint during detection. Finally, the traditional intersection over union (IoU) matching approach does not take into account the effects of the height and width of the box, and the matching results are inaccurate for the prediction and detection box. In order to address these challenges, we recommend the adaptive DeepSort (ADT) algorithm to reduce the prediction bias due to camera movement and difficulty in predetermining measurement noise characteristics, the hybrid attention transformer-YOLOv8 (HAT-YOLOv8) algorithm to enhance the detection capability of tiny objects, and the IoU of height and width (HWIoU) matching algorithm, which improves the matching accuracy and thus the tracking accuracy. Experimental results show that our proposed solution outperforms the baseline solution. It outperforms the current mainstream StrongSort in MOTA, HOTA and IDF1 by 2.86%, 0.9%, and 9.36%. Code repository link:https://github.com/networkcommunication/. Na Lin 0001, Lei Zhang 0036, Tianxiong Wu, Ammar Hawbani, Huiyu Zhou 0001, Liang Zhao 0004 |
IEEE Internet Things J. | 6 |
| 2025 | Few-Shot Class-Incremental Learning With Non-IID Decentralized DataabstractFew-shot class-incremental learning is crucial for developing scalable and adaptive intelligent systems, as it enables models to acquire new classes with minimal annotated data while safeguarding the previously accumulated knowledge. Nonetheless, existing methods deal with continuous data streams in a centralized manner, limiting their applicability in scenarios that prioritize data privacy and security. To this end, this paper introduces federated few-shot class-incremental learning, a decentralized machine learning paradigm tailored to progressively learn new classes from scarce data distributed across multiple clients. In this learning paradigm, clients locally update their models with new classes while preserving data privacy, and then transmit the model updates to a central server where they are aggregated globally. However, this paradigm faces several issues, such as difficulties in few-shot learning, catastrophic forgetting, and data heterogeneity. To address these challenges, we present a synthetic data-driven framework that leverages replay buffer data to maintain existing knowledge and facilitate the acquisition of new knowledge. Within this framework, a noise-aware generative replay module is developed to fine-tune local models with a balance of new and replay data, while generating synthetic data of new classes to further expand the replay buffer for future tasks. Furthermore, a class-specific weighted aggregation strategy is designed to tackle data heterogeneity by adaptively aggregating class-specific parameters based on local models performance on synthetic data. This enables effective global model optimization without direct access to client data. Comprehensive experiments across three widely-used datasets underscore the effectiveness and preeminence of the introduced framework. We will release our code at: https://github.com/XuSiang1/F2SCIL-SDD. Cuiwei Liu, Siang Xu, Huaijun Qiu, Zhi Liu 0002, Liang Zhao 0004 |
IEEE Internet Things J. | 6 |
| 2025 | Multi-AAVs Flocking for Navigation and Obstacle Avoidance in Network-Constrained EnvironmentsabstractThe flocking movement is a fundamental and crucial operation in multi-AAVs systems, encompassing navigation and obstacle avoidance. However, traditional flocking algorithms typically rely on rigid rules and exhibit limited adaptability to diverse environments. Reinforcement learning (RL) effectively addresses this issue as a flexible and model-free framework. In this article, RL techniques are utilized to achieve navigation and obstacle avoidance for a swarm of AAVs. To enhance training efficiency, we propose an improved algorithm called heuristic guides TD3 (HGTD3) by integrating heuristic guides with the twin delayed deep deterministic policy gradient (TD3), aiming to address the protracted learning periods commonly observed in traditional RL methods. Considering the network-constrained environment, we propose the negative interference flocking algorithm (NIFA): the network interference flocking algorithm and an AAV flocking algorithm designed based on the sparrow search algorithm. NIFA can guide the losing AAV to follow the swarm and at the same time maintain the overall navigation and avoidance efficiency. Finally, we demonstrate the scalability and adaptability of HGTD3-NIFA in a simulation experiment in terms of multi-AAVs flocking and navigation. Guoyu Zhu, Ammar Hawbani, Jiehong Wu, Na Lin 0001, Liang Zhao 0004 |
IEEE Internet Things J. | 7 |
| 2025 | Optimized Resource Allocation in Vehicle Edge Computing Through Platoon CollaborationabstractIn modern vehicular networks, the absence of infrastructure support, such as roadside units (RSUs), presents significant challenges for efficient task offloading and allocation. Limited computational capabilities of individual vehicles, combined with task allocation imbalances caused by varying task complexity and vehicle capacities, further complicate the process. Additionally, the formation of vehicular platoons requires accurate future route and destination information to ensure stable collaboration and effective coordination. However, such information can be challenging to obtain due to dynamic and unpredictable road environments, hindering the reliability of platoon formation. To address these challenges, we propose a platoon-based offloading strategy that integrates deep reinforcement learning (DRL) and long short-term memory (LSTM) networks to enhance task allocation efficiency. This approach also leverages the convoy formation algorithm considering future positions (CFA-FPs) to manage platoon constraints effectively. Experimental results demonstrate that our method significantly improves key performance metrics, including total computation cost, latency, and offloading success rate, compared to other task offloading strategies. Liang Zhao 0004, Yuhang Feng, Ammar Hawbani, Lexi Xu, Zhi Liu 0002, Yuanguo Bi |
IEEE Internet Things J. | 1 |
| 2025 | Multiagent Deep-Reinforcement-Learning-Based Cooperative Perception and Computation in VECabstractConnected and autonomous vehicles (CAVs) are an important paradigm of intelligent transportation systems. Cooperative perception (CP) and vehicular edge computing (VEC) enhance CAVs’ perception capacity of the region of interest (RoI) while alleviating the pressure of intensive computation on onboard resources. However, existing CP and computation schemes are based on inefficient broadcast communications and still face challenges, such as highly dynamic communication link channel conditions caused by vehicle mobility, and limited computing resources in VEC environments. Considering the delay sensitivity of CAVs’ perception tasks and the need for enhanced perception, we propose a unicast-based cooperative perception and computation scheme to achieve more efficient resource utilization and perception task execution in VEC scenarios. Our goal is to maximize CP gain and minimize task execution delay by optimizing the decision of each ego CAVs. To solve the sequential decision-making problem of multiobjective optimization, we propose a solution based on improved multiagent proximal policy optimization deep reinforcement learning, where CAVs agents make adaptive decisions distributed based on partial observations. Simulation results show that compared with the baseline algorithm, our proposed scheme effectively reduces the execution delay of ego CAVs perception tasks and ensures a high perception gain. Liang Zhao 0004, Longjia Li, Zhiyuan Tan 0001, Ammar Hawbani, Qiang He 0002, Zhi Liu 0002 |
IEEE Internet Things J. | 1 |
| 2025 | A Region Division-Based Adaptive Task Offloading in Collaborative LEO Heterogeneous ConstellationabstractSatellite Edge Computing (SEC) enhances real-time data processing by deploying computational resources at the edge of satellite networks, reducing Task Completion Delay (TCD). To minimize TCD, the characteristics of satellites with large coverage, strong collaborative capabilities, and limited resources must be fully considered. This paper proposes a novel three-stage task offloading framework to optimize task execution in dynamic and resource-constrained satellite environments. First, to efficiently offload computational tasks among large-scale, heterogeneous users, we introduce a region division-based offloading strategy and develop the Adaptive Division Offloading Region (ADOR) algorithm, which dynamically partitions satellite coverage areas to improve offloading efficiency. Second, to enhance the collaborative computing capabilities of Low Earth Orbit (LEO) satellite constellations, we propose a Particle Swarm Optimization Genetic (PSOG) algorithm to optimize TS under dynamic conditions. Finally, to tackle the limited and interdependent computing resources of satellites, we design an Intelligent Parameter Adjustment (IPA) algorithm based on Q-learning, which dynamically adjusts computational parameters to maximize processing speed while ensuring system stability. Simulation results demonstrate that our proposed framework outperforms existing methods. Compared with the baseline algorithm, it achieves higher task offloading efficiency and better resource allocation. Additionally, it maintains stable satellite operations while reaching the highest processing speed. Liang Zhao 0004, Minglin Zeng, Ammar Hawbani, Lexi Xu, Zhi Liu 0002, Xiaoming Zhou |
IEEE Internet Things J. | 1 |
| 2025 | Skyward secure: Advancing drone data-sharing in 6G with decentralized dataspace and supported technologiesabstractThe capacity of Dataspace enables the distribution of heterogeneous data from several sources and domains and has attracted attention for resolving data integration challenges. Drone data sharing faces challenges such as protecting privacy and security, building trust and dependability, controlling latency and scalability, facilitating real-time data processing, and preserving the caliber of shared models. Therefore, sixth-generation (6G) networks provide high throughput and low latency to improve drone operations; security issues are exacerbated by the sensitive nature of shared data and the lack of centralized monitoring. To address the challenges, this paper presents a conceptual framework for a Dataspace in the Sky to enable secure and efficient drone data-sharing within 6G networks in the transition from Industry 4.0 to Industry 5.0 . The Dataspace in the Sky integrates Federated Learning (FL), a decentralized Machine Learning (ML) approach that enhances security and privacy by sharing models instead of raw data, facilitating effective drone collaboration. However, the quality of shared local models often suffers due to inconsistent data contributions and unreliable recording mechanisms, which can undermine the performance of FL. To tackle the challenges, the framework employs blockchain (BC) to decentralize and secure the Dataspace, ensuring the integrity of contribution records and improving the reliability of shared models. Dataspace in the Sky empowered decentralized data sharing which addresses latency issues by decentralizing decision-making and enhances trust and reliability by leveraging immutable and transparent BC mechanisms. The robustness of Dataspace in the Sky solution is not only secures drone-sharing operations in 6G environments but enables the development of citizen-friendly mobility services, expanding opportunities across smart environments. Saeed H. Alsamhi, Sumit Srivastava, Mamoon Rashid 0001, Mohammed A. Alhabeeb, Santosh Kumar 0006, N. S. Rajput 0001, Ammar Hawbani, Liang Zhao 0004, Mohammed A. A. Al-qaness, Edward Curry |
J. Parallel Distributed Comput. | 8 |
| 2025 | Small Fault Sample Adversarial Generation and Diagnosis Method for Vehicular Energy NetworkabstractThis paper addresses the challenge of fault analysis in the Vehicular Energy Network (VEN) caused by small fault samples due to transient faults and complex disturbances. The proposed generation and diagnosis networks (GDNs) are developed without necessitating prior knowledge or manual intervention. The approach starts with an encoding and diagnosis network that converts multi-dimensional signals into images through supervised learning. A sample enhancement network, improved with module transfer and a relaxation objective function, is then proposed to increase the reliability of convergence and diversity of features for small fault samples. Additionally, a joint iterative training strategy between these two networks improves diagnostic accuracy and generalization through feature feedback. Performance validation on a semi-physical simulation platform demonstrates that the proposed GDNs achieve a 20% improvement in diagnostic accuracy with small datasets (200 samples) and maintain superior performance as sample volume grows. Thus, the proposed approach offers a potent solution for fault diagnosis in VENs with scarce samples, enhancing the analysis of complex systems. Note to Practitioners—This paper delves into fault diagnosis in the vehicular energy network (VEN) using small samples, employing a data-driven and deep learning model. The proposed method is versatile, suitable for analyzing complex systems with multiple and heterogeneous signals. An end-to-end model, named generation and diagnosis networks (GDNs), is introduced for generating small samples and conducting fault diagnosis without requiring prior knowledge or manual input. This method encodes multiple signals into signal images, which are then processed by a specially designed sample enhancement model, improved through the relaxation objective function and module transfer method. The enhanced samples are utilized for accurate analysis within the encoding and diagnosis networks’ diagnostic unit. The paper also provides a comparison of diagnosis results for reference. This approach enables researchers and engineers to efficiently augment and analyze small samples in practical applications, offering a practical framework for junior and inexperienced analysts. Preliminary experiments conducted using the RT-Lab semi-physical simulation platform suggest the method’s feasibility and effectiveness. Future research will explore the optimization of the model’s topology and parameters for lightweight design. Yongheng Pang, Dongsheng Yang 0001, Mohammad Shojafar, Shuowei Jin, Mamoun Alazab, Shaohua Wan 0001, Liang Zhao 0004 |
IEEE Trans Autom. Sci. Eng. | 7 |
| 2025 | Digital Twin Data Management: A Comprehensive ReviewabstractDigital Twins are virtual representations of physical assets and systems that rely on effective Data Management to integrate, process, and analyze diverse data sources. This article comprehensively examines Data Management challenges, architectures, techniques, and applications in the context of Digital Twins. It explores key issues such as data heterogeneity, quality assurance, scalability, security, and interoperability. The paper outlines architectural approaches like centralized, distributed, cloud-based, and blockchain solutions and Data Management techniques for modeling, integration, fusion, quality management, and visualization. Domain-specific considerations across manufacturing, smart cities, healthcare, and other sectors are discussed. Finally, open research challenges related to standards, real-time data processing, intelligent Data Management, and ethical aspects are highlighted. By synthesizing the state-of-the-art, this review serves as a valuable reference for developing robust Data Management strategies that enable Digital Twin deployments. Ezekiel B. Ouedraogo, Ammar Hawbani, Xingfu Wang, Zhi Liu 0002, Liang Zhao 0004, Mohammed A. A. Al-qaness, Saeed H. Alsamhi |
IEEE Trans. Big Data | 5 |
| 2025 | An Enhanced and Robust Data Publishing Scheme for Private and Useful 1:M MicrodataabstractA data publishing deal conducted with anonymous microdata can preserve the privacy of people. However, anonymizing data with multiple records of an individual (1:M dataset) is still a challenging problem. After anonymizing the 1:M microdata, the vertical correlation can be exploited to launch privacy attacks. In this paper, a novel privacy preserving model$l_{c}, l_{s}$-ANGEL is proposed. To validate the new model, two privacy attacks are presented, namely, a Vertical correlation attack ($V_{c0}$) and a Vulnerable sensitive attribute attack ($V_{sa}$) on 1:M datasets, which breach the privacy of individuals. Furthermore, the proposed model is examined through High-Level Petri Nets (HLPNs). Our experiments on three real-world datasets;“INFORMS”,“YOUTUBE”, and “IMDb” demonstrate that the proposed model outperforms the state-of-the-art models. Our practices and lessons learned in this work can direct future concrete steps towards Multiple Sensitive Attributes, where we can expand the proposed model to dynamic datasets. Ammar Hawbani, Xingfu Wang, Adeel Anjum, Pelin Angin, Yigit Sever, Sanchuan Chen, Liang Zhao 0004, Ahmed Yassin Al-Dubai |
IEEE Trans. Big Data | 8 |
| 2025 | Task Optimization Allocation in Vehicle Based Edge Computing Systems With Deep Reinforcement LearningabstractWith the recent advancement in network technologies, the vehicle based medical networks extend medical services to mobile vehicles, thereby offering flexible and efficient healthcare services for vehicle users in need. The integration of vehicle based medical network and edge computing enables computation intensive medical service tasks to be offloaded on edge servers, to provide fast service response for vehicle users. An efficient task offloading and resource allocation strategy is critical for Vehicle based Medical Edge Computing System (VMECS) to satisfy real-time and reliability requirements while ensuring service performance. To this end, in this paper, we investigate the problem of task computation allocation in VMECS networks. By introducing deep reinforcement learning, we first present a novel VMECS architecture to automatically achieve the optimal task offloading and resource allocation through the multi-agent collaboration, thereby improving service performance. Then, we formulate the problem of task offloading and resource allocation in VMECS networks as an optimization model with the aim of maximizing task success rate by jointly considering communication interferences, resource allocation and delay requirements. To solve it, we further devise a Distributed distributional deterministic policy gradients based Task offloading and Resource allocation (DTR) algorithm. Final simulation results demonstrate that compared with benchmark algorithms, DTR algorithm can obtain higher task success rate, smaller service time, and less task processing time. Qiang He 0002, Quanwei Li, Chuangchuang Zhang, Xingwei Wang 0001, Yuanguo Bi, Liang Zhao 0004, Ammar Hawbani, Keping Yu |
IEEE Trans. Computers | 6 |
| 2025 | UAV-Assisted Microservice Mobile Edge Computing Architecture: Addressing Post-Disaster Emergency Medical RescueabstractIn post-disaster emergency medical rescue operations, rapidly establishing an adaptive and flexible edge computing (EC) network, balancing data offloading with energy consumption, and ensuring the stable operation of the network have become urgent priorities. To address these challenges, we proposed an unmanned aerial vehicle (UAV)-assisted microservice mobile edge computing (MEC) architecture. The architecture can be rapidly deployed to provide temporary network coverage and EC services in disaster-stricken areas. A transformer-based resource management (TBRM) approach is utilized to optimize data offloading efficiency and reduce energy consumption, thereby maximizing the service time of the architecture. To enhance the security and reliability of the architecture, four microservices are designed to manage the full UAV lifecycle, and UAV identity authentication is implemented through dual digital signature certificates. Large-scale simulation experiments have demonstrated the effectiveness of the architecture in complex rescue scenarios, providing strong technical support for postdisaster medical rescue efforts. Qiang He 0002, Xingwei Wang 0001, Ammar Hawbani, Keping Yu, Yuanguo Bi, Liang Zhao 0004 |
IEEE Trans. Computers | 7 |
| 2025 | Optimizing Multi-AAV Cooperative Tracking for Real-Time Applications in Network-Challenged EnvironmentsabstractAutonomous aerial vehicles (AAVs) have found widespread utility in the field of multi-target tracking (MTT) due to their inherent advantages, such as ease of deployment, flexible maneuverability, and cooperative communication capabilities. AAVs can perform tasks ranging from regional surveillance to tracking and search-and-rescue operations in hazardous environments. Nonetheless, the issue of how to efficiently coordinate multiple AAVs to track diverse mobile targets remains a critical concern. This paper focuses on MTT with multi-AAV, aiming at optimizing system performance in scenarios where network availability is limited. In contrast to treating sensor perception as a monolithic process, we propose a scheme for cooperative sensing and data processing. This scheme is designed to reduce system response latency in environmental information sensing and multidimensional data processing for multiple AAVs. Furthermore, in contrast to assuming linear target movement and single-step target position prediction, we introduce a multi-agent deep reinforcement learning (MADRL) framework combined with multi-step prediction extended Kalman Filter (MP-EKF). This framework is tailored to enhance tracking precision, especially when targets’ trajectories are curved, which can reduce AAV flight displacement if the target’s position can be predicted multiple steps later. In addition, unlike using latency as a real-time application to measure the “freshness” of information, the Age of Information (AoI) is introduced for considering the waiting time of transmission and calculation between multiple AAVs. This assessment method is utilized to comprehensively evaluate and mitigate data latency within the MADRL algorithm. Finally, extensive simulation experiments demonstrate that the proposed scheme significantly outperforms both baseline methods and state-of-the-art approaches in terms of AoI, system latency, and energy consumption. Na Lin 0001, Zhijiang Wang, Liang Zhao 0004, Ammar Hawbani, Zhi Liu 0002, Mohsen Guizani |
IEEE Trans. Computers | 3 |
| 2025 | NetMod: Toward Accelerating Cloud RAN Distributed Unit Modulation Within Programmable SwitchesabstractRadio Access Networks (RAN) are anticipated to gradually transition towards Cloud RAN (C-RAN), leveraging the full advantages of the cloud-native computing model. While this paradigm shift offers a promising architectural evolution to improve scalability, efficiency, and performance, significant challenges remain in managing the massive computing requirements of physical layer (PHY) processing. To address these challenges and meet the stringent Service Level Objectives (SLOs) in 5G networks, hardware acceleration technologies are essential. In this paper, we aim to mitigate this challenge by offloading 5G modulation mapping, a critical yet demanding function to encode bits into IQ symbols, directly onto the switch ASICs. Specifically, we introduce NetMod, a 5G New Radio (NR) standard-compliant in-network modulation mapper accelerator. NetMod leverages the capabilities of new-generation programmable switches within the C-RAN infrastructure to offload and accelerate PHY modulation functions. We implemented a NetMod prototype on a real-world platform using the Intel Tofino programmable switch and commodity servers running the Data Plane Development Kit (DPDK). Through extensive experiments, we demonstrate that NetMod achieves modulation mapping at switch line rate using minimal switch resources, thereby preserving ample space for traditional switching tasks. Furthermore, comparisons with a GPU-based 5G modulation mapper show that NetMod is 2.2$\boldsymbol{\times}$to 3.3$\boldsymbol{\times}$faster using only a single switch port. These results highlight the potential of in-network acceleration to enhance 5G network performance and efficiency. Abdulbary Naji, Xingfu Wang, Ammar Hawbani, Aiman Ghannami, Liang Zhao 0004, Xiaohua Xu 0002, Wei Zhao 0023 |
IEEE Trans. Computers | 5 |
| 2025 | NetCRC-NR: In-Network 5G NR CRC AcceleratorabstractIn 5G Radio Access Networks (RAN), Cyclic Redundancy Check (CRC) algorithms play a vital role in detecting accidental changes to digital data during transmission. However, due to the massive bandwidth demands in 5G networks, CRC computation is a resource-intensive process. To address this challenge, we propose performing CRC computation and verification directly in the network path. Specifically, we introduce NetCRC-NR, a 5G New Radio (NR) standard-compliant in-network CRC accelerator. NetCRC-NR implements the 5G NR CRC algorithms specified in 3GPP TS 38.212, including CRC24A, CRC24B, CRC24C, CRC16, CRC11, and CRC6. It leverages programmable switches to perform in-network CRC generation and validation for the Transport Blocks (TBs) and Code Blocks (CBs), aiming at providing high CRC computation throughput and alleviating the computational burden on General-Purpose Processors (GPPs). We design and implement NetCRC-NR on Intel Tofino programmable switch and commodity servers running the Data Plane Development Kit (DPDK). Extensive experiments demonstrate that NetCRC-NR performs CRC generation and verification at the switch line rate of up to 4+Tbps CRC throughput, showcasing its efficiency and potential in accelerating the 5G RAN error detection process. Abdulbary Naji, Xingfu Wang, Ping Liu 0008, Ammar Hawbani, Liang Zhao 0004, Xiaohua Xu 0002, Fuyou Miao 0001 |
IEEE Trans. Computers | 5 |
| 2025 | KDN-Based Adaptive Computation Offloading and Resource Allocation Strategy Optimization: Maximizing User SatisfactionabstractIn large-scale dynamic network environments, optimizing the computation offloading and resource allocation strategy is key to improving resource utilization and meeting the diverse demands of User Equipment (UE). However, traditional strategies for providing personalized computing services face several challenges: dynamic changes in the environment and UE demands, along with the inefficiency and high costs of real-time data collection; the unpredictability of resource status leads to an inability to ensure long-term UE satisfaction. To address these challenges, we propose a Knowledge-Defined Networking (KDN)-based Adaptive Edge Resource Allocation Optimization (KARO) architecture, facilitating real-time data collection and analysis of environmental conditions. Additionally, we implement an environmental resource change perception module in the KARO to assess current and future resource utilization trends. Based on the real-time state and resource urgency, we develop a deep reinforcement learning-based Adaptive Long-term Computation Offloading and Resource Allocation (AL-CORA) strategy optimization algorithm. This algorithm adapts to the environmental resource urgency, autonomously balancing UE satisfaction and task execution cost. Experimental results indicate that AL-CORA effectively improves long-term UE satisfaction and task execution success rates, under the limited computation resource constraints. Kaiqi Yang 0002, Qiang He 0002, Xingwei Wang 0001, Zhi Liu 0002, Yufei Liu 0005, Min Huang 0001, Liang Zhao 0004 |
IEEE Trans. Computers | 7 |
| 2025 | Trajectory Optimization and Power Allocation for Multi-UAV Wireless Networks: A Communication-Based Multi-Agent Deep Reinforcement Learning ApproachabstractUnmanned Aerial Vehicles (UAVs) play a crucial role in next-generation mobile communication systems, serving as aerial base stations to provide services when ground base stations fail to meet coverage requirements. However, trajectory planning and power allocation for collaborative UAVs as Aerial Base Stations (UAV-ABSs) face several challenges, including energy limitations, flight time constraints, high optimization complexity due to dynamic environment interactions, and insufficient decision-making information. To address these challenges, this paper proposes a multi-agent reinforcement learning algorithm, namely Communication Actor Centralized Attention Critic Algorithm (CATEN), to jointly optimize the flight trajectory and power allocation strategies of UAV-ABSs. The proposed algorithm aims to maximize the number of users meeting Quality of Service (QoS) requirements while minimizing UAV-ABSs energy consumption. To achieve this, firstly, an information sharing mechanism is designed to improve the collaboration efficiency among UAV-ABSs. It leverages distributed storage, intelligent scheduling of UAV-ABSs interaction experiences, and gating units to enhance information screening and fusion. Secondly, a multihead attention critic network is proposed to capture correlations among UAV-ABSs from different subspaces. This allows the network to prioritize value information, reduce redundancy, and strengthen UAV-ABSs collaboration and decision-making capabilities. Simulation results demonstrate that CATEN achieves better performance in terms of the number of served users and energy consumption compared to existing algorithms, exhibiting good robustness and adaptability in dynamic environments. Zimeng Yuan, Yuanguo Bi, Yanbo Fan, Lianbo Ma 0004, Liang Zhao 0004, Qiang He 0002 |
IEEE Trans. Computers | 6 |
| 2025 | A Multi-UAV Cooperative Task Scheduling in Dynamic Environments: Throughput MaximizationabstractUnmanned aerial vehicle (UAV) has been considered a promising technology for advancing terrestrial mobile computing in the dynamic environment. In this research field, throughput, the number of completed tasks and latency are critical evaluation indicators used to measure the efficiency of UAVs in existing studies. In this paper, we transform these metrics to a single optimization objective, i.e., throughput maximization. To maximize the throughput, we consider realizing this goal in two respects. The first is to adapt the formation of the UAVs to provide cooperative computing service in a dynamic environment, we integrate a policy-based gradient algorithm and the task factorization network as a new reinforcement learning algorithm to improve the cooperation of UAVs. The second is to optimize the association process between UAVs and users, where the heterogeneity of tasks is considered. This algorithm is modified from the Gale-Shapley stability concept to optimize the appropriate association between tasks and UAVs in a dynamic time-varying condition to get the near-optimal association with few iterations. The scheduling of dependent tasks and independent tasks jointly also has to be considered. Finally, simulation results demonstrate the improvement of cooperation performance and the practicability of the association process. Liang Zhao 0004, Zhiyuan Tan 0001, Ammar Hawbani, Stelios Timotheou, Keping Yu |
IEEE Trans. Computers | 1 |
| 2025 | Dynamic Caching Dependency-Aware Task Offloading in Mobile Edge ComputingabstractMobile Edge Computing (MEC) is a distributed computing paradigm that provides computing capabilities at the periphery of mobile cellular networks. This architecture empowers Mobile Users (MUs) to offload computation-intensive applications to large-scale computing nodes near the edge side, reducing application latency for MUs. The resource allocation and task offloading in MEC has been widely studied. However, the burgeoning complexity inherent to modern applications, often represented as Directed Acyclic Graphs (DAGs) comprising a multitude of subtasks with interdependencies, poses huge challenges for application offloading and resource allocation. Meanwhile, previous work has neglected the impact of edge caching on the offloading execution of dependent tasks. Therefore, this paper introduces a novel dynamiccaching dependency-aware taskoffloading (CachOf) scheme. First, to effectively enhance the rationality of cache and computing resource allocation, we develop a subtask priority computation scheme based on DAG dependencies. This scheme includes the execution sequence priority of subtasks on a single MU and the offloading sequence priority of subtasks from multiple MUs. Second, a dynamic caching scheme, designed to cater to dependent tasks, is proposed. This caching approach can not only assist offloading decisions, but also contribute to load balancing by harmonizing caching resources among edge servers. Finally, based on the task prioritization results and caching results, this paper presents a Deep Reinforcement Learning (DRL)-based offloading scheme to judiciously allocate resources and improve the execution efficiency of applications. Extensive simulation experiments demonstrate that CachOf outperforms other baseline schemes, achieving improved execution efficiency for applications. Liang Zhao 0004, Zijia Zhao, Ammar Hawbani, Zhi Liu 0002, Zhiyuan Tan 0001, Keping Yu |
IEEE Trans. Computers | 1 |
| 2025 | Efficient Rumor Suppression With Dynamic Blocking Strategy in Social NetworksabstractWith the continuous development of Internet technology, social networks have provided convenient conditions for information dissemination. The rapid dissemination of information has provided us with great convenience, but some criminals extensively spread rumors based on such convenience, adversely affecting social stability. In this context, two key challenges arise: the survivability of rumors, which refers to their persistence and long-term impact, and the dynamic viewpoint changes of individuals, which influence how rumors spread and diminish over time. This article proposes a dynamic-susceptible-exposed-infected-recovered (DSEIR) rumor propagation model based on human social behavior to solve the spread of rumors problem. This model considers the characteristics of rumors spread in social networks with the Markov chain and makes the simulation more authentic. To suppress rumor propagation, we introduce the concept of rumor survivability and propose a dynamic truth movement blocking strategy, which adapts to people’s evolving viewpoints to curb the influence of rumors effectively. Finally, we analyze the proposed model and blocking strategy in four real networks. The experimental results show that the proposed propagation model can authentically simulate the propagation of rumors in social networks and the proposed blocking strategy efficiently suppresses the rumor propagation. We have released our code here:https://github.com/gf9264/DSEIR. Qiang He 0002, Xingwei Wang 0001, Min Huang 0001, Lianbo Ma 0004, Liang Zhao 0004 |
IEEE Trans. Comput. Soc. Syst. | 7 |
| 2025 | DNN Inference Acceleration Based on Adaptive Task Partitioning and Offloading in Embedded VECabstractAs a distributed embedded system, vehicular edge computing (VEC) completes various complex Deep neural network (DNN) tasks through network collaboration and communication. However,due to the limited computing power of vehicle processors, vehicles cannot handle increasingly complex DNN tasks. To accurately estimate the execution latency of each layer across different DNN models on heterogeneous devices, we proposed the Extreme Gradient Boosting Tree (XGBoost) algorithm to predict DNN task inference latency. Furthermore, we proposed partitioning and offloading algorithms for both chained DNN tasks and Directed Acyclic Graph (DAG)-type DNN tasks, addressing their unique computational characteristics. For chained DNN tasks, we employ a linear search to determine optimal partitioning points based on predictions from the DNN latency prediction model. For the partitioning and offloading of DAG-type DNN tasks, we construct it as a minimum cut problem under the network flow graph and propose a DNN task partitioning and offloading algorithm based on the highest label pre-stream push (HLPP) algorithm to effectively reduce the cost of task partitioning and offloading. Finally, we used an experimental vehicle equipped with Raspberry and a RSU equipped with Jetson Nano to verify the results. The experiment shows that the DNN latency prediction model based on the XGBoost we proposed can effectively improve the latency prediction accuracy of DNN layer-by-layer execution. At the same time, the division and offloading algorithms for different types of DNN inference tasks can achieve higher task completion rate, lower latency, and lower energy consumption. Chunlin Li 0001, Mengjie Yang, Bingxin Wang, Liang Zhao 0004, Chen Chen 0006, Shaohua Wan 0001 |
ACM Trans. Embed. Comput. Syst. | 7 |
| 2025 | A Novel EAGLe Framework for Robust UAV-View Geo-LocalizationabstractThis paper addresses the UAV-view geo-localization task, which focuses on bi-directional retrieval between UAV-view and satellite-view images. Generally, existing methods aim to learn image representations that can distinguish between different locations while effectively mitigating the cross-view domain gap. However, these methods often struggle in noisy UAV flight environments, as they fail to account for environmental domain shifts caused by varying weather and lighting conditions. To this end, we propose a novel Environment-Agnostic Geo-Localization (EAGLe) framework, which integrates a dual-objective discriminator and a style mixture module into diverse UAV-view geo-localization networks to enhance their robustness in dynamic environments. Specifically, the dual-objective discriminator not only distinguishes between UAV and satellite views but also identifies various environmental styles in UAV-view images. Through adversarial learning, the dual-objective discriminator encourages the feature encoder to produce features that remain invariant to both viewpoint and environmental variations. Furthermore, the style mixture module is integrated into the feature encoder to extend diversity at the feature level, allowing EAGLe to learn a broader range of environmental styles beyond the training data. Extensive experiments on the University-1652 and SUES-200 datasets demonstrate that the proposed EAGLe significantly improves the reliability of UAV-view geo-localization networks under dynamic and unpredictable environmental conditions, while maintaining inference efficiency. Cuiwei Liu, Shiting Peng, Shishen Li, Huaijun Qiu, Yuhao Xia, Zhaokui Li, Liang Zhao 0004 |
IEEE Trans. Geosci. Remote. Sens. | 7 |
| 2025 | Hierarchical Stochastic Spatial-Temporal Transformer for Trustworthy State-of-Health Estimation of Batteries in Industrial ApplicationsabstractWith lithium-ion batteries prevalent in safety-critical industries, accurate and reliable estimation of battery state-of-health, termed trustworthy prognosis, has become crucial. However, neglecting model uncertainty during representative correlation learning may lead to inappropriate aggregation of ambiguous segments. Moreover, shifts in dominant spatial channels and sparsity in useful temporal features further hinder the trustworthy estimation. Furthermore, the misalignment between the predicted and actual distributions leads to a confidence biases issue and degrades performance in distinguishing out-of-distribution samples. To address these challenges, we propose a hierarchical stochastic spatial–temporal Transformer (HSSTT). First, HSSTT implements stochastic self-attention utilizing Gumbel–Softmax reparameterization for uncertainty quantification. Then, a hierarchical spatial–temporal Transformer is designed to leverage uncertainty-aware timestep-wise dilated convolution and clustered stochastic self-attention. Finally, we theoretically analyse the confidence bias issue through bias-variance decomposition and develop a principled calibration strategy. Experimental results on four datasets demonstrate the superiority of HSSTT in trustworthy prognosis against seven State-of-the-Art models. Xinhui Lin, Yuanguo Bi, Rao Fu 0001, Liang Zhao 0004, Ammar Hawbani |
IEEE Trans. Ind. Informatics | 5 |
| 2025 | Fourth-Order Dimension Preserved Tensor Completion With Temporal Constraint for Missing Traffic Data ImputationabstractIn the intelligent transportation system, the collected traffic data are usually incomplete. The low-rank completion models are effective in processing missing traffic data (MTD) imputation. However, the existing low-rank completion models encounter the following challenges: 1) Incorporating spatio-temporal information of traffic data often leads to significant time overhead; 2) To reduce the time overhead, some models based on the low-rank completion only embed the temporal information and discard the spatial information, thereby resulting in low imputation accuracy; 3) Missing traffic data carries complex spatio-temporal information, requiring multi-faceted analysis to extract valuable insights. To address these issues, we propose an efficient fourth-order dimension preserved tensor completion (FDPTC) with temporal constraint model. It works based on our proposed fourth-order dimension preserved (FDP) tensor decomposition model to capture the spatio-temporal information of traffic data from a high-dimensional perspective by extending dimensions. Additionally, we embed a temporal constraint into FDP tensor decomposition model to ensure consistency of MTD and introduce a non-negative constraint to accelerate convergence speed. By constructing this model, we successfully avoid direct operations on the extra information matrix/tensor, thereby optimizing efficiency. Experimental results on four real traffic datasets demonstrate that our proposed model achieves significantly higher imputation accuracy at an affordable computational burden compared with state-of-the-art models. Hong Chen 0024, Mingwei Lin, Liang Zhao 0004, Zeshui Xu, Xin Luo 0001 |
IEEE Trans. Intell. Transp. Syst. | 3 |
| 2025 | TRACER: Transfer Knowledge-Based Collaborative Vehicle Trajectory Prediction for Highway Traffic Toward Cross-Region AdaptivityabstractVehicle trajectory prediction, as a key enabler of the intelligent transportation system, has attracted considerable attention from academia and industry in recent years. However, the variability and dynamism of traffic conditions pose significant challenges to current vehicle trajectory prediction methods, particularly in the form of domain bias. Domain bias occurs when a model trained on one traffic domain, such as one segment of a highway, underperforms when applied to another segment with different traffic patterns. To address this challenge and advance the field, we propose a new transfer learning-based collaborative vehicle trajectory prediction framework called TRACER, designed to provide reliable and accurate traffic predictions with high adaptability for cross-domain highway traffic scenarios. The core of our framework lies in an adaptive interactive extraction module and a trajectory generation module based on Bidirectional Long Short-Term Memory (BiLSTM), further strengthened by a pre-task of intention recognition for vehicle operation types. To improve model robustness, consistency regularization is applied by injecting disturbances into the target data, and a one-dimensional Convolution (Conv1D)-based intention extraction module is integrated into the BiLSTM-based trajectory generation process, leading to notable improvements in prediction accuracy. Our framework is first trained on source domain data, followed by the transfer of a small amount of labeled data from the target domain, and the overall model is further refined using unlabeled data. By effectively mitigating domain bias, TRACER significantly enhances trajectory prediction accuracy while maintaining high adaptability. The results underscore the importance of addressing domain shift challenges in trajectory prediction tasks and demonstrate the potential of domain adaptation techniques to improve the prediction accuracy of vehicle trajectories across different domains in highway scenarios. Hui Qian 0012, Ammar Hawbani, Yuanguo Bi, Zhi Liu 0002, Ammar Muthanna, Liang Zhao 0004 |
IEEE Trans. Intell. Transp. Syst. | 7 |
| 2025 | Joint Resource Allocation for V2X Communications With Multi-Type Mean-Field Reinforcement Learning
Jiaxing Shang, Linjiang Zheng, Liang Zhao 0004 |
IEEE Trans. Intell. Transp. Syst. | 6 |
| 2025 | Optimizing Task Offloading in VEC: A PDQKM Scheme Combining Deep Reinforcement Learning and Kuhn-Munkres MatchingabstractVehicular Edge Computing (VEC) is an emerging computing paradigm that serves as a specific application of Mobile Edge Computing (MEC) in intelligent transportation systems. As a core technology of VEC, task offloading improves computing efficiency and service quality by offloading computing tasks from vehicular devices to edge nodes. However, the high mobility of vehicles, heterogeneity of resources, and real-time requirements present significant challenges for task offloading. To address the issue of reducing overall system latency and increasing the offloading success rate in multi-task offloading, we propose a task offloading scheme combining Deep Reinforcement Learning (DRL) and Kuhn-Munkres (KM) Matching algorithm, named the PDQKM offloading scheme. Firstly, to mitigate the delay caused by frequent Roadside Unit (RSU) handovers, we propose a method to detect whether a vehicle is within the coverage area of the RSU. This method filters out unreasonable offloading decisions, avoiding the overhead associated with frequent RSU handovers. Secondly, the combination of DRL and the KM matching algorithm leverages the strengths of both approaches. DRL provides initial offloading strategies in highly dynamic and high-dimensional decision environment. Although DRL may get stuck in local optima, it can quickly adapt to environmental changes. The KM matching algorithm, a classic solution for perfect task-resource matching, performs global optimization on the initial strategies provided by DRL. This integration overcomes the limitations that a single algorithm might have. Finally, to effectively coordinate and manage the heterogeneous resources of RSU, we utilize an improved KM matching algorithm to update computational resources in real time, enhancing matching efficiency. Experimental results demonstrate that PDQKM outperforms comparable offloading schemes in terms of overall system latency and offloading success rate optimization. Liang Zhao 0004, Xinya Dong, Ammar Hawbani, Yuanguo Bi, Qiang He 0002, Zhi Liu 0002 |
IEEE Trans. Intell. Transp. Syst. | 1 |
| 2025 | STGEN: spatio-temporal generalized aggregation networks for traffic accident prediction
Xiguang Li, Yunchong Guan, Ammar Hawbani, Ammar Muthanna, Liang Zhao 0004 |
J. Supercomput. | 7 |
| 2025 | GATO: Global Transmission Optimization for SAGIN-Assisted IoRT Data Collection
Yanbo Fan, Yuanguo Bi, Yufei Liu 0005, Dusit Niyato, Liang Zhao 0004, Qiang He 0002, Ammar Hawbani |
IEEE Trans. Mob. Comput. | 5 |
| 2025 | Blockchain-Based Edge Computing Service With Dynamic Entry and Exit MechanismabstractWith the widespread application of 5G and artificial intelligence (AI) technology, the Internet of Things (IoT) has been expanding and integrated into various aspects of our daily lives. However, this also poses challenges such as the ubiquitous demand for communication and computing resources, and data privacy issues. Considering its flexible deployment, high security, and ease of scalability, blockchain-enabled edge computing IoT network (BECIN) has become a promising solution to provide secure and fast communication and computing services. However, existing research on computation offloading in edge computing largely overlooks the stochastic arrival of computational tasks and the potential variability in the number, locations, and resource provisions of edge computing service providers. Therefore, we propose a dynamic, self-adjusting BECIN framework aimed at providing long-term stable, efficient, and secure edge computing data offloading services for ground users in a specific region. This framework supports the dynamic entry and exit of edge computing service providers. Additionally, we introduce a novel dynamic Dueling DDQN approach to update the offloading and resource management policies based on changes in resource provisioning. Experimental results demonstrate the feasibility and superior performance of our framework on system cost and system latency. Qiang He 0002, Zheng Feng, Hui Fang 0002, Xingwei Wang 0001, Liang Zhao 0004, Keping Yu, Kim-Kwang Raymond Choo |
IEEE Trans. Mob. Comput. | 5 |
| 2025 | Enhancing Edge-Cloud Collaboration With Blockchain-Assisted Digital Twin Intelligence Offloading SchemeabstractRecently, Edge-Cloud Collaborative (ECC) has emerged as an efficient and promising technique to empower various computation-intensive applications in Digital Twin Network (DTN). The integration of ECC and DTN serves to bridge the gap between data analysis and physical states. In ECC, a reliable and optimal task offloading scheme is required to maximize resource utilization and provide satisfying services to End Users (EU). However, existing offloading schemes still face significant challenges, such as the instability and complexity of network topologies, the intricacies of massive data, and the lack of trust among EU. In this paper, we propose anenhancinGedge-clOud collaboraTion wiTh blockchain-assistEd digital twin intelligence offloadiNgscheme (GOTTEN) which transmits large-scale tasks generated by DTs to Edge Station (ES) or Cloud Station (CS) in dynamic DTN scenarios. We first formulate this resource allocation and task offloading problem and provide an appropriate initial solution which guarantees that tasks generated by DTs can be accurately mapped to physical entities, while optimizing block allocation and reducing the decision space of task offloading. Then, we employ the Lagrange Multiplier based Distributed Island model-enhanced Genetic Algorithm (LM-DIGA) to transform our formulated problem into a convex form and achieve an optimal resource allocation under a specific scheme. Additionally, our proposed architecture also leverages blockchain verification mechanisms to enhance system stability, strengthening privacy protection for DT data as well. Finally, extensive simulation results demonstrate that, compared with seven baselines, our proposed scheme achieves a 10 percent the total system delay and privacy overhead with regard to other schemes in ECC. Xingwei Wang 0001, Rongfei Zeng, Liang Zhao 0004, Ammar Hawbani, Min Huang 0001 |
IEEE Trans. Mob. Comput. | 4 |
| 2025 | Energy Efficient AAV-Assisted Bidirectional Relaying System for Multi-Pair User DevicesabstractUnmanned aerial vehicles(UAVs), or drones, are garnering considerable focus in the realm of wireless communications research because to their notable characteristics, including exceptional mobility, versatile deployment capabilities, and robustness in maintaining line-of-sight (LoS) links. This paper studies a UAV-assisted bidirectional relaying system for multi-pair user devices (UDs), where a rotary-wing UAV is used to serve as a mobile relay for providing information transmission between UDs belonging to a pair on the ground. The UDs in a pair communicate with each other via the UAV relay employing the physical-layer network coding (PNC) technique. To trade off fair communications with system energy consumption, we jointly optimize transmission scheduling and association, UAV relay and UD transmission power, and UAV trajectory to maximize system energy efficiency during UAV relay communications. Due to the formulated problem being mixed-integer and nonconvex programming, it proves to be excessively complex to solve. For ease of solution, this problem is initially decomposed into three sub-problems. Next, by adopting the block coordinate descent (BCD) method, the successive convex approximation (SCA) method, and the Dinkelbach method, an efficient iterative algorithm is proposed that alternately solves variables of each sub-problem while fixing others. The numerical results demonstrate that our designed scheme is capable of substantially improving the system energy efficiency in comparison with other baseline schemes and benchmark schemes. Na Lin 0001, Ammar Hawbani, Cunqian Yu, Yanbo Fan, Liang Zhao 0004 |
IEEE Trans. Mob. Comput. | 6 |
| 2025 | CRT and PUF-Based Self/Mutual-Healing Key Distribution Protocol With Collusion Resistance and Revocation CapabilityabstractSelf-healing group key distribution (SGKD) protocols guarantee the security of group communications by allowing authorized users to independently recover missed previous session keys from the current broadcast without retransmission. However, existing SGKD protocols have flaws: (1) collusion resistance and revocable nodes are both upper-bounded by the degree of polynomials used, (2) the disclosure of personal secrets enables the recovery of group key, (3) temporary revocation of a group member is not possible, and (4) a revoked node may obtain the session key when initiating mutual healing, moreover, a malicious node may cause the recovery of false group keys. To address these limitations, we propose an SGKD protocol using the Chinese remainder theorem (CRT) and Physical Unclonable Function (PUF). Our proposed SGKD protocol generates a PUF-based dynamic secret by stimulating nodes’ PUF using a polynomial-based encrypted challenge. This secret is then employed to retrieve a CRT-based encrypted group key. By combining PUF and CRT, we can generate dynamic secrets on the fly and reduce computation time significantly. Utilizing such a technique, our protocol achieves superior security goals, including resistance to any coalition of group nodes even if nodes’ personal secrets were disclosed. Furthermore, the proposed protocol provides an unlimited number of revocable nodes. Additionally, a revoked node can rejoin its group in later sessions without affecting backward secrecy. Moreover, the protocol provides a backward secrecy guaranteed mutual-healing feature free from desynchronization. Our performance and security analyses (i.e., theorem-based formal analysis, NS3-based experiment, and formal verification using the AVIPSA tool) show that our proposed protocol achieves stronger security goals and better efficiency in terms of computation, communication, and storage costs compared to existing SGKD schemes. Wajdy Othman, Hong Zhong 0001, Fuyou Miao 0001, Kaiping Xue, Ammar Hawbani, Liang Zhao 0004, Tao Li 0022 |
IEEE Trans. Mob. Comput. | 7 |
| 2025 | A Collaborative Error Detection and Correction Scheme for Safety Message in V2XabstractVehicle-to-Everything (V2X) technology plays a pivotal role in enabling real-time traffic coordination and safety, warning, and decision support. Within V2X, the Basic Safety Message (BSM) serves as the core to transmit critical vehicle status, location, and intention information to provide a foundation for ensuring reliable traffic safety and coordination mechanisms. Data accuracy stands as a key to the effectiveness and reliability of the V2X system, in which the transmission of error data can potentially result in severe traffic accidents. During vehicular operation, sensors may generate error data owing to looseness or external conditions. However, immediate sensor replacement is often impractical or infeasible. Therefore, this paper introduces a collaborative scheme involving vehicles, Road Side Units (RSUs), and Data Center (DC) to jointly enhance the accuracy of vehicle-transmitted BSMs. Our scheme involves analyzing statistical features of vehicle driving information to detect error BSMs. Subsequently, these detected errors are corrected by leveraging historical data from the vehicle and its relative relationship with surrounding vehicles. In addition, we propose a time optimization method to reduce the average processing time of each data by RSUs. The extensive experimental results demonstrate that the proposed scheme can accurately detect error BSMs and effectively correct error BSMs. The entire scheme also meets the requisite computational latency requirements. Hui Qian 0012, Hongmei Chai, Ammar Hawbani, Yuanguo Bi, Na Lin 0001, Liang Zhao 0004 |
IEEE Trans. Mob. Comput. | 6 |
| 2025 | ALANINE: A Novel Decentralized Personalized Federated Learning for Heterogeneous LEO Satellite ConstellationabstractLow Earth Orbit (LEO) satellite constellations have seen significant growth and functional enhancement in recent years, which integrates various capabilities like communication, navigation, and remote sensing. However, the heterogeneity of data collected by different satellites and the problems of efficient inter-satellite collaborative computation pose significant obstacles to realizing the potential of these constellations. Existing approaches struggle with data heterogeneity, varing image resolutions, and the need for efficient on-orbit model training. To address these challenges, we propose a novel decentralized PFL framework, namely,ANovel DecentraLized PersonAlized Federated Learning for HeterogeNeous LEO SatellIte CoNstEllation (ALANINE). ALANINE incorporates decentralized FL (DFL) for satellite image Super Resolution (SR), which enhances input data quality. Then it utilizes PFL to implement a personalized approach that accounts for unique characteristics of satellite data. In addition, the framework employs advanced model pruning to optimize model complexity and transmission efficiency. The framework enables efficient data acquisition and processing while improving the accuracy of PFL image processing models. Simulation results demonstrate that ALANINE exhibits superior performance in on-orbit training of SR and PFL image processing models compared to traditional centralized approaches. This novel method shows significant improvements in data acquisition efficiency, process accuracy, and model adaptability to local satellite conditions. Liang Zhao 0004, Shenglin Geng, Xiongyan Tang, Ammar Hawbani, Lexi Xu, Daniele Tarchi |
IEEE Trans. Mob. Comput. | 1 |
| 2025 | CAST: Efficient Traffic Scenario Inpainting in Cellular Vehicle-to-Everything SystemsabstractAs a promising vehicular communication technology, Cellular Vehicle-to-Everything (C-V2X) is expected to ensure the safety and convenience of Intelligent Transportation Systems (ITS) by providing global road information. However, it is difficult to obtain global road information in practical scenarios since there will still be many vehicles on the road without onboard units (OBUs) in the near future. Specifically, although C-V2X vehicles have sensors that can perceive their surroundings and broadcast their perceived information to the C-V2X system, their line-of-sight (LoS) is limited and obscured by the environment, such as other vehicles and terrain. Besides, vehicles without OBUs cannot share their perceived information. These two problems cause extensive areas with unperceived information in the C-V2X system, and whether vehicles are in these areas is unknown. Thus, extending the perceivable range of the limited scenario for C-V2X applications that require global road information is necessary. To this end, this paper pioneers investigating the scenario inpainting task problem in C-V2X. To solve this challenging problem, we propose an effiCient trAfficScenario inpainTing (CAST) solution consisting of a generative architecture and knowledge distillation, simultaneously considering the inpainting precision and computation efficiency. Extensive experiments have been conducted to demonstrate the effectiveness of CAST in terms of Precise Inpaint Rate (PIR), Rough Inpaint Rate (RIR), Lane-Level Inpaint Rate (LLIR), and Inpaint Confidence Error (ICE), paving the way for novel solutions for the inpainting problem in more complex road scenarios. Liang Zhao 0004, Chaojin Mao, Shaohua Wan 0001, Ammar Hawbani, Ahmed Yassin Al-Dubai, Geyong Min, Albert Y. Zomaya |
IEEE Trans. Mob. Comput. | 1 |
| 2025 | Dual Dependency-Aware Collaborative Service Caching and Task Offloading in Vehicular Edge ComputingabstractAlthough some studies in recent years have focused on the coexistence of service and task dependencies in the collaborative optimization of service caching and task offloading in Vehicle Edge Computing, the challenges brought by dual dependencies have not been fully addressed. Therefore, this paper proposes a more comprehensive joint optimization method for service caching and task offloading under dual dependencies. First, this paper proposes a service criticality prediction method based on the Gated Graph Recurrent Network to perceive complex task dependencies and accurately capture the service requirements of critical task types. Based on this, a hierarchical active-passive hybrid caching strategy is designed, which aims to satisfy diverse service demands while reducing the additional overhead caused by remote service requests. Second, a global task priority computation method based on application heterogeneity has been developed to prevent cascading delays in task chains. Finally, this paper formulates a joint optimization problem for service caching and task offloading in a three-layer VEC system, models it as a Markov Decision Process, and applies a Proximal Policy Optimization-driven collaborative optimization algorithm named COHCTO. Simulation results show that COHCTO achieves multi-objective optimization across metrics such as delay, energy consumption, caching hit rate, and application success rate under conditions different from those of other algorithms. Liang Zhao 0004, Ammar Hawbani, Zhi Liu 0002, Xiongyan Tang, Lexi Xu |
IEEE Trans. Mob. Comput. | 1 |
| 2025 | Deep Reinforcement Learning-Based Dual-Timescale Service Caching and Computation Offloading for Multi-UAV Assisted MEC SystemsabstractThe emergence of unmanned aerial vehicles (UAVs) ushers in a new era for mobile edge computing (MEC), significantly expanding its range of service and potential applications. Due to the limited storage capacity and energy budget of UAVs, it is crucial to determine a reasonable service caching and task offloading strategy. Service caching means that task-related programs and the associated databases are cached on edge servers. In this paper, we consider the time latency and energy consumption caused by frequent changes to the service caching, aiming to jointly optimize the computational offloading, resource allocation, and service caching in multi-UAV assisted MEC systems at different time scales. The objective of this optimization is to reduce the overall system delay while staying within the energy limitations of both the UAVs and ground devices. An improved service caching policy (SCP) is proposed, which is based on task popularity and utilizes the greedy dual size frequency (GDSF) algorithm. The SCP is combined with the twin delayed deep deterministic policy gradient (TD3) algorithm to propose an innovative dual timescale TD3 (DTTD3) algorithm. The numerical outcomes obtained from a substantial number of simulation experiments demonstrate that DTTD3 outperforms existing benchmark methods in terms of convergence and parameter optimization. Na Lin 0001, Ammar Hawbani, Yunchong Guan, Liang Zhao 0004 |
IEEE Trans. Netw. Serv. Manag. | 6 |
| 2025 | D3QN-TD3-Based User Association and Resource Allocation in ISAC-Aided Vehicular Edge ComputingabstractIn Vehicular Edge Computing (VEC), a reasonable and efficient user association and resource allocation approach is a worthwhile research issue. However, most studies in Internet of Vehicles (IoV) only consider vehicle mobility and IoV communication. Therefore, we propose a user association and resource allocation strategy in Integrated Sensing and Communication (ISAC)-aided VEC. Compared with existing solutions, we consider constraints such as sensing and communication interference, vehicle mobility, Road Side Unit (RSU) sensing performance, and vehicle user quality of service (QoS). By quantifying the sensing and communication performance of RSUs, we construct a user association and resource allocation model with the optimisation objective of maximising the average sensing performance and communication performance of the system. Then, combining double dueling deep Q-network (D3QN) algorithm and twin delayed deep deterministic policy gradient (TD3) algorithm, we propose a DRL algorithm based on D3QN-TD3. We represent the user association and resource allocation problem as a Markov Decision Process (MDP) and solve it using the proposed algorithm to obtain the optimal user association, channel allocation, and power allocation strategies. Experimental results show that the proposed algorithm has better performance in terms of downlink transmission rate, radar sensing mutual information, system utility, and task completion rate. Chunlin Li 0001, Kejun Long, Mengjie Yang, Liang Zhao 0004, Xiaoheng Deng, Denghua Li, Shaohua Wan 0001 |
ACM Trans. Sens. Networks | 4 |
| 2025 | Enhancing SLA-DTNA for Intelligence Resource Reservation in Edge-Cloud-End CollaborativeabstractEdge-Cloud-End Collaborative (ECEC) computing emerges as a promising paradigm to support computationally intensive applications within Digital Twin (DT) networks, providing flexibility and real-time performance for heterogeneous task scheduling and resource allocation. However, effectively balancing key Service Level Agreement (SLA) parameters, such as response delay, availability, and throughput in dynamic network environments remains challenging, especially for complex, large-scale applications. Existing solutions typically lack SLA-oriented proactive resource reservation schemes. To address these limitations, we propose an SLA-driven hierarchical bidirectional closed-loop DT Network Architecture (SLA-DTNA), comprising four layers: real network, local DT, edge DT, and cloud DT. The proposed architecture systematically decomposes SLA requirements into measurable system parameters, aiming to minimize overall system cost. Specifically, a differentiated task management mechanism is designed at the local DT layer to ensure Quality of Service (QoS) for critical tasks. At the edge DT layer, we propose a heuristic-based lightweight scheduling algorithm leveraging DT capabilities for efficient task resource mapping and reduced scheduling complexity. At the cloud DT layer, we apply the Deep Deterministic Policy Gradient (DDPG) algorithm for adaptive resource reservation, dynamically adapting schemes based on task preferences and historical behavior patterns. Simulation and experimental results validate that the proposed SLA-DTNA enables fine-grained and intelligent resource allocation, enhances overall network performance, and effectively satisfies dynamic SLA requirements. Xingwei Wang 0001, Qiang He 0002, Ammar Hawbani, Min Huang 0001, Liang Zhao 0004 |
IEEE Trans. Serv. Comput. | 7 |
| 2025 | An Evolutionary Approach to Joint Latency and Reward Optimization for Block Verification in Blockchain NetworksabstractThis work studies the problem of block validation in a blockchain network where a block manager acting as a task publisher sends a task (block validation) to all the workers (miners) within the network. The latter carries out the block validation and finally returns the final results to the former. The goal of this work is to maximize the block manager’s profit by jointly optimizing the latency of the block verification process and the reward offered by the manager to miners. Note that the latency and reward are closely coupled. Therefore, in this case, if it is solved directly, they are offered separately, and their dependency is not well considered, leading to overall poor performance. This work formalizes it as an optimization problem considering both delay and reward, and proposes an evolutionary approach, namely, the reborn dandelion algorithm (RDA), to solve it. Specifically, in the proposed algorithm, each individual contains both delays and rewards for different types of miners. A reborn strategy is designed to reborn an individual to replace the worst one in the current population, with the aim of enhancing its exploration ability. A greedy selection strategy is proposed to enhance its exploitation ability. The experimental results on CEC2013 functions and blockchain network instances indicate that our proposed approach is significantly superior to other evolutionary-based ones. Shoufei Han, MengChu Zhou, Kun Zhu 0001, Liang Zhao 0004, Changhe Li |
IEEE Trans. Syst. Man Cybern. Syst. | 5 |
| 2025 | Wireless Power Transfer Technologies, Applications, and Future Trends: A ReviewabstractWireless Power Transfer (WPT) is a disruptive technology that allows wireless energy provisioning for energy-limited IoT devices, thus decreasing the over-reliance on batteries and wires. WPT could replace conventional energy provisioning (e.g., energy harvesting) and expand to be deployed in many of our daily-life applications, including but not limited to healthcare, transportation, automation, and smart cities. As a new rising technology, WPT has attracted many researchers from academia and industry about WPT technologies and wireless charging scheduling algorithms. Therefore, in this paper, we review the most recent studies related to WPT, including classifications, advantages, disadvantages, and main domains of application. Furthermore, we review the recently designed wireless charging scheduling algorithms (schemes) for wireless sensor networks. Our study provides a detailed survey of wireless charging scheduling schemes covering the main scheme classifications, evaluation metrics, application domains, advantages, and disadvantages of each charging scheme. We further summarize trends and opportunities for applying WPT at some intersections. Aisha Alabsi, Ammar Hawbani, Xingfu Wang, Ahmed Yassin Al-Dubai, Jiankun Hu, Samah Abdel Aziz, Santosh Kumar 0006, Liang Zhao 0004, Alexey V. Shvetsov, Saeed H. Alsamhi |
IEEE Trans. Sustain. Comput. | 8 |
| 2025 | IoT Authentication Protocols: Classification, Trend and OpportunitiesabstractThis paper reviews three main aspects of authentication protocols of Internet of Things (IoT): classifications and limitations, current trends, and opportunities. First, we explore the significance of IoT authentication protocols in ensuring secure communication and the protection of transmitted and received data, focusing on the classifications and associated limitations. Second, we discuss the latest developments and trends, such as using blockchain technology and machine learning to enhance authentication protocols. Third, we highlight the future opportunities, including the development of human-centric authentication designs and improved platform interoperability. At the end of this paper, we provided some insights gained for the new researcher, offering analyses of the trends and challenges in this field, giving recommendations for improving IoT authentication protocols, and emphasizing the need for further research and cooperation to develop advanced security solutions. Amar N. Alsheavi, Ammar Hawbani, Xingfu Wang, Wajdy Othman, Liang Zhao 0004, Zhi Liu 0002, Saeed H. Alsamhi, Mohammed A. A. Al-qaness |
IEEE Trans. Sustain. Comput. | 5 |
| 2025 | Wireless Rechargeable Sensor Networks: Energy Provisioning Technologies, Charging Scheduling Schemes, and ChallengesabstractRecently, a plethora of promising green energy provisioning technologies has been discussed in the orientation of prolonging the lifetime of energy-limited devices (e.g., sensor nodes). Wireless rechargeable sensor networks (WRSNs) have emerged among other fields that could greatly benefit from such technologies. Such an ad-hoc network comprises a base station(s) and multiple sensor nodes, which are primarily deployed in harsh environments, meeting the requirements of transmitting, receiving, collecting, and processing data. Unlike existing works, this survey paper focuses on energy provisioning technologies within the context of WRSNs by reviewing two interrelated domains. First, we introduce various energy provisioning techniques and their associated challenges, including conventional energy harvesting methods (e.g., solar, thermal, and mechanical). We highlight wireless power transfer (WPT) as one of the most applicable technologies for WRSNs, covering both radiative and non-radiative WPT. Additionally, we present radio frequency (RF) energy harvesting, including simultaneous wireless information and power transfer (SWIPT) and wireless powered communication networks (WPCNs), as well as backscatter communications. Furthermore, we compare hybrid energy harvesting techniques (e.g., solar-RF, vibro-acoustic, solar-thermal, etc.). Second, we introduce the fundamentals of wireless charging, reviewing various charger types (static and mobile), charging policies (including full and partial charging), charging modes (offline and online), and charging schemes (periodic and on-demand). We also present the collaborative charging mechanisms. Additionally, we address several key challenges facing WRSNs, such as energy consumption, multi-charger coordination, dynamic network recharging, monitoring & security threats, vehicle-to-vehicle (V2V) charging, and hybrid WRSNs Finally, we highlight trends and future directions for integrating advanced artificial intelligence (AI) technologies into WRSNs. Samah Abdel Aziz, Xingfu Wang, Ammar Hawbani, Bushra Qureshi, Saeed H. Alsamhi, Aisha Alabsi, Liang Zhao 0004, Ahmed Yassin Al-Dubai, A. S. Ismail 0001 |
IEEE Trans. Sustain. Comput. | 7 |
| 2025 | User Preferences-Based Proactive Content Caching With Characteristics Differentiation in HetNetsabstractWith the proliferation of mobile applications, the explosion of mobile data traffic imposes a significant burden on backhaul links with limited capacity in heterogeneous cellular networks (HetNets). To alleviate this challenge, content caching based on popularity at Small Base Stations (SBSs) has emerged as a promising solution. However, accurately predicting the file popularity profile for SBSs remains a key challenge due to variations in content characteristics and user preferences. Moreover, factors such as content size and the length of time slots (that is, the time duration of the update cycle for SBSs) critically impact the performance of caching schemes with limited storage capacity. In this paper, arealism-orientedintelligent caching (RETINA) is proposed to address the problem of content caching with unknown file popularity profiles, considering varying content sizes and time slots lengths. Our simulation results demonstrate that RETINA can significantly enhance the cache hit rate by 4%–12% compared to existing content caching schemes. Na Lin 0001, Yamei Wang, Enchao Zhang, Shaohua Wan 0001, Ahmed Yassin Al-Dubai, Liang Zhao 0004 |
IEEE Trans. Sustain. Comput. | 6 |
| 2025 | Adaptive Mobile Chargers Scheduling Scheme Based on AHP-MCDM for WRSNabstractWireless Sensor Networks (WSNs) are used to sense and monitor physical conditions in various services and applications. However, there are a number of challenges in deploying WSNs, especially those pertaining to energy replenishment. Using the current solutions, when a significant number of sensors need to replenish their energy, this would be costly in terms of time, efforts and resources. Thus, this paper aims to solve this problem by efficiently deploying wireless power transfer technologies and scheduling Mobile Charging Vehicles (MCVs) in WRSN. The proposed method deploys multi-criteria decision-making (i.e., Analytical Hierarchy Process (AHP)) to schedule the charging tasks. To the best of our knowledge, this paper is the first to depend solely on AHP in MCVs scheduling. The paper demonstrates the validity of the proposed method by illustrating that the matrices that are created are within the accepted values of consistency ratio. In addition, the paper proposes a method of partitioning the values of our criteria to avoid the problem of different criteria having different measurement units. Unlike existing works, the paper aims to schedule an MCV for charging based on both the distance and residual energy of the sensor. The proposed method exhibits superiority in terms of the average remaining energy available in the system, having the shortest queue length, shorter MCV response time, shorter charging duration, and shorter queue waiting time against the state-of-the-art methods. Our study paves the way for next generation efficient charging and MCV scheduling. Kondwani Makanda, Ammar Hawbani, Xingfu Wang, Abdulbary Naji, Ahmed Yassin Al-Dubai, Liang Zhao 0004, Saeed H. Alsamhi |
IEEE Trans. Sustain. Comput. | 6 |
| 2025 | Merged Path: Distributed Data Dissemination in Mobile Sinks Sensor NetworksabstractThis paper studies distributed data dissemination in multiple mobile sinks wireless sensor networks. Previous studies employed separated paths to disseminate data packets from a given source to a given set of mobile sinks independently, which exhausts the constrained resources of the network. In this paper, we explore how the merged paths mechanism could rationalize utilizing network resources. To do so, we propose a protocol named Merged Path, which is implemented in four steps in a distributed manner. First, the bifurcation points (i.e., where the path is branched into multiple sub-branches) are discovered. Second, we developed a Discrete Cumulative Clustering algorithm (DCC) to divide the sinks into disjoint clusters at each bifurcation point. Third, we propose a Diagonal Virtual Line (DVL) structure to delegate the communication between thehigh-tierand low-tier nodes. Last, on top of DVL and DCC, we propose an opportunistic metric that captures multiple network-layer attributes to disseminate the data packet to the sinks through multiple branches. The simulation results showed that about 50% of the network energy could be saved by merging the paths versus the separate paths, considering an area of interest application with 20 mobile nodes each carrying a sink. Xingfu Wang, Ammar Hawbani, Liang Zhao 0004, Saeed H. Alsamhi, Wajdy Othman, Mohammed A. A. Al-qaness, Alexey V. Shvetsov |
IEEE Trans. Sustain. Comput. | 3 |
| 2024 | ConvFIFO: A Crossbar Memory PIM Architecture for ConvNets Featuring First-In-First-Out DataflowabstractProcess-in-memory (PIM) architectures based on emerging non-volatile memories (NVMs) have been widely studied for more efficient computation of convolutional neural networks (ConvNets). However, conventional NVM-based PIM suffered from various non-idealities including IR drop, sneak-path currents, analog-to-digital converter (ADC) overhead, device variations and mismatch. In this work, we propose ConvFIFO, a crossbar memory PIM architecture for ConvNets featuring a novel first-in-first-out (FIFO) dataflow. Through the design of FIFO-type input/output buffers, ConvFIFO can maximize the reuse rates of inputs and partial sums to achieve a more balanced trade-off among throughput, accuracy and area/energy consumption. By using SRAM-based FIFO, ConvFIFO further achieves a systolic architecture without the need to move weight data, bypassing the limitation of NVM endurance. Compared to classical NVM-based PIM architectures like ISAAC, ConvFIFO exhibits significant performance improvement in terms of energy consumption $(1.66-3.56 \times)$, latency $(1.69-1.74 \times)$, Ops/W ($4.23-10.17 \times)$ and $\mathrm{Ops}/\mathrm{s} \times \mathrm{mm}^{2} (1.59-1.74 \times)$, benchmarked against a number of common ConvNet models. Liang Zhao 0004, Yu Qian 0002, Fanzi Meng, Xiapeng Xu, Xunzhao Yin, Cheng Zhuo |
ASPDAC | 1 |
| 2024 | Dependent Task Offloading and Resource Allocation in Satellite Edge Computing NetworksabstractWith the advent of 6G technology, satellite edge computing networks have emerged as a crucial component of next-generation communication systems. This paper investigates the problem of dependent task offloading in 6G satellite edge computing networks, taking into account the impact of satellite mobility and task dependencies. We formulate an optimization problem to jointly optimize offloading decisions, task waiting times, and computation resource allocation in a multi-satellite and multi-user device scenario. The objective is to minimize the weighted sum of waiting times and energy consumption. To address this problem, we propose a heuristic algorithm to determine the priority of tasks in the queue and develop an improved hybrid genetic grey wolf optimization (HGGWO) algorithm. The HGGWO algorithm effectively solves the optimization problem by leveraging the strengths of both genetic algorithms and grey wolf optimization. Extensive simulations are conducted to evaluate the performance of the proposed approach. The results demonstrate that our algorithm achieves superior performance in terms of total cost compared to four other benchmark schemes. Liang Zhao 0004, Ammar Hawbani |
HPCC | 2 |
| 2024 | Towards sustainable industry 4.0: A survey on greening IoE in 6G networksabstractThe dramatic recent increase of the smart Internet of Everything (IoE) in Industry 4.0 has significantly\nincreased energy consumption, carbon emissions, and global warming. IoE applications in Industry\n4.0 face many challenges, including energy efficiency, heterogeneity, security, interoperability, and\ncentralization. Therefore, Industry 4.0 in Beyond the Sixth-Generation (6G) networks demands moving\nto sustainable, green IoE and identifying efficient and emerging technologies to overcome sustainability\nchallenges. Many advanced technologies and strategies efficiently solve issues by enhancing\nconnectivity, interoperability, security, decentralization, and reliability. Greening IoE is a promising\napproach that focuses on improving energy efficiency, providing a high Quality of Service (QoS), and\nreducing carbon emissions to enhance the quality of life at a low cost. This survey provides a comprehensive\noverview of how advanced technologies can contribute to green IoE in the 6G network of\nIndustry 4.0 applications. This survey provides a comprehensive overview of advanced technologies,\nincluding Blockchain, Digital Twins (DTs), Unmanned Aerial Vehicles (UAVs, a.k.a. drones), and\nMachine Learning (ML), to improve connectivity, QoS, and energy efficiency for green IoE in 6G\nnetworks. We evaluate the capability of each technology in greening IoE in Industry 4.0 applications\nand analyze the challenges and opportunities to make IoE greener using the discussed technologies. Saeed H. Alsamhi, Ammar Hawbani, Radhya Sahal, Sumit Srivastava, Santosh Kumar 0006, Liang Zhao 0004, Mohammed A. A. Al-qaness, Jahan Hassan, Mohsen Guizani, Edward Curry |
Ad Hoc Networks | 6 |
| 2024 | Joint routing and computation offloading based deep reinforcement learning for Flying Ad hoc Networks
Na Lin 0001, Jinjiao Huang, Ammar Hawbani, Liang Zhao 0004, Hailun Tang, Yunchong Guan |
Comput. Networks | 4 |
| 2024 | NPoSC-A3: A novel part of speech clues-aware adaptive attention mechanism for image captioning
Majjed Al-Qatf, Ammar Hawbani, Xingfu Wang, Amr Abdusallam, Liang Zhao 0004, Saeed H. Alsamhi, Edward Curry |
Eng. Appl. Artif. Intell. | 5 |
| 2024 | Federated Learning Meets Blockchain in Decentralized Data Sharing: Healthcare Use CaseabstractIn the era of data-driven healthcare, the amalgamation of blockchain and Federated Learning (FL) introduces a paradigm shift towards secure, collaborative, and patient-centric data-sharing. This paper pioneers the exploration of the conceptual framework and technical synergy of FL and blockchain for decentralized data-sharing, aiming to strike a balance between data utility and privacy. FL, a decentralized machine learning paradigm, enables collaborative AI model training across multiple healthcare institutions without sharing raw patient data. Combined with blockchain, a transparent and immutable ledger, it establishes an ecosystem fostering trust, security, and data integrity. The paper elucidates the technical foundations of FL and blockchain, unravelling their roles in reshaping healthcare data-sharing. The paper vividly illustrates the potential impact of this fusion on patient care. The proposed approach preserves patient privacy while granting healthcare providers and researchers access to diversified datasets, ultimately leading to more accurate models and improved diagnoses. The findings underscore the potential acceleration of medical research, improved treatment outcomes, and patient empowerment through data ownership. The synergy of FL and blockchain envisions a healthcare ecosystem that prioritizes individual privacy and propels advancements in medical science. Saeed H. Alsamhi, Raushan Myrzashova, Ammar Hawbani, Santosh Kumar 0006, Sumit Srivastava, Liang Zhao 0004, Xi Wei 0001, Mohsen Guizani, Edward Curry |
IEEE Internet Things J. | 6 |
| 2024 | Single-Source Cross-Domain Bearing Fault Diagnosis via Multipseudo-Domain-Augmented Adversarial Domain-Invariant LearningabstractEmpowered by the large amounts of sensor data in the Industrial Internet of Things, data-driven fault diagnosis has a pivotal role in improving equipment reliability in harsh industrial environments. To enhance diagnostic performance under unknown operating conditions, transfer learning-based cross-domain fault diagnosis has been emerging. However, diagnostic models are prone to overfit to the source domain due to the lack of sample diversity when only a single-source domain is available. Moreover, significant domain shifts between the single-source domain and multiple unknown target domains may degrade the generalization performance on the unknown domains. To address these challenges, we propose a multipseudo domains augmented adversarial domain-invariant learning (MDA-AD) for cross-domain fault diagnosis. First, we design a multipseudo domain generator, where interdomain diversity constraints and manifold-semantic consistency constraints are implemented to avoid overfitting on the source domain by generating diverse and representative pseudo samples. Subsequently, to alleviate the domain shift, we design an adversarial domain-aware classifier that extracts domain-invariant features by introducing an adversarial paradigm between a feature extractor and a domain discriminator. Finally, to further enhance the diversity of the pseudo domains, we implement a diversity-consistency constrained domain-invariant training strategy. The experimental results, obtained through comparative studies, hyperparameter influence analysis, and visualization on two bearing data sets, affirm the superior diagnostic performance of MDA-AD in a single-source domain. Yuanguo Bi, Rao Fu 0001, Cunyu Jiang, Guangjie Han, Liang Zhao 0004, Qihao Li |
IEEE Internet Things J. | 6 |
| 2024 | Deep-Reinforcement-Learning-Based Computation Offloading for Servicing Dynamic Demand in Multi-UAV-Assisted IoT NetworkabstractIn wireless networks, meeting the performance requirements of all tasks solely with Internet of Things (IoT) devices is challenging due to their limited computational power and battery capacity. Given their flexibility and mobility, the application of unmanned aerial vehicles (UAVs) in the context of mobile edge computing (MEC) has garnered significant interest within the sector. However, UAVs also face constraints in terms of resources like storage and computational power. Therefore, it is vital to develop effective UAV assistance solutions to provide long-term demands of in-network services. The dynamic scheduling and computation offloading of UAVs is the subject of this paper. Specifically, we propose a deep deterministic policy gradient algorithm based on a greedy strategy (DDPGG) to jointly optimize dynamic scheduling, device association, and task allocation of UAVs, with the goal of minimizing the weighted sum of total system energy consumption and time delay. The problem is formulated as a nonlinear programming problem involving mixed integers. The simulation results demonstrate that the DDPGG algorithm we have proposed exhibits a higher level of performance in comparison to its competitors. Na Lin 0001, Ammar Hawbani, Yunchong Guan, Chaojin Mao, Zhi Liu 0002, Liang Zhao 0004 |
IEEE Internet Things J. | 7 |
| 2024 | Empowering C-V2X Through Advanced Joint Traffic Prediction in Urban NetworksabstractCellular vehicle-to-everything (C-V2X) can provide ubiquitous mobile computing and communication services for vehicles, acting as a key technology to realize future urban intelligent transportation systems (ITS). Due to the lack of long-term insight into complex and dynamic urban road states, the existing historical road information-based strategies for C-V2X applications are inadequate to satisfy their high-performance requirements. Fortunately, it is feasible to provide fine-grained future road states for C-V2X decision-making by predicting traffic states to address this issue. To this end, this article proposes a fine-grained joint traffic prediction method in the urban road network with high-spatial complexity (ROUTE). ROUTE uniquely forecasts both micro-level (individual vehicle states) and macro-level traffic, thus supporting the diverse requirements of C-V2X applications. ROUTE is comprised of three key parts, including a vehicle coordinate transformation model, a spatial interaction-based turning model, and a micro-traffic prediction model. First, the complex spatial topology of the urban regional road network is normalized in ROUTE using the coordinate transformation model. Second, the turning model calculates the next road that the vehicle chooses after leaving the current one. Third, a transformer and generative adversarial network-based model (FORMERGAN) predicts future micro-traffic states. Extensive experimental results demonstrate that ROUTE surpasses its competitors in accurately predicting fine-grained long-term micro-traffic and macro-traffic states. Chaojin Mao, Liang Zhao 0004, Zhi Liu 0002, Geyong Min, Ammar Hawbani, Keping Yu |
IEEE Internet Things J. | 2 |
| 2024 | Securing IoT Data: FDUP-RDIC - A Fully Decentralized Approach for Privacy-Preserving and Efficient Data IntegrityabstractBy the limitations of storage capacity and computing power, Internet of Things (IoT) devices may prefer to outsource their valuable and sensitive data to cloud storage providers (CSPs) for further analysis, so it is critical to design protocols that can verify the integrity of these data remotely, while preserving the privacy of their owners. This article proposes a novel remote data integrity checking method for IoT, namely, FDUP-remote data integrity checking (RDIC), which achieves fully decentralized, efficient, and unconditionally privacy-preserving checking simultaneously, that is, the proof-checking is performed efficiently on the blockchain by the smart contracts integrated with native C/C++ codes, while the blockchain or any other entity cannot learn any information about the data content, even they have unbounded computing power. Furthermore, it is optimized for low-power IoT devices by greatly reducing the exponentiations of generating homomorphic verifiable tags to be nearly independent of the block size of the outsourced data. To defend against untrusted IoT and CSP, we present strict proofs and analyses in the aspect of correctness, soundness, and unconditionally privacy-preserving. The evaluation of theoretical performance and the prototype system deployed on a blockchain platform indicate that FDUP-RDIC is suitable for real-world IoT applications. Su Peng, Neeraj Kumar 0001, Saeed H. Alsamhi, Qiang He 0002, Liang Zhao 0004 |
IEEE Internet Things J. | 5 |
| 2024 | Community Division-Based Content Distribution in Information-Centric Satellite Networks: An Efficient Approach for Remote SensingabstractWith the development of in-orbit processing technology of remote sensing satellites, the intelligent processing units carried on the satellites realize the real-time acquisition and intelligent processing of remote sensing images, thus satisfying users’ individual needs and enhancing the response speed of tasks. However, a large amount of observation data cannot be transmitted back to the ground in time due to the limitation of the transmission capability of remote sensing satellites to the ground and the visible time window between satellites and ground stations in the process of satellite-terrestrial transmission. To solve this problem, a community division-based content distribution strategy (CDCD) is proposed. Firstly, the time slot model is designed to capture the time-varying topological information of the satellite network. Also, a content naming method that fits the characteristics of remote sensing data is presented. Then, a caching scheme based on community division is proposed by analyzing the regional characteristics of user requests. Taking advantage of the community structure characteristics of satellite networks, a novel cache node selection algorithm is designed to meet the user’s demand for fast access to target files. Meanwhile, a cached content prioritization model is constructed to further optimize the utilization of caching resources. Finally, the community structure-based routing algorithm (CSR) is proposed to effectively reduce the redundant transmission during content access through the mutual collaboration of intra-community and inter-community routing schemes. Simulation experiments show that the CDCD strategy effectively exploits the limited caching resources in the satellite network compared with other strategies, which promotes the stable and efficient distribution of remote sensing data. Rui Xu 0019, Xiaoqiang Di, Jing Chen 0041, Liang Zhao 0004 |
IEEE Internet Things J. | 5 |
| 2024 | QoS-Aware Multihop Task Offloading in Satellite-Terrestrial Edge NetworksabstractSupporting mobile edge computing (MEC) in satellite-terrestrial networks (STNs) provides essential offloading services for devices for the Internet of Things (IoT) devices in remote areas. However, when terrestrial demands for computing resources are high, the MEC servers on visible LEO satellites may suffer from insufficient capacity, while those on more distant LEO satellites remain underutilized. To address this issue, this article investigates cooperative task offloading across multiple LEO satellites within an MEC-based STN. We propose a Quality-of-Service (QoS)-aware offloading decision and resource allocation scheme supported by a software-defined network (SDN) for a STN architecture. This architecture integrates the LEO Walker constellation with satellite ground stations (SGSs), with the aim of providing edge computing services to IoT devices in remote areas. To meet the task’s QoS requirements, the tasks can be offloaded to either SGS or LEO satellites within the constellation. To address the challenges of a vast state space and complex action space within the system, we introduce the QOS-aware multihop task offloading in satellite-terrestrial edge networks (OUTSIDE) algorithm, which combines the global search capabilities of genetic algorithms with the local refinement strengths of the Lagrangian multiplier method to minimize the total task computation latency while satisfying QoS demands. Finally, comparative analysis and simulation experiments were conducted. These demonstrate that the OUTSIDE algorithm outperforms other approaches in terms of efficiency and effectiveness. Liang Zhao 0004, Ammar Hawbani, Na Lin 0001, Wei Zhao 0023, Keping Yu |
IEEE Internet Things J. | 1 |
| 2024 | ESSENT: an arithmetic optimization algorithm with enhanced scatter search strategy for automated test case generation
Xiguang Li, Baolu Feng, Ammar Hawbani, Saeed H. Alsamhi, Liang Zhao 0004 |
Inf. Sci. | 6 |
| 2024 | NOMA-Enabled Integrated Space-Ground Cellular Networks Architecture Relying on Control- and User-Plane SeparationabstractWith the rapid expansion of Internet of Everything (IoE) devices and the increasing demand for high-speed data and reliable communication services, particularly within 6G cellular networks (CNs), the design of efficient and robust CNs has become a critical research area. Consequently, enabling massive connections, optimizing network resource utilization, and achieving cost-effective network operation pose significant challenges. To this end, integrated space-ground cellular networks based on control- and user-plane separation (ISGCN-CUPS) architecture has been proposed as a promising solution. Furthermore, it becomes an integral aspect of the broader paradigm of integrated space-air-ground CNs (ISAGCNs). However, scalability poses an issue when increasing the number of connected cellular users, especially when conventional orthogonal multiple access (OMA) is utilized. To address this challenge, this paper introduces the non-orthogonal multiple access (NOMA)-enabled ISGCN-CUPS architecture. Subsequently, we provide an analytical model to analyze the scenarios of proposed architecture. Utilizing stochastic geometry, we derive closed-forms for coverage probabilities over control and data channels, by considering the propagation channel models for control and data channels, both with and without interference. Furthermore, total area spectral and energy efficiencies are computed. The proposed architecture demonstrates significant enhancements in terms of the key evaluation metrics compared to conventional and OMA-enabled ISGCN-CUPS architectures. Haithm M. Al-Gunid, Xingfu Wang, Ammar Hawbani, Mohammed A. M. Sultan, Hui Tian 0001, Liang Zhao 0004 |
IEEE J. Sel. Areas Commun. | 8 |
| 2024 | Novel Lagrange Multipliers-Driven Adaptive Offloading for Vehicular Edge ComputingabstractVehicular Edge Computing (VEC) is a transportation-specific version of Mobile Edge Computing (MEC) designed for vehicular scenarios. Task offloading allows vehicles to send computational tasks to nearby Roadside Units (RSUs) in order to reduce the computation cost for the overall system. However, the state-of-the-art solutions have not fully addressed the challenge of large-scale task result feedback with low delay, due to the extremely flexible network structure and complex traffic data. In this paper, we explore the joint task offloading and resource allocation problem with result feedback cost in the VEC. In particular, this study develops a VEC computing offloading scheme, namely, a Lagrange multipliers-based adaptive computing offloading with prediction model, considering multiple RSUs and vehicles within their coverage areas. First, the VEC network architecture employs GAN to establish a prediction model, utilizing the powerful predictive capabilities of GAN to forecast the maximum distance of future trajectories, thereby reducing the decision space for task offloading. Subsequently, we propose a real-time adaptive model and adjust the parameters in different scenarios to accommodate the dynamic characteristic of the VEC network. Finally, we apply Lagrange Multiplier-based Non-Uniform Genetic Algorithm (LM-NUGA) to make task offloading decision. Effectively, this algorithm provides reliable and efficient computing services. The results from simulation indicate that our proposed scheme efficiently reduces the computation cost for the whole VEC system. This paves the way for a new generation of disruptive and reliable offloading schemes. Liang Zhao 0004, Guiying Meng, Ammar Hawbani, Geyong Min, Ahmed Yassin Al-Dubai, Albert Y. Zomaya |
IEEE Trans. Computers | 1 |
| 2024 | Intelligent Caching for Vehicular Dew Computing in Poor Network Connectivity EnvironmentsabstractIn vehicular networks, some edge servers may not function properly due to the time-varying load condition and the uneven computing resource distribution, resulting in a low quality of caching services. To overcome this challenge, we develop a Vehicular dew computing (VDC) architecture for the first time by combining dew computing with vehicular networks, which can achieve wireless communication between vehicles in a resource-constrained environment. Consequently, it is crucial to develop an adaptive caching scheme that empowers vehicles to form efficient cooperation in VDC. In this paper, we propose an intelligent caching scheme based on VDC architecture, which includes two parts. First, to meet the dynamic nature of VDC, a spatiotemporal vehicle clustering algorithm is proposed to establish adaptive cooperation to assist content caching for vehicles. Second, the multi-armed bandit algorithm is employed to select suitable content for caching in vehicles based on real-time file popularity, and a model is established to dynamically update each vehicle’s request preferences. Extensive experiments are conducted to demonstrate that the proposed scheme has excellent performance in terms of cluster head stability and cache hit rate. Liang Zhao 0004, Enchao Zhang, Ammar Hawbani, Mingwei Lin, Shaohua Wan 0001, Mohsen Guizani |
ACM Trans. Embed. Comput. Syst. | 1 |
| 2024 | Anomaly Detection for In-Vehicle Network Using Self-Supervised Learning With Vehicle-Cloud Collaboration UpdateabstractWith the increasing communications between the In-Vehicle Networks (IVNs) and external networks, security has become a stringent problem. In addition, the controller area network bus in IVN lacks security mechanisms by design, which is vulnerable to various attacks. Thus, it is important to detect IVN anomalies for complete vehicular security. However, current studies are constrained by either requiring labeled data or failing to accurately detect message-level anomalies without labeled data. In addition, the concept drift of existing methods has become a challenge over time. To address these problems, this paper proposes an IVN anomaly detection method based on Self-supervised Learning (IVNSL), which is capable of detecting message-level anomalies without labels. The essential idea of IVNSL is to make the message prediction model learn the distribution of normal messages in sequences using message sequences with noise. Furthermore, to accurately detect anomalies, a Message Prediction Model based on Hierarchical transformers (MPMHit) is proposed, which captures the spatial features of the message and the dependencies between messages. Meanwhile, to solve the concept drift over time, this paper proposes an online update mechanism for MPMHit based on vehicle-cloud collaboration. We conduct an extensive experimental evaluation on the car hacking dataset, resulting to an F1-score average and average false positive rates of IVNSL being 2.282% higher and 1.595% lower than the best baseline method. The average detection speed of each message is as fast as 0.1075 ms. Jinhui Cao, Xiaoqiang Di, Xu Liu 0010, Liang Zhao 0004, Ammar Hawbani, Mohsen Guizani |
IEEE Trans. Intell. Transp. Syst. | 6 |
| 2024 | Overtaking Feasibility Prediction for Mixed Connected and Connectionless VehiclesabstractIntelligent transportation systems (ITS) utilize advanced technologies to enhance traffic safety and efficiency, contributing significantly to modern transportation. The integration of Vehicle-to-Everything (V2X) further elevates road safety and fosters the progress of ITS through enabling direct vehicle communication and interaction with infrastructure. However, the penetration rate of V2X vehicles is advancing gradually. Consequently, there will be mixed scenarios on the road, involving both on-board units (OBUs)-equipped and non-equipped vehicles. This results in disparities in communication capabilities, highlighting the need to ensure the efficient and safe operation of vehicles in such mixed scenarios. This paper addresses this challenge by presenting a feasibility analysis and prediction method for lane-changing overtaking maneuvers in mixed scenarios, specifically for vehicles equipped with OBUs. This method assists vehicles in completing overtaking maneuvers by offering a non-binary lane-changing overtaking feasibility index along with corresponding speed guidance. First, vehicle sensors are used to sense the state of surrounding vehicles, addressing any missing sensor data due to occlusions. Moreover, the future driving behavior of the vehicle is taken into account to more accurately predict the future state of the vehicle. Then, a deep reinforcement learning algorithm is deployed to process the hybrid action space to train a lane-changing overtaking model, which also takes into account the influence of the flow of each lane in front of the vehicle, and finally predicts the feasibility of the vehicle performing lane-changing overtaking. Experimental results demonstrate that our method can accurately predict the vehicle’s future state and effectively assist the vehicle in completing lane-changing overtaking maneuvers. This research provides strong support for the integration of ITS and V2X technologies. Liang Zhao 0004, Hui Qian 0012, Ammar Hawbani, Ahmed Yassin Al-Dubai, Zhiyuan Tan 0001, Keping Yu, Albert Y. Zomaya |
IEEE Trans. Intell. Transp. Syst. | 1 |
| 2024 | Joint Association, Deployment and Flight Trajectory Optimization for Multi-UAV-Enabled Large-Scale Mobile Edge ComputingabstractThis work investigates how multiple unmanned aerial vehicles (UAVs) assist the large-scale IoT devices (its count$\geq$100) in the edge computing system in accomplishing their tasks. The UAVs serve the latter as edge servers, and fly to footholds to collect task data from the latter, execute tasks locally and return results to the latter. The goal of this work is to minimize overall energy consumption by jointly optimizing the association between each UAV and ground-based IoT devices, deployments of UAVs, and their flight trajectories. To achieve this, this work proposes a joint optimization approach (JOA). It has three parts: 1) an improved k-means method is designed to handle the association between each UAV and ground-based IoT devices, where the number of clusters is equal to that of UAVs, which means that each UAV is responsible for the IoT devices within a cluster; 2) for the deployments of UAVs, an improved fireworks algorithm (IFWA) with variable-length encoding strategy and population size update strategy is proposed to optimize the number and locations of footholds of each UAV, where each member of the population symbolizes a UAV foothold, and each firework and its offspring are considered as the deployment of UAV. Also, the population size update strategy is employed to dynamically change the number of footholds; and 3) regarding UAV flight trajectory, a pre-computed greedy algorithm based on the footholds of UAVs obtained by IFWA is proposed to minimize the total UAV distance. The proposed approach is verified on ten large-scale instances, and the results demonstrate its effectiveness in achieving minimal energy consumption when compared to other state-of-the-art methods. Shoufei Han, MengChu Zhou, Kun Zhu 0001, Liang Zhao 0004, Aiiad Albeshri, Abdullah Abusorrah |
IEEE Trans. Mob. Comput. | 5 |
| 2024 | A Novel Multimodal Long-Term Trajectory Prediction Scheme for Heterogeneous User Behavior PatternsabstractThe prediction of user trajectories is a fundamental component to support urban traffic management and various advanced transportation applications, such as traffic optimization and location-based services. Trajectory data typically contains multiple behavioral patterns and contexts, including different travel purposes, modes of transportation, time intervals, and geographic regions. These complex factors collectively influence the prediction of user trajectories. However, trajectory prediction models face challenges in effectively distinguishing between these various patterns. In this paper, we propose a novel stack Transformer-based multimodal long-term trajectory prediction (SMTTP) scheme for heterogeneous user behavior patterns. First, a learnable trajectory similarity measure method is proposed to estimate the relative distance between multi-attribute variable-length trajectories. Then, to address the instability of trajectory clustering caused by random initialization, a cluster head initialization algorithm based on high confidence nodes is developed to improve clustering stability and reduce convergence time. In addition, a Transformer-based trajectory prediction model with multi-dimensional feature fusion is proposed to achieve accurate and efficient long-term trajectory prediction. Experimental results on the real telecom dataset in Shanghai, China show that the proposed SMTTP scheme can achieve improved performance in trajectory prediction in terms of prediction error, and also has high accuracy and stability in unsupervised trajectory clustering. Yufei Liu 0005, Yuanguo Bi, Xiaoming Yuan 0002, Dusit Niyato, Kaiqi Yang 0002, Xiangyi Chen, Liang Zhao 0004 |
IEEE Trans. Mob. Comput. | 7 |
| 2024 | EHTA: An Environment-Cost-Based Heterogeneous Task Allocation in Vehicular CrowdsensingabstractVehicular crowd sensing (VCS), emerging as a new paradigm within mobile crowd sensing, leverages vehicles as the participator, which can obtain broader sensing coverage and higher sensing flexibility. Previous works ignored the strong impact of environmental factors on workers' travel costs, as well as improper gains from speculative behavior (i.e. workers detour or delay to get more compensation), resulting in unfair income of workers. Moreover, these works focused solely on sensing tasks within specific domains, lacking generalization ability. Therefore, our work is dedicated to providing a fair and universal VCS platform, which is called Environment-cost-based Heterogeneous Task Allocation (EHTA) framework. Our work differs from previous works in the following aspects: 1) We introduce the Environment Cost (EC) based on the investigation of traffic conditions to accurately quantify workers' efforts, and propose a straightforward yet efficacious detection methods to identify speculative behavior of malicious workers, both of which could guarantee the fairness in workers' income. 2) We design a spatial-temporal fair incentive mechanism based on monetary reward to ensure the fair execution of tasks in both space and time dimensions. 3) We summarize the characteristics of three kinds of sensing tasks and propose a universal task allocation algorithm to assign multiple types of tasks simultaneously. The effectiveness of our framework was validated by simulations, which are conducted on a data set comprising 13,000 taxi trajectories from Shanghai in April 2015. We compared our framework against four baseline algorithms, and the results shows that EHTA framework outperforms in terms of task expenditure, task utility and fairness. Yuyang Lu, Xingfu Wang, Ammar Hawbani, Ping Liu 0008, Liang Zhao 0004, Zhi Liu 0002 |
IEEE Trans. Mob. Comput. | 5 |
| 2024 | Collaborative Overtaking Strategy for Enhancing Overall Effectiveness of Mixed Connected and Connectionless VehiclesabstractIntelligent Transportation Systems (ITS) aim to enhance traffic management by improving connectivity and data sharing among vehicles and road infrastructure. In a Mixed Connected and Connectionless Vehicles (MCCV) scenario consisting of connected vehicles equipped with On-Board Units (OBUs) and non-connected vehicles lacking OBUs, communication disparities create challenges in critical lane-changing overtaking decisions. These discrepancies hinder the adaptation of fully connected scenarios to dynamic interactions among these different types of vehicles. Considering the diversity in decision-making ways and capabilities of non-connected vehicles in MCCV scenarios, ensuring the coordinated execution of safe and efficient lane-changing overtaking maneuvers by multiple connected vehicles is crucial for enhancing traffic efficiency. Therefore, we propose a collaborative strategy to facilitate safer and more efficient lane-changing overtaking maneuvers for connected vehicles in the MCCV scenario. First, we design a multi-criteria priority detection, and a dynamic event-triggered mechanism based on confidence intervals to foster efficient collaboration among connected vehicles, optimizing decision-making and reducing conflicts. Second, to accommodate diverse driving styles of autonomous and human-driven vehicles, we introduce an Improved Dynamic Precise Fuzzy C-Means (IDP-FCM) algorithm to dynamically identify and adapt to different driving styles, thereby improving safety. Finally, tackling the challenge of multiple connected vehicles performing lane-changing overtaking involving hybrid action space, our proposed Multi-agent Contrastive Parameterized Dueling Deep Q-Network (MCPDDQN) algorithm incorporates contrastive learning to improve strategy stability in complex driving scenarios. Experimental results demonstrate the effectiveness of our strategy in improving road safety and traffic efficiency of the MCCV scenario. Hui Qian 0012, Liang Zhao 0004, Ammar Hawbani, Zhi Liu 0002, Keping Yu, Qiang He 0002, Yuanguo Bi |
IEEE Trans. Mob. Comput. | 2 |
| 2024 | A Two-Stage Strategy for UAV-Enabled Wireless Power Transfer in Unknown EnvironmentsabstractDue to the outstanding merits such as mobility, high maneuverability, and flexibility, Unmanned Aerial Vehicles (UAVs) are viable mobile power transmitters that can be rapidly deployed in geographically constrained regions. They are good candidates for supplying power to energy-limited Sensor Nodes (SNs) with Wireless Power Transfer (WPT) technology. In this paper, we investigate a UAV-enabled WPT system that transmits power to a set of SNs at unknown positions. A key challenge is how to efficiently gather the locations of SNs and design a power transfer scheme. We formulate a multi-objective optimization problem to jointly optimize these objectives: maximization of UAV's search efficiency, maximization of total harvested energy, minimization of UAV's flight energy consumption and maximization of UAV's energy utilization efficiency. To tackle these issues, we present a two-stage strategy that includes a UAV Motion Control (UMC) algorithm for obtaining the coordinates of SNs and a Dynamic Genetic Clustering (DGC) algorithm for power transfer via grouping SNs into clusters. First, the UMC algorithm enables the UAV to autonomously control its own motion and conduct target search missions. The objective is to make the energy-restricted UAV find as many SNs as feasible without any apriori knowledge of their information. Second, the DGC algorithm is used to optimize the energy consumption of the UAV by combining a genetic clustering algorithm with a dynamic clustering strategy to maximize the amount of energy harvested by SNs and the energy utilization efficiency of the UAV. Finally, experimental results show that the proposed algorithms outperform their counterparts. Peiyu Cong, Liang Zhao 0004, Xingwei Wang 0001, Shaohua Wan 0001, Mohsen Guizani |
IEEE Trans. Mob. Comput. | 3 |
| 2024 | A Novel Federated Learning Scheme for Generative Adversarial NetworksabstractGenerative adversarial networks (GANs) have been advancing and gaining tremendous interests from both academia and industry. With the development of wireless technologies, a huge amount of data generated at the network edge provides an unprecedented opportunity to develop GANs applications. However, due to the constraints such as bandwidth, privacy, and legal issues, it is inappropriate to collect and send all data to the cloud or servers for analysis, training, and mining. Thus, deploying and training GANs at the edge becomes a promising alternative solution. The instability of GANs introduced by non-independent and identical data (Non-IID) poses significant challenges to training GANs. To address these challenges, this paper presents a novel federated learning framework for GANs, namely,Collaborated gAmeParallel Learning (CAP). CAP supports parallel training of data and models for GANs, breaking the isolated training among generators that exists in the previous distributed algorithms, and achieving collaborative learning among cloud, edge servers, and devices. Then, to further enhance the ability of CAP-GAN for addressing Non-IID issues, we propose a Mix-Generator module (Mix-G) which divides a generator into the sharing layer and personalizing layer. The Mix-G module extracts the generic and personalization features and improves the performance of CAP-GAN on extremely personalizing datasets. Experimental results and analysis substantiate the usefulness and superiority of our proposed CAP-GAN scheme which can achieve better results in the Non-IID scenarios compared with the state-of-the-art algorithms. Jiaxin Zhang 0025, Liang Zhao 0004, Keping Yu, Geyong Min, Ahmed Yassin Al-Dubai, Albert Y. Zomaya |
IEEE Trans. Mob. Comput. | 2 |
| 2024 | Adaptive Swarm Intelligent Offloading Based on Digital Twin-assisted Prediction in VECabstractVehicular Edge Computing (VEC) is the transportation version of Mobile Edge Computing (MEC). In VEC, task offloading enables vehicles to offload computing tasks to nearby Roadside Units (RSUs), thereby reducing the computation cost. Recent trends in task offloading cause a proliferation of studies in academia. However, the existing offloading schemes still face many challenges, such as high-dynamic network topology, massive and complex data, dynamic scenes with high-speed vehicles and low-latency requirements. Digital Twin (DT)-based VEC is emerging as a promising solution. It monitors the state of the VEC network in real time through mappings and interactions between the physical and virtual entities. Consequently, the task offloading scheme can make more reasonable offloading decisions at the physical layer and further improve the efficiency of VEC. Above all, we propose a VEC computing offloading scheme, namely, AdaptiveSwarm Intelligent Offloading Scheme Based on Digital-Twin-Assisted PRedictionInVEC (STRIVE). The VEC network architecture is established to combines DT with an improved Generative Adversarial Network (GAN). The powerful prediction ability of GAN is used to assist in constructing DT in the pre-processing phase, reducing the size of the decision space. To adapt to the dynamic nature of VEC, we establish an adaptive model to adjust the real-time parameter under various scenarios. Then, we deploy an improveDgenetIc simulatEd annealing-baSEd particLe swarm optimization (DIESEL) algorithm to task offloading decision-making, which can provide reliable computing services for vehicles at a lower cost. The simulation results demonstrate that the proposed scheme can effectively reduce computing delay and energy consumption compared with its counterparts. Liang Zhao 0004, Enchao Zhang, Yun Lin 0005, Shaohua Wan 0001, Ammar Hawbani, Mohsen Guizani |
IEEE Trans. Mob. Comput. | 1 |
| 2024 | MESON: A Mobility-Aware Dependent Task Offloading Scheme for Urban Vehicular Edge ComputingabstractVehicular Edge Computing (VEC) is the transportation version of Mobile Edge Computing (MEC) in road scenarios. One key technology of VEC is task offloading, which allows vehicles to send their computation tasks to the surrounding Roadside Units (RSUs) or other vehicles for execution, thereby reducing computation delay and energy consumption. However, the existing task offloading schemes still have various gaps and face challenges that should be addressed because vehicles with time-varying trajectories need to process massive data with high complexity and diversity. In this paper, a VEC-based computation offloading model is developed with consideration of data dependency of tasks. The minimization of the average response time and average energy consumption of the system is defined as a combinatorial optimization problem. To solve this problem, we propose aMobility-aware dependent taskoffloading (MESON) Scheme for urban VEC and develop a DRL-based algorithm to train the offloading strategy. To improve the training efficiency, a vehicle mobility detection algorithm is further designed to detect the communication time between vehicles and RSUs. In this way, MESON can avoid unreasonable decisions by lowering the size of the action space. Moreover, to improve the system stability and the offloading successful rate, we design a task priority determination scheme to prioritize the tasks in the waiting queue. The experimental results show that MESON is superior compared to other task offloading schemes in terms of the average response time, average system energy consumption, and offloading successful rate. Liang Zhao 0004, Enchao Zhang, Shaohua Wan 0001, Ammar Hawbani, Ahmed Yassin Al-Dubai, Geyong Min, Albert Y. Zomaya |
IEEE Trans. Mob. Comput. | 1 |
| 2024 | Edge Computing and Few-Shot Learning Featured Intelligent Framework in Digital Twin Empowered Mobile NetworksabstractDigital twins (DT) and mobile networks have evolved forms of intelligence in Internet of Things (IoT). In this work, we consider a Digital Twin Mobile Network (DTMN) scenario with few multimedia samples. Facing challenges of knowledge extraction with few samples, stable interaction with dynamic changes of multimedia data, time and privacy saving in low-resource mobile network, we propose an edge computing and few-shot learning featured intelligent framework. Considering time-sensitive property of transmission and privacy risks of directly uploads in mobile network, we deploy edge computing to locally run networks for analysis, thus saving time to offload computing request and enhancing privacy by encrypting original data. Inspired by remarkable relationship representation of graphs, we build Graph Neural Network (GNN) in cloud to map physical mobile systems to virtual entities with DT, thus performing semantic inferences in cloud with few samples uploaded by edges. Occasionally, node features in GNN could converge to similar, non-discriminative embeddings, causing catastrophic unstable phenomena. An iterative reweight and drop structure (IRDS) is thus constructed in cloud, which nonetheless contributes stability with respect to edge uncertainty. As part of IRDS, a drop Edge&Node scheme is proposed to randomly remove certain nodes and edges, which not only enhances distinguished capability of graph neighbor patterns, but also offers data encryption with random strategy. We show one implementation case of image classification in social network, where experiments on public datasets show that our framework is effective with user-friendly advantages and significant intelligence. Yirui Wu, Yong Lai 0001, Liang Zhao 0004, Xiaoheng Deng, Shaohua Wan 0001 |
IEEE Trans. Netw. Serv. Manag. | 4 |
| 2024 | A Blockchain-Based Scheme for Secure Data Offloading in Healthcare With Deep Reinforcement LearningabstractWith the widespread popularity of the Internet of Things and various intelligent medical devices, the amount of medical data is rising sharply, and thus medical data processing has become increasingly challenging. Mobile edge computing technology allows computing power to be allocated at the edge closer to users, which enables efficient data offloading for healthcare systems. However, existing studies on medical data offloading seldom guarantee effective data privacy and security. Moreover, the research equipping data offloading architectures with Blockchain neglect the delay and energy consumption costs incurred in using Blockchain technology for medical data offloading. Therefore, in this paper, we propose a data offloading scheme for healthcare based on Blockchain technology, which achieves optimal medical resource allocation and simultaneously minimizes the cost of offloading tasks. Specifically, we design a smart contract to ensure secure data offloading. And, we formulate the cost problem as a Markov Decision Process, solved by a policy search-based deep reinforcement learning (Asynchronous Advantage Actor-Critic) scheme, where we jointly consider offloading decisions, allocation of computing resources and radio transmission bandwidth, and Blockchain data security audits. The security of our smart-contract-based mechanism is theoretically and empirically proved, while extensive experimental results also show that our solution can obtain superior performance gains with lower cost than other baselines. Qiang He 0002, Zheng Feng, Hui Fang 0002, Xingwei Wang 0001, Liang Zhao 0004, Yu-Dong Yao, Keping Yu |
IEEE/ACM Trans. Netw. | 5 |
| 2024 | A DRL-based Partial Charging Algorithm for Wireless Rechargeable Sensor NetworksabstractBreakthroughs in Wireless Energy Transfer technologies have revitalized Wireless Rechargeable Sensor Networks. However, how to schedule mobile chargers rationally has been quite a tricky problem. Most of the current work does not consider the variability of scenarios and how many mobile chargers should be scheduled as the most appropriate for each dispatch. At the same time, the focus of most work on the mobile charger scheduling problem has always been on reducing the number of dead nodes, and the most critical metric of network performance, packet arrival rate, is relatively neglected. In this article, we develop a DRL-based Partial Charging algorithm. Based on the number and urgency of charging requests, we classify charging requests into four scenarios. And for each scenario, we design a corresponding request allocation algorithm. Then, a Deep Reinforcement Learning algorithm is employed to train a decision model using environmental information to select which request allocation algorithm is optimal for the current scenario. After the allocation of charging requests is confirmed, to improve the Quality of Service, i.e., the packet arrival rate of the entire network, a partial charging scheduling algorithm is designed to maximize the total charging duration of nodes in the ideal state while ensuring that all charging requests are completed. In addition, we analyze the traffic information of the nodes and use the Analytic Hierarchy Process to determine the importance of the nodes to compensate for the inaccurate estimation of the node’s remaining lifetime in realistic scenarios. Simulation results show that our proposed algorithm outperforms the existing algorithms regarding the number of alive nodes and packet arrival rate. Jiangyuan Chen, Ammar Hawbani, Xiaohua Xu 0002, Xingfu Wang, Liang Zhao 0004, Zhi Liu 0002, Saeed H. Alsamhi |
ACM Trans. Sens. Networks | 5 |
| 2024 | ESPP: Efficient Sector-Based Charging Scheduling and Path Planning for WRSNs With Hexagonal TopologyabstractWireless Power Transfer (WPT) is a promising technology that can potentially mitigate the energy provisioning problem for sensor networks. In order to efficiently replenish energy for these battery-powered devices, designing appropriate scheduling and charging path planning algorithms is essential and challenging. Whilst previous studies have tackled this challenge, the conjoint influences of network topology, charging path planning, and energy threshold distribution in Wireless Rechargeable Sensor Networks (WRSNs) are still in their infancy. We mitigate the aforementioned problem by proposing novel algorithmic solutions to efficient sector-based on-demand charging scheduling and path planning. Specifically, we first propose a hexagonal cluster-based deployment of nodes such that finding an NP-Complete Hamiltonian path is feasible. Second, each cluster is divided into multiple sectors and a charging path planning algorithm is implemented to yield a Hamiltonian path, aimed at improving the Mobile Charging Vehicle (MCV) efficiency and charging throughput. Third, we propose an efficient algorithm to calculate theimportanceof nodes to be used for charging duration decision-making and prioritization. Fourth, a non-preemptive dynamic priority scheduling algorithm is proposed for charging tasks’ assignments and scheduling. Finally, extensive simulations have been conducted, revealing the significant advantages of our proposed algorithms in terms of energy efficiency, response time, dead nodes’ density, and queuing processing. Abdulbary Naji, Ammar Hawbani, Xingfu Wang, Haithm M. Al-Gunid, Yunes Al-Dhabi, Ahmed Yassin Al-Dubai, Amir Hussain 0001, Liang Zhao 0004, Saeed H. Alsamhi |
IEEE Trans. Sustain. Comput. | 8 |
| 2024 | Enhancing ConvNets With ConvFIFO: A Crossbar PIM Architecture Based on Kernel-Stationary First-In-First-Out DataflowabstractConvolutional neural networks (ConvNets) have long been the model of choice for computer vision (CV) problems and gained renewed traction lately. In order to compute ConvNets more efficiently, process-in-memory (PIM) architectures based on emerging non-volatile memories (NVMs) such as RRAM have been widely studied. However, conventional NVM-based PIM suffered from various non-idealities including IR drop, sneak-path currents, large analog-to-digital converter (ADC) overhead, device variations, circuits mismatch, and error propagation. In this work, we propose ConvFIFO, a crossbar-memory-based PIM architecture for ConvNets featuring a kernel-stationary dataflow. Through the design of FIFO-type input and output buffers, smaller row-activation parallelism, and more compact ADCs, ConvFIFO can maximize the reuse rates of inputs and partial sums to achieve a more balanced trade-off among throughput, accuracy, and area/energy consumption. Using SRAM-based FIFO as the input/output buffer, ConvFIFO achieves a systolic architecture without the need to move weight data, bypassing the limitation of NVM endurance and minimizing the movement of partial sums. Moreover, the FIFO nature of the dataflow allows flexible pipeline design and load balancing. Compared to classical NVM-based PIM architectures such as ISAAC, ConvFIFO exhibits significant performance enhancement for various ConvNet models, showing 1.66–$1.69\times $/1.69–$1.74\times $/4.23–$4.79\times $/1.59–$1.74\times $improvement in terms of energy consumption, latency, Ops/W, and Ops/s$\times $mm2, respectively. Compared to GPUs, ConvFIFO exhibits only an average accuracy loss of 1.82% during inference. Yu Qian 0002, Liang Zhao 0004, Fanzi Meng, Xiapeng Xu, Cheng Zhuo, Xunzhao Yin |
IEEE Trans. Very Large Scale Integr. Syst. | 2 |
| 2024 | Knowledge-Defined Edge Computing Networks Assisted Long-Term Optimization of Computation Offloading and Resource Allocation StrategyabstractWith the proliferation of devices connected to the Internet of Things (IoT), the complexity of network management has increased. To intelligently manage large-scale networks, we propose a Knowledge-Defined Edge Computing Networks (KDECN) architecture. Edge Nodes (ENs) deployed in the KDECN architecture are responsible for collecting and preprocessing the relevant information uploaded by User Devices (UDs), and provide computation resources for UDs. Futhermore, since multiple UDs share system computation resources, one computing decision will affect the subsequent decision-making of other UDs. Thus, accurately predicting the demands for UD task requests is a key challenge to maximize long-term execution utility. To this end, we deploy the LSTM-based Task Request Demand Prediction (TRDP) method on the management plane of KDECN architecture to predict the task request quantity of UDs in each future time slot. In order to maximize long-term execution utility of the system, we propose a Deep Reinforcement Learning (DRL)-based Long-term Computation Offloading and computation Resource Allocation (L-CORA) algorithm. Specifically, the proposed L-CORA algorithm makes computing decisions based on the prediction of the offloading task quantity and the personalized demands of UDs to ensure the long-term quality of computing service. Extensive experiments with Shanghai real-world datasets to prove that the KDECN-based L-CORA algorithm effectively improves the average utility of the system. Kaiqi Yang 0002, Xingwei Wang 0001, Qiang He 0002, Liang Zhao 0004, Yufei Liu 0005, Daniele Tarchi |
IEEE Trans. Wirel. Commun. | 4 |
| 2023 | Efficient Routing Algorithm for Large-Scale Query Requests in LEO Satellite NetworksabstractLow Earth Orbit (LEO) satellites have become important means of communication, and more and more transmission data flow query requests may arrive simultaneously due to the increasing number of users. Existing routing algorithms often prioritize individual data flow efficiency, neglecting satellite occupation and link utilization. This exacerbates queuing time and transmission delay. In this paper, Software Defined Network (SDN) is employed to obtain the information of satellite networks and focus on the overall transmission efficiency of a batch of data flows. A Large-Scale Query satellite routing Algorithm (LSQA) is proposed, which estimates the resources required for each data flow first and intends to find an optimal data flow query execution order to reduce satellite congestion. To speed up the estimation, we construct the node labels, so that the shortest path between satellites can be obtained quickly. Furthermore, we propose a strategy based on threshold filtering to obtain the optimal execution order more efficiently by finding out data flows whose execution order does not affect the overall transmission delay. Extensive experiments conducted on satellite network simulation show that LSQA has the superiority in terms of queuing delay and load-balancing compared with counterparts. Jiajia Li 0003, Yannan Wang, Liang Zhao 0004 |
GLOBECOM | 5 |
| 2023 | Informative Causality-Based Vehicle Trajectory Prediction Architecture for Domain GeneralizationabstractVehicle trajectory prediction is a promising technology for improving the performance of Cellular Vehicle-to-Everything (C-V2X) applications by providing future road states. Various vehicle trajectory prediction methods have been proposed to increase the accuracy of the predicted trajectory. Although the existing vehicle trajectory prediction methods can accurately predict the future trajectory under the assumption that data comply with the Independent and Identically Distributed (IID), their performance is seriously degraded in practical implementation due to the ubiquitous distribution shifts in vehicle trajectory data. To improve the universality of the vehicle trajectory prediction method, generalizing the method to an environment that never appeared in the training data, namely, the Domain Generalization (DG) task, should be considered. Thus, we propose a plug-and-play inFORmaTive caUsality-based vehicle trajectory predictioN architecturE (FORTUNE) to improve the DG capability of vehicle trajectory prediction methods. First, a novel structural causal model (SCM) of vehicle trajectory prediction is established to simulate the causality of the data-generating process. Second, we utilize the principle of mutual information to learn the invariant representation of the SCM. Third, an invariant knowledge-transferring module is proposed to increase learning ability without destroying the structure of the original model. The results from simulation experiments demonstrate that the proposed scheme can significantly improve the DG capability of vehicle trajectory prediction methods. Chaojin Mao, Liang Zhao 0004, Geyong Min, Ammar Hawbani, Ahmed Yassin Al-Dubai, Albert Y. Zomaya |
GLOBECOM | 2 |
| 2023 | A Fast, Reliable, Adaptive Multi-hop Broadcast Scheme for Vehicular Ad Hoc Networks
Ping Liu 0008, Xingfu Wang, Ammar Hawbani, Bei Hua, Liang Zhao 0004 |
ICA3PP (2) | 5 |
| 2023 | Enhanced Coprime Array Configuration for DoA Estimation of Non-Circular SignalsabstractRecently, sparse arrays have received considerable attention owing to their capability of achieving increased degrees of freedom (DoFs) by exploiting the virtual sensors resulting from their difference or sum-difference coarrays. Mutual coupling is another factor that attracts interest to these kinds of arrays. In this paper, both the fundamental criteria of high DoFs and reduced mutual coupling are considered in the design of the proposed array configuration for the direction of arrival (DoA) estimation of non-circular signals. Simulation results are provided to verify the robustness of the proposed array against heavy mutual coupling. Nabil Mohsen, Ammar Hawbani, Xingfu Wang, Benjamin Bairrington, Liang Zhao 0004, Saeed H. Alsamhi |
ICASSP | 5 |
| 2023 | Federated Learning Based Task Orchestration Scheme Using Intelligent Vehicular Edge NetworksabstractVehicular Edge Computing (VEC) is gradually evolving into one of the most prevalent paradigms for vehicular computation. This is due to its ability for effectively handling the tasks of varied complexity. VEC based task orchestration has therefore emerged as an exciting research domain. A large number of task orchestration schemes have been proposed that exploit its technical capabilities. However, identifying the most appropriate vehicles for such edges still remain a challenge. In this work, we propose an intelligence based Task Orchestration Scheme integrated with Vehicular Cloud Edge Networks that uses Federated learning (FL) for forming vehicular edges. FL is a privacy preserving technique with no data being shared centrally. This scheme uses characteristics of vehicles such as computational capacity and their starting as well as ending point for creating the edges. Obtained results depict the improved performance of this scheme as compared to conventional schemes. Nishu Bansal, Shilpi Mittal, Rasmeet S. Bali, Neeraj Kumar 0001, Joel J. P. C. Rodrigues, Liang Zhao 0004 |
ICC | 6 |
| 2023 | Cross-domain Tongue Image Segmentation Based on Deep Adversarial Networks and Entropy Minimization
Liang Zhao 0004 |
ICIG (5) | 1 |
| 2023 | Survey on Federated Learning enabling indoor navigation for industry 4.0 in B5G
Saeed H. Alsamhi, Alexey V. Shvetsov, Ammar Hawbani, Svetlana V. Shvetsova, Santosh Kumar 0006, Liang Zhao 0004 |
Future Gener. Comput. Syst. | 6 |
| 2023 | TBDD: Territory-Bound Data Delivery for Large-Scale Mobile Sink Wireless Sensor NetworksabstractThe hierarchical structure-based data dissemination is the most popular technique in mobile sink wireless sensor networks (MS-WSNs). An ingenious virtual structure design combined with a precise routing management strategy is significant to attaining efficient data dissemination in hierarchical approaches. This article proposes a hierarchical protocol called territory-bound data delivery (TBDD) that divides the network into multiple partitions called Regions, and spots the location of the mobile sink (MS) according to these partitions. TBDD dynamically assigns a defined role to each division by adopting the mobility of the sink. Thus, the protocol takes advantage of the sink’s movement and the Regions’ flexible role in balancing energy consumption (EC) throughout the network. A Region is designated as active if it contains the sink node or passive otherwise. By using the territory of the active region as a temporal location of the MS, the proposed protocol hides the local movements (i.e., moves inside the active region) of the sink from the rest of the network. In such a way, regardless of the exact position of the sink, sensed data flows from different network ends to the sink’s temporal location. Therefore, TBDD reduces the query request and response burden employed to get the position of the sink. Besides, TBDD implements a spanning tree to report the location information of the MS. Last, we applied an opportunistic routing technique that captures multiple network criteria to elect packet forwarder nodes. The proposed protocol is mathematically analyzed and experimentally evaluated and shows outstanding performance in terms of the number of hops, EC, delay, network lifetime, and success ratio. Fisseha Teju Wedaj, Ammar Hawbani, Xingfu Wang, Saeed H. Alsamhi, Liang Zhao 0004, Muhammad Umar Farooq 0002 |
IEEE Internet Things J. | 5 |
| 2023 | A Digital Twin-Assisted Intelligent Partial Offloading Approach for Vehicular Edge ComputingabstractVehicle Edge Computing (VEC) is a promising paradigm that exposes Mobile Edge Computing (MEC) to road scenarios. In VEC, task offloading can enable vehicles to offload the computing tasks to nearby Roadside Units (RSUs) that deploy computing capabilities. However, the highly dynamic network topology, strict low-delay constraints, and massive data of tasks of VEC pose significant challenges for implementing efficient offloading. Digital Twin-based VEC is emerging as a promising solution that enables real-time monitoring of the state of the VEC network through mapping and interaction between the physical and virtual worlds, thus assisting in making sound offload decisions in the physical world. Thus, this paper proposes an intelligent partial offloading scheme, namely, Digital Twin-Assisted Intelligent Partial Offloading (IGNITE). First, to find the optimal offloading space in advance, we combine the improved clustering algorithm with the Digital Twin (DT) technique, in which unreasonable decisions can be avoided by reducing the size of the decision space. Second, to reduce the overall cost of the system, Deep Reinforcement Learning (DRL) algorithm is employed to train the offloading strategy, allowing for automatic optimization of computational delay and vehicle service price. To improve the efficiency of cooperation between digital and physical spaces, a feedback mechanism is established. It can adjust the parameters of the clustering algorithm based on the final offloading results in this clustering. To the best of our knowledge, this is the first study on DT-assisted vehicle offloading that proposes a feedback mechanism, forming a complete closed loop as prediction-offloading-feedback. Extensive experiments demonstrate that IGNITE has significant advantages in terms of total system computational cost, total computational delay, and offloading success rate compared with its counterparts. Liang Zhao 0004, Zijia Zhao, Enchao Zhang, Ammar Hawbani, Ahmed Yassin Al-Dubai, Zhiyuan Tan 0001, Amir Hussain 0001 |
IEEE J. Sel. Areas Commun. | 1 |
| 2023 | Toward real-time and efficient cardiovascular monitoring for COVID-19 patients by 5G-enabled wearable medical devices: a deep learning approach
Liang Tan 0001, Keping Yu, Ali Kashif Bashir, Xiaofan Cheng, Fangpeng Ming, Liang Zhao 0004, Xiaokang Zhou |
Neural Comput. Appl. | 6 |
| 2023 | Optimized Sparse Nested Arrays for DoA Estimation of Non-circular Signals
Nabil Mohsen, Ammar Hawbani, Xingfu Wang, Liang Zhao 0004 |
Signal Process. | 5 |
| 2023 | Energy-Efficient 3-D Data Collection forMulti-UAV Assisted Mobile CrowdsensingabstractMobile CrowdSensing (MCS) is an emerging paradigm that employs massive mobile devices (MDs) to complete sensing tasks cooperatively. To provide ubiquitous MCS services, Unmanned Aerial Vehicle (UAV), featured by high agility and flexibility, becomes increasingly attractive as a powerful assistant for MCS to collect sensing data in hard-to-reach and infrastructure-restrained areas. Focusing on urban MCS scenarios where a tremendous amount of data needs to be uploaded by massive mobile devices, we propose a Three-Dimensional Multi-UAV assisted crowdsensing, termed 3DM, to collect sensing data efficiently in an infrastructure-free manner. Different from the existing methods, 3DM has two unique advantages: 1) removing the assumption of the ideal distributions of mobile devices and 2) fully exploiting the 3D flexibility to optimize the device matching and data transmission between UAVs and MDs. By employing a joint optimization metric that incorporates both energy efficiency and collection latency, 3DM dynamically maintains cost-effective UAV-MD links and 3D UAVs trajectories thus completes the collection tasks with less time and energy. Compared with the baseline algorithm and two state-of-the-art counterparts, extensive simulations demonstrate that 3DM saves at least 50% energy and 25% time of baseline while achieving 76% improvement of the sub-optimal competitor on overall utility. Luwei Fu, Geyong Min, Wang Miao, Liang Zhao 0004 |
IEEE Trans. Computers | 5 |
| 2023 | Sustainable and Transferable Traffic Sign Recognition for Intelligent Transportation SystemsabstractTraffic Sign Recognition (TSR) is an essential component of Intelligent Transportation Systems (ITS) and intelligent vehicles. TSR systems based on deep learning have grown in popularity in recent years. However, since these models belong to the closed-world-oriented learning paradigm, they are only capable of accurately identifying traffic signs that are easy to collect and cannot adapt to the real world. Furthermore, the sample utilization of these methods is insufficient, the resource consumption of model training may become unbearable as the data scale grows. To address this problem, we propose a novel “knowledge + data” co- driven solution (i.e., Joint Semantic Representation algorithm, JSR) for TSR. JSR creates a hybrid feature representation by extracting general and principal visual features from traffic sign images. It also realizes the model’s reasoning ability to zero-shot TSR based on prior knowledge of traffic sign design standards. The effectiveness of JSR is demonstrated by experiments on four benchmark datasets and two self-built TSR datasets. Weipeng Cao, Yuhao Wu 0001, Chinmay Chakraborty, Dachuan Li, Liang Zhao 0004, Soumya K. Ghosh 0001 |
IEEE Trans. Intell. Transp. Syst. | 5 |
| 2023 | MAGVA: An Open-Set Fault Diagnosis Model Based on Multi-Hop Attentive Graph Variational Autoencoder for Autonomous VehiclesabstractTo improve the reliability of autonomous vehicles, open-set fault diagnosis is indispensable to jointly detect known and unknown faults, in which unknown faults only appear in the testing set. However, in learning the representations for open-set diagnosis, the extracted representations lack hierarchy to preserve high-level and genuine representations, and the final representations utilized for diagnosing lack distinctiveness to separate unknowns from knowns. In addition, in the stage of testing, the open-set diagnosis models are error-prone when unknowns are similar to knowns. Motivated by these challenges, we propose a Multi-hop Attentive Graph Variational Autoencoder (MAGVA) model for open-set fault diagnosis in this paper. First, a multi-hop attentive graph convolutional network is developed to adaptively extract hierarchical representations and eliminate unknown fault misidentification. Then, to avoid unknown faults occupying the same region as known faults and identify known faults, structural representation constraints are designed by jointly conducting reconstruction with an intra-class constraint and classification with an inter-class constraint. Finally, combining the distinguishable representations learned by MAGVA, a generative distance-based open-set diagnosis algorithm is proposed, in which the procedures of estimating class-conditional distributions are designed, and a relative generative distance is then presented to derive diagnosis results under the class-conditional distributions. Experiments on three commonly used bearing datasets for vehicles demonstrate that the proposed MAGVA consistently outperforms the compared models in open-set, closed-set, and unknown fault diagnosis. Rao Fu 0001, Yuanguo Bi, Guangjie Han, Li Liu 0022, Liang Zhao 0004 |
IEEE Trans. Intell. Transp. Syst. | 6 |
| 2023 | Reliable and Scalable Routing Under Hybrid SDVN Architecture: A Graph Learning Based MethodabstractGreedy routing efficiently achieves routing solutions for vehicular networks due to its simplicity and reliability. However, the existing greedy routing algorithms have mainly considered simple routing metrics only, e.g., distance based on the local view of an individual vehicle. This consideration is insufficient for analysing dynamic and complicated vehicular communication scenarios which inevitably degrades the overall routing performance. Software-Defined Vehicular Network (SDVN) and Graph Convolutional Network (GCN) can overcome these limitations. Thus, this paper presents a novel GCN-based greedy routing algorithm (NGGRA) in the hybrid SDVN. The SDVN control plane trains the GCN decision model based on the globally collected data. Vehicles with transmission requirements can adopt this model for inferring and making the routing decisions. The proposed node-importance-based graph convolutional network (NiGCN) model analyses multiple correlated metrics to accurately evaluate the dynamic vehicular network is available at:https://github.com/a824899245/NiGCN. Meanwhile, the SDVN architecture offers a global view for model training and routing computation. Extensive simulation results demonstrate that NiGCN outperforms popular GCN models in training efficiency and accuracy. In addition, NGGRA can improve the packet delivery ratio and substantially reduce delay compared with its counterparts. Zhuhui Li, Liang Zhao 0004, Geyong Min, Ahmed Yassin Al-Dubai, Ammar Hawbani, Albert Y. Zomaya, Chunbo Luo |
IEEE Trans. Intell. Transp. Syst. | 2 |
| 2023 | SDORP: SDN Based Opportunistic Routing for Asynchronous Wireless Sensor NetworksabstractIn wireless sensor networks (WSNs), it is inappropriate to use conventional unicast routing due to the broadcast storm problem and spatial diversity of communication links. Opportunistic Routing (OR) benefits the low duty-cycled WSNs by prioritizing the multiple candidates for each node instead of selecting one node as in conventional unicast routing. OR reduces the sender waiting time, but it also suffers from the duplicate packets problem due to multiple candidates waking up simultaneously. The number of candidates should be restricted to counterbalance between the sender waiting time and duplicate packets. In this paper, software-defined networking (SDN) is adapted for the flexible management of WSNs by allowing the decoupling of the control plane from the sensor nodes. This study presents an SDN based load balanced opportunistic routing for duty-cycled WSNs that addresses two parts. First, the candidates are computed and controlled in the control plane. Second, the metric used to prioritize the candidates considers the average of three probability distributions, namely transmission distance distribution, expected number of hops distribution and residual energy distribution so that more traffic is guided through the nodes with higher priority. Simulation results show that our proposed protocol can significantly improve the network lifetime, routing efficiency, energy consumption, sender waiting time and duplicate packets as compared with the benchmarks. Muhammad Umar Farooq 0002, Xingfu Wang, Ammar Hawbani, Liang Zhao 0004, Ahmed Yassin Al-Dubai, Omar Busaileh |
IEEE Trans. Mob. Comput. | 4 |
| 2023 | GREEN: A Global Energy Efficiency Maximization Strategy for Multi-UAV Enabled Communication SystemsabstractIn the scenario of limited energy supply, Unmanned Aerial Vehicles (UAVs) enabled communication systems must make efficient use of energy in order to provide long-term service. In this paper, we propose a global energy efficiency maximization (GREEN) strategy for multi-UAV enabled communication systems. In such systems, a group of UAVs communicates with their associated ground terminals (GTs) by using a UAV-enabled interference channel (UAV-IC). In particular, we optimize the UAVs' trajectory control by jointly considering both the communication throughput and the total energy consumption of the whole system. We aim to maximize the global energy efficiency (GEE) of a task for multi-UAV communications, in which the problem is challenging to optimally solve due to its non-convex nature and strongly coupled variables. To tackle this problem, first, we investigate and propose a global energy-efficient optimization problem based on the fly-hover-communicate protocol. Second, we extend our proposed solution from the single UAV-enabled system to multiple UAV-GT pairs cases. In addition, we consider the general scenario in which the UAVs also communicate while flying. Based on the successive convex approximation technique and the path discretization method, the GREEN strategy is designed for optimizing UAV trajectories in this scenario. The simulation results show that the proposed strategy can achieve significantly higher GEE than the benchmark schemes for multi-UAV enabled communications. Na Lin 0001, Yanbo Fan, Liang Zhao 0004, Xiaoming Li 0007, Mohsen Guizani |
IEEE Trans. Mob. Comput. | 3 |
| 2023 | FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNsabstractMany opportunistic routing (OR) schemes treat network nodes equally, neglecting the fact that the nodes close to the sink undertake more duties than the rest of the network nodes. Therefore, the nodes located at different positions should play different roles during the routing process. Moreover, considering various Quality-of-Service (QoS) requirements, the routing decision in OR is affected by multiple network attributes. The majority of these OR schemes fail to contemplate multiple network attributes while making routing decisions. To address the aforesaid issues, this paper presents a novel protocol that runs in three steps. First, each node defines aRouting Zone (RZ)to route packets toward the sink. Second, the nodes within RZ are prioritized based on the competency value obtained through a novel model that employs Modified Analytic Hierarchy Process (MAHP) and Fuzzy Logic techniques. Finally, one of the forwarders is selected as the final relay node after forwarders coordination. Through extensive experimental simulations, it is confirmed that FLORA achieves better performance compared to its counterparts in terms of energy consumption, overhead packets, waiting times, packet delivery ratio, and network lifetime. Weiqi Wu, Xingfu Wang, Ammar Hawbani, Ping Liu 0008, Liang Zhao 0004, Ahmed Yassin Al-Dubai |
IEEE Trans. Mob. Comput. | 5 |
| 2023 | ELITE: An Intelligent Digital Twin-Based Hierarchical Routing Scheme for Softwarized Vehicular NetworksabstractSoftware-Defined Vehicular Network (SDVN) is a networking architecture that can provide centralized control for vehicular networks. However, the design for routing policies in SDVNs is generally influenced by several limitations, such as frequent topological changes, complex service requests, and long model training time. Intelligent Digital Twin-based Software-Defined Vehicular Networks (IDT-SDVN) can overcome these weaknesses and maximize the advantages of the conventional SDVN architecture by enabling the controller to construct virtual network spaces and provide virtual instances of corresponding physical objects within the Digital Twin (DT). In this paper, we propose a junction-based hierarchical routing scheme in IDT-SDVN, namely, intelligent digital twin hierarchical (ELITE) routing. The proposed scheme is conducted in four phases: policy training and generation in the virtual network, and deployment and relay selection in physical networks. First, the policy learning phase employs several parallel agents in DT networks and derives multiple single-target policies. Second, the generation phase combines the learned policies and generates new policies based on complex communication requirements. Third, the deployment phase selects the most suitable generated policy according to the real-time network status and message types. A road path is calculated by the controller based on the selected policy and then sent to the requester vehicle. Finally, the relay selection phase is utilized to determine relay vehicles in a hop-by-hop process along the selected path. Simulation results demonstrate that ELITE achieves substantial improvements in terms of packet delivery ratio, end-to-end delay, and communication overhead compared with its counterparts. Liang Zhao 0004, Zhenguo Bi, Ammar Hawbani, Keping Yu, Yan Zhang 0004, Mohsen Guizani |
IEEE Trans. Mob. Comput. | 1 |
| 2023 | A Socially-Aware Dependent Tasks Offloading Strategy in Mobile Edge ComputingabstractWith the advent of 5G, Mobile Edge Computing (MEC), a promising computing paradigm sits closer to users than cloud computing, is being broadly used in various Internet of Things (IoT) applications, and achieve high-quality user experience. Task offloading, as a critical research issue in MEC, is playing an important role in optimizing computational resources and management. However, many tasks are executed dependent on the computational results of other tasks. Moreover, in the case of offloading tasks with other devices, it is often required to consider the success rate of offloading, since not all users are willing to lend their mobile devices to others for task execution. To address this challenge, by taking social relationships between users into account, this paper intends to combine computational resources of local devices and edge clouds and provide more flexible offloading and execution solutions, for achieving the efficient offloading of dependent tasks with the joint consideration of network latency and energy consumption. This paper develops a dependent task offloading strategy based on Bipartite Graph Matching. Extensive simulations are conducted for validating the effectiveness of our proposed strategy. Experimental results demonstrate that our proposed strategy can significantly minimize the overhead compared with other baseline strategies. In particular, the overhead is reduced 8.2%, compared with the strategy which consider the Device-to-Device (D2D) offloading only. Yanqi Gong, Fei Hao 0001, Liang Wang 0014, Liang Zhao 0004, Geyong Min |
IEEE Trans. Sustain. Comput. | 4 |
| 2023 | A Dynamic Opportunistic Routing Protocol for Asynchronous Duty-Cycled WSNsabstractOpportunistic routing (OR) is widely adopted in Wireless Sensor Networks (WSNs) running asynchronous duty-cycled MAC protocols. In conventional routing, where packets are forwarded along predetermined routes, the sender may wait for the receiver to wake up for a long time. To reduce the sender waiting time, the OR protocols allow nodes to select multiple neighbors as the forwarders so that the packets could be forwarded by multi-path. Thus, the forwarders selection algorithm affects network performance seriously. However, an excessive number of forwarders increases the probability that more than one forwarders wake up simultaneously. This will consume more energy since each of them will receive the packet. To address the two issues, a Dynamic Opportunistic Routing protocol using Analytical Hierarchy Process (AHP) and Fuzzy Inference System (FIS) called DORAF is proposed in this paper. DORAF is implemented in three steps. First, multiple criteria (i.e., residual energy, distance, and angle) at the network layer are defined to evaluate the nodes where the importance of these criteria is determined by AHP. Second, the pairwise comparison matrices in AHP are generated by using mathematical functions (i.e., Boltzmann function and Logistic function) and FIS. Third, each node uses AHP and FIS to prioritize its neighbors based on the criteria and selects appropriate ones as the forwarders dynamically in a distributed manner. The experimental results demonstrate that our protocol performs better than other state-of-the-art in terms of network lifetime, energy consumption, and average redundant transmissions. Xingfu Wang, Wenkang Zhou, Ammar Hawbani, Ping Liu 0008, Liang Zhao 0004, Saeed H. Alsamhi |
IEEE Trans. Sustain. Comput. | 5 |
| 2023 | A PDDQNLP Algorithm for Energy Efficient Computation Offloading in UAV-Assisted MECabstractUnmanned aerial vehicle (UAV)-assisted mobile edge computing (MEC) is a promising technology to provide computational services to ground terminal devices (TDs) in remote areas or for emergency incidents with its flexibility and mobility. This paper aims to maximize the UAV’s energy efficiency while considering the fairness of offloading. We formulate this optimization problem by jointly considering the UAV flight time, the UAV 3D trajectory, the TD binary offloading decisions, and the time allocated to TDs, which is a mixed-integer nonlinear programming problem. The problem is transformed into two sub-problems and we propose a PDDQNLP (parametrized dueling deep Q-network and linear programming) algorithm based on the combination of deep reinforcement learning (DRL) and linear programming (LP) to address them. For the first sub-problem, a DRL-based algorithm is used to optimize the TD offloading decisions, the UAV trajectory, and the UAV flight time. The action space is hybrid that contains discrete actions (e.g., binary offloading) and continuous actions (e.g., UAV flight time). Therefore, we parameterize the action space and propose the PDDQN algorithm, which combines the DDPG algorithm for handling the continuous action space and the Dueling DQN algorithm for handling the discrete action space. According to the solution obtained from the first sub-problem, the LP is used to adjust the time allocated to TDs in the second sub-problem. The numerical results show that the PDDQNLP algorithm outperforms its counterparts. Na Lin 0001, Hailun Tang, Liang Zhao 0004, Shaohua Wan 0001, Ammar Hawbani, Mohsen Guizani |
IEEE Trans. Wirel. Commun. | 3 |
| 2022 | Deep reinforcement learning empowered multiple UAVs-assisted caching and offloading optimization in D2D wireless networksabstractDevice-to-device (D2D) content caching is a promising technology to mitigate the backhaul pressure, and reduce the contents transmission delay. In this paper, to improve the content hit rate (CHR) and the utilization efficiency of the limited caching capacity, we put forward a caching content placement strategy by predicting the user preference and the content popularity, where unmanned aerial vehicles (UAVs) are introduced into the D2D networks to provide computation offloading services to the users. A dynamic resource allocation optimization algorithm (DRAOA) is proposed to deploy UAVs and plan UAVs trajectory adaptively according to the users' task requirements. Simulation results show that the proposed caching content placement policy outperforms the existing baselines. Additionally, the DRAOA can effectively improve the network capacity and mitigate the computation delay compared to the other two DRL algorithms. Na Lin 0001, Hongzhi Qin, Liang Zhao 0004 |
CF | 4 |
| 2022 | Smart Parking System Based on mmWave Radars and Bluetooth Low Energy: Prototype ImplementationabstractSmart Parking has gained so much popularity in recent years due to the increasing number of vehicles in big cities, resulting in traffic congestion in urban areas. Not only on the streets but also in places such as educational institutions, hospitals, commercial activities, special events, and entertainment uses. Finding a free parking lot in these places has evolved difficulty for the drivers. To solve such a problem, governments and researchers tried to find alternative solutions to overcome or mitigate the traffic congestion. Many solutions have been proposed, such as increasing the parking capacities, which takes much time or makes it hard to find a square area in crowded places. Most existing studies, do not consider the cost of deployment, energy, and time-to-market consideration which makes the available systems need further investigation. In this paper, we propose an intelligent parking system prototype that can be useful for the drivers to have a prior knowledge about the available parking lots in the area of interest. Our proposed system involves deploying mmWave Radar sensor nodes in each parking lot to detect the availability of parking vehicle through transmitting radio pulses periodically. The detected information can be sent to the gateway through multi-hop for further statistics and reports. We also give an intensive analysis and study about the challenges and consideration on the mmWave radar design aiming to improve the detection accuracy and avoid false-detection that occurs from objects near to the sensor. To ensure continuous operation and extend sensor life-time, we propose Bluetooth Low Energy BLE-enabled relay-feature as the communication protocol between the nodes. Abdulbary Naji, Aisha Alabsi, Xingfu Wang, Ammar Hawbani, Liang Zhao 0004, Saeed H. Alsamhi |
EUC | 5 |
| 2022 | Cooperative Task Offloading in Cybertwin-Assisted Vehicular Edge ComputingabstractVehicular Edge Computing (VEC) is a computing paradigm that brings Mobile Edge Computing (MEC) to the road and vehicular scenarios by providing low-latency and high-efficiency computation services. One key technology of VEC is task offloading, which allows vehicles to send computation tasks to surrounding Roadside Units (RSUs) for execution, thereby reducing service delay. However, the existing task offloading schemes face the important challenges because the vehicles with time-varying trajectories and limited computing resources need to process massive data with high complexity and diversity. In this paper, we propose a Cooperative Task Qffloading Scheme (CTOS) based on Cybertwin-assisted VEC. Specially, a novel Cybertwin-assisted VEC network architecture is established by applying the combination of the Digital-Twins (DT) and the Generative Adversarial Network (GAN). With the powerful prediction capability of GAN, the data of DT is advanced with the physical entity, which is an effective assistant for task offloading. Then, we leverage the distributed Deep Reinforcement Learning (DRL) to make offloading decisions, which consider the limited resources of RSUs and the cooperation of vehicles. The simulation results demonstrate that the proposed scheme can achieve excellent performance in terms of system stability and efficiency. Enchao Zhang, Liang Zhao 0004, Na Lin 0001, Ammar Hawbani, Geyong Min |
EUC | 2 |
| 2022 | A New Coprime-Array-based Configuration with Augmented Degrees of Freedom and Reduced Mutual CouplingabstractIn this paper, a new type of coprime-array-based structure, named AtCADiS, is proposed to achieve increased degrees of freedom (DoFs) and reduced mutual coupling. The closed-form expressions for the sensor positions and the number of uniform DoFs (uDoFs) of AtCADiS are provided. Specifically, AtCADiS is constructed via two steps. First, we shift the leftmost sensor of tailored coprime array with displaced subarrays (tCADiS) to the right by N. Second, we increase the number of sensors of tCADiS by $\left\lfloor {\frac{M}{2}} \right\rfloor $ that are appropriately placed to connect the positive and negative lags of difference coarray of tCADiS and further improved its uDoFs remarkably. Finally, simulations show that AtCADiS can achieve higher number of uDoFs than the existing coprime-array-based structures by using the same number of physical sensors, which leads to stronger resolution capability and higher direction of arrival (DoA) estimation accuracy. In the presence of mutual coupling, AtCADiS can achieve comparable mutual coupling leakage compared with the existing array structures. Nabil Mohsen, Ammar Hawbani, Saeed H. Alsamhi, Liang Zhao 0004 |
ICASSP | 5 |
| 2022 | COSIME: FeFET Based Associative Memory for In-Memory Cosine Similarity SearchabstractIn a number of machine learning models, an input query is searched across the trained class vectors to find the closest feature class vector in cosine similarity metric. However, performing the cosine similarities between the vectors in Von-Neumann machines involves a large number of multiplications, Euclidean normalizations and division operations, thus incurring heavy hardware energy and latency overheads. Moreover, due to the memory wall problem that presents in the conventional architecture, frequent cosine similarity-based searches (CSSs) over the class vectors requires a lot of data movements, limiting the throughput and efficiency of the system. To overcome the aforementioned challenges, this paper introduces COSIME, a general in-memory associative memory (AM) engine based on the ferroelectric FET (FeFET) device for efficient CSS. By leveraging the one-transistor AND gate function of FeFET devices, current-based translinear analog circuit and winner-take-all (WTA) circuitry, COSIME can realize parallel in-memory CSS across all the entries in a memory block, and output the closest word to the input query in cosine similarity metric. Evaluation results at the array level suggest that the proposed COSIME design achieves 333× and 90.5× latency and energy improvements, respectively, and realizes better classification accuracy when compared with an AM design implementing approximated CSS. The proposed in-memory computing fabric is evaluated for an HDC problem, showcasing that COSIME can achieve on average 47.1× and 98.5× speedup and energy efficiency improvements compared with an GPU implementation. Che-Kai Liu, Haobang Chen, Mohsen Imani, Kai Ni 0004, Arman Kazemi, Ann Franchesca Laguna, Michael T. Niemier, Xiaobo Sharon Hu, Liang Zhao 0004, Cheng Zhuo, Xunzhao Yin |
ICCAD | 9 |
| 2022 | A Metaverse-based Student's Spatiotemporal Digital Profile for Representing Learning SituationabstractIn recent years, the metaverse becomes a promising method to provide an intelligent teaching platform for the teaching-learning process. Existing teaching evaluation methods rely on the exam results and the educator’s teaching experience, which is hard to reflect the detailed teaching outcomes and each student’s learning situation. Therefore, this paper proposes a four-layer metaverse architecture to build students’ virtual entities of learning situations, containing a data acquisition layer, a technology layer, a model building layer, and an application layer. Furthermore, the virtual entities are constructed on the event logs recorded in the Learning Management System (LMS) and visualized as spatiotemporal digital profiles for students. In the spatial dimension, the profile can reflect a student’s learning situation in different aspects, including the completion of an assignment, the mastery of knowledge, the practical ability, etc. In the temporal dimension, it can reflect a student’s learning situation at different learning stages. Students’ practical abilities are obtained by the Machine Learning method GBDT (Gradient Boosting Decision Tree), and other dimensions of the profile are generated by the Knowledge Graph technology. With these profiles, educators can do teaching intervention, teaching evaluation, and personalized cultivation, providing a new path for intelligent teaching. We take the CG (Course Grading) platform and Data Structure and Algorithm course as examples to validate our model strategy. The experimental results show that the spatiotemporal digital profiles can better describe students’ learning situations, providing data support for teaching evaluation. Liang Zhao 0004, Qin Dai, Xiaona Liu, Xiangbin Shi |
iLRN | 3 |
| 2022 | Privacy-Preserving Top-k Spatio-Textual Similarity JoinabstractWith the development of location-based services, spatio-textual similarity join has attracted much research attention from academic and industrial communities following the study of spatio-textual data processing. To offload the computation and storage burden of spatio-textual similarity join, outsourcing the data processing and storage to the public cloud can achieve great cost savings, however, may cause serious privacy concerns. To this end, in this paper, we first define and solve the privacy-preserving spatio-textual similarity join problem and propose two novel secure similarity join schemes. As the baseline, we first present a straightforward scheme applying Asymmetric Inner Product Encryption (AIPE) to facilitate the data encryption and similarity calculation in ciphertext. To improve the efficiency of the basic scheme, we further propose an optimized secure top-k spatio-textual similarity join scheme by constructing a secure index based on the hybrid Locality-Sensitive Hashing (LSH). Through matching the encrypted hash values over the secure index to narrow down the candidates, the similarity join results can be efficiently retrieved from the candidate pairs. Comprehensive analysis of the proposed schemes is provided in terms of computational complexity and security guarantees, and extensive experimental results on real and synthetic datasets show the performance of our schemes. Yiping Teng, Dongyue Jiang, Liang Zhao 0004, Chunlong Fan |
TrustCom | 4 |
| 2022 | MGF-GAN: Multi Granularity Text Feature Fusion for Text-guided-Image SynthesisabstractWe have made research achievements worth sharing on the complicated topic of text-to-image synthesis. Our analysis of popular articles shows that they often use stacked structures to construct and generate confrontation network models and usually introduce multiple sets of generators and discriminator pairs. The entanglement between different generators affects the quality of the final synthesized image. Some researchers have proposed a single-stage network model to avoid traps between multiple generators, But it lacks the use of unstructured natural language information with different granularity. To correct this serious defect, we propose a multi-granularity feature network MGF-GAN, which plays the role of text information with different granularity based on the advantages of the single-stage network. Specifically, we input the three granularity features of the text, including sentences, aspect words, and single words of text, into different stages of the model through spatial attention and channel attention mechanisms to gradually refine the synthetic image from global and local perspectives. In addition, we reconstruct the loss function based on the contrast concept to stabilize the training and ensure that the visual meaning between the synthesized image and the natural language is consistent. We conducted validity experiments on CUB bird and COCO. The significant effect is sufficient to prove the effectiveness and advancement of our MGF-GAN. Xingfu Wang, Ammar Hawbani, Liang Zhao 0004, Saeed H. Alsamhi |
TrustCom | 4 |
| 2022 | Multimodal Graph Reasoning and Fusion for Video Question AnsweringabstractVideo Question Answering (VideoQA) is a challenging multimodal task that requires the ability to recognize visual elements and reason relations in spatial and temporal dimensions according to the given video and question. Most existing GNN-based methods model the visual elements in a video as graph structures and reason relations between them. Despite the remarkable results of their work, they neglected that the question also has graph structure dependencies, which can be used to reason about relations between the video and the question. In this work, we propose a multimodal graph reasoning and fusion network that builds three graph neural networks for appearance, motion, and text sequences, respectively, and hierarchically reasons and fuses nodes from different modalities. Our proposed method achieves superior performance to several state-of-the-art methods on three benchmark datasets. Xingfu Wang, Ammar Hawbani, Liang Zhao 0004, Saeed H. Alsamhi |
TrustCom | 4 |
| 2022 | IM2Vec: Representation learning-based preference maximization in geo-social networks
Ziwei Jin, Jiaxing Shang, Wancheng Ni, Liang Zhao 0004, Dajiang Liu, Baohua Qiang, Wu Xie, Geyong Min |
Inf. Sci. | 4 |
| 2022 | Intelligent Content Caching Strategy in Autonomous Driving Toward 6GabstractThe rapid development of 6G can help to bring autonomous driving closed to the reality. Drivers and passengers will have more time for work and leisure spending in the vehicles, further generating a lot of data requirements. However, edge resources from small base stations are insufficient to match the wide variety of services of the future vehicular networks. Besides, due to the high-speed nature of the vehicles, users have to switch the connections among different base stations, whereas such way will cause external latency during the data request. Therefore, it is vital to enable the local cache of vehicle users to realize the reliable autonomous driving. In this paper, we consider caching the contents in the local cache, small base station, and edge server. In practice, the request preference of some single users may be different from a whole region. To maximize the efficiency of content cache, we design a strategy that uses reinforcement learning algorithm to optimize cache schemes on different devices. The experimental results demonstrate that our strategy can enhance the cache hit ratio by 10%-20% compared with the well-known counterparts. Liang Zhao 0004, Na Lin 0001, Mingwei Lin, Chunlong Fan |
IEEE Trans. Intell. Transp. Syst. | 1 |
| 2022 | SPIDER: A Social Computing Inspired Predictive Routing Scheme for Softwarized Vehicular NetworksabstractSoftware-defined vehicular network (SDVN) is a promising networking paradigm that can provide intelligent information exchanges by separating network management and data transmission. Although the transmission quality of vehicles can be greatly improved by deploying softwarized networking schemes, critical networking issues such as the timeliness of data packets remain due to the dynamic nature of vehicular networks. It is vital to design efficient networking schemes by deeply considering the characteristics of the network, transportation system, and users, to improve overall network performance. To this end, this paper proposes asocial computing inspired predictiverouting scheme (SPIDER) for SDVNs that has a comprehensive consideration to enable low-latency reliable data exchange under dynamic vehicular networks. As for the link lifetime grounded on the vehicular historical data, we introduce the context feature mining and one-shot prediction method to predict vehicle movements with considering the energy saving. We also involve social computing techniques to find the relay nodes with good data spreading abilities. The extensive experiments prove our proposed scheme outperforms four existing schemes. Liang Zhao 0004, Mingwei Lin, Ammar Hawbani, Jiaxing Shang, Chunlong Fan |
IEEE Trans. Intell. Transp. Syst. | 1 |
| 2022 | BETA: Beacon-Based Traffic-Aware Routing in Vehicular Ad Hoc NetworksabstractData transmission in Vehicular Ad Hoc Networks (VANETs) often suffers from routing interruptions due to the unstable communication links between vehicles. Over the past decades, many traffic-aware routing protocols have been proposed to alleviate routing interruptions by sensing traffic conditions. However, in most traffic-aware routing protocols, vehicles must transmit a large number of control packets to accumulate traffic information, which may degrade network performance due to the resulting intense competition over the wireless medium. Instead of using control packets, we propose to leverage the beacon mechanism that has been widely used in VANETs to realize traffic awareness. Vehicles broadcast beacons to exchange necessary information with their neighbors periodically. We can leverage this information exchange process among vehicles to replace control packets. To realize this idea, first, a mathematical analysis is provided to demonstrate its feasibility. Then, we propose a concrete protocol to address the technical challenges of using beacons. Extensive simulation results show that our protocol performs better than the state-of-the-art counterparts regarding packet delivery ratio, average delivery time, and network overhead. Ping Liu 0008, Xingfu Wang, Ammar Hawbani, Bei Hua, Liang Zhao 0004, Zhi Liu 0002 |
IEEE Trans. Intell. Transp. Syst. | 5 |
| 2022 | A Novel Prediction-Based Temporal Graph Routing Algorithm for Software-Defined Vehicular NetworksabstractTemporal information is critical for routing computation in the vehicular network. It plays a vital role in the vehicular network. Till now, most existing routing schemes in vehicular networks consider the networks as a sequence of static graphs. We need to find an appropriate method to process temporal information into routing computation. Thus, in this paper, we propose a routing algorithm based on the Hidden Markov Model (HMM) and temporal graph, namely, Prediction-Based Temporal Graph Routing Algorithm (PT-GROUT). This new algorithm considers the vehicular network as a temporal graph, in which each data transmission as an edge has its specific temporal information. To better capture the temporal information, we select Software-Defined Vehicular Network (SDVN) as our network architecture, which is a preferred architecture for processing the temporal graph regarding the vehicular network since all vehicle statuses can be easily managed. To compute the future routing path accurately and efficiently, the future temporal graph is predicted by applying HMM, in which we model the current vehicular network with dynamic programming and greedy strategies. With the temporal information and reasonable setting of HMM, PT-GROUT can better evaluate the vehicular network and discover the evolution of the internal structure of the network. The optimal routing path can be achieved more efficiently. The simulation results demonstrate that PT-GROUT can substantially improve the computation efficiency and reduce packet loss and delivery delay compared with its counterparts. Liang Zhao 0004, Zhuhui Li, Ahmed Yassin Al-Dubai, Geyong Min, Jiajia Li 0003, Ammar Hawbani, Albert Y. Zomaya |
IEEE Trans. Intell. Transp. Syst. | 1 |
| 2022 | Tuft: Tree Based Heuristic Data Dissemination for Mobile Sink Wireless Sensor NetworksabstractWireless sensor networks (WSNs) with a static sink suffer from concentrated data traffic in the vicinity of the sink, which increases the burden on the nodes surrounding the sink, and impels them to deplete their batteries faster than other nodes in the network. Mobile sinks solve this corollary by providing a more balanced traffic dispersion, by shifting the traffic concentration with the mobility of the sink. However, it brings about a new expenditure to the network, where prior to delivering data, nodes are obligated to procure the sink's current position. This paper proposes Tuft, a novel hierarchical tree structure that is able to avert the overhead cost from delivering the fresh sink's position while maintaining a uniform dispersion of data traffic concentration. Tuft appropriates the mobility of the sink to its advantage, to increase the uniformity of energy consumption throughout the network. Moreover, we propose Tuft-Cells, a distributed dissemination protocol that models data routing as a multi-criteria decision making (MCDM) in three steps. To begin with, each criterion constitutes a random variable defined by a mass function. Each of these cirterion serves a proportionately distinguishable alternative, and hence, may conflict. Therefore, the analytic hierarchy process (AHP) quantifies the relationship between criteria. Finally, the final forwarding decision is derived by a weighted aggregation. Tuft is compared with state-of-the-art protocols, and the performance evaluation illustrates that our protocol adheres to the requirements of WSNs, in terms of energy consumption, and success ratio, considering the additional overhead cost brought by the mobility of the sink. Omar Busaileh, Ammar Hawbani, Xingfu Wang, Ping Liu 0008, Liang Zhao 0004, Ahmed Yassin Al-Dubai |
IEEE Trans. Mob. Comput. | 5 |
| 2022 | A Fuzzy Logic-Based Intelligent Multiattribute Routing Scheme for Two-Layered SDVNsabstractDue to the complicated and changing urban traffic conditions and the dynamic mobility of vehicles, the network topology can rapidly change which causes the communication links between vehicles disconnected frequently, and further affects the performance of vehicular networking. To overcome this problem, we propose a intelligent multi-attribute routing scheme (MARS) for two-layered software-defined vehicle networks (SDVNs). The proposed scheme is divided into two phases, the routing path calculation and the multi-attribute vehicle autonomous routing decision-making. In this paper, we construct the topology diagram in SDVNs for finding the efficient routing paths. To increase the packet arrival rate and reduce the end-to-end delay, an intelligent multi-attribute routing scheme is proposed by employing fuzzy logic and design a technique of order preference by similarity to ideal solution (TOPSIS) algorithm to find the next-hop forwarder. To solve the uncertainty problem of multiple attributes, we apply the fuzzy logic to identify the weight of each attribute in TOPSIS algorithm. Simulation results demonstrate that MARS can effectively improve packet delivery ratio and reduce average end-to-end delay in urban environments compared with its counterparts. Liang Zhao 0004, Zhihong Yin, Keping Yu, Xiongyan Tang, Lexi Xu, Zhenzhou Guo, Pulkit Nehra |
IEEE Trans. Netw. Serv. Manag. | 1 |
| 2022 | A Collaborative V2X Data Correction Method for Road SafetyabstractDriving safety is one of the most important points to concern on the road. Vehicles constantly generate messages under vehicle-to-everything (V2X) assisted driving. Especially, in dense urban environments, the massive messages carrying precise data can help us to improve road safety. However, vehicles do not always provide accurate data due to a variety of reasons, such as defective vehicle sensors, or selfish. It is critical to check and analyze the data supplied by vehicles in real time and correct the possible errors to eliminate the unsafe issues. In this article, we introduce a cOllaborative vehiClE dAta correctioN method (OCEAN) based on rationality and$Q$-learning techniques to correct the error V2X data for ensuring the driving safety of vehicles on the road, which can be deployed on both vehicles and road side unit. Extensive experimental results show that OCEAN can detect error V2X data up to 80$\%$and cut down 60$\%$average error distance for most attributes in vehicle data. Liang Zhao 0004, Hongmei Chai, Yuan Han, Keping Yu, Shahid Mumtaz |
IEEE Trans. Reliab. | 1 |
| 2022 | An Adaptive UAV Deployment Scheme for Emergency NetworkingabstractIn the areas after natural disaster strikes, the ground communication network can be failed, due to the damage of the communication infrastructure. However, during or after the natural disasters such as earthquakes or tsunamis, ground vehicles may not enter the affected areas easily to set up mobile base stations. Unmanned Aerial Vehicles (UAVs) can be an alternate to provide emergency coverage for ground nodes (GNs). Therefore, how to determine the best location for UAV to achieve the maximum coverage is a key issue. In this paper, an adaptive UAV deployment scheme is proposed to solve the coverage problem of UAV- aided GNs communication. The objective is to optimize the location of the UAV to cover as many GNs as possible and reduce communication energy consumption. We construct a unique analysis method assisted by the collected ground information to solve this problem. First, we propose an information collection method based on the communication probability of Line-of-Sight (LoS) to guarantee the integrity of ground information acquisition. Then, based on the results of the information collection, a virtual obstacle model is built around each GN. Meanwhile, the UAV’s coverage problem is decomposed from the horizontal and vertical dimensions to simplify the difficulty of solving the problem. Finally, the best location of the UAV and the optimal transmission power of GNs can be obtained through the iterative methods and the power control, respectively. The extensive simulation results demonstrate that the proposed deployment scheme outperforms its counterparts. Na Lin 0001, Liang Zhao 0004, Dapeng Oliver Wu |
IEEE Trans. Wirel. Commun. | 3 |
| 2021 | Intelligent UAV-aided controller placement scheme for software-defined vehicular networksabstractRecently, researchers have used long short-term memory (LSTM) networks and the bi-directional long short-term memory (Bi-LSTM) networks to process sequence data sets such as vehicle positions in software-defined vehicular networks (SDVN). In this paper, we present a three-component intelligent UAV-aided controller placement scheme (CPP) for SDVN. First, we use Bi-LSTM to model the real-time position of vehicles (traffic flow). Second, we implement a dynamic scheme to place controllers and UAVs (DCUPE) in the network based on the predicted flow. Third, in order to collect real-time traffic information and manage the network, we compute trajectories for the UAVs from real-time Bi-LSTM predictions of vehicle positions and an adaptive artificial bee colony algorithm for the traveling salesman problem (IDABC-TSP). We evaluate our proposed design as a function of energy cost, communication delay, and packet delivery ratio. Our experimental results show the effectiveness of our scheme on real geographical topologies. Na Lin 0001, Qi Zhao 0020, Liang Zhao 0004 |
CF | 3 |
| 2021 | An intelligent fuzzy-based routing scheme for software-defined vehicular networks
Liang Zhao 0004, Zhenguo Bi, Mingwei Lin, Ammar Hawbani, Yunchong Guan |
Comput. Networks | 1 |
| 2021 | A cooperative resource allocation model for IoT applications in mobile edge computing
Xianwei Li 0002, Liang Zhao 0004, Keping Yu, Moayad Aloqaily, Yaser Jararweh |
Comput. Commun. | 2 |
| 2021 | A Novel Heuristic Data Routing for Urban Vehicular Ad Hoc NetworksabstractThis work is devoted to solving the problem of multicriteria multihop routing in vehicular ad hoc networks (VANETs), aiming at three goals: 1) increasing the end-to-end delivery ratio; 2) reducing the end-to-end latency; and 3) minimizing the network overhead. To this end and beyond the state of the art, heuristic routing for vehicular networks (HERO), which is a distributed routing protocol for urban environments, encapsulating two main components, is proposed. The first component, road-segment selection, aims to prioritize the road segments based on a heuristic function that contains two probability distributions, namely, shortest distance distribution (SDD) and connectivity distribution (CD). The mass function of SDD is the product of three quantities: 1) the perpendicular distance; 2) the dot-production angle; and 3) the segment length. On the other hand, the mass function of CD considers two quantities: 1) the density of vehicles and 2) the interdistance of vehicles on the road segment. The second component, vehicle selection, aims to prioritize the vehicles on the road segment based on four quantities: 1) the relative speed; 2) the movement direction; 3) the available buffer size; and 4) signal fading. The simulation results showed that HERO achieved a promising performance in terms of delivery success ratio, delivery delay, and communication overhead. Ammar Hawbani, Xingfu Wang, Ahmed Yassin Al-Dubai, Liang Zhao 0004, Omar Busaileh, Ping Liu 0008, Mohammed A. A. Al-qaness |
IEEE Internet Things J. | 4 |
| 2021 | A Novel Cost-Effective Controller Placement Scheme for Software-Defined Vehicular NetworksabstractEnergy costs have dramatically increased in data center networks as an increasing number of large-scale Internet applications are used. In software-defined vehicular networks (SDVN), the communication delay between two vehicles and between vehicles and the controller will dramatically climb up as the number of vehicles increases. This requires more controllers to provide communication service to minimize the latency. More controllers lead to high energy costs. Therefore, the number of controllers and their placement, the so-called controller placement problem (CPP), should be addressed. The appropriate placement of controllers can decrease the energy cost, enabling green communication in SDVN. Although CPP has been studied for static networks, it has not been effectively solved in highly dynamic and complex networks. In this article, a novel cost-effective CPP scheme for SDVN is proposed. First, our proposed minimum controller selection mechanism (MOSA) can reduce the number of controllers and guarantee the coverage of the area. Besides, an improved multiobjective artificial bee colony algorithm (IMABC) is proposed based on the original artificial bee colony algorithm. The IMABC can judge which controller should be switched on for data transmission based on real-time traffic flow. A route computation mechanism is proposed to evaluate the performance of our CPP scheme. The experimental results confirm that compared to other existing CPP schemes, our scheme can achieve a higher packet delivery ratio while greatly reducing energy consumption and latency. Na Lin 0001, Qi Zhao 0020, Liang Zhao 0004, Ammar Hawbani, Lu Liu 0001, Geyong Min |
IEEE Internet Things J. | 3 |
| 2021 | Secure Lightweight Stream Data Outsourcing for Internet of ThingsabstractThe epoch of the Internet of Things (IoT) has come by enabling almost everything to gather and share electronic information. Considering the unreliable factors of public IoT, how to outsource huge amounts of indispensable stream data generated by the nodes to the remote storage (RS) efficiently and securely is one of the most challenging issues. In this article, we propose a secure lightweight stream data outsourcing framework for IoT based on identity and blockchain. Taking advantage of identity-based cryptography and blockchain, for public IoT containing untrusted communication channels, nodes, RS, and even verifiers, we introduce a private mobile network and multiple verifiers to ensure that the stream data are stored intact and updated correctly, without the costs and risks brought by the public-key infrastructures (PKI). Meanwhile, the framework can also achieve privacy-preserving checking, by revealing no data to the other entities besides the RS, even in the blockchains. Our comprehensive analysis and experiments demonstrate that the proposed framework is suitable for lightweight devices and practical for IoT. Su Peng, Liang Zhao 0004, Ahmed Yassin Al-Dubai, Albert Y. Zomaya, Jia Hu 0001, Geyong Min, Qiang Wang 0005 |
IEEE Internet Things J. | 2 |
| 2021 | A Novel Generation-Adversarial-Network-Based Vehicle Trajectory Prediction Method for Intelligent Vehicular NetworksabstractPrediction of the future location of vehicles and other mobile targets is instrumental in intelligent transportation system applications. In fact, networking schemes and protocols based on machine learning can benefit from the results of such accurate trajectory predictions. This is because routing decisions always need to be made for the future scenario due to the inevitable latency caused by the processing and propagation of the routing request and response. Thus, to predict the high-precision trajectory beyond the state of the art, we propose a generative adversarial network (GAN)-based vehicle trajectory prediction method, GAN-VEEP, for urban roads. The proposed method consists of three components: 1) vehicle coordinate transformation for data set preparation; 2) neural network prediction model trained by GAN; and 3) vehicle turning model to adjust the prediction process. The vehicle coordinate transformation model is introduced to deal with the complex spatial dependence in the urban road topology. Then, the neural network prediction model learns from the behavior of vehicle drivers. Finally, the vehicle turning model can refine the driving path based on the driver’s psychology. Compared with its counterparts, the experimental results show that GAN-VEEP exhibits higher effectiveness in terms of the average accuracy, mean absolute error, and root-mean-squared error. Liang Zhao 0004, Yufei Liu 0005, Ahmed Yassin Al-Dubai, Albert Y. Zomaya, Geyong Min, Ammar Hawbani |
IEEE Internet Things J. | 1 |
| 2021 | Fuzzy-Based Distributed Protocol for Vehicle-to-Vehicle CommunicationabstractThis article models the multihop data-routing in vehicular ad-hoc networks as multiple criteria decision making (MCDM) in four steps. First, the criteria that have impact on the performance of the network layer are captured and transformed into fuzzy sets. Second, the fuzzy sets are characterized by fuzzy membership functions (FMFs), which are interpolated (curve fitting) based on the data collected from massive experimental simulations. Third, the analytical hierarchy process (AHP) is exploited to identify the relationships among the criteria. Fourth, multiple fuzzy rules are determined and the Takagi-Sugeno-Kang (TSK) inference system is employed to infer and aggregate the final forwarding decision. Through integrating techniques of MCDM, FMF, AHP, and TSK, we design a distributed and opportunistic data routing protocol, namely, vehicular environment fuzzy router which targets vehicle-to-vehicle (V2V) communication and runs in two main processes-road segment selection (RSS) and relay vehicle selection (RVS). RSS is intended to select multiple successive junctions through which the packets should travel from the source to the destination, while RVS process is intended to select relay vehicles within the selected road segment. The experimental results show that our protocol performs and scales well with both network size and density, considering the combined problem of end-to-end packet delivery ratio and end-to-end latency. Ammar Hawbani, Esa Torbosh, Xingfu Wang, Peter Sincak, Liang Zhao 0004, Ahmed Yassin Al-Dubai |
IEEE Trans. Fuzzy Syst. | 5 |
| 2021 | Comments on "Efficient Public Verification of Data Integrity for Cloud Storage Systems From Indistinguishability Obfuscation"abstractRecently, Zhanget al.proposed a novel public data integrity verification scheme for the cloud storage using indistinguishability obfuscation ($iO$), and extend it to support batch verification and data dynamic operations (IEEE Transactions on Information Forensics and Security, vol. 12, no. 3, pp. 676–688, Mar. 2017). However, we find that the scheme has two flaws: (a) the self-checking of the uploaded blocks and tags inStorephase is not reliable, i.e., it is easy to generate invalid block-tag pairs without being detected; (b) the extended scheme for data dynamic operations suffers from a chosen message attack, i.e., if some uploaded blocks match a certain pattern, the cloud storage is able to replace any existing block by a forged one without being detected, which violates the scheme’s security model. Then, we provide solutions to these problems while preserving all the desirable features of the original scheme. Su Peng, Liang Zhao 0004, Neeraj Kumar 0001 |
IEEE Trans. Inf. Forensics Secur. | 2 |
| 2021 | Softwarized Industrial Deterministic Networking Based on Unmanned Aerial VehiclesabstractGuaranteeing network transmission is one of the most challenging issues in industrial informatization. In the industrial sites without proper networking infrastructure, by deploying unmanned aerial vehicles (UAV), transmission-oriented cyber-physical system (CPS) is an excellent candidate to exploit to provide transmission. In this article, we focus on establishing deterministic network transmission (DNT) using UAV-based CPS, complying with the principles in time sensitive network/deterministic networking in industrial internet. The software-defined networking (SDN) paradigm is adopted for UAVs-based CPS to achieve global optimization. First, we build the coordinate-based global topology view in the SDN controller to manage and control UAVs by integrating UAVs into the view and applying the network positioning method. Then, we introduce a hop-limited time synchronization approach to improve accuracy by reducing synchronization deviation. Last, based on the view, a geometric multipath generating method is proposed to enhance reliability by reducing the joint degree of multiple paths and facilitating convergence. The extensive simulation experiments show that our proposed UAV-CPS allows DNT to provide better reliability with reduced latency. Yunchong Guan, Liang Zhao 0004, Jia Hu 0001, Na Lin 0001, Mohammed F. Alhamid |
IEEE Trans. Ind. Informatics | 2 |
| 2021 | Vehicular Computation Offloading for Industrial Mobile Edge ComputingabstractDue to the limited local computation resource, industrial vehicular computation requires offloading the computation tasks with time-delay sensitive and complex demands to other intelligent devices (IDs) once the data is sensed and collected collaboratively. This article considers offloading partial computation tasks of the industrial vehicles (IVs) to multiple available IDs of the industrial mobile edge computing (MEC), including unmanned aerial vehicles (UAVs), and the fixed-position MEC servers, to optimize the system cost including execution time, energy consumption, and the ID rental price. Moreover, to increase the access probability of IV by the UAVs, the geographical area is divided into small partitions and schedule the UAVs regarding the regional IV density dynamically. A minimum incremental task allocation algorithm is proposed to divide the whole task and assign the divided units for the minimum cost increment each time. Experimental results show the proposed solution can significantly reduce the system cost. Liang Zhao 0004, Kaiqi Yang 0002, Zhiyuan Tan 0001, Houbing Song, Ahmed Yassin Al-Dubai, Albert Y. Zomaya, Xianwei Li 0002 |
IEEE Trans. Ind. Informatics | 1 |
| 2021 | A Novel Deep Q-Learning-Based Air-Assisted Vehicular Caching Scheme for Safe Autonomous DrivingabstractThe safety driving-related content demands of vehicle users increase rapidly, especially with the development of autonomous driving. It is significantly necessary to obtain the safety-related transportation information of an area when vehicles are drove there, whether or not they are controlled by human being. However, vehicular content caching can bring issues in distributed-fashion, such as high response delay and low content response ratio because of the poor traffic condition and the obstructions of buildings. As a consequence, we adopt UAVs (Unmanned Aerial Vehicles) to assist the driving safety-related content caching for vehicles. Besides, since the power energy and the caching storage of UAVs are limited, it is needed to design an optimal caching scheme to guarantee the driving safety-related content demands of vehicle users as well as reduce the energy consumption of UAVs. In this article, we propose a novel deep Q-learning based air-assisted vehicular caching scheme to respond to the driving safety-related content requests of vehicle users. First, a three-layered content response architecture is introduced, where an airship is leveraged to take charge of the scheduling of UAVs to improve the content response. Then, a multi-objective mathematical model is built to describe the specific problem of the proposed scheme. Finally, deep Q-learning is applied to solve the multi-objective problem by learning from the history content requests of vehicle users. Extensive experiments have been conducted which show the proposed scheme outperforms its counterparts in terms of content hit ratio, response delay, being scheduling probability and packet buffering time. Liang Zhao 0004, Xingwei Wang 0001, Weiliang Zhao, Ammar Hawbani, Min Huang 0001 |
IEEE Trans. Intell. Transp. Syst. | 2 |
| 2021 | A Novel Cost Optimization Strategy for SDN-Enabled UAV-Assisted Vehicular Computation OffloadingabstractVehicular computation offloading is a well-received strategy to execute delay-sensitive and/or compute-intensive tasks of legacy vehicles. The response time of vehicular computation offloading can be shortened by using mobile edge computing that offers strong computing power, driving these computation tasks closer to end users. However, the quality of communication is hard to guarantee due to the obstruction of dense buildings or lack of infrastructure in some zones. Unmanned Aerial Vehicles (UAVs), therefore, have become one of the means to establish communication links for the two ends owing to its characteristics of ignoring terrain and flexible deployment. To make a sensible decision of computation offloading, nevertheless vehicles need to gather offloading-related global information, in which Software-Defined Networking (SDN) has shown its advances in data collection and centralized management. In this paper, thus, we propose an SDN-enabled UAV-assisted vehicular computation offloading optimization framework to minimize the system cost of vehicle computing tasks. In our framework, the UAV and the Mobile Edge Computing (MEC) server can work on behalf of the vehicle users to execute the delay-sensitive and compute-intensive tasks. The UAV, in a meanwhile, can also be deployed as a relay node to assist in forwarding computation tasks to the MEC server. We formulate the offloading decision-making problem as a multi-players computation offloading sequential game, and design the UAV-assisted Vehicular computation Cost Optimization (UVCO) algorithm to solve this problem. Simulation results demonstrate that our proposed algorithm can make the offloading decision to minimize the Average System Cost (ASC). Liang Zhao 0004, Kaiqi Yang 0002, Zhiyuan Tan 0001, Xianwei Li 0002, Suraj Sharma, Zhi Liu 0002 |
IEEE Trans. Intell. Transp. Syst. | 1 |
| 2021 | Novel Online Sequential Learning-Based Adaptive Routing for Edge Software-Defined Vehicular NetworksabstractTo provide efficient networking services at the edge of Internet-of-Vehicles (IoV), Software-Defined Vehicular Network (SDVN) has been a promising technology to enable intelligent data exchange without giving additional duties to the resource constrained vehicles. Compared with conventional centralized SDVNs, hybrid SDVNs combine the centralized control of SDVNs and self-organized distributed routing of Vehicular Ad-hoc NETworks (VANETs) to mitigate the burden on the central controller caused by the frequent uplink and downlink transmissions. Although a wide variety of routing protocols have been developed, existing protocols are designed for specific scenarios without considering flexibility and adaptivity in dynamic vehicular networks. To address this problem, we propose an efficient online sequential learning-based adaptive routing scheme, namely, Penicillium reproduction-based Online Learning Adaptive Routing scheme (POLAR) for hybrid SDVNs. By utilizing the computational power of edge servers, this scheme can dynamically select a routing strategy for a specific traffic scenario by learning the pattern from network traffic. Firstly, this paper applies Geohash to divide the large geographical area into multiple grids, which facilitates the collection and processing of real-time traffic data for regional management in controller. Secondly, a new Penicillium Reproduction Algorithm (PRA) with outstanding optimization capabilities is designed to improve the learning effectiveness of Online Sequential Extreme Learning Machine (OS-ELM). Finally, POLAR is deployed in control plane to generate decision-making model (i.e., routing policy). Based on the real-time featured data, this scheme can choose the optimal routing strategy for a specific area. Extensive simulation results show that POLAR is superior to a single traditional routing protocol in terms of packet delivery ratio and latency. Liang Zhao 0004, Weiliang Zhao, Ammar Hawbani, Ahmed Yassin Al-Dubai, Geyong Min, Albert Y. Zomaya |
IEEE Trans. Wirel. Commun. | 1 |
| 2020 | An intelligent trust model for hybrid DDoS detection in software defined networksabstractSummary Software Defined Networks (SDNs) have been extensively studied in recent years. The centralised and programmable controller also brings many security challenges. As a conventional attack with the purpose of destruction, Distributed Denial of Service (DDoS) is still a threat for Software Defined Networks (SDNs). There is a lack of trust evaluation and management mechanism between the OpenFlow switches in SDNs. Therefore, in this paper, we propose a trust evaluation and management model, namely, the Intelligent Trust Model (ITM). In this framework, the Extreme Learning Machine (ELM) is applied to detect hybrid DDoS in Software Definition Networks (SDNs). Our model (ITM) can update the trust value of the OpenFlow switches in real time and respond quickly to different types of DDoS attacks. Compared with others, the experiment results show that our model can provide more efficient detection with high detection accuracy and low false positive rate for the hybrid DDoS attack. At last, in our proposal, OpenFlow switches with higher trust have a relatively higher priority. Therefore, we solve the flow conflict issue in the infrastructure layer. Delong Yu, Liang Zhao 0004, Xi-Guang Li, Xianwei Li 0002 |
Concurr. Comput. Pract. Exp. | 3 |
| 2020 | Performance and power consumption tradeoff in multimedia cloud
Xianwei Li 0002, Liang Zhao 0004, Wei Zhou 0057, Zhenggao Pan, Quande Dong, Jun Ling |
Multim. Tools Appl. | 2 |
| 2020 | FRCA: A Novel Flexible Routing Computing Approach for Wireless Sensor NetworksabstractIn wireless sensor networks, routing protocols with immutable network policies lacking the flexibility are generally incapable of maintaining effective performance due to the complicated and rapidly changing environment situations and application requirements. The proposed “Flexible Routing Computing Approach (FRCA)” is a novel distributed and probabilistic computing approach capable of modifying or upgrading routing policies on the fly with low cost, which effectively enhances the routing flexibility. FRCA models the routing metric as a forwarding probability distribution for routing decisions. This model depends on three elements, the physical quantities collected at sensor nodes, the built-in base math functions, and the routing parameters. These elements are all user-oriented and can be specified to implement multifarious complicated network policies meeting different performance requirements. More significantly, through distributing routing parameters from the sink to end nodes, operators are allowed to adjust network policies on the fly without interrupting the network services. Through extensive performance evaluation studies and simulations, the results demonstrate that routing protocols designed based on FRCA could achieve better performance compared to its state-of-the-art counterparts regarding network lifetime, energy consumption, and duplicate packets as well as ensure high flexibility during network policies modification or upgrade. Ping Liu 0008, Xingfu Wang, Ammar Hawbani, Omar Busaileh, Liang Zhao 0004, Ahmed Yassin Al-Dubai |
IEEE Trans. Mob. Comput. | 5 |
| 2020 | Novel Architecture and Heuristic Algorithms for Software-Defined Wireless Sensor NetworksabstractThis article extends the promising software-defined networking technology to wireless sensor networks to achieve two goals: 1) reducing the information exchange between the control and data planes, and 2) counterbalancing between the sender's waiting-time and the duplicate packets. To this end and beyond the state-of-the-art, this work proposes an SDN-based architecture, namely MINI-SDN, that separates the control and data planes. Moreover, based on MINI-SDN, we propose MINI-FLOW, a communication protocol that orchestrates the computation of flows and data routing between the two planes. MINI-FLOW supports uplink, downlink and intra-link flows. Uplink flows are computed based on a heuristic function that combines four values, the hops to the sink, the Received Signal Strength (RSS), the direction towards the sink, and the remaining energy. As for the downlink flows, two heuristic algorithms are proposed, Optimized Reverse Downlink (ORD) and Location-based Downlink(LD). ORD employs the reverse direction of the uplink while LD instantiates the flows based on a heuristic function that combines three values, the distance to the end node, the remaining energy and RSS value. Intra-link flows employ a combination of uplink/downlink flows. The experimental results show that the proposed architecture and communication protocol perform and scale well with both network size and density, considering the joint problem of routing and load balancing. Ammar Hawbani, Xingfu Wang, Liang Zhao 0004, Ahmed Yassin Al-Dubai, Geyong Min, Omar Busaileh |
IEEE/ACM Trans. Netw. | 3 |
| 2020 | A Novel Multimodal Collaborative Drone-Assisted VANET Networking ModelabstractDrones can be used for many assistance roles in complex communication scenarios and play as the aerial relays to support terrestrial communications. Although a great deal of emphasis has been placed on the drone-assisted networks, existing work focuses on routing protocols without fully exploiting the drones superiority and flexibility. To fill this gap, this paper proposes a collaborative communication scheme for multiple drones to assist the urban vehicular ad-hoc networks (VANETs). In this scheme, drones are distributed regarding the predicted terrestrial traffic condition in order to efficiently alleviate the inevitable problems of conventional VANETs, such as building obstacle, isolated vehicles, and uneven traffic loading. To effectively coordinate multiple drones, this issue is modeled as a multimodal optimization problem to improve the global performance on a certain space. To this end, a succinct swarm-based optimization algorithm, namely Multimodal Nomad Algorithm (MNA) is presented. This algorithm is inspired by the migratory behavior of the nomadic tribes on Mongolia grassland. Based on the floating car data of Chengdu China, extensive experiments are conducted to examine the performance of the MNA-optimized drone-assisted VANET. The results demonstrate that our scheme outperforms its counterparts in terms of hop number, packet delivery ratio, and throughput. Na Lin 0001, Luwei Fu, Liang Zhao 0004, Geyong Min, Ahmed Yassin Al-Dubai, Haris Gacanin |
IEEE Trans. Wirel. Commun. | 3 |
| 2020 | Competition of Duopoly MVNOs for IoT Applications through Wireless Network VirtualizationabstractNetwork performance is of great importance for processing Internet of Things (IoT) applications in the fifth-generation (5G) communication system. With the increasing number of the devices, how network services should be provided with better performances is becoming a pressing issue. The static resource allocation of wireless networks is becoming a bottleneck for the emerging IoT applications. As a potential solution, network virtualization is considered a promising approach to enhancing the network performance and solving the bottleneck issue. In this paper, the problem of wireless network virtualization is investigated where one wireless infrastructure provider (WIP), mobile virtual network operators (MVNOs), and IoT devices coexist. In the system model under consideration, with the help of a software-defined network (SDN) controller, the WIP can divide and reconfigure its radio frequency bands to radio frequency slices. Then, two MVNOs, MVNO1 and MVNO2, can lease these frequency slices from the WIP and then provide IoT network services to IoT users under competition. We apply a two-stage Stackelberg game to investigate and analyze the relationship between the two MVNOs and IoT users, where MVNO1 and MVNO2 firstly try to maximize their profits by setting the optimal network service prices. Then, IoT users make decisions on which network service they should select according to the performances and prices of network services. Two competition cases between MVNO1 and MVNO2 are considered, namely, Stackelberg game (SG) where MVNO1 is the leader whose price of network service is set firstly and MVNO2 is the follower whose network service price is set later and noncooperative strategic game (NSG) under which the service prices of MVNO1 and MVNO2 are simultaneously set. Each IoT user decides whether and which MVNO to select on the basis of the network service prices and qualities. The numerical results are provided to show the effectiveness of our game model and the proposed solution method. Xianwei Li 0002, Liang Zhao 0004 |
Wirel. Commun. Mob. Comput. | 3 |
| 2019 | A Temporal-Information-Based Adaptive Routing Algorithm for Software Defined Vehicular NetworksabstractIn Software Defined Vehicular Networks (SDVNs), most existing studies of routing consider the vehicular network as a static graph and compute the flow table based on static information. However, a static graph could only contain partial network data. Routing computation based on the static graph could be inefficient because vehicular networks are temporal graphs. Thus, in this paper, we propose a novel routing algorithm based on the Markov model and the temporal graph. Unlike conventional routing algorithms, the proposed algorithm adopts the concept of the temporal graph where every edge has its specific temporal information. We apply the Markov model to predict the future routing of the network and adopt prediction data to get the optimal routing by running the temporal graph optimal path algorithm. A benefit of our proposal is, the proposed algorithm searched on the temporal graph of SDVNs can avoid generating additional routing overhead. Besides, based on the information of the vehicular network which is collected from the data plane, the controller can enhance the Markov model as time flows. By applying the above mechanisms, the flow table (route) could be calculated more precisely to enable efficient vehicular communication. The simulation experiments demonstrate the superiority of the proposed algorithm over its counterparts in high-density vehicular networks. Liang Zhao 0004, Zhuhui Li, Jiajia Li 0003, Ahmed Yassin Al-Dubai, Geyong Min, Albert Y. Zomaya |
ICC | 1 |
| 2019 | A Novel Adaptive Routing and Switching Scheme for Software-Defined Vehicular NetworksabstractSoftware-Defined Vehicular Networks (SDVNs) technology has been attracting significant attention as it can make Vehicular Ad Hoc Network (VANET) more efficient and intelligent. SDVN provides a flexible architecture which can decouple the network management from data transmission. Compared to centralized SDVN, hybrid SDVN is even more flexible and has less overhead. This hybrid technology can eliminate the burden on the central controller by moving regional routing tasks from the central controller to local controllers or vehicular nodes. In the literature, different routing protocols have been reported for SDVNs. However, these existing routing protocols lack flexibility and adaptive approaches to deal with changing and dynamic traffic conditions. Thus, this paper proposes a new software-defined routing method, namely, Novel Adaptive Routing and Switching Scheme (NARSS), deployed in the controller. This adaptive method can dynamically select routing schemes for a specific traffic scenario. To achieve this, this paper firstly presents a method for collecting road network information to describe traffic condition where the method extracts the feature data used to generate the routing scheme switching model. Secondly, we train the feature data through an artificial neural network with high training speed and accuracy. Finally, we use the model as a basis for establishing the NARSS and deploy it in the controller. Simulation results show that the proposed scheme outperforms the single traditional routing protocol in terms of both packet delivery ratio and end-to-end delay. Liang Zhao 0004, Weiliang Zhao, Ahmed Yassin Al-Dubai, Geyong Min |
ICC | 1 |
| 2019 | A multi-UAV clustering strategy for reducing insecure communication range
Jiehong Wu, Liangkai Zou, Liang Zhao 0004, Ahmed Yassin Al-Dubai, Lewis M. Mackenzie, Geyong Min |
Comput. Networks | 3 |
| 2018 | A new dandelion algorithm and optimization for extreme learning machineabstractIn this paper, we proposed the Dandelion Algorithm (DA), based on the behaviour of dandelion sowing. In DA, the dandelion is sown in a certain range based on dynamic radius. Meanwhile the dandelion has self-learning ability; it could select a number of excellent seeds to learn. We compare the proposed algorithm with other existing algorithms. Simulations show that the proposed algorithm seems much superior to other algorithms. Moreover, the proposed algorithm can be applied to optimise extreme learning machine (ELM), which has a very good classification and prediction capability. Shoufei Han, Xi-Guang Li, Liang Zhao 0004, Xiao-Jing Liu |
J. Exp. Theor. Artif. Intell. | 4 |
| 2018 | Homomorphic Evaluation of the Integer Arithmetic Operations for Mobile Edge ComputingabstractWith the rapid development of the 5G network and Internet of Things (IoT), lots of mobile and IoT devices generate massive amounts of multisource heterogeneous data. Effective processing of such data becomes an urgent problem. However, traditional centralised models of cloud computing are challenging to process multisource heterogeneous data effectively. Mobile edge computing (MEC) emerges as a new technology to optimise applications or cloud computing systems. However, the features of MEC such as content perception, real‐time computing, and parallel processing make the data security and privacy issues that exist in the cloud computing environment more prominent. Protecting sensitive data through traditional encryption is a very secure method, but this will make it impossible for the MEC to calculate the encrypted data. The fully homomorphic encryption (FHE) overcomes this limitation. FHE can be used to compute ciphertext directly. Therefore, we propose a ciphertext arithmetic operation that implements data with integer homomorphic encryption to ensure data privacy and computability. Our scheme refers to the integer operation rules of complement, addition, subtraction, multiplication, and division. First, we use Boolean polynomials (BP) of containing logical AND, XOR operations to represent the rulers. Second, we convert the BP into homomorphic polynomials (HP) to perform ciphertext operations. Then, we optimise our scheme. We divide the ciphertext vector of integer encryption into subvectors of length 2 and increase the length of private key of FHE to support the 3‐multiplication level additional. We test our optimised scheme in DGHV and CMNT. In the number of ciphertext refreshes, the optimised scheme is reduced by 2/3 compared to the original scheme, and the time overhead of our scheme is reduced by 1/3. We also examine our scheme in CNT of without bootstrapping. The time overhead of optimised scheme over DGHV and CMNT is close to the original scheme over CNT. Mengfei Li 0003, Liang Zhao 0004, Zhenzhou Guo, Guangjie Han |
Wirel. Commun. Mob. Comput. | 3 |
| 2017 | Adaptive Fireworks Algorithm Based on Two-Master Sub-population and New Selection Strategy
Xi-Guang Li, Shoufei Han, Liang Zhao 0004 |
ICONIP (4) | 3 |
| 2017 | UAV Path Planning Based on Adaptive Weighted - Pigeon-Inspired Optimization Algorithm
Na Lin 0001, Siming Huang, Liang Zhao 0004, Jiacheng Tang |
ICONIP (6) | 4 |
| 2017 | Action Prediction Using Unsupervised Semantic Reasoning
Cuiwei Liu, Yaguang Lu, Xiangbin Shi, Zhaokui Li, Liang Zhao 0004 |
ICONIP (3) | 5 |
| 2015 | QoS-Aware Inter-Domain Multicast for Scalable Wireless Community NetworksabstractWireless community networks (WCNs) have emerged as a cost-effective ubiquitous broadband connectivity solution, offering a wide range of services in a given geographical area. QoS-aware multicast over WCNs is among the most challenging issues and has attracted a lot of attention in recent times. The existing multicast schemes in WCNs suffer in terms of several key performance metrics, such as, latency, jitter and throughput, particularly in large-scale networks. Consequently, these schemes cannot accommodate the desired performance levels, especially when dealing with high-bandwidth applications that require efficient gateway-based management. To fill in this gap, a new strategy for supporting QoS-aware multicast in large-scale WCNs is proposed in this paper. Specifically, a new Gateway based Multi-hop Routing algorithm (GMR) is firstly proposed to enhance the routing management capability of the network. Built upon GMR, a new Multicast Gateway Multi-hop Routing algorithm (MGMR) is devised to cope with high-bandwidth applications in WCNs. The MGMR is the first of its kind that considers both the capability of gateway-based management and the requirements of high-bandwidth applications. Extensive simulation experiments and performance results demonstrate the superiority of both GMR and MGMR when compared to other methods under various operating conditions. Ahmed Yassin Al-Dubai, Liang Zhao 0004, Albert Y. Zomaya, Geyong Min |
IEEE Trans. Parallel Distributed Syst. | 2 |
| 2013 | Multicast Multi-hop Routing for Wireless Mesh NetworksabstractWireless technologies have been facilitating potential digital inclusion opportunities and a wide range of community partnership platforms. Wireless Mesh Networking (WMN) plays a key role in the next generation wireless and mobile networks. Supporting QoS-aware communications to enable a rich portfolio of real-time and QoS sensitive applications is foreseen to be vital for the success of the next generation WMNs. Unfortunately, existing standards supporting instant group communications in WMNs are not perfectly equipped to cater to this task as these standards come with an inherent complexity and suffer from innate problems with respect to QoS provisioning. Thus, in this study, we propose a new multicast algorithm, namely, Multicast Gateway Centralized Multi-hop Routing algorithm (MGCMR) to facilitate the instant/real time communication applications. The MGCMR is the first that considers both the requirements of instant applications and the capability of gateway based management in WMNs. Our experiments confirm the superiority of our proposed MGCMR against its counterparts. Ahmed Yassin Al-Dubai, Liang Zhao 0004 |
MoMM | 2 |
| 2010 | GLBM: A new QoS aware multicast scheme for wireless mesh networks
Liang Zhao 0004, Ahmed Yassin Al-Dubai, Geyong Min |
J. Syst. Softw. | 1 |
| 2009 | A QoS aware multicast algorithm for wireless mesh networksabstractWireless mesh networks have been attracting significant attention due to its promising technology. It is becoming a major avenue for the fourth generation of wireless mobility. Communication in large-scale wireless networks can create bottlenecks for scalable implementations of computationally intensive applications. A class of crucially important communication patterns that have already received considerable attention in this regard are group communication operations, since these inevitably place a high demand on network bandwidth and have a consequent impact on algorithm execution times. Multicast communication has been among the most primitive group capabilities of any message passing networks. It is central to many important distributed applications in Science and Engineering and fundamental to the implementation of higher-level communication operations such as gossip, gather, and barrier synchronisation. Existing solutions offered for providing multicast communications in WMN have severe restriction in terms of almost all performance characteristics. Consequently, there is a need for the design and analysis of new efficient multicast communication schemes for this promising network technology. Hence, the aim of this study is to tackle the challenges posed by the continuously growing need for delivering efficient multicast communication over WMN. In particular, this study presents a new load balancing aware multicast algorithm with the aim of enhancing the QoS in the multicast communication over WMNs. Liang Zhao 0004, Ahmed Yassin Al-Dubai, Geyong Min |
IPDPS | 1 |