EDBT 2026 Demo / reviewers in the wild / expert
Ning Zhang 0007
dblp:181/2597-7
· DBLP profile ↗
285ranked-venue papers
16as first author
187since 2021 · last 2026
0000-0002-8781-4925ORCID · conflict
Domains — the database's venue-derived domains; a paper can count in several
Computer networks · 198 · 12 first-author · 125 since 2021Applied, interdisciplinary, general and emerging computing · 31 · 2 first-author · 22 since 2021Artificial intelligence and machine learning · 9 · 1 first-author · 7 since 2021Security and privacy · 9 · 6 since 2021Systems, architecture and hardware · 8 · 1 first-author · 8 since 2021Human-computer interaction and ubiquitous computing · 3 · 2 since 2021Databases, data management, data science and information retrieval · 2 · 1 since 2021Graphics, computer vision, multimedia, augmented reality and games · 2 · 1 since 2021
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Learning-Based Optimization of IoT Data Replication in Cloud Environments
Younes Jahandideh, Ziad Kobti, Ning Zhang 0007 |
CLOSER | 3 |
| 2026 | Proactive Content Caching in Urban Vehicular Networks for Connected Autonomous Vehicles
Niloofar Naghdi Pour, Ning Zhang 0007, Ashab Uddin |
INFOCOM | 2 |
| 2026 | RA-MoE: Efficient Edge Federated Learning for Emotion Recognition Based on Resource-Aware Scheduling and Mixture-of-Experts Model
Aiwen Wang, Xiaoming Yuan 0002, Haidong Kang, Changle Li, Ning Zhang 0007, Celimuge Wu, Jalel Ben-Othman |
INFOCOM | 5 |
| 2026 | Contrastive adapter training and consensus knowledge distillation for multi-source-free domain adaptation in skin cancer diagnosisabstractSkin cancer diagnosis, particularly the differentiation of melanoma from benign nevi, is a vital yet challenging task due to the visual similarity between lesions. Although deep learning models such as convolutional neural networks (CNNs) and vision transformers (ViTs) have demonstrated promising performance, their effectiveness often deteriorates when applied to data from heterogeneous clinical sources. While conventional domain adaptation methods address domain shift, they require access to source data during adaptation, which is often infeasible due to privacy regulations. Multi-source-free unsupervised domain adaptation (MSFDA) addresses this limitation by leveraging multiple labeled source domains to generalize to an unlabeled target domain without requiring access to source data, making it suitable for privacy-sensitive medical settings. However, existing MSFDA methods rely on full backbone fine-tuning, leading to catastrophic forgetting and overfitting on small clinical datasets, and address domain shift at the aggregation stage without establishing a shared domain-invariant feature space. Furthermore, their reliance on hard pseudo-labels or confidence-weighted aggregation introduces noisy supervision signals under domain shift. To address these limitations, we propose CAT-CKD, consisting of two components: (1) contrastive adapter training (CAT), which trains lightweight ConvPass adapters within a frozen ViT backbone using supervised contrastive learning (SCL) to establish a shared domain-invariant feature space before source-specific model training, and (2) consensus knowledge distillation (CKD), which aggregates logits from multiple source models into a consensus supervisory signal and adapts a student model on unlabeled target data using KL divergence. Experiments on five publicly available skin lesion datasets show that CAT-CKD achieves an average AUROC of 86.1%, outperforming existing MSFDA methods while requiring only 4.3M trainable parameters. The code for this paper is available at https://github.com/A-Abedi/CAT_CKD. Ali Abedi 0010, Q. M. Jonathan Wu, Ning Zhang 0007, Farhad Pourpanah |
Artif. Intell. Medicine | 3 |
| 2026 | GVRRI: Identifying visual receptive regions in node-link diagrams for node-centered graph analysis
Xin Zhao 0025, Luanxi Huang, Ning Zhang 0007, Wenjian Zuo, Ying Zhao 0001 |
Comput. Graph. | 5 |
| 2026 | One-shot federated unsupervised domain adaptation with Smoothed Knowledge Distillation and teacher refinementabstractFederated unsupervised domain adaptation (FUDA) addresses the challenge of adapting models to an unlabeled target domain using decentralized source domains while preserving data privacy. However, existing FUDA methods typically require multiple communication rounds, rely on complex aggregation strategies, and often struggle with noisy pseudo labels and inconsistent source knowledge. To address these challenges, we propose SKD-ETR, a novel one-shot FUDA framework that combines Smoothed Knowledge Distillation (SKD) and Exponential moving average-based Teacher Refinement (ETR). SKD trains a student model on the target domain using smoothed soft pseudo labels generated by the ensemble of source models. This reduces overconfidence, mitigates noise, and improves robustness. ETR further refines each source model by interpolating its parameters toward the student via exponential moving average (EMA), thereby transferring target-domain knowledge back to the teachers. This bidirectional refinement enhances pseudo-label quality and student generalization without additional communication overhead. SKD-ETR eliminates complex aggregation by initializing the student model randomly and performing a single-round distillation process. Extensive experiments on OfficeHome, Office-Caltech, and DomainNet demonstrate that SKD-ETR achieves competitive performance while being communication- and computation-efficient, and robust under noisy supervision. The code for this paper is available at https://github.com/A-Abedi/SKD_ETR . • A one-shot FUDA framework using knowledge distillation without source data access. • Smoothed pseudo labels reduce noise and improve student model robustness. • Teacher refinement via EMA enhances generalization with no extra communication. • Random target model initialization avoids biased aggregation and enables efficient adaptation. Ali Abedi 0010, Q. M. Jonathan Wu, Ning Zhang 0007, Farhad Pourpanah |
Eng. Appl. Artif. Intell. | 3 |
| 2026 | Mesh-based point cloud upsampling with 3D Gaussian splatting
Ning Zhang 0007, Xiaoyan Wang 0003, Q. M. Jonathan Wu |
Mach. Vis. Appl. | 2 |
| 2026 | Cooperation-Based Federated Learning and Communication Optimization Under Intermittent Device Participation in Industrial IoTabstractIn this paper, we propose a novel cooperative relay-based resource and learning optimization (CRRLO) scheme that extends device connectivity, balances learning contributions, and coordinates communication resources to mitigate the negative impact of intermittent participation on FL performance caused by unreliable communication in Industrial Internet of Things (IIoT) environments. After local training, a cooperative aggregation stage is proposed, where fully connected device-to-device (D2D) relaying enables devices with failed device-to-server (D2S) transmissions to still contribute to the global model, while avoiding the transmission burden and relay selection issues associated with single-relay strategies. To further ensure unbiased aggregation, we produce reliability-driven aggregation weights to calibrate each device’s contribution to the global update. We then formulate a joint optimization problem aimed at improving FL convergence rate under communication and resource constraints by co-optimizing blocklength, transmission power, and aggregation weights. An iterative algorithm is designed to determine blocklength bounds, a low-complexity method is developed for power optimization, and a convex relaxation approach is adopted for weight adjustment. These subproblems are alternately solved using a block coordinate descent (BCD) method. Simulation results demonstrate that the proposed CRRLO scheme significantly accelerates convergence and improves test accuracy by up to 24.33% compared to baseline schemes under high transmission error probability. Tongzhou Yang, Qihao Li, Ning Zhang 0007, Yuanguo Bi, Wei Zhang 0001, Fengye Hu |
IEEE Trans. Commun. | 3 |
| 2026 | RIS-Enhanced Semantic-Aware Sensing, Communication, Computation, and Control for Internet of ThingsabstractThe joint design of sensing, communication, computing, and control (SC3) is crucial for supporting environment-aware Industrial Internet of Things (IIoT) applications. Considering the uncontrollable wireless propagation environments and limited spectrum resources, wireless communication performance often becomes the primary design bottleneck for such an integrated system. To address this challenge, this paper presents a design framework for reconfigurable intelligent surface (RIS)-enhanced semantic-aware SC3networks, where RIS and semantic communication technologies are employed to improve wireless communication efficiency. To facilitate real-time closed-loop control, we further formulate a weighted sum execution latency minimization problem, while imposing constraints on maximum execution latency and energy consumption of individual IoT device, as well as minimum information entropy to meet specific control requirements measured by linear quadratic regulator cost. In addition, the design framework aims at optimizing bandwidth allocation, RIS phase shift matrix, time scheduling, transmit power, and CPU-cycle frequency for IoT devices and the base station (BS). To handle the coupled multi-dimensional optimization variables, the block coordinate descent method is utilized to decompose the formulated problem into more tractable subproblems, which are then solved using a penalty-function-based approach and geometric programming technique. Simulation results demonstrate the performance advantages achieved by our proposed method compared to several benchmark approaches. Additionally, we explore the impact of various parameters on SC3systems, offering deeper insights and meaningful research observations. Sun Mao, Chau Yuen, Lei Liu 0031, Ming Xiao 0001, Shui Yu 0001, Ning Zhang 0007 |
IEEE Trans. Wirel. Commun. | 6 |
| 2026 | A Deep Reinforcement Learning With Transformer Integration for Directed Acyclic Graph Scheduling in Edge NetworksabstractThe rapid adoption of 5G technology and Internet of things (IoT) devices has fueled significant growth in intelligent applications, increasing their complexity beyond simple task definitions. Scheduling intelligent applications modeled as directed acyclic graphs (DAGs) has thus emerged as a crucial challenge. Our proposed solution is a deep reinforcement learning (DRL) framework that uniquely integrates proximal policy optimization (PPO) with a transformer-based module for scheduling DAG applications. Unlike other approaches that rely on predefined priorities or static optimization algorithms, our approach enables agents to autonomously explore task execution orders and dynamically adapt to changing network resource conditions, learning optimal scheduling strategies. The algorithm leverages transformers to handle complex task dependencies, minimizing application duration and user energy consumption by jointly optimizing application processing order, task priorities, transmit power, offloading decisions, and computational frequency. Through a series of simulations, we prove the effectiveness of the proposed algorithm and demonstrate the performance comparison under different settings, providing a more flexible and robust solution for DAG scheduling in edge networks. Xifei Song, Jie Feng 0004, Lei Liu 0031, Qingqi Pei, F. Richard Yu, Ning Zhang 0007 |
IEEE Trans. Wirel. Commun. | 6 |
| 2026 | PP-MoE: A Physics-Prioritized Mixture of Experts Scheme for Adaptive Channel EstimationabstractAccurate Channel State Information is prerequisite for intelligent sensing and ubiquitous connectivity. However, the diversity of channel conditions—from sparse to dense and static to fast-varying—fundamentally challenges traditional single and fixed estimation algorithms. To address this issue, this paper proposes a Physics-Prioritized Mixture of Experts (PP-MoE) scheme, leveraging the MoE paradigm’s ability to allocate resources to specialized experts tailored for distinct physical environments. The proposed scheme features an innovative heterogeneous expert library, where the architecture of each expert is customized with embedded physical priors to match its specific propagation environment. To enable intelligent scheduling, we design a hybrid decision gating network that collaboratively leverages physical formula computation and data-driven deep learning to achieve accurate channel environment identification and expert routing. Furthermore, to overcome the expert collapse problem, we propose a three-stage training strategy—pretraining, freezing, and fine-tuning to ensure training stability specialization. Extensive simulations demonstrate that PP-MoE significantly outperforms traditional and deep learning baselines. Notably, in the low-SNR region (0–15 dB), it achieves an NMSE nearly an order of magnitude lower than LMMSE. Additionally, PP-MoE maintains high efficiency with only 0.0256 GFLOPs. This work provides an effective paradigm for designing adaptive and physically reliable wireless physical layers. Xiaoming Yuan 0002, Yanbing Lin, Ruichen Zhang 0001, Ning Zhang 0007, Dusit Niyato, Changle Li |
IEEE Trans. Wirel. Commun. | 4 |
| 2025 | SecFinder: An IoT Device Identification System Based on Flow-level Traffic in Smart HomeabstractDue to the rapid increase of heterogeneous IoT devices in smart home, it is a challenge to model the communication behaviors of IoT devices for identify and protect vulnerable devices. Recently, much researches focus on identifying IoT devices with traffic feature extraction and machine learning algorithms. However, existing methods typically design complex features involving packet payloads for high identification accuracy, which leaks user privacy and leads to large computational overhead. In this paper, we propose SecFinder, a privacy protection-based system for fine-grained IoT device identification in smart home. First, SecFinder analyzes the characteristics of network traffic from IoT devices and uses the statistical information of packet size from the traffic flow to characterize various devices in order to protect privacy. To reduce computational overhead and improve recognition accuracy, SecFinder divides traffic with fixed-size time window and extract only six statistical features from each flow. Then a multi-stage classifier is applied to identify IoT and non-IoT devices, IoT device types and the detailed information of each IoT device. SecFinder is evaluated with traffic from a public real-world device dataset and five classifiers. The results validate that SecFinder can achieve higher accuracy and lower latency in identification than existing methods. Ning Zhang 0007, Suning Chen, Shenghao Liu, Xianjun Deng, Meng Li 0010 |
ICPADS | 1 |
| 2025 | Intelligent Transportation Systems Utilizing UAVs: Integration with IoT and Machine LearningabstractThe rapid urbanization and growing transportation demands have intensified challenges in modern transportation systems, such as traffic congestion, accidents, and environmental concerns. Intelligent Transportation Systems (ITS) have emerged as a solution, leveraging advanced technologies to improve efficiency and safety. This paper explores the integration of Unmanned Aerial Vehicles (UAVs), Internet of Things (IoT), and Machine Learning (ML) in ITS, highlighting their potential to revolutionize transportation management. UAVs serve as agile and cost-effective data acquisition platforms, equipped with cameras, Light Detection and Ranging (LiDAR), and IoT sensors for real-time monitoring. IoT facilitates seamless connectivity, enabling real-time data transfer and processing, while ML algorithms analyze this data to provide actionable insights for predictive traffic management and accident prevention. Case studies demonstrate significant improvements in traffic flow, emergency response times, and infrastructure monitoring. Challenges such as UAV battery limitations, bandwidth constraints, and privacy concerns are discussed alongside future directions, including quantum computing integration and swarm UAV technology. This paper provides a comprehensive overview of the current state of UAV-IoT-ML integration in ITS and identifies key areas for innovation to address modern transportation challenges and achieve sustainable mobility. Tables and figures elucidate the discussed concepts, making this paper a valuable resource for researchers and practitioners in the field of smart transportation systems. Mohammad Fatin Fatihur Rahman, Ning Zhang 0007, Esam Abdel-Raheem |
IWCMC | 2 |
| 2025 | Mitigating Adversarial Attacks in Object Detection using Multi-Modal Fusion in Autonomous VehiclesabstractRobust object detection in adverse weather conditions is critical for ensuring the safety and reliability of autonomous driving systems. In this work, we present a detailed study on the adversarial robustness of YOLO-based detectors using the RealDriveSim dataset, which includes foggy, rainy, and nighttime scenarios. We benchmark YOLOv9 and YOLOv10 under clean conditions and observe high performance, with YOLOv10 achieving a mean average precision (mAP) of 69.6%. To evaluate vulnerability, we introduce an adversarial patch optimized to suppress road object detections. After patch-based perturbation, mAP drops to 44.3%, highlighting the importance of a defense system. To counter this degradation, we propose a lightweight LiDAR-camera fusion framework that does not require model retraining or architectural changes. Our method projects 3D LiDAR point clouds into the 2D image plane using intrinsic and extrinsic calibration parameters and cross-validates each 2D detection by checking for supporting 3D LiDAR points within its bounding box with an inference time of only 7.2 ms. Our fusion strategy effectively filters adversarial false positives, leading to a recovery in mAP to 62.9%, without requiring model retraining or architectural changes. To the best of our knowledge, this is the first work to benchmark adversarial robustness and sensor-level fusion defense on the RealDriveSim dataset, setting a new standard for evaluating real-world physical attack resilience in autonomous perception. Ifrah Andleeb, Arsalan Hameed, Katsuya Suto, Mitra Mirhassani, Ning Zhang 0007 |
MASS | 5 |
| 2025 | AMDCG: Joint Computation Offloading and Resource Allocation via Metadata-Driven Centipede Game and Deep Reinforcement Learning in 6G SAGINabstractAs 6G technology continues to evolve, future communication systems demand extremely low latency, improved energy efficiency, and support for massive device connectivity. To address these demands, the integration of Space-Air-Ground Integrated Networks (SAGIN) with Mobile Edge Computing (MEC) has emerged as a compelling strategy. This integration leverages edge nodes deployed on low Earth orbit (LEOs) satellites, unmanned aerial vehicles (UAVs), and terrestrial small base stations (SBSs) to deliver distributed computational resources. Nevertheless, due to the inherent heterogeneity and limited capabilities of these edge devices, reliably offloading computing tasks from ground user equipments (UEs) to appropriate edge nodes—whether satellite-based, aerial, terrestrial, or via local execution—remains a significant challenge. In this paper, we design a metadata-driven intelligent offload prediction and global resource optimization framework for centipede games, the metadata only contains the key information of the computing task, but not the actual task data itself. Then we envision a 6G smart city network architecture with complex computing scenarios, formulate the problem of minimizing the global average delay and energy consumption as a Markov Decision Process (MDP) by combining with Bellman’s optimization equations, and propose an asynchronous metadata driven centipede game method (AMDCG) based on deep reinforcement learning (DRL). Simulation results show that the AMDCG method significantly reduces the system offloading overhead in terms of latency and energy consumption compared to other benchmark algorithms. Lijun Dai, Xin Chen 0018, Libo Jiao, Ning Zhang 0007 |
SMC | 5 |
| 2025 | ScoreCAM and Segmentation-Based Adversarial Attacks in Autonomous VehiclesabstractMachine learning (ML) has become essential for tasks like detection and classification in autonomous vehicles (AVs). However, ML models are vulnerable to adversarial attacks, which can weaken passenger trust and raise safety concerns in autonomous driving systems. This is especially critical in systems like traffic sign recognition (TSR), where a misclassification caused by an adversarial attack could lead to serious safety risks. This research work explored the vulnerabilities of TSR models to adversarial attacks focusing on projected gradient descent (PGD) and the fast gradient sign method (FGSM). An adversarial attack pipeline is proposed that leverages ScoreCAM-based region-of-interest (ROI) localization to enhance the effectiveness of these attacks. Adversarial attacks manipulate the input data to mislead the models, achieving a high attack success rate (ASR) by exploiting their vulnerabilities. Experimental results on multiple models such as VGG19, convolutional neural network (CNN), ResNet50 and vision transformers (ViT) demonstrate significant increases in ASR. For instance, our method achieved a 97.67% ASR using PGD on VGG19 and a 95.89% ASR using FGSM on the same model, marking a considerable performance gain over traditional approaches. Moreover, these results are achieved with high computational efficiency, with average query times as low as 69.8 milliseconds. Ifrah Andleeb, Katsuya Suto, Mitra Mirhassani, Ning Zhang 0007 |
VTC2025-Fall | 4 |
| 2025 | Multi-Agent Task Prioritization and Offloading in Vehicular Edge Computing EnvironmentsabstractThis paper addresses the optimization of task offloading and scheduling in vehicular edge computing (VEC) by integrating task prioritization incentives across distributed service areas. To maximize task completion ratios within strict deadlines while minimizing latency and energy consumption, we model the problem as a Partially Observable Markov Decision Process (POMDP). Building on this formulation, we propose a multi-agent deterministic policy gradient approach based on MADDPG, where each agent dynamically selects priority classes, assigns tasks to edge servers, and optimizes CPU frequency allocation using only local observations. Simulation results demonstrate that our MADDPG framework not only meets task prioritization objectives but also achieves performance comparable to, and in some cases exceeding, that of centralized value function-based methods. These findings highlight the ad-vantages of distributed decision-making and localized resource management in complex VEC environments. Ashab Uddin, Ahmed Hamdi Sakr, Ning Zhang 0007 |
VTC2025-Fall | 3 |
| 2025 | Performance Analysis of Joint Information-Energy Coverage Probability in UAV Networks With Hybrid Energy HarvestingabstractThe deployment of Internet of remote things (IoRT) devices in remote areas with insufficient communication infrastructure can employ the unmanned aerial vehicles (UAVs) for data collection. The previous works only considered the IoRT devices information coverage probability, but ignored the IoRT devices energy coverage probability in the UAV networks. This letter analyzes the joint information-energy coverage probability performance in UAV networks with hybrid energy harvesting (EH). Firstly, the closed-form expressions of the information coverage probability and the energy coverage probability are derived by utilizing the Laplace transform and the Campbell theorem, respectively. On this basis, the closed-form expression of the joint information-energy coverage probability is derived by the law of large numbers (LLN). Finally, the numerical results confirm the validity of the joint information-energy coverage probability performance. Shichao Li 0001, Rongwei Bi, Hongbin Chen 0001, Katsuya Suto, Ning Zhang 0007 |
IEEE Internet Things J. | 5 |
| 2025 | A Novel Lightweight Joint Source-Channel Coding Design in Semantic CommunicationsabstractSemantic communication has emerged as a promising solution to meet the growing demand for efficient data transmission in the information age. Unlike traditional communication methods that focus on transmitting raw data, semantic communication prioritizes preserving the meaning of transmitted information, which significantly reduces the data volume. However, implementing semantic communication systems in resource-constrained environments, such as Internet of Things (IoT) devices, remains challenging due to limited computational resources. In this letter, we propose a novel lightweight deep learning (DL) model, termed the lightweight image compression and reconstruction network (LICRnet). LICRnet leverages depthwise separable convolution (DSC) and a local and nonlocal mixture (LNLM) block to significantly reduce computational costs. Additionally, the LNLM incorporates a variable window size-based multiscale attention mechanism (VW-MSA), enabling it to effectively learn from both local detailed features and global high-level meaningful features. Extensive simulations demonstrate that LICRnet significantly reduces computational complexity while maintaining satisfactory image compression and reconstruction performance, making it highly suitable for deployment in resource-constrained environments. Xianhua Yu, Dong Li 0009, Ning Zhang 0007, Xuemin Shen |
IEEE Internet Things J. | 3 |
| 2025 | Digital Twin-Driven MADRL Approaches for Communication-Computing-Control Co-OptimizationabstractThe unpredictability of network environments, limited edge resources, and the high complexity of collaborative policies are significantly hindering the development of the Industrial Internet of Things (IIoT). These challenges are particularly pronounced in healthcare, where high-priority, delay-sensitive medical tasks and large-scale personalized services face substantial obstacles. To address these challenges, this paper proposes the Self-Attention Enhanced QMIX with Multi-Pass Multi-Task Execution (SAE-MT-QMIX) algorithm, aimed at optimizing communication and computing resource allocation as well as task offloading strategies. By leveraging Digital Twin (DT) support, the algorithm achieves collaborative optimization of communication, computing, and control within the Internet of Medical Things (IoMT), significantly enhancing the quality of service for massive personalized applications. The algorithm adopts a distributed execution and centralized training framework: the distributed execution component uses the Multi-Pass Multi-Task Deep Q-Network (MPMT-DQN) algorithm to handle the complexity of parameterized action spaces in multi-task scenarios, while the centralized training component employs the Self-Attention Enhanced QMIX (SAE-QMIX) algorithm to dynamically optimize credit assignment across multiple users. Simulation results demonstrate that SAE-MT-QMIX significantly reduces delay and energy consumption compared to baseline methods. It ensures effective optimization of communication, computing, and control in dynamic IoMT, efficiently addressing diverse demands and tasks while enhancing service quality and system adaptability. Xiaoming Yuan 0002, Hansen Tian, Xinling Zhang, Hongyang Du 0001, Ning Zhang 0007, Kaibin Huang, Lin Cai 0001 |
IEEE J. Sel. Areas Commun. | 5 |
| 2025 | ESPPNet: An Efficient Progressive Spatial Pyramid Pooling Network for Real-Time Traffic Object DetectionabstractTraffic object detection based on computer vision (CV) can usually be deployed on the embedded computing platform of autonomous vehicles or unmanned aerial vehicles (UAVs), to provide critical information about traffic scenes for autonomous driving or traffic management. However, due to limited computing resources, there is a need for small, lightweight, and reliable object detectors. As an emerging technology, spatial pyramid pooling methods have great potential in improving the detection performance of real-time object detectors. Most of the existing works focus on the development of more complex spatial pyramid pooling methods for higher accuracy, but real-time performance is also important in the everchanging traffic scene. Thus, to balance the tradeoff between real-time detection and accuracy, we design a solution for real-time traffic object detection: a novel real-time object detector, named ESPPNet. Specifically, we propose an efficient plug-and-play spatial pyramid pooling method (ESPP). The method consists of a progressive spatial pyramid pool structure (PSPP) and a multi-scale feature enhancement module (MFEM). We first use PSPP to capture multi-scale feature maps with richer nonlinear features. Then, MFEM is used to establish effective long-range dependencies for multi-scale features. Experimental results on the VisDrone and SODA10M public datasets demonstrate that our method can achieve better real-time performance, less resource utilization, and higher accuracy, compared with other state-of-the-art methods. Guotao Mao, Hongbin Liang, Yiting Yao, Lei Wang 0223, Ning Zhang 0007 |
IEEE Trans Autom. Sci. Eng. | 5 |
| 2025 | Federated Transfer Learning for Privacy-Preserved Cross-City Traffic Flow PredictionabstractAccurate future traffic flow prediction is essential for decision-making in travel recommendations and route planning, aiming to reduce congestion and enhance traffic safety. Traditional traffic flow prediction models often face limitations in quality and structure, leading to increased training costs and inefficiencies, due to data scarcity and centralized training modes that compromise data privacy. To address these issues, we propose a model called 2MGTCN, which combines Multi-modal Graph Convolutional Networks (GCN) and Temporal Convolutional Networks (TCN) for Cross-city Traffic Flow Prediction (TFP). Our 2MGTCN model utilizes federated transfer learning (FTL) to transfer the model from the source to the target domain, mitigating data scarcity. It also incorporates GCN and TCN to capture both spatial and temporal information, enhancing cross-city adaptability. Additionally, Grey Relation Analysis (GRA) and Dynamic Time Warping (DTW) methods are applied to capture road relationships, and a Federated Parameter Aggregation based on Spatial Similarity (FPASS) algorithm is proposed for ensuring effective parameter aggregation by considering spatial similarity. Simulation results show that our 2MGTCN algorithm outperforms traditional TFP models in both centralized and distributed training modes, ensuring higher accuracy and better privacy protection. Xiaoming Yuan 0002, Zhenyu Luo, Ning Zhang 0007, Ge Guo 0001, Lin Wang 0082, Changle Li, Dusit Niyato |
IEEE Trans. Intell. Transp. Syst. | 3 |
| 2025 | Characterizing and Scheduling of Diffusion Process for Text-to-Image Generation in Edge NetworksabstractArtificial Intelligence-Generated Content (AIGC) technology is transforming content creation by enabling diverse customized and quality services. However, the limited computing resources on mobile devices hinder the provisioning of AIGC services at scale, pose challenges in guaranteeing user-satisfied content quality requirement. To address these challenges, we first investigate the characteristics of prompt category and inference models in Text-to-Image (T2I) diffusion process. It is observed that, model size, denoising steps, and computing resource, are three deciding factors to image generation utility. Based on this insight, we first design an edge-assisted AIGC service system to efficiently process multi-user T2I generative requests, employing a multi-flow queuing model to capture multi-user dynamics and characterize the impact of diffusion scheduling on service latency. The system schedules the diffusion process of T2I generation across edge-deployed models, balancing service quality and computing resource. To maximize generation utility under resource constraints, we propose a Monte Carlo Tree Search-based diffusion scheduling algorithm embedded with adaptive computing resource allocation subroutine. This algorithm ensures that, resource allocation dynamically adapts to scheduling decisions in real time, enabling an effective trade-off between service quality and latency. Extensive experimental comparison against baseline approaches demonstrates that, the proposed system can enhance the generation utility by up to 7.3$\%$, achieving a 2.9$\%$improvement in quality score and a 33.3$\%$reduction in service latency. Shuangwei Gao, Peng Yang 0004, Yuxin Kong, Feng Lyu 0001, Ning Zhang 0007 |
IEEE Trans. Mob. Comput. | 5 |
| 2025 | Joint Encoding and Enhancement for Low-Light Video Analytics in Mobile Edge NetworksabstractIn this paper, we present our design and analysis of a Joint Encoding and Enhancement (JEE) system for low-light video analytics in mobile edge networks. First, it is observed that, relying solely on a single pipeline for encoding and enhancement of mobile videos proves insufficient, because of the fluctuations in end-edge bandwidth and computing resources. Therefore, two distinct pipelines are introduced in the JEE system, namely, the encode-decode-enhance pipeline and the enhance-encode-decode pipeline. We then characterize the relationship of accuracy, transmission overhead, and computing overhead of these two pipelines through extensive experiments. Considering the significant demands of transmission and computing for low-light videos, we formulate an optimization problem to strike a balance between accuracy and delay, where the available end-edge bandwidth and computing resources are unknown in advance. To solve this mixed-integer nonlinear programming problem, we propose an algorithm based on online gradient descent, enabling adaptive pipeline selection and joint encoding and enhancement configuration. Theoretical analysis indicates that the proposed algorithm achieves sub-linear dynamic regret, highlighting its capability to the accuracy improvement and delay reduction in online environments. Experimental comparison against baselines demonstrates that, JEE can achieve up to a 27.32% increase in accuracy and a 26.18% reduction in delay. Yuanyi He, Peng Yang 0004, Ning Zhang 0007 |
IEEE Trans. Mob. Comput. | 5 |
| 2025 | Reputation-Based Model Aggregation and Resource Optimization in Wireless Federated Learning SystemsabstractFederated learning (FL) has received widespread attention from academia and industry because it overcomes traditional security limitations associated with model training data. However, the FL process is vulnerable to manipulation by locally malicious users, who can alter their local data, thus impacting the accuracy of the model’s training outcomes. Meanwhile, optimizing delay in FL needs to take individual client fairness into consideration. In this paper, we present a reputation-based model aggregation and resource optimization framework to enhance the efficiency and reliability of training in wireless FL systems. Particularly, we investigate a total delay minimization problem while ensuring fairness among clients, which jointly optimizes client scheduling, transmit rate, bandwidth proportion, and CPU frequency. Considering the non-convexity and high complexity of the objective function, we decoupled the optimal variables and designed an efficient algorithm. By doing this, the client scheduling policy is obtained by deep reinforcement learning. Then, the transmit rate allocation and bandwidth proportion are derived through the Lagrangian dual method. Finally, we attain the CPU frequency allocation via the adaptive harmony algorithm. Simulation results reveal that our algorithm can establish delay fairness among clients and balance convergence performance and delay. Jie Feng 0004, Yanyan Liao, Lei Liu 0031, Qingqi Pei, Ning Zhang 0007, Keqin Li 0001 |
IEEE Trans. Wirel. Commun. | 5 |
| 2024 | Joint Model Assignment and Resource Allocation for Cost-Effective Mobile Generative ServicesabstractArtificial Intelligence Generated Content (AIGC) services can efficiently satisfy user-specified content creation demands, but the high computational requirements pose various challenges to supporting mobile users at scale. In this paper, we present our design of an edge-enabled AIGC service provisioning system to properly assign computing tasks of generative models to edge servers, thereby improving overall user experience and reducing content generation latency. Specifically, once the edge server receives user requested task prompts, it dynamically assigns appropriate models and allocates computing resources based on features of each category of prompts. The generated contents are then delivered to users. The key to this system is a proposed probabilistic model assignment approach, which estimates the quality score of generated contents for each prompt based on category labels. Next, we introduce a heuristic algorithm that enables adaptive configuration of both generation steps and resource allocation, according to the various task requests received by each generative model on the edge. Simulation results demonstrate that the designed system can effectively enhance the quality of generated content by up to 4.7% while reducing response delay by up to 39.1% compared to benchmarks. Shuangwei Gao, Peng Yang 0004, Yuxin Kong, Feng Lyu 0001, Ning Zhang 0007 |
GLOBECOM | 5 |
| 2024 | Adaptive Offloading and Enhancement for Low-Light Video Analytics on Mobile DevicesabstractIn this paper, we explore adaptive offloading and enhancement strategies for video analytics tasks on computing-constrained mobile devices in low-light conditions. We observe that the accuracy of low-light video analytics varies from different enhancement algorithms. The root cause could be the disparities in the effectiveness of enhancement algorithms for feature extraction in analytic models. Specifically, the difference in class activation maps (CAMs) between enhanced and low-light frames demonstrates a positive correlation with video analytics accuracy. Motivated by such observations, a novel enhancement quality assessment method is proposed on CAMs to evaluate the effectiveness of different enhancement algorithms for low-light videos. Then, we design a multi-edge system, which adaptively offloads and enhances low-light video analytics tasks from mobile devices. To achieve the trade-off between the enhancement quality and the latency for all system-served mobile devices, we propose a genetic-based scheduling algorithm, which can find a near-optimal solution in a reasonable time to meet the latency requirement. Thereby, the offloading strategies and the enhancement algorithms are properly selected under the condition of limited end-edge bandwidth and edge computation resources. Simulation experiments demonstrate the superiority of the proposed system, improving accuracy up to 20.83% compared to existing benchmarks. Yuanyi He, Peng Yang 0004, Ning Zhang 0007 |
GLOBECOM | 5 |
| 2024 | Secure mmWave-NOMA Multi-BS Vehicular Communications Using Cooperative JammingabstractThe fronthaul network architecture is the key to dealing with the massive traffic effectively and providing high-quality service, and the multiple base stations (BSs) deployed by it face the gigantic data transmission, which has given the demand for high-capacity communication and information security in the vehicular network. In this paper, we combine the millimeter wave (mmWave) communication and non-orthogonal multiple access (NOMA) technologies to escalate the communication capacity of multiple vehicle users (VUs), and propose a blockage-based cooperative jamming strategy to solve potential security risks in the vehicular network. In particular, with the help of jam-mers selected by this strategy, transmission security is enhanced simultaneously without escalating the instability of connections caused by the time-varying nature of vehicular networks under the NOMA transmission mechanism when the base station (BS) does not fully understand the channel state information (CSI) of VUs. Then we comprehensively analyze the specific distribution of roadways and the distance distribution of VUs under the NOMA strategy, and derive the performance metrics of the network based on the stochastic geometry method. Numerical results show that the proposed cooperative jamming scheme can effectively improve the secrecy performance of the vehicular network. Yiting Yan, Ying Ju 0001, Lei Liu 0031, Qingqi Pei, Kok-Lim Alvin Yau, Celimuge Wu, Ning Zhang 0007 |
GLOBECOM | 8 |
| 2024 | Digital Twin-Assisted Adaptive Preloading for Short Video StreamingabstractWe propose a digital twin-assisted adaptive preloading scheme to reduce bandwidth waste as well as enhance user quality of experience (QoE) for short video streaming. Though preloading video content can reduce rebuffering and improve user QoE, non-sequential playback of short videos induced by user swipe can result in substantial bandwidth wastage in mobile networks. To tackle this problem, we first model the short video streaming system and carry out preloading threshold analysis. We then construct a digital twin-assisted adaptive preloading framework for short video streaming. By collecting and analyzing the user's historical throughput and tracking swipe timing information, a throughput prediction model and a probabilistic model can be constructed to accurately predict future throughput and user swipe behavior, respectively. Utilizing the predicted information and real-time running status data from a short video application, we design a preloading strategy to enhance bandwidth efficiency while achieving high user QoE. Simulation results demonstrate the effectiveness of our proposed scheme compared with the state-of-the-art schemes. Shengbo Liu, Wen Wu 0003, Shaofeng Li 0001, Tom H. Luan, Ning Zhang 0007 |
ICC | 5 |
| 2024 | DoS Attack Detection in VANET using Transfer Learning Approach for BSM DataabstractIn vehicular ad hoc networks (VANETs), vehicles exchange sensitive information, including vehicle identity, position, speed, heading and other parameters, with nearby vehicles or infrastructure through Basic Safety Messages (BSM). However, VANET communication is vulnerable to various types of attacks, and appropriate security mechanisms must be in place to ensure that exchanged messages are not altered or false messages created by malicious attackers. In this paper, we propose a new transfer learning (TL) based technique for detecting different types of denial-of-service (DoS) attacks in vehicle-to-vehicle (V2V) communication. We start with a pre-trained CNN-BiLSTM model, which was trained to detect various types of attacks in internet traffic. We update the model by training the LSTM layers, while keeping the weights of the CNN layers unchanged. The proposed TL approach is not only able to detect malicious BSMs/senders with higher accuracy but also requires less training time compared to the same DL algorithms with no transfer learning. Simulation results demonstrate that our approach outperforms the existing techniques for each of the different types of DoS attacks in the VeReMi extension dataset in terms of accuracy, precision, recall and F1-score. Muhammad Anwar Shahid, Arunita Jaekel, Ning Zhang 0007, Tim Allsopp |
IWCMC | 3 |
| 2024 | Prioritized Task Offloading in Vehicular Edge Computing Using Deep Reinforcement LearningabstractThis paper primarily focuses on vehicular computation offloading and scheduling based on prioritized incentives. The objective of this work is to maximize task completion within designated deadlines while concurrently minimizing energy consumption and latency. To achieve this, a prioritized Deep Q Network (DQNP) has been proposed to optimize long-term rewards by dynamically selecting a priority class, server, and CPU frequency at each computational step. Simulation results demonstrate that, compared with baseline algorithms, the proposed DQNP can effectively choose tasks, ensuring minimal energy consumption, reduced latency, and improved completion rates, especially for tasks in the highest priority class. Additionally, the findings shed light on how the model alleviates the resource starvation challenge faced by low-priority tasks. Ashab Uddin, Ahmed Hamdi Sakr, Ning Zhang 0007 |
VTC Spring | 3 |
| 2024 | Reliable Federated Learning in Vehicular Communication Networks: An Intelligent Vehicle Selection and Resource Optimization SchemeabstractIn this paper, we propose a reliable federated learning (FL) scheme for vehicular communication networks. The scheme is named intelligent vehicle selection and resource optimization (IVSRO), which aims to improve the federate learning reliability by reducing the probability of incorrect packet transmission in mobility scenario, and determining the most suitable vehicle for learning based on the incorrect packet probability. Specifically, we introduce a FL model for the vehicular communication network and analyze the probability of incorrect packet transmission caused by dynamic channel changes under this network. In consideration of FL convergence accuracy, an optimization problem is formulated to minimize the incorrect packet transmission rate, which is achieved through selecting the optimal connected vehicles from the training set, allocating transmission power and wireless spectrum resources to the selected vehicles. By employing convergence analysis and determining the optimal power for each selected vehicle, the proposed optimization problem can be handled using a bipartite matching algorithm. Simulation results show that the identification accuracy of the proposed IVSRO scheme is higher than that of existing baseline schemes. The results of this study demonstrate how the proposed IVSRO scheme improve the reliability of the FL scheme in vehicular communication networks while considering the varying channel conditions and proper vehicle selection, making it valuable for FL implementations in the domains of intelligent transportation and road safety management. Tongzhou Yang, Qihao Li, Ning Zhang 0007, Fengye Hu |
VTC Spring | 3 |
| 2024 | Joint Power Control and Data Size Selection for Over-the-Air Computation-Aided Federated LearningabstractFederated learning (FL) has emerged as an appealing machine learning approach to deal with massive raw data generated at multiple mobile devices, which needs to aggregate the training parameter of every mobile device at one base station (BS) iteratively. For parameter aggregating in FL, over-the-air computation is a spectrum-efficient solution, which allows all mobile devices to transmit their parameter-mapped signals concurrently to a BS. Due to heterogeneous channel fading and noise, there exists difference between the BS’s received signal and its desired signal, measured as the mean-squared error (MSE). To minimize the MSE, we propose to jointly optimize the signal amplification factors at the BS and the mobile devices as well as the data size (the number of data samples involved in local training) at every mobile device. The formulated problem is difficult to address due to its nonconvexity. To find the optimal solution, we perform cost function simplification and variable transformation, and solve the transformed problem in a two-level structure. Optimal solution of the lower level problem is found by analyzing every candidate solution from the Karush–Kuhn–Tucker (KKT) condition. Optimal solution of the upper level problem is found by exploring its piecewise convexity. Numerical results show that our proposed method can greatly reduce the MSE and can help to enhance the training performance of FL compared with benchmark methods. Xuming An 0001, Rongfei Fan, Shiyuan Zuo, Han Hu 0003, Hai Jiang 0001, Ning Zhang 0007 |
IEEE Internet Things J. | 6 |
| 2024 | Flexible and Fine-Grained Access Control for EHR in Blockchain-Assisted E-Healthcare SystemsabstractIt is of the utmost importance to achieve flexible and fine-grained access control of electronic health records (EHR) in smart elderly healthcare (SEH) for providing high-quality healthcare services for the elderly and protecting their privacy simultaneously. In this paper, a flexible, fine-grained, and elderly-centric access control scheme is presented for EHR data in SEH. In the proposed scheme, Ciphertext Policy Attribute Based Encryption (CP-ABE), permission token, dual-key regression, and blockchain techniques are leveraged to realize multi-dimensional access control of EHR data in terms of data generation time, data user properties, access times, and access period. Moreover, a novel token segmentation algorithm is designed to transfer access rights between doctors efficiently for multi-party diagnosis and treatment. Since the elderly can define the attributes of users accessing his/her EHR data, the access number, the access time, and the access range of data from the time dimension of data generation with the cooperation of the Smart Elderly Healthcare (SEH) institution, the privacy of EHR data of the elderly is well protected. The security analysis demonstrates that our scheme can achieve EHR ciphertext indistinguishability under chosen-plaintext attacks and token unlinkability and unforgeability under data users’ collusion attacks. The experimental results show that our scheme performs well in terms of time cost and computational overhead. Dajiang Chen, Zeyu Liao, Hongning Dai, Ning Zhang 0007, Xuemin Shen, Minghui Pang |
IEEE Internet Things J. | 5 |
| 2024 | Optimizing Age of Information in Polar-Coded Status Update SystemabstractAge of information (AoI) defines the freshness of status update in real-time systems, such as the Industrial Internet of Things (IIoT), and can be affected by delays and transmission error probability. To improve the reliability of data transmissions, the recent AoI works on physical layer considered applying practical coding schemes. Since polar codes can be strictly proved to achieve the channel capacity, this article makes an effort to comprehensively investigate and optimize the AoI performance in a polar-coded status update system. First, we propose a practical code-based status update system that takes full consideration of encoding, transmission, propagation, decoding, and feedback delays in AoI analysis. Then, we analyze and derive the average AoI of the proposed system with various transmission protocols. The simulation results of a polar-coded system validate the theoretical analysis and show that hybrid automatic repeat request (HARQ) achieves better AoI performance than non-HARQ. To optimize AoI in polar-coded status update system, we further improve the designs for HARQ with chase combining (HARQ-CC) and HARQ with incremental redundancy (HARQ-IR), respectively. The design signal-to-noise ratio (SNR), puncturing length of HARQ-CC are optimized by traversal, while the code lengths for each transmission and maximum transmission times of HARQ-IR are optimized by the greedy algorithm. Simulation results show that the proposed HARQ can achieve better average AoI performance than traditional HARQ. Yajing Deng, Shaohua Wu 0002, Junhua You, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Internet Things J. | 5 |
| 2024 | Verkle-Accumulator-Based Stateless Transaction Validation (VA-STV) Scheme for the Blockchain-Based IoT NetworkabstractThe blockchain-based Internet of Things (IoT) has served widely across various industries for authentication, cooperation, and data sharing but faced the severe challenge of storage scalability. The storage burden gets worse for IoT devices with limited resources. The state data is essential for efficient transaction issuance and validation. This article proposes the Verkle accumulator-based stateless transaction validation (VA-STV) scheme for permissionless blockchains to decrease the storage burden of the state data on each node with the acceptable overhead of computation and communication. In the scheme, the current state is summarized as the commitment maintained in the latest block header, and one witness is generated for each token to guarantee its validity. State transitions are realized by updating the commitment and witnesses so that no state is stored on nodes acting as validators and miners. Only the nodes acting as traders should maintain the tokens controlled by themselves and the witnesses locally. The VA-STV is based on the Verkle accumulator (VA), which is a combination of the Verkle tree (VT) and the KZG polynomial commitment scheme. Simulation results show that the VA-STV provides a smaller witness size ($0.6\times $–$0.74\times $) and faster commitment generation ($6\times $–$14\times$) than the existing stateless schemes in the same settings, which indicates the advantages of VA-STV in succinctness and efficiency. Besides, a tradeoff between the communication and computation requirements can be achieved by adjusting the branching factor, which improves the adaptability of the proposed scheme for different IoT scenarios. Zhaohui Guo, Zhen Gao 0005, Qiang Liu 0011, Lei Liu 0031, Mianxiong Dong, Ning Zhang 0007, Mohammed Atiquzzaman |
IEEE Internet Things J. | 6 |
| 2024 | Joint Sensing and Communication for mmWave VR in Metaverse: A Meta-Learning ApproachabstractIn this paper, we propose a joint sensing and communication framework for virtual reality (VR) applications in Metaverse. Although millimeter-wave (mmWave) communication can achieve multi-Gbps wireless transmission data rate, a slight movement of the VR headset can result in a significant drop in transmission rate. This significantly deteriorates user’s experience in Metaverse applications. By characterizing the relationship between mmWave beam gain and beam width, we find that adaptively turning off part of antennas can improve the overall transmission performance for mobile Metaverse. To this end, we formulate a problem with the objective of adaptively configuring receiver’s phase shift, and adjusting the beam width to cope with the variation in VR user’s viewpoints in Metaverse services. By revealing the correlation between power consumption and signal-to-noise ratio of VR headset, the proposed dual method based on meta reinforcement learning enables reliable and energy-efficient mmWave communication for VR. Based on the sensing information collected from VR users, the beamforming strategy is continuously updated by reshaping the reward of learning process, which minimizes the power consumption while meeting transmission requirements of Metaverse applications. Extensive experimental results demonstrate that the adaptability of the proposed framework outperforms the existing benchmarks in various VR scenarios, which ensures the applicability of mmWave communication to Metaverse applications. Zhixuan Huang, Peng Yang 0004, Conghao Zhou, Wen Wu 0003, Ning Zhang 0007 |
IEEE Internet Things J. | 5 |
| 2024 | Joint Computation Offloading and Multidimensional Resource Allocation in Air-Ground Integrated Vehicular Edge Computing NetworkabstractThe integration of vehicle edge computing (VEC) and air-ground integrated network is considered as a key technology to achieve autonomous driving. It exploits the ubiquitous service coverage and enables tasks to be offloaded to various components, such as high-altitude platform (HAP), unmanned aerial vehicle (UAV), and roadside unit (RSU). In this article, we address the challenge of minimizing the overall task offloading delay in the air-ground integrated VEC network through a joint multicomputation equipment selection and multidimensional resource allocation (JCESRA) problem. Considering the nonconvexity inherent in the problem, we employ the fundamental idea of the block coordinate descent (BCD) method to tackle it. Initially, we exclude the HAP and decompose the primal problem into three subproblems: 1) low-altitude computation equipment selection; 2) joint bandwidth and computation resource allocation; and 3) UAV trajectory design. The first subproblem, which involves integer programming, is solved by using the many-to-one matching method. Meanwhile, we utilize the CVX and successive convex approximation (SCA) method to solve the last two subproblems, respectively. Considering the matching externality, we utilize the coalition game method to deal with it. Based on the solutions of the three subproblems, the JCESRA algorithm without considering the HAP has been proposed. Subsequently, we consider the HAP into the problem. Because the task offloading decision and computation resource allocation of the HAP problem can be viewed as a knapsack problem, we utilize the dynamic programming method to solve it. Because some tasks are offloaded to the HAP, there are some redundant computation resources in UAVs and RSU. We reallocate the computation resources of UAVs and RSU to further reduce the task offloading delay. At last, we present the complete JCESRA algorithm. The simulation results unequivocally indicate that the proposed JCESRA algorithm outperforms other algorithms by significantly reducing the task offloading delay. Shichao Li 0001, Laha Ale, Hongbin Chen 0001, Fangqing Tan, Tony Q. S. Quek, Ning Zhang 0007, Mianxiong Dong, Kaoru Ota |
IEEE Internet Things J. | 6 |
| 2024 | Two-Hop Packet Scheduling, Resource Allocation, and UAV Trajectory Design for Internet of Remote Things in Air-Ground Integrated NetworkabstractCompared with terrestrial network, the air-ground integrated network consisting of unmanned aerial vehicles (UAVs) and high altitude platforms (HAPs) offers the advantages of large coverage, high capacity, and seamless connection. Therefore, the air-ground integrated network can provide effective communication services for the Internet of remote things (IoRT). In order to reduce the end-to-end (e2e) packet delay and avoid network congestion of the two-hop network, we investigate a joint packet scheduling, resource allocation, and UAV trajectory design problem, with the objective of minimizing the average packet queue delay from HAP to IoRT devices in the air-ground integrated network. This problem is non-convex and difficult to solve by the traditional methods. In order to solve this problem, we reformulate it into a Markov decision process (MDP) firstly. And then, considering there are continuous and discrete hybrid action spaces in the MDP, we separate the primal action spaces into two sub-action spaces, and utilize the basic idea of multi-agent deep deterministic policy gradient (MADDPG) and multi-agent double deep Q network (MADDQN) methods to solve them, respectively. After that, in order to improve the stability, convergence rate and learning efficiency, we introduce the basic idea of adaptive prioritized experience replay, and propose a hybrid MADDPG-adaptive prioritized experience replay (MADDPG-APER) algorithm. Simulation results show that the proposed algorithm can reduce the average packet queue delay compared with other benchmark algorithms. Shichao Li 0001, Mianxiong Dong, Kaoru Ota, Hongbin Chen 0001, Ning Zhang 0007, Chao Yang 0014 |
IEEE Internet Things J. | 6 |
| 2024 | Robust Computation Offloading and Trajectory Optimization for Multi-UAV-Assisted MEC: A Multiagent DRL ApproachabstractFor multiple unmanned-aerial-vehicles (UAVs)-assisted mobile-edge computing (MEC) networks, we study the problem of combined computation and communication for user equipments deployed with multitype tasks. Specifically, we consider that the MEC network encompasses both communication and computation uncertainties, where the partial channel state information and the inaccurate estimation of task complexity are only available. We introduce a robust design accounting for these uncertainties and minimize the total weighted energy consumption by jointly optimizing UAV trajectory, task partition, as well as the computation and communication resource allocation in the multi-UAV scenario. The formulated problem is challenging to solve with the coupled optimization variables and the high uncertainties. To overcome this issue, we reformulate a multiagent Markov decision process and propose a multiagent proximal policy optimization with Beta distribution framework to achieve a flexible learning policy. Numerical results demonstrate the effectiveness and robustness of the proposed algorithm for the multi-UAV-assisted MEC network, which outperforms the representative benchmarks of the deep reinforcement learning and heuristic algorithms. Bin Li 0010, Rongrong Yang, Lei Liu 0031, Junyi Wang 0002, Ning Zhang 0007, Mianxiong Dong |
IEEE Internet Things J. | 5 |
| 2024 | Learning-Based Query Scheduling and Resource Allocation for Low-Latency Mobile-Edge Video AnalyticsabstractMobile-edge computing can help enable low-latency and accurate video analytics. However, it is difficult to make efficient utilization of limited edge resources because of the diverse requirements of video queries. In this article, we investigate edge coordination for resource-efficient video query processing, in order to accommodate real-time queries on end cameras, edge nodes, or the cloud, with accuracy guarantee. This problem is challenging because: 1) video queries are with unpredictable arrivals and different resource demands; 2) the decision space of both query scheduling and resource allocation varies over time; and 3) it is critical to maintain long-term accurate analytics for all arrived queries. This problem boils down to making scheduling and resource allocation decisions, which is formulated as a mixed-integer nonlinear programming with a long-term accuracy constraint. Observing that both the scheduling and resource allocation of each query have the Markovian property, the Markov decision process and Lyapunov optimization are adopted to decompose the problem into sequential subproblems. An adaptive reinforcement learning-based approach relying on edge coordination is proposed. Extensive experimental results show that our proposal outperforms other benchmarks on latency and accuracy at a higher level of resource utilization efficiency in real-world data sets. Peng Yang 0004, Wen Wu 0003, Ning Zhang 0007, Tao Han 0002, Li Yu 0003 |
IEEE Internet Things J. | 4 |
| 2024 | Joint Optimization of Caching, Computing, and Trajectory Planning in Aerial Mobile Edge Computing Networks: An MADDPG ApproachabstractThe 6G network is expected to accommodate a wide array of connected devices, supporting diverse services from any location at any time. In this article, we introduce an aerial mobile edge computing (MEC) framework composed of high-altitude platforms (HAPs) and low-altitude unmanned aerial vehicles (UAVs), to cater to computing offloading for Internet of Things (IoT) devices, particularly in rural/remote areas or disaster zones. The framework accommodates various types of tasks, each computed by the corresponding Docker container. The objective is to achieve optimal workload fairness for UAVs while simultaneously minimizing the weighted processing costs among IoT devices in terms of task computation latency and energy consumption over the long term. This is achieved by jointly optimizing the flight trajectories and Docker image caching decisions of the UAVs with limited storage capacities, alongside ensuring service fairness for IoT devices. We tailor a multiagent deep deterministic policy gradient (MADDPG)-based approach to solve the long-term joint optimization problem, normalizing continuous actions and sampling discrete actions by generalizing the Gumbel-Softmax reparameterization trick. Experimental results indicate that our approach significantly outperforms benchmark schemes in terms of processing delay, energy consumption, and fairness. Haifeng Sun 0003, Yuqiang Zhou, Hui Zhang 0055, Laha Ale, Hongning Dai, Ning Zhang 0007 |
IEEE Internet Things J. | 6 |
| 2024 | Dependence-Aware Multitask Scheduling for Edge Video Analytics With Accuracy GuaranteeabstractIn this paper, we investigate the optimal configuration and dependence-aware task assignment for multi-task edge video analytics. Multi-task video analytics involves multiple objects in video frames and multiple dependent tasks, resulting in existing video configuration and task assignment scheme for single-task unsuitable to this scenario. Our paper aims to efficiently assign dependent tasks to multiple collaborative edge nodes with appropriate video configuration, to achieve low latency while maintain accuracy. Firstly, we conduct extensive experiments on real-world video datasets. The results reveal that the impact of resolution on the detection accuracy varies among different sizes of objects. Moreover, the computing and communication load of dependent tasks varies along the time due to the dynamic video content. Based on the experimental results, we propose a threshold-based downsampling strategy for large objects, aiming at minimizing the transmission latency while guaranteeing task analytic accuracy. In addition, the number of objects and workload of subsequent tasks turn out to be highly correlated, the computation and transmission demands of tasks can be thus estimated for each video chunk. Then, a heuristic dependence-aware task assignment algorithm is proposed to achieve minimum completion time of dependent tasks. Experimental results demonstrate that the proposed scheme can effectively reduce the execution time of multiple tasks while guaranteeing the analytic accuracy, outperforming the state-of-the-art benchmarks. Peng Yang 0004, Zhi Liu 0002, Ning Zhang 0007 |
IEEE Internet Things J. | 5 |
| 2024 | Multiantenna Spectrum Sensing With Alpha-Stable Noise for Cognitive Radio-Enabled IoTabstractCognitive radio-enabled Internet of Things (CR-IoT) is considered as a promising technology to handle spectrum scarcity for IoT applications. Spectrum sensing enables unlicensed secondary users to exploit spectrum holes under the condition of avoiding interference with primary users in CR-IoT networks. Previous studies often assume that the noise is Gaussian while ignoring the influence of non-Gaussian noise. Moreover, multi-antenna-based spectrum sensing algorithms only consider the partial information of covariance matrix. This paper develops two multi-antenna-based spectrum sensing schemes, using fractional low-order covariance matrices to address the issue of performance degradation in impulsive noise. Specifically, the first scheme, namely, diagonal element weighting detection, exploits the diagonal element weighting of the fractional low-order covariance matrix. The latter scheme is called off-diagonal element weighting detection, which adopts the diagonal matrix weighting strategy that exploits the off-diagonal elements of fractional low-order covariance matrices. The approximate analytical expressions of the false alarm probability and detection probability are derived. These developed schemes do not employ any priori knowledge of the primary user signal. Simulation results indicate that two proposed schemes achieve acceptable performance and are robust to the characteristic exponent of the alpha-stable noise, e.g., these proposed methods could achieve a detection probability of 90% with a false alarm probability of 0.1 at GSNR = -16dB, respectively. Junlin Zhang, Mingqian Liu, Yunfei Chen 0001, Nan Zhao 0001, Yuting Han, Ning Zhang 0007 |
IEEE Internet Things J. | 6 |
| 2024 | Galaxy: A Scalable BFT and Privacy-Preserving Pub/Sub IoT Data Sharing Framework Based on BlockchainabstractThe emergence of the Internet of Things (IoT) technology in recent years has led to a considerable amount of data to be shared across different organizations. The publish and subscribe (Pub/Sub) paradigm, with its asynchronous, one-to-many, and decoupling characteristics, is considered to be a promising communication model in IoT. However, designing a Pub/Sub framework for IoT data sharing confronts two challenges: 1) Byzantine faults and 2) privacy concerns. Byzantine nodes that are subjectively malicious or hacked by attackers may discard or forge data in the broker network composed of untrusted IoT organizations. Unauthorized brokers or clients may try to obtain the content of publications or subscriptions, thus violating the IoT data privacy. Existing works have limitations in terms of relatively low scalability and high overhead in tackling these two challenges. In this article, we propose Galaxy, a blockchain-based Pub/Sub IoT data sharing framework. To achieve Byzantine fault-tolerant (BFT) Pub/Sub, Galaxy adopts sharding to improve scalability and achieve efficient BFT Pub/Sub workflow within each shard with a novel leader rotation scheme. In attaining privacy-preserving Pub/Sub, a secret key sharing and encrypted Pub/Sub scheme is designed in Galaxy to achieve low overhead without breaking the decoupling of the system. We implemented a prototype of Galaxy and deployed it on Alibaba Cloud for experimental evaluation. The experiment results show the feasibility and efficiency of Galaxy. Yuchao Zhang 0004, Ning Zhang 0007, Zibin Zheng, Ke Xu 0002 |
IEEE Internet Things J. | 4 |
| 2024 | Space-Air-Ground Integrated Networks: Spherical Stochastic Geometry-Based Uplink Connectivity AnalysisabstractBy integrating the merits of aerial, terrestrial, and satellite communications, the space-air-ground integrated network (SAGIN) is an emerging solution that can provide massive access, seamless coverage, and reliable transmissions for global-range applications. In SAGINs, the uplink connectivity from ground users (GUs) to the satellite is essential because it ensures global-range data collections and interactions, thereby paving the technical foundation for practical implementations of SAGINs. In this article, we aim to establish an accurate analytical model for the uplink connectivity of SAGINs in consideration of the global distributions of both GUs and aerial vehicles (AVs). Particularly, we investigate the uplink path connectivity of SAGINs, which refers to the probability of establishing the end-to-end path from GUs to the satellite with or without AV relays. However, such an investigation on SAGINs is challenging because all GUs and AVs are approximately distributed on a spherical surface (instead of the horizontal surface), resulting in the complexity of network modeling. To address this challenge, this paper presents a new analytical approach based on spherical stochastic geometry. Based on this approach, we derive the analytical expression of the path connectivity in SAGINs. Extensive simulations confirm the accuracy of the analytical model. Yalin Liu, Hongning Dai, Qubeijian Wang, Om Jee Pandey, Yaru Fu, Ning Zhang 0007, Dusit Niyato, Chi Chung Lee 0001 |
IEEE J. Sel. Areas Commun. | 6 |
| 2024 | Joint Beamforming and Reflecting Design for IRS-Aided Wireless Powered Over-the-Air Computation and Communication NetworksabstractTo satisfy the heterogeneous service requirements in future internet of things (IoT), this paper investigates the novel framework for intelligent reflecting surface (IRS)-aided wireless powered over-the-air computation (AirComp) and communication networks, where the IoT devices first harvest energy from the downlink signal sent by the base station, and then conduct the information transmissions and AirComp in the uplink. In particular, the IRS is used to improve the efficiency of wireless energy transfer, and alleviate the harmful interference between the communication and AirComp signals. To balance the performance of such an integrated system, we present two joint beamforming and reflection optimization problems via minimizing the computation distortion and maximizing the sum rate, respectively. To solve the non-convex problems, we develop the alternating optimization framework with proved convergence, in which the penalty function-based method and variable substitution technique are exploited to acquire the optimal solutions of beamformers and reflection parameters. Finally, simulation results show that the proposed method realizes significantly higher computation accuracy and communication rate, in comparison with several existing benchmark methods. Sun Mao, Ning Zhang 0007, Lei Liu 0031, Tang Liu 0001, Jie Hu 0001, Kun Yang 0001, Dusit Niyato |
IEEE Trans. Commun. | 2 |
| 2024 | Secure Offloading in NOMA-Enabled Multi-Access Edge Computing NetworksabstractMulti-access edge computing (MEC) has been recognized as a promising technology for enhancing the computation capability for next generation wireless networks. This paper studies physical layer security for an MEC network, where multiple users desire to securely offload part of their computation tasks to a base station (BS) simultaneously using non-orthogonal multiple access (NOMA) subject to the potential overhearing of a malicious eavesdropper. The secrecy outage probability (SOP) is adopted as a secrecy performance metric of the computation offloading against eavesdropping attacks. We aim to minimize the total energy consumption of the MEC system subject to an individual SOP constraint for each user. To this end, we jointly design each user’s local computing bits, the transmit power, the secrecy code rates, as well as the successive interference cancellation decoding order at the BS side. As the formulated problem is highly non-convex and challenging to solve, we propose an efficient algorithm based on penalty dual decomposition (PDD) and sequential convex approximation methods to obtain an efficient suboptimal solution. To reduce the computational complexity, we further propose a reverse recursion (RR) algorithm and derive semi-closed-form solutions to the design problem. Numerical results are presented to validate the convergence and the effectiveness of our proposed algorithms. We show that the minimal total energy consumption obtained via either the PDD or RR method approaches the optimal performance of exhaustive search as the task duration increases. It is also demonstrated that the RR algorithm can achieve a comparable performance to that of the PDD algorithm while enjoying a much lower computational complexity. Tongxing Zheng, Xin Chen 0098, Yating Wen, Ning Zhang 0007, Derrick Wing Kwan Ng, Naofal Al-Dhahir |
IEEE Trans. Commun. | 4 |
| 2024 | Privacy-Preserving Anomaly Detection of Encrypted Smart Contract for Blockchain-Based Data TradingabstractIn a blockchain-based data trading platform, data users can purchase data sets and computing power through encrypted smart contracts. The security of smart contracts is important as it relates to that of the data platform. However, due to the inability to apply to detection rules with complex structures and the inefficiency of detection, existing malicious code detection methods are not suitable for the encrypted smart contracts in blockchain-based data trading platforms with high transaction rate requirements. In this paper, a practical and privacy-preserving malicious code detection method is proposed for encrypted smart contract in blockchain-based data trading platform. Specifically, we design two kinds of miners to act as the malicious rule processor and the detector respectively for inspecting the encrypted smart contract. The rule processor generates an obfuscated map with the original open-source malicious rule set. The detector performs a malicious inspection algorithm by inputting the obfuscated map and the randomized tokens, where the latter is generated from smart contract. Then, we theoretically analyze the security syntax of the proposed method. The analysis results demonstrate the proposed scheme can achieve$\mathcal {L}$-secure against adaptive attacks. Extensive experiments are carried out through the open-source real rule sets, which show that the proposed scheme can reduce communication time and communication overhead. Dajiang Chen, Zeyu Liao, Rui-dong Chen, Hao Wang 0229, Chong Yu 0002, Kuan Zhang 0001, Ning Zhang 0007, Xuemin Shen |
IEEE Trans. Dependable Secur. Comput. | 7 |
| 2024 | Cloud-Fog Automation: Vision, Enabling Technologies, and Future Research DirectionsabstractThe Industry 4.0 digital transformation envisages future industrial systems to be fully automated, including the control, upgrade, and configuration processes of a large number of heterogeneous wired/wireless interconnected devices in Industrial Internet of Things environments. Most of the industrial automation systems today are based on the traditional International Society of Automation (ISA)-95 model, with some recently transitioned to Cloud Automation systems. Latest developments in network connectivity technologies, artificial intelligence, and Cloud/Fog computing technologies have motivated us to rethink the ISA-95 model. In this article, we propose a vision that aims to migrate most of the computational and automation tasks closer to the ground, which we term the collaborative “Cloud-Fog Automation” paradigm. We perform a comprehensive survey of the state-of-the-art and formulate the three pillars of this vision: Deterministic connectivity, deterministic connected intelligence, and deterministic networked computing. In each of these pillars, we review their latency and reliability, security, and functional safety requirements and challenges. Finally, we articulate and highlight key future research directions to realize this vision. Jiong Jin, Kan Yu 0002, Jonathan Kua, Ning Zhang 0007, Zhibo Pang, Qing-Long Han |
IEEE Trans. Ind. Informatics | 4 |
| 2024 | Secure and Flexible Data Sharing With Dual Privacy Protection in Vehicular Digital Twin NetworksabstractVehicular digital twin networks (VDTNs) offer great opportunities for driver safety enhancements. By leveraging digital twin (DT) technology, VDTNs can collect and analyze traffic data to optimize driving routes, and allow the out-of-field vehicles to share traffic data via their DTs. However, the real-time data sharing process over a public channel raises concerns about security and privacy. Existing data sharing schemes cannot be directly adopted for VDTNs because they rarely consider dual (data and identity) privacy, synchronization, and flexibility, while also imposing a significant cost on resource-limited entities. To address these challenges, we propose a secure and flexible data sharing scheme with dual privacy protection for VDTNs. In the proposed scheme, a signature of knowledge protocol is developed for protecting the vehicle’s real identity and ensuring authentication, smart contract algorithms are designed to assist in realizing accountability, and a verification control mechanism is devised for allowing the vehicle to flexibly share the traffic data. Additionally, DT with consistent states is capable of removing sensitive information from the shared data, which guarantees synchronization and data privacy. The security analysis demonstrates that the proposed scheme is resilient against potential security threats in VDTNs. Furthermore, the performance evaluation indicates that the proposed scheme not only outperforms the state-of-the-art schemes but also achieves feasible blockchain consumption and data authentication delay. Chenhao Wang 0005, Yang Ming 0001, Hang Liu 0008, Jie Feng 0004, Ning Zhang 0007 |
IEEE Trans. Intell. Transp. Syst. | 5 |
| 2024 | Adaptive Training and Aggregation for Federated Learning in Multi-Tier Computing Networks
Wenjing Hou, Hong Wen 0001, Ning Zhang 0007, Wenxin Lei, Haojie Lin, Zhu Han 0001, Qiang Liu 0045 |
IEEE Trans. Mob. Comput. | 3 |
| 2024 | DetFed: Dynamic Resource Scheduling for Deterministic Federated Learning Over Time-Sensitive NetworksabstractIn this paper, we present a three-layer (i.e., device, field, and factory layers) deterministic federated learning (FL) framework, named DetFed, which accelerates collaborative learning process for ultra-reliable and low-latency industrial Internet of Things (IoT) via integrating 6G-oriented Time-sensitive Networks (TSN). Utilizing dispersive local data, industrial IoT devices distributively train a deep neural network (DNN) model, and the updated model parameters are aggregated at their associated field servers every round or at a centralized factory server every a few rounds. Aiming at optimizing the learning accuracy of FL without affecting the co-transmission of burst traffic (e.g., safety-critical traffic), an integrated TSN is considered to establish connections among the three layers, where a cyclic queuing and forwarding mechanism is deployed in each switch to support deterministic model parameter transmission with microsecond-level delay and near-zero packet loss requirements. To improve the FL performance, we formulate a multi-objective stochastic optimization problem to simultaneously maximize the scheduling success ratio and learning accuracy while satisfying the deterministic requirements of delay, jitter, and packet loss. Since the objective function is implicit and the available time slots of the considered TSN in each FL round are temporally correlated, the problem is difficult to solve in real time. Therefore, we transform the problem into a Markov decision process formulation and propose a dynamic resource scheduling algorithm, based on deep reinforcement learning, to make optimal resource scheduling decisions while adapting to device heterogeneity and network dynamics. Experimental results based on real-world dataset demonstrate that the proposed DetFed significantly accelerates FL convergence and improves learning accuracy as compared to state-of-the-art benchmarks. Dong Yang 0001, Weiting Zhang, Qiang Ye 0002, Chuan Zhang 0003, Ning Zhang 0007, Chuan Huang 0001, Hongke Zhang, Xuemin Shen |
IEEE Trans. Mob. Comput. | 5 |
| 2023 | Edge-Assisted Lightweight Region-of-Interest Extraction and Transmission for Vehicle PerceptionabstractTo enhance on-road environmental perception for autonomous driving, accurate and real-time analytics on high-resolution video frames generated from on-board cameras becomes crucial. In this paper, we design a lightweight object location method based on class activation mapping (CAM) to rapidly capture the region of interest (RoI) boxes that contain driving safety related objects from on-board cameras, which can not only improve the inference accuracy of vision tasks, but also reduce the amount of transmitted data. Considering the limited on-board computation resources, the RoI boxes extracted from the raw image are offloaded to the edge for further processing. Considering both the dynamics of vehicle-to-edge communications and the limited edge resources, we propose an adaptive RoI box offloading algorithm to ensure prompt and accurate inference by adjusting the down-sampling rate of each box. Extensive experimental results on four high-resolution video streams demonstrate that our approach can effectively improve the overall accuracy by up to 16 % and reduce the transmission demand by up to 49%, compared with other benchmarks. Peng Yang 0004, Ning Zhang 0007 |
GLOBECOM | 3 |
| 2023 | Deadline Aware Two-Timescale Resource Allocation for VR Video StreamingabstractIn this paper, we investigate resource allocation problem in the context of multiple virtual reality (VR) video flows sharing a certain link, considering specific deadline of each video frame and the impact of different frames on video quality. Firstly, we establish a queuing delay bound estimation model, enabling link node to proactively discard frames that will exceed the deadline. Secondly, we model the importance of different frames based on viewport feature of VR video and encoding method. Accordingly, the frames of each flow are sorted. Then we formulate a problem of minimizing long-term quality loss caused by frame dropping subject to per-flow quality guarantee and bandwidth constraints. Since the frequency of frame dropping and network fluctuation are not on the same time scale, we propose a two-timescale resource allocation scheme. On the long timescale, a queuing theory based resource allocation method is proposed to satisfy quality requirement, utilizing frame queuing delay bound to obtain minimum resource demand for each flow. On the short timescale, in order to quickly fine-tune allocation results to cope with the unstable network state, we propose a low-complexity heuristic algorithm, scheduling available resources based on the importance of frames in each flow. Extensive experimental results demonstrate that the proposed scheme can efficiently improve quality and fairness of VR video flows under various network conditions. Qingxuan Feng, Peng Yang 0004, Zhixuan Huang, Ning Zhang 0007 |
GLOBECOM | 5 |
| 2023 | End-Edge Coordinated Joint Encoding and Neural Enhancement for Low-Light Video AnalyticsabstractIn this paper, we investigate video analytics in low-light environments, and propose an end-edge coordinated system with joint video encoding and enhancement. It adaptively transmits low-light videos from cameras and performs enhancement and inference tasks at the edge. Firstly, according to our observations, both encoding and enhancement for low-light videos have a significant impact on inference accuracy, which directly influences bandwidth and computation overhead. Secondly, due to the limitation of built-in computation resources, cameras perform encoding and transmitting frames to the edge. The edge executes neural enhancement to process low contrast, detail loss, and color distortion on low-light videos before inference. Finally, an adaptive controller is designed at the edge to select quantization parameters and scales of neural enhancement networks, aiming to improve the inference accuracy and meet the latency requirements. Extensive real-world experiments demonstrate that, the proposed system can achieve a better trade-off between communication and computation resources and optimize the inference accuracy. Yuanyi He, Peng Yang 0004, Ning Zhang 0007 |
GLOBECOM | 4 |
| 2023 | Secure Terahertz Indoor Communications Using Blockage Feature-Based Artificial Noise in 6GabstractTerahertz communication with abundant spectrum resources is envisioned as the key technology of 6G. Despite its narrow beam, terahertz transmission is still vulnerable to eaves-dropping attacks in indoor scenarios. In this paper, we propose a blockage feature-based artificial noise scheme to safeguard the indoor network in the presence of multiple access points (APs), users, and eavesdroppers. Those APs with blocked links to the typical user are selected to emit artificial noise to deteriorate the reception of eavesdroppers. Thus, communication security is ensured without escalating the instability of legitimate connections caused by the small coverage nature of terahertz beams. By comprehensively considering the propagation characteristics of terahertz, such as the three dimensions narrow beam and the human blocking effect, we derive the theoretical expressions of the connection outage probability, the secrecy outage probability, and the average number of perfect links per unit area. Numerical results demonstrate that the proposed scheme outperforms the traditional schemes in terms of connection stability and secrecy performance. Suheng Tian, Ying Ju 0001, Lei Liu 0031, Qingqi Pei, Ning Zhang 0007, Celimuge Wu, Shahid Mumtaz |
GLOBECOM | 5 |
| 2023 | Covert Communication Based on Non-Ideal Detection of Overt ChannelsabstractIn this paper, we study a covert communication strategy based on non-ideal detection on overt channels in Internet of Things (IoT) networks, where IoT device utilizes existing overt channels as spectrum masks to achieve covert communication. We consider the non-ideal detection of IoT device on overt channels. At the same time, to improve covert transmission rate, we use improper Gaussian signaling (IGS) at IoT device. We first provide detection errors of IoT device, and then analyze the non-ideal transmission rate using IGS and minimum error detection probability of the warden. Next, we jointly optimize the transmit power of IoT device and circularity coefficient of IGS to maximize the covert rate while meeting the quality of service (QoS) constraint of the overt channel and the covertness constraint. The final simulations demonstrate that considering the non-ideal detection of IoT device and utilizing IGS can effectively improve the system transmission rate. Zan Li 0001, Ning Zhang 0007 |
GLOBECOM | 6 |
| 2023 | Age and Energy Analysis in Code-Based Status Update System over Fading ChannelsabstractEnergy efficiency and information freshness are two fundamentally critical performance metrics in real-time status update systems which can be measured by energy cost (EC) and age of information (AoI), respectively. This paper examines the AoI and EC performance of the hybrid automatic repeat request with incremental redundancy (HARQ-IR) scheme in code-based status update systems and presents unified results that can generally depict the average AoI and EC over block fading channels. First, we propose a practical code-based status update system that fully takes into account the impact of information processing and long-distance transmission in performance analysis. Then, we analyze and derive the average AoI/EC expressions for HARQ-IR scheme, which are unified results over block fading channels. The simulations of different transmission protocols validate our explicit results and show that there is a distance threshold on whether to retransmit the failed updates. Based on the simulation results, it appears that system AoI/EC demand will affect distance threshold values, which provide guidance for future designs of age-energy tradeoff transmission schemes. Yajing Deng, Shaohua Wu 0002, Junhua You, Ning Zhang 0007, Qinyu Zhang 0001 |
ICC | 4 |
| 2023 | An Improved DBSCAN and Multi-Agent Based Task Offloading Mechanism for 6G-Enabled Internet of VehiclesabstractHigh mobility of Internet of Vehicles (IoV) brings rapidly changing network topology, and massive data produced by vehicles aggravate heavy burden to the network. These may lead unreliable and high latency of data transmission and processing, which is not facilitate the application and popularization of automatic driving. Evolutions of intelligent vehicles and edge intelligence promising technologies enable vehicles as agents. Vehicles have abilities to act as aided Mobile Edge Computing (MEC) servers to support ultra-low communication and computing latency and super-high reliability data transmission and processing. In this paper, we elect some vehicles as aided MEC servers and design an improved Density-Based Spatial Clustering of Applications with Noise (DBSCAN) clustering algorithm to involve more scattered vehicles for clustering. We adopt a Multi- Multi matching algorithm to pair vehicles and the aided MEC server, and designed a multi -agent- based task offloading mechanism to reduce latency and improve resource utilization efficiency. Furthermore, a reward mechanism is proposed to stimulate vehicles to be aided MEC servers instead of refusing to provide services. Evaluation results verify the proposed offloading method could effectively reduce the average delay, improve computing resources utilization and increase the benefit of aided MEC servers and service providers. Xiaoming Yuan 0002, Ning Zhang 0007, Lei Liu 0031 |
ICC | 4 |
| 2023 | Bandwidth-Efficient Edge Video Analytics via Frame Partitioning and Quantization OptimizationabstractThe surging penetration of video cameras drives the rapid growth of video frames processed on the mobile edge. However, the scarce bandwidth and limited edge computing resources hinder edge video analytics at scale. Observing the non-uniform distribution of objects in one frame, we find the quality requirements and importance for video analytics of different regions vary across one frame. Hence, we propose Abate, a content-aware video coding and analytics scheme, to achieve bandwidth-efficient video analytics. This scheme consists of two phases, i.e., frame partitioning and quantization optimization. Taking structural features of frames into account, frames are subtly divided into small blocks in the first phase. Then, the quality of each of the blocks is properly controlled by quantization parameters based on contents in the block, taking into account the balance between video data volume and analytic accuracy. Extensive experimental results on real-world datasets show that, compared to existing benchmarks, the proposed system and algorithm can effectively save 50% bandwidth while achieving 10% higher accuracy. Chuqin Zhou, Peng Yang 0004, Ning Zhang 0007 |
ICC | 5 |
| 2023 | Reliable Federated Learning Based Traffic Crowdsourcing in the Presence of Adversarial UsersabstractThe extended computing power and ubiquity of smartphones offer tremendous opportunities for mobile crowdsourcing-assisted traffic information collection. Due to the dynamic and unsupervised nature of mobile sensing nodes, data quality is a major concern, and reputation systems are often employed to mitigate the impact of unreliable data sources. In this paper, we propose using federated learning with iterative filtering in traffic information crowdsourcing to discover the truth, calculate the reputation of all mobile sensing nodes, and recover the truth about traffic conditions. Our simulation results show that the proposed approach is robust to collusion attacks, provides better accuracy, and converges to the truth quickly. Li Yu 0003, Ning Zhang 0007, Esam Abdel-Raheem |
ICDCS | 2 |
| 2023 | Split Federated Learning: Speed up Model Training in Resource-Limited Wireless NetworksabstractIn this paper, we propose a novel distributed learning scheme, named group-based split federated learning (GSFL), to speed up artificial intelligence (AI) model training. Specifically, the GSFL operates in a split-then-federated manner, which consists of three steps: 1) Model distribution, in which the access point (AP) splits the AI models and distributes the client-side models to clients; 2) Model training, in which each client executes forward propagation and transmit the smashed data to the edge server. The edge server executes forward and backward propagation and then returns the gradient to the clients for updating local client-side models; and 3) Model aggregation, in which edge servers aggregate the server-side and client-side models. Simulation results show that the GSFL outperforms vanilla split learning and federated learning schemes in terms of overall training latency while achieving satisfactory accuracy. Songge Zhang, Wen Wu 0003, Penghui Hu, Shaofeng Li 0001, Ning Zhang 0007 |
ICDCS | 5 |
| 2023 | Transmission Order Optimization of Coded Distributed Computing in Heterogeneous Wireless Multiple-Access NetworkabstractCoded distributed computing (CDC) has been recently proposed as a promising technique to mitigate the straggler effect in the distributed computing cluster which consists of workers with different computing capabilities, and to reduce the end-to-end task execution latency. However, the heterogeneity of computing and transmission will critically impact the latency performance, especially in the wireless multiple-access network. In this paper, we use CDC over the heterogeneous wireless multipleaccess network (HWMAN) including both computation stragglers and transmission stragglers with various capabilities. In order to reduce the computing task completion latency (computing latency and transmission latency), the optimal stop computing time of workers and the sorting order of result transmission back are obtained via two designed algorithms, namely straggler detection and ordered transmission (SDOT) and worker sorting and ordered transmission (WSOT), respectively, which not only fully utilize the computing results of stragglers, but also improve the total latency performance compared with other existing state-of-theart algorithms. Yaonan Wu, Shushi Gu, Qinyu Zhang 0001, Ning Zhang 0007, Wei Xiang 0001 |
IWCMC | 4 |
| 2023 | Machine learning based detection of replay attacks in VANETabstractConnected and Autonomous Vehicles (CAVs) will play a critical role in improving the safety and efficiency of future Intelligent Transportation System (ITS). Periodic broadcasts of basic safety messages (BSMs) containing up-to-date vehicle status information constitute one important class of inter-vehicular communication. If false or inaccurate information is inserted in the BSMs it can lead to serious consequences such as accidents resulting in bodily injury and even loss of life. In this paper, we propose a machine learning based approach for automatically detecting replay attacks, where BSMs received from neighboring vehicles are rebroadcast, with false sender information, by a malicious node. Simulations using the publicly available Vehicular Reference Misbehavior (VeReMi) extension dataset demonstrate that the proposed model clearly outperforms existing techniques for detecting BSM replay attacks. Muhammad Anwar Shahid, Arunita Jaekel, Ning Zhang 0007, Marc Kneppers |
NOMS | 4 |
| 2023 | Predictive and Robust Field-of-View Selection for Virtual Reality Video StreamingabstractVirtual reality technology is rapidly evolving towards providing immersive user experience. By predicting user’s field-of-view (FoV) in advance, only transmitting content viewed by the user can help to meet the stringent requirements of delivering enhanced video quality. In this paper, a predictive and robust FoV selection algorithm is devised to dynamically identify a subset of video tiles, guided by the prediction error due to user’s stochastic head movement. Considering that the required data size to cover actual FoV is positively correlated with the prediction error, we construct a context space represented by the prediction error. A partition method of context space is exploited to discretize continuous context, where the prediction errors are classified effectively, and adaptive tile selection can be carried out. Then, a padding strategy is proposed by estimating the transmission gain of each tile in different prediction context, which improves the coverage of transmitted content around the true FoV at less bandwidth cost. Experimental results based on a real-world dataset demonstrate that the proposed algorithm can achieve dynamic FoV adjustment, and effectively improve user’s quality of experience. Zhixuan Huang, Peng Yang 0004, Wen Wu 0003, Ning Zhang 0007 |
PIMRC | 4 |
| 2023 | Integration of blockchain and edge computing in internet of things: A survey
He Xue 0001, Dajiang Chen, Ning Zhang 0007, Hongning Dai, Keping Yu |
Future Gener. Comput. Syst. | 3 |
| 2023 | Resource Scheduling for Intelligent Reflecting Surface-Assisted Full-Duplex Wireless-Powered Communication Networks With Phase ErrorsabstractIntelligent reflecting surface (IRS) is envisioned as a promising technique to improve the performance of full-duplex wireless-powered communication networks (FD-WPCNs). This article investigates the joint phase beamforming design and resource management for IRS-assisted FD-WPCNs, where multiple wireless devices (WDs) can harvest downlink radio-frequency energy and transmit uplink information to the hybrid access point (HAP) over the same band with the aid of IRS. We first formulate a total transmission time minimization problem subject to the minimum transmit rate and energy causality constraints of WDs. In particular, the random phase error of IRS is integrated into our optimization model. Furthermore, we develop an alternating optimization method to obtain the optimal solution of the formulated nonconvex problem by iteratively solving two subproblems. For the phase beamforming optimization subproblem, we first convert the random phase errors to a deterministic expression, and then utilize the successive convex approximation method to solve the phase beamforming optimization problem. For the transmit power and time-slot allocation subproblem, the optimal transmit power of WDs is derived in closed-form expressions, and the approximation method and variable substitution technique are adopted to obtain the optimal time-slot allocation and transmit power of HAP. Finally, numerical results are provided to evaluate the performance of our proposed method and reveal the benefits introduced by the IRS technique as compared to benchmark methods. Sun Mao, Lei Liu 0031, Ning Zhang 0007, Jie Hu 0001, Kun Yang 0001, Mianxiong Dong, Kaoru Ota |
IEEE Internet Things J. | 3 |
| 2023 | Intelligent Reflecting Surface-Assisted Low-Latency Federated Learning Over Wireless NetworksabstractFederated learning (FL) is an emerging technique to support privacy-aware and resource-constrained machine learning, where a base station (BS) will coordinate a set of distributed Internet of Things (IoT) devices to train a shared machine learning model with their local data sets. Nevertheless, due to the frequent interactions between BS and distributed IoT devices for the aggregating/distributing learning model parameters, the performance of FL is fundamentally restricted by the randomness of channel condition. To address this issue, we utilize the intelligent reflecting surface (IRS) to improve the efficiency of learning model aggregation/distribution. In addition, we consider two transmission protocols to enable the model aggregation from IoT devices to BS, i.e., frequency division multiple access (FDMA) and nonorthogonal multiple access (NOMA). For both protocols, we formulate the total training latency minimization problem under the available energy constraints of IoT devices, to jointly optimize the phase shifts of IRS, communication resource scheduling, and transmit power and local computing frequencies of IoT devices. Moreover, we further develop the efficient multidimensional resource management algorithms to solve the formulated training latency minimization problems. Numerical results demonstrate that the proposed IRS-assisted FL systems can achieve significant latency reduction as compared with other benchmark methods, and the NOMA-based model aggregation method exhibits a lower total training latency than the FDMA-based counterpart. Sun Mao, Lei Liu 0031, Ning Zhang 0007, Jie Hu 0001, Kun Yang 0001, F. Richard Yu, Victor C. M. Leung |
IEEE Internet Things J. | 3 |
| 2023 | Multiagent Meta-Reinforcement Learning for Optimized Task Scheduling in Heterogeneous Edge Computing SystemsabstractMobile-edge computing (MEC) brings the potential to address the ever increasing computation demands from the mobile users (MUs). In addition to local processing, the resource-constrained MUs in an MEC system can also offload computation to the nearby servers for remote execution. With the explosive growth of mobile devices, computation offloading faces the challenge of spectrum congestion, which, in turn, deteriorates the overall quality of computation experience. This article, hence, investigates computation task scheduling in a heterogeneous cellular and WiFi MEC system. Such a system provides both licensed and unlicensed spectrum opportunities. Due to the sharing of communication and computation resources as well as the uncertainties, we formulate the problem of computation task scheduling among the competing MUs in a stationary heterogeneous edge computing system as a noncooperative stochastic game. We propose an approximation-based multiagent Markov decision process without the global system state observations, under which a multiagent proximal policy optimization (PPO) algorithm is derived to solve the corresponding Nash equilibrium. When expanding to a nonstationary heterogeneous edge computing system, the obtained algorithm suffers from the slow convergence due to constrained adaptability. Accordingly, we explore meta-learning and propose a multiagent meta-PPO algorithm, which rapidly adapts the control policy learning to the nonstationarity. Numerical experiments demonstrate performance gains from our proposed algorithms. Liwen Niu, Xianfu Chen, Ning Zhang 0007, Yongdong Zhu, Rui Yin 0001, Celimuge Wu, Yangjie Cao |
IEEE Internet Things J. | 3 |
| 2023 | Lightweight Federated Learning for Large-Scale IoT Devices With Privacy GuaranteeabstractWith the massive deployment of the Internet of Things (IoT) devices, many data analysis applications emerge for the large amount of data accumulated by IoT. Federated learning (FedL) on IoT devices is an appealing mode to train a precise data analysis model. However, existing FedL schemes either take expensive computation costs (e.g., public-key cryptographic operations) or a large number of interactions among participants. Obviously, these schemes are unsuitable for IoT devices due to the limited computational and communication resources. In this work, we propose a lightweight privacy-preserving FedL scheme for IoT devices. To protect the privacy of individual local data, we add masks to intervening parameters. An effective secret-sharing scheme is adopted to ensure that masks can be eliminated accurately. Considering that FedL involves multiple iterations and mask generation for each iteration costs a large number of interactions among users for privacy guarantee, we also design a secure mask reusing mechanism for large-scale FedL tasks. We prove that our scheme is secure against the honest-but-curious model. In addition, we also expand our scheme to deal with the collusion attack. Extensive experiments on real IoT devices demonstrate the accuracy and efficiency of our work. Zhaohui Wei, Qingqi Pei, Ning Zhang 0007, Xuefeng Liu 0002, Celimuge Wu, Amirhosein Taherkordi |
IEEE Internet Things J. | 3 |
| 2023 | Integrated Sensing and Communication Signals Toward 5G-A and 6G: A SurveyabstractIntegrated sensing and communication (ISAC) has the advantages of efficient spectrum utilization and low hardware cost. It is promising to be implemented in the fifth-generation-advanced (5G-A) and sixth-generation (6G) mobile communication systems, having the potential to be applied in intelligent applications requiring both communication and high-accurate sensing capabilities. As the fundamental technology of ISAC, ISAC signal directly impacts the performance of sensing and communication. This article systematically reviews the literature on ISAC signals from the perspective of mobile communication systems, including ISAC signal design, ISAC signal processing, and ISAC signal optimization. We first review the ISAC signal design based on 5G, 5G-A, and 6G mobile communication systems. Then, radar signal processing methods are reviewed for ISAC signals, mainly including the channel information matrix method, spectrum lines estimator method, and super-resolution method. In terms of signal optimization, we summarize peak-to-average power ratio (PAPR) optimization, interference management, and adaptive signal optimization for ISAC signals. This article may provide the guidelines for the research of ISAC signals in 5G-A and 6G mobile communication systems. Zhiqing Wei, Hanyang Qu, Yuan Wang 0079, Xin Yuan 0004, Huici Wu, Kaifeng Han, Ning Zhang 0007, Zhiyong Feng 0001 |
IEEE Internet Things J. | 8 |
| 2023 | Feature-Based Spectrum Sensing of NOMA System for Cognitive IoT NetworksabstractWith the rapid increase of the demand for the Internet of Things (IoT), spectrum resources have incremental challenges. Nonorthogonal multiple access (NOMA) and spectrum sensing (SS) are considered key candidate technologies for next-generation wireless communications to improve spectrum utilization. Nevertheless, using both technologies at the same time makes the system more complex and brings new challenges to user differentiation. In order to make better use of these advantages, we creatively propose a feature detection-based SS method for NOMA systems. To better distinguish the relationship between the presence or absence of signals from different NOMA users, we employ feature detection to obtain the feature values of each user. We propose workflows and transceiver architectures combining the two technologies. Based on the relationship among users’ priorities, power, and transmission in common scenarios, we design a downlink mode and two uplink modes and deduce the threshold settings of the corresponding modes. Meanwhile, we also customarily propose enhanced algorithms, to have a marked increase in the performance for the proposed method in various modes. Experimental results illustrate that the proposed technique is feasible and has prominent detection performance and satisfying throughput performance. Tianheng Xu, Xianfu Chen, Ning Zhang 0007, Honglin Hu |
IEEE Internet Things J. | 5 |
| 2023 | Guest Editorial Special Issue on AI and Blockchain-Powered IoT Sustainable ComputingabstractDue to advancements in semiconductor technologies, Internet of Things (IoT) applications have penetrated into a wide spectrum of aspects of human lives. This widespread penetration is also thanks to significant contributions from many emerging technologies, e.g., artificial intelligence (AI) and blockchain[1],[2]. The fast development of AI technologies like deep learning is a promising approach for extracting accurate information from massive raw sensor data in IoT applications[3]. In addition, due to its tamper-proof characteristic and distributed nature, blockchain has received increasing attentions in emerging IoT applications to tackle security and privacy issues[4],[5]. AI and blockchain have become killer technologies to advance the fast development of IoT ecosystems with incredible growth, impact, and potential. Yulei Wu, Ning Zhang 0007, Zheng Yan 0002, Mohammed Atiquzzaman, Yang Xiang 0001 |
IEEE Internet Things J. | 2 |
| 2023 | FastNet: A Lightweight Convolutional Neural Network for Tumors Fast Identification in Mobile-Computer-Assisted DevicesabstractHistopathology diagnosis is an important standard for breast tumors identifying. However, histopathology image analysis is complex, tedious and error-prone, due to the super-resolution image. In recent years, deep learning technology has been successfully applied to histopathology image analysis and made great progress. The well-known deep neural networks usually have tens of million parameters, which consume much memory to deploy the state-of-the-art model. In addition, deep neural networks rely on high-performance hardware resources, which impede the deployment of state-of-the-art model on portable equipment. In this work, a novel framework which consists of a weight accumulation method and a lightweight fast neural network (FastNet) was proposed for tumor fast identification (TFI) in mobile computer-assisted devices. The weight accumulation method was designed to obtain the tissue mask regions of interest and remove the useless background area in histopathology images, which greatly reduces the redundant computation cost. Furthermore, we proposed the lightweight FastNet to improve the computational efficiency on mobile devices. A novel attention loss function was designed and applied in FastNet. The attention loss function pays more attention on the positive samples and the indistinguishable samples, which greatly improves performance. The proposed FastNet was compared with three state-of-the-art methods commonly used for image classification and object detection. Experimental results indicated that FastNet achieves highest recall of 96.94%, highest F1 score of 97.33% and highest accuracy of 97.34%, besides least trainable parameters of 0.22M and smallest floating point operations of 210M FLOPs. Zhen Qin 0002, Dajiang Chen, Ning Zhang 0007, Yi Ding 0003, Fuhu Deng, Zhiguang Qin, Minghui Pang |
IEEE Internet Things J. | 4 |
| 2023 | Defed: An Edge-Feature-Enhanced Image Denoised Network Against Adversarial Attacks for Secure Internet of ThingsabstractWith the prosperous development of Internet of Things (IoT), IoT devices have been deployed in various applications, which generates large volume of image data to trace and record the users’ behaviors, resulting in better IoT services. To accurately analyze these huge data to further improve users’ experience on IoT services, deep neural networks (DNNs) are gaining more attention and have become increasingly popular. However, recent studies have shown that DNN models are vulnerable to adversarial attacks, which leads to the risk of applications in practice. Previous works are devoted to extract invariant features from the content circled by edges in images, while such features cannot efficiently deal with the adversarial effect. In this work, we first study this problem from a new angle by exploring the edge feature information, which is intractable to be influenced by adversarial attacks demonstrated by our empirical analysis. Based on this, we propose a novel edge feature-enhanced defense approach called Defed which incorporates edge feature information into denoised network to defend against various adversarial attacks in image area. For the training phase, we only add benign images as the input and exert Gaussian noise to substitute the adversarial attacks to mitigate the dependency of models on specific adversarial attacks. For inference, we design a combination of multiple Defeds trained by different Gaussian noise levels and deploy confidence intervals to judge whether an image is adversarial or not. Experiments over real-world data sets on image classification demonstrate the efficacy and superiority compared to the state-of-the-art defense approaches. Yang Xiao 0014, Chengjia Yan, Shuo Lyu, Qingqi Pei, Ximeng Liu, Ning Zhang 0007, Mianxiong Dong |
IEEE Internet Things J. | 6 |
| 2023 | Nested Hash Access With Post Quantum Encryption for Mission-Critical IoT CommunicationsabstractSecure ultrareliable low-latency communication (URLLC) has become a crucial requirement of mission-critical Internet of Things (IoT) applications and use cases, including automotive driving, remote surgery, and many others. However, it is still challenging to protect initial access of massive IoT devices over wireless channels, especially when malicious quantum adversaries paralyze the initial access by overhearing and tampering critical wireless messages, i.e., preambles. We propose a nested hash access system with post-quantum encryption to solve this issue. The system performs random repetition coding and nested hash coding on multidomain physical-layer resources to encode and decode preambles precisely and resiliently. Particularly, a subtle compression and encryption mechanism based on quasi-cyclic (QC)-moderate-density parity-check (MDPC) code is proposed between repetition and hashing operations to avoid passive eavesdropping during the preamble encoding process. We show that the code information can be maintained at 128-bit or higher privacy level, depending on the length of repetition code. Besides, the preamble decoding process can be proved secure agaisnt active attacks with a tolerable loss of decoding errors. Then, we formulate two nonconvex integer programming problems, each problem corresponding to the minimization of upper bound of preamble decoding error in an example application scenario. Finally, we can derive the expressions of system failure probability to evaluate the reliability of URLLC system under mission-critical IoT scenarios. Simulation results show the effectiveness of our proposed scheme despite attack. Dongyang Xu 0003, Lei Liu 0031, Ning Zhang 0007, Mianxiong Dong, Victor C. M. Leung, James A. Ritcey |
IEEE Internet Things J. | 3 |
| 2023 | Energy- and Cost-Efficient Transmission Strategy for UAV Trajectory Tracking Control: A Deep Reinforcement Learning ApproachabstractIn this article, we consider a networked control system (NCS) with network-induced delay, in which the control center needs to control the remote unmanned aerial vehicle (UAV) to complete the trajectory tracking task. The sensor of the controlled UAV adopts the event-triggered mechanism, while the control center uses the adaptive dynamic programming (ADP)-based tracking control method to generate control actions. The application of the ADP method brings new transmission options, i.e., the control center can choose to transmit control action or neural network model. Considering the fundamental tradeoff between these two transmission options with different transmission energy consumption and tracking cost, we formulate the joint optimization problem as a Markov decision process (MDP). Due to the continuous value of state in MDP, we propose the deep$Q$-network (DQN)-based strategy, which uses the reinforcement learning (RL) algorithm, specifically DQN. Besides, we further propose a greedy strategy by calculating the instantaneous expected cost. Simulation results show that DQN-based strategy has better performance but depends on the training process, while greedy strategy is suboptimal but easy to compute. Besides, compared with the benchmark strategies, the proposed strategies can achieve a better compromise in the long-term average energy consumption and tracking cost by adjusting the value of the weighted factor. Furthermore, by comparing the difference of transmission decisions in the proposed strategies, we show that the proper transmission sequence in DQN-based strategy can reduce the tracking cost and transmission energy at the same time. Minkai Zhang, Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Internet Things J. | 4 |
| 2023 | Joint C-V2X Based Offloading and Resource Allocation in Multi-Tier Vehicular Edge Computing SystemabstractEmerging intelligent transportation services are latency-sensitive with heavy demand for computing resources, which can be supported by a multi-tier computing system composed of vehicular edge computing (VEC) servers along the roads and micro servers on vehicles. In this work, we investigate the dual Uu/PC5 interface offloading and resource allocation strategy in Cellular Vehicle-to-Everything (C-V2X) enabled multi-tier VEC system. The successful transmission probability is characterized to obtain the normalized transmission rate of PC5 interface. We aim to minimize the system latency of task processing while satisfying the resource requirements of Uu and PC5 interfaces. Due to the non-convex and variables coupling, we decompose the original problem into two subproblems, i.e., resource allocation and offloading strategy subproblems. Specifically, we derive the closed-form expressions of packet transmit frequency of PC5 interface, transmission power of Uu interface, and CPU computation frequency in the resource allocation subproblem. Moreover, for the offloading strategy subproblem, the offloading ratio matrix is obtained by proposing the PC5 interface based greedy offloading (PC5-GO) algorithm, which concludes offloading decision and ratio. Simulation results are provided that the proposed PC5-GO algorithm can significantly improve the system performance compared with other baseline schemes by 13.7% at least. Weiyang Feng, Ning Zhang 0007, Gongpu Wang, Bo Ai 0001, Lin Cai 0001 |
IEEE J. Sel. Areas Commun. | 3 |
| 2023 | Machine Learning based intrusion detection systems for connected autonomous vehicles: A survey
Jay Nagarajan, Pegah Mansourian, Muhammad Anwar Shahid, Arunita Jaekel, Ikjot Saini, Ning Zhang 0007, Marc Kneppers |
Peer Peer Netw. Appl. | 6 |
| 2023 | Towards Diversified IoT Image Recognition Services in Mobile Edge ComputingabstractWith the rapid development of the Internet of Things (IoT) and emerging Mobile Edge Computing (MEC) technologies, various IoT image recognition services are revolutionizing our lives by providing diverse cognitive assistance. However, most existing related approaches are difficult to meet the diversified needs of users because they believe that the MEC platform is a single layer. In addition, due to the mutual interference between the data, it is not easy for them to extract the discriminative features (DFs) necessary to analyze the input data. To this end, this article proposes an IoT image recognition services framework for different needs in the MEC environment, which consists of Hierarchical Discriminative Feature Extraction (HDFE) and Sub-extractor Deployment (Sub-ED) algorithms. We first propose HDFE, which can avoid mutual interference between data by separately optimizing the data structure, thereby generating an extractor that extracts effective DFs. Then there is Sub-ED, which divides the extractor into a series of sub-extractors and deploys them on appropriate MEC platforms. By doing so, the IoT device can connect to the corresponding MEC platform according to its service types, and use the sub-extract to extract DFs. Then, the MEC platform uploads the extracted feature data to the cloud server for further processing, e.g., feature matching. Finally, the cloud server sends the processed result back to the IoT device. Experimental results show that compared with the state-of-the-art approaches, the proposed framework improves recognition accuracy by about 6% and reduces network traffic by up to 94%. Chuntao Ding, Ao Zhou 0001, Xiao Ma 0009, Ning Zhang 0007, Ching-Hsien Hsu, Shangguang Wang |
IEEE Trans. Cloud Comput. | 4 |
| 2023 | Robust Task Offloading and Resource Allocation in Mobile Edge Computing With Uncertain Distribution of Computation BurdenabstractIn mobile edge computing (MEC) supporting multiple mobile users (MUs), it is essential to optimize the offloading policy and communication and computation resource allocation. A main challenge is that the computation burden of a computation task may be random and even with uncertain probabilistic distribution. To address this challenge, we investigate a multiple-MU MEC system with random computation burden. For the random computation burden of an MU, only the mean and variance are known, but its distribution is unknown. Robustness is provided such that computation outage probabilities (due to uncertain distribution of computation burden) are bounded by a predefined threshold. We minimize the weighted sum of the MUs’ energy consumption. The formulated optimization problem is non-deterministic and non-convex, and thus, is hard to solve. To deal with the challenge, we transform the formulated problem into a deterministic and convex problem by applying the Chebyshev-Cantelli inequality and some mathematical manipulations. We further decompose the convex problem to a lower-level and an upper-level problem. Low-complexity algorithms are developed for the lower-level and upper-level problems. The overall complexity of our proposed method is linear with the number of MUs. Rongfei Fan, Bizheng Liang, Shiyuan Zuo, Han Hu 0003, Hai Jiang 0001, Ning Zhang 0007 |
IEEE Trans. Commun. | 6 |
| 2023 | Spectrum Sharing Between High Altitude Platform Network and Terrestrial Network: Modeling and Performance AnalysisabstractAchieving seamless global coverage is one of the ultimate goals of space-air-ground integrated network, as a part of which High Altitude Platform (HAP) network can provide wide-area coverage. However, deploying a large number of HAPs will lead to severe congestion of existing frequency bands. Spectrum sharing improves spectrum utilization. The coverage performance improvement and interference caused by spectrum sharing need to be investigated. To this end, this paper analyzes the performance of spectrum sharing between HAP network and terrestrial network. We firstly generalize the Poisson Point Process (PPP) to curves, surfaces and manifolds to model the distribution of terrestrial Base Stations (BSs) and HAPs. Then, the closed-form expressions for coverage probability of HAP network and terrestrial network are derived based on differential geometry and stochastic geometry. We verify the accuracy of closed-form expressions by Monte Carlo simulation. The results show that HAP network has less interference to terrestrial network. Low height and suitable deployment density can improve the coverage probability and transmission capacity of HAP network. Zhiqing Wei, Lin Wang 0082, Huici Wu, Ning Zhang 0007, Kaifeng Han, Zhiyong Feng 0001 |
IEEE Trans. Commun. | 5 |
| 2023 | Model-Free Control in Wireless Cyber-Physical System With Communication Latency: A DRL Method With Improved Experience ReplayabstractThis article explores the model-free remote control problem in a wireless networked cyber-physical system (CPS) composed of spatially distributed sensors, controllers, and actuators. The sensors sample the states of the controlled system to generate control instructions at the remote controller, while the actuators maintain the system's stability by executing control commands. To realize the control under a model-free system, the deep deterministic policy gradient (DDPG) algorithm is adopted in the controller to enable model-free control. Unlike the traditional DDPG algorithm, which only takes the system state as input, this article incorporates historical action information as input to extract more information and achieve precise control in the case of communication latency. Additionally, in the experience replay mechanism of the DDPG algorithm, we incorporate the reward into the prioritized experience replay (PER) approach. According to the simulation results, the proposed sampling policy improves the convergence rate by determining the sampling probability of transitions based on the joint consideration of temporal difference (TD) error and reward. Yifei Qiu, Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Cybern. | 4 |
| 2023 | Low-Latency Edge Video Analytics for On-Road Perception of Autonomous Ground VehiclesabstractTo improve the transportation efficiency of advanced manufacturing, cameras have been extensively deployed to enhance the on-road perception of autonomous ground vehicles in smart industrial parks. Considering the informative yet substantial data volume of contents generated by those cameras, we employ vehicle-to-everything links to deliver the captured video frames to neighboring vehicles, road-side units, or base stations, in order to respond to vehicle-control-related video queries. To help vehicles obtain low-latency and high-accuracy on-road information for autonomous driving, an optimization problem is formulated, taking into account the impact of vehicle mobility and diverse resource demands of different video queries. Then, a two-stage algorithm is proposed to determine the frame rate of video cameras, as well as the destination of the associated video frames based on matching theory. Extensive simulation results show that this approach can improve the accuracy by up to 18% and reduce the response delay by 13.2%. Peng Yang 0004, Ning Zhang 0007, Feng Lyu 0001, Xianfu Chen, Li Yu 0003 |
IEEE Trans. Ind. Informatics | 3 |
| 2023 | SDSS: Secure Data Sharing Scheme for Edge Enabled IoV NetworksabstractWith the large-scale deployment of the Internet of Vehicles (IoV) and 5G technologies, it is inevitable to share data frequently for superior in-vehicle services. However, due to the dynamically changing and widely distributed Vehicular Ad-hoc Networks (VANETs), data sharing still faces challenges in security, efficiency, and reliability. In this paper, we propose a secure and reliable data-sharing scheme (SDSS) for edge-enabled IoV networks. It assigns multiple attribute authorities to alleviate the management burden and support a large attribute universe catering to the various services in IoV. To enhance efficiency and flexibility, edge computing is introduced for quickly responding to vehicles’ requests and assisting resource-constrained vehicle computation. And an online/offline mechanism is designed to further alleviate the computational pressure of sharing data online. In addition, we put forward a cooperative key generation approach to guarantee the security of users’ private keys. The security analysis proves that SDSS ensures resistance to collusion attacks and indistinguishability under chosen-ciphertext attacks (IND-CCA). Moreover, it can avoid the single point of failure and resist denial of service (DoS) attacks with the help of multiple distributed edge nodes. The experiment demonstrates SDSS is practicable for IoV data sharing. Yating Li 0003, Lei Liu 0031, Ning Zhang 0007, F. Richard Yu, Victor C. M. Leung |
IEEE Trans. Intell. Transp. Syst. | 5 |
| 2023 | Deep Learning-Based Anomaly Detection for Connected Autonomous Vehicles Using Spatiotemporal InformationabstractAlthough connected mymargin autonomous vehicles (CAVs) hold great potential to improve driving safety and experience significantly, cybersecurity remains a critical concern. As the de-facto standard for in-vehicle networks, the Controller Area Network (CAN) carries messages and commands vital to the operation of the vehicle. However, due to a lack of security mechanisms, intruders are able to conduct devastating attacks on drivers and passengers over CAN. In order to safeguard CAVs, an Intrusion Detection System (IDS) can be deployed to monitor CAN network activities and detect suspicious behavior resulting from an attack. This paper proposes a prediction-based IDS framework for detecting anomalies and attacks on a CAN bus using temporal correlation of message contents. Two candidates are introduced as the prediction module. The first network is an LSTM that predicts time series data separately for each CAN ID, and the second is a ConvLSTM that predicts messages using correlated data of several CAN IDs. An attack is classified according to prediction errors by a Gaussian Naïve Bayes classifier. The proposed IDS is evaluated against other state-of-the-art one-class classifiers, including OCSVM, Isolation Forest, and Autoencoder, and three existing works, including ReducedInception-ResNet, NeuroCAN, and CANLite, using a real-world dataset, the Car Hacking Dataset. A comparison between the two suggested architectures and their use cases is given. Compared to baseline methods and related studies, the proposed method is shown to be more accurate and can achieve F-scores and detection accuracy of almost 100%. Pegah Mansourian, Ning Zhang 0007, Arunita Jaekel, Marc Kneppers |
IEEE Trans. Intell. Transp. Syst. | 2 |
| 2023 | FedSTN: Graph Representation Driven Federated Learning for Edge Computing Enabled Urban Traffic Flow PredictionabstractPredicting traffic flow plays an important role in reducing traffic congestion and improving transportation efficiency for smart cities. Traffic Flow Prediction (TFP) in the smart city requires efficient models, highly reliable networks, and data privacy. As traffic data, traffic trajectory can be transformed into a graph representation, so as to mine the spatio-temporal information of the graph for TFP. However, most existing work adopt a central training mode where the privacy problem brought by the distributed traffic data is not considered. In this paper, we propose a Federated Deep Learning based on the Spatial-Temporal Long and Short-Term Networks (FedSTN) algorithm to predict traffic flow by utilizing observed historical traffic data. In FedSTN, each local TFP model deployed in an edge computing server includes three main components, namely Recurrent Long-term Capture Network (RLCN) module, Attentive Mechanism Federated Network (AMFN) module, and Semantic Capture Network (SCN) module. RLCN can capture the long-term spatial-temporal information in each area. AMFN shares short-term spatio-temporal hidden information when it trains its local TFP model by the additive homomorphic encryption approach based on Vertical Federated Learning (VFL). We employ SCN to capture semantic features such as irregular non-Euclidean connections and Point of Interest (POI). Compared with existing baselines, several simulations are conducted on practical data sets and the results prove the effectiveness of our algorithm. Xiaoming Yuan 0002, Ning Zhang 0007, Tingting Yang 0001, Tao Han 0002, Amirhosein Taherkordi |
IEEE Trans. Intell. Transp. Syst. | 4 |
| 2023 | DMGAN: Dynamic Multi-Hop Graph Attention Network for Traffic ForecastingabstractIn the intelligent transportation system, traffic forecasting, which is generally characterized as a graph spatial-temporal prediction task, plays a crucial role. It is challenging to generate reliable forecast results due to the complexity of traffic topological information and the inherent uncertainty of road traffic circumstances. Existing works generally focus on modeling spatial dependency on static graph structures, but ignore dynamic relations between road segments and cannot extract long-range traffic dependencies in spatial-temporal domains. To bridge the above gaps, we present a novel framework, calledDynamic Multi-Hop Graph Attention Network(DMGAN). Specifically, we leverage dynamic graph modeling to capture time-varying relations across road sections and introduce the multi-hop operation in each message propagation layer to extract long-range spatial dependency. Meanwhile, we develop a fusion-attention module, preserving both local and global hidden layer outputs of the encoder, to capture both long- and short-term temporal dependencies jointly. In this way, our method can fully model complex time-varying traffic topology information and capture the internal patterns of traffic series by integrating dynamic graph structure and temporal attention component. DGMAN achieves state-of-the-art performance in three metrics, as demonstrated by experimental findings on four real-world public traffic datasets, METR-LA, PEMS-BAY, PEMS03, and PEMS07. This code and data are available athttps://github.com/EEHITer/2022-TKDE-DMGAN-Pytorch/tree/mainfor reproducibility and further studies. Tong Li 0013, Ning Zhang 0007 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2023 | Electrocardiogram Based Group Device Pairing for WearablesabstractThe widespread usage of wearables to provide healthcare services prompts the need for secure group communication among multiple devices using group keys. Gait-based group key establishment schemes are either vulnerable to video attacks, or fail to offer a secure group key update mechanism when group device changes. In this paper, we present an electrocardiogram (ECG) signals based group device pairing protocol, which can strengthen the security and reduce the overhead of wearables. Specifically, we first design a robust and lightweight fuzzy extractor that supports secure and efficient group device association between wearables. Meanwhile, we propose Improved Martingale Randomness Extraction (IMRE) algorithm, which utilizes the trend of InterPulse Interval (IPI) from ECG signal to extract high-entropy keys. Then we present a membership management mechanism that enables group key dynamic update when group device changes. Finally, we simulate our protocol and evaluate the accuracy and efficiency by various experiments. The experimental results demonstrate that the proposed work is robust and efficient, and the threat model-based security analysis shows that the proposed protocol can prevent both active and passive attacks. Guichuan Zhao, Qi Jiang 0001, Ximeng Liu, XinDi Ma, Ning Zhang 0007, Jianfeng Ma 0001 |
IEEE Trans. Mob. Comput. | 5 |
| 2023 | Minimizing Age-of-Information in HARQ-CC Aided NOMA SystemsabstractIn this paper, we investigate the timeliness performance of a downlink wireless communication system with non-orthogonal multiple access (NOMA). The timeliness of the system is characterized by Age of Information (AoI). To efficiently utilize the time-frequency resource and achieve a tradeoff between timeliness and reliability, we propose an adaptive transmission policy under hybrid automatic repeat request with chase combining (HARQ-CC) aided NOMA systems. In particular, the BS can adaptively adjust the power allocation and decide whether to transmit old or new packets to users in the NOMA system, based on the current AoI status and the positive/negative acknowledgement (ACK/NACK) feedback signal. We first analyze the BLER under such adaptive systems, and then formulate an AoI minimization problem based on the derived BLER. By transforming the objective function to a Markov Decision Process (MDP) problem, an optimal policy is obtained to minimize the average AoI of the system. Considering the high complexity of the MDP, we further divise an alternative near-optimal policy based on Lyapunov Drift function. Furthermore, we consider the fairness of users and propose a greedy policy to minimize the maximal expected AoI of users. Based on extensive simulations, it has been found that NOMA can outperform OMA on both an overall and a user-level basis when operating with adaptive retransmission and power allocation strategies. Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Wirel. Commun. | 5 |
| 2022 | Age-oriented Access Control in GEO/LEO Heterogeneous Network for Marine IoRTabstractSatellite communication is regarded as a promising technique for providing connectivity in remote areas, which creates opportunities for data collection and transmission in marine Internet-of-Remote-Things (IoRT) networks. Most existing investigations in the field of satellite access control focus on communication throughput and transmission delay. However, the freshness of information and the heterogeneous satellite networks are rarely considered. To this end, we first present a satellite-based marine IoRT system, where a GEO/LEO heterogeneous network is considered to harness the full potential of existing satellite systems, and the age-of-information (AoI) is introduced to characterize the freshness of the status update information generated by IoRT devices. Then, an optimal age-oriented access control problem is formulated to maintain the freshness of information in the long term. We transform this non-convex sequential decision problem into a model-free Markov Decision Process (MDP) problem and solve it by leveraging the deep reinforcement learning (DRL) framework. Simulation results show that the proposed strategy significantly outperforms the state-of-the-art ones in terms of long-term AoI performance. Moreover, the proposed strategy could make cooperative access decisions and obtain an excellent trade-off between satellites on different layers. Yi Cai 0006, Shaohua Wu 0002, Jiping Luo, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
GLOBECOM | 5 |
| 2022 | C-V2X based Offloading Strategy in Multi-Tier Vehicular Edge Computing SystemabstractMany emerging intelligent transportation services are latency-sensitive with heavy demand for computing resources, which can be handled by a multi-tier computing system composed of vehicular edge computing (VEC) servers in the roadside and micro servers carried by vehicles. In multi-tier VEC system, the offloading of vehicle-to-vehicle (V2V) can be supported using the Cellular Vehicle-to-Everything (C- V2X) links, through Uu or PC5 interfaces. In this work, we investigate the offloading and resource strategy in C- V2X enabled multi-tier VEC system. The successful transmission probability of PC5 interface is modeled to characterize the normalized transmission rate of C- V2X link. We aim to minimize the total system latency of the task processing to optimize the offloading ratio matrix and packet transmit frequency of the PC5 interface, and computation resource allocation of vehicles and VEC server. Due to the non-convex and variables coupling, the latency minimization problem is decomposed into two subproblems, i.e., resource allocation and offloading strategy subproblems, and propose a PC5 interface based greedy offloading (PC5-GO) algorithm. Specifically, for the resource allocation subproblem, we derive the closed expressions of packet transmit frequency of PC5 interface and CPU computation frequency at vehicle and VEC server. For the offloading strategy subproblem, the offloading ratio matrix is obtained by the proposed PC5-GO algorithm. Simulation results are provided that the proposed PC5-GO algorithm can significantly enhance the system performance compared with other benchmark schemes by 5.88% at least. Weiyang Feng, Ning Zhang 0007, Gongpu Wang, Bo Ai 0001, Lin Cai 0001 |
GLOBECOM | 3 |
| 2022 | Age-Aware Task Scheduling Scheme in Hybrid GEO-LEO Satellite NetworksabstractIn this paper, we consider a task scheduling problem for the freshness-critical services in the Internet of Remote Things scenario (IoRT). In the IoRT scenario, a gateway collects status updates from the surrounding devices and then makes a scheduling decision, in which the status updates would be offloaded to a specific satellite for on-orbit processing. Our objective is to propose a task scheduling scheme which can minimize the age of information of the system. To this end, we use the promising hybrid geosynchronous earth orbit and low earth orbit (hybrid GEO-LEO) satellite networks and design an age-aware task scheduling scheme to utilize heterogeneous communication and processing resources. The issue of task scheduling is considered as cooperation between gateway association and resource management problem. To cope with this complicated problem, we formulate it as a Markov Decision Process with minimum peak age and decompose it into two sub-problems, which are resource management with fixed gateway association indexes and scheduling decisions for gateway association. The convex optimization algorithm is utilized to obtain optimal resource management results, and the deep reinforcement learning network is used to achieve the optimal gateway association indexes. Extensive simulation results demonstrate that the peak age of the designed strategy has an advantage over other referred strategies. Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
GLOBECOM | 4 |
| 2022 | Analyzing Age Performance of Hybrid-ARQ: A Unified Explicit ResultabstractIn this paper, we offer an explicit, unified result that can generally depict the age performance of error-correcting techniques at the physical layer. We first propose a more realistic code-based status update system, wherein different types of delay elements, e.g., the coding delay, transmission delay, propagation delay, decoding delay and feedback delay are comprehensively considered. Under this system, we derive closed-form average Age of Information (AoI) expressions for reactive HARQ and proactive HARQ, respectively. On the basis of these explicit expressions, and utilizing the existing results for finite-length codes, we formulate an AoI minimization problem to investigate the age-optimal codeblock assignment strategy in the finite block-length (FBL) regime. Through case studies and analytical results, we provide comparative insights between reactive HARQ and proactive HARQ from the perspective of freshness of information. The numerical results and optimization solutions reveal that proactive HARQ draws its strength from both superior age performance and system robustness, thus enabling the potential to provide new system advancement for a freshness-critical status update system. The full paper version of this work is available on the arXiv at https://arxiv.org/abs/2204.01257. Shaohua Wu 0002, Yajing Deng, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
GLOBECOM | 5 |
| 2022 | CNN-Enabled Multiple Power-Levels Identification in Cognitive Radio NetworksabstractSpectrum sensing with transmit power identification can greatly facilitate the application of the hybrid spectrum access strategy in cognitive radio (CR) networks. Conventional model-driven methods suffer from severe performance degradation in low signal-to-noise ratio (SNR) regime. In this paper, we propose a multiple transmit power levels identification network (TPIN) which consists of three components. In the data preprocessing components, the covariance matrix (COV) of the received data is first employed as the observation data. Then, the residual network (ResNet) based feature extractor components is used to construct the test statistic by extracting high-dimensional features of the observation data. Furthermore, the likelihood ratio test (LRT) criterion is leveraged to design the cost function for obtaining the maximum posterior probability in the classifier components. Different from the assumption in conventional method, the prior probability of each transmit power levels is unknown to the TPIN, and the array of training set is randomly disturbed. In addition, in order to verify the ability of TPIN in data features extraction, a comparison reference experiment using a general test statistic (e.g., higher-order cumulative) as the observation data is introduced. Finally, simulation results demonstrate the identification performance of the COV-based (COV-TPIN) scheme. Zhenyu Tan, Zan Li 0001, Ning Zhang 0007, Hongning Dai |
GLOBECOM | 5 |
| 2022 | Age Outage Analysis in Remote Real-time Tracking Control SystemsabstractIn this paper, we focus on the remote real-time close-loop control scenarios, where the state of observation process is collected by the sensor and timely transmitted to the remote control center (RCC) over an unreliable channel or network, followed by a control command generated from RCC fed back to the actuator, which is called remote control. The age of information (AoI) is widely used to capture the timeliness. We pay attention to the age outage, which is defined as the probability that the peak age exceeds a certain threshold. Due to the existence of long link delay and channel unreliability, the observation process is likely to be uncontrolled, which may degrade the AoI. We first adopt always remote control (always-RC) and analyze the impact of long delay and channel unreliability on age outage. An interesting result is that long delay and channel unreliability has the potential to decrease the age outage probability. To improve age outage, we further propose a local-assisted joint control policy by introducing the smart sensor that is capable of processing and controlling. Age outage probability under local-assisted joint control is then analyzed. Results show that local-assisted joint control policy has the effectiveness in improving the performance of age outage by setting suitable local control times. Ying Wang 0059, Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
GLOBECOM | 4 |
| 2022 | Object-Based Resolution Selection for Efficient Edge-Assisted Multi-Task Video AnalyticsabstractCamera-based monitoring is becoming increasingly popular, as multi-objective detection tasks can be enabled by video analytics over captured frames. Yet, video frames have to be delivered to computation-capable edge nodes for further processing, because the amount of required resources exceeds the capacity of built-in hardware of video cameras. In this paper, observing that video resolution directly determines the subsequent bandwidth and computing resource consumption, as well as the analytic accuracy, we propose an edge-assisted object-based resolution configuration algorithm to achieve efficient multi-task video analytics. The proposed algorithm harnesses the diversity of neural networks used for detecting different objects in one frame, which brings about two-fold possibility for bandwidth saving. On one hand, background information cannot be indiscriminately transmitted, as is unlikely to contribute to improving the analytics accuracy. On the other hand, fine-grained resolution selection allows object-level optimal resolution that minimizes the transmitted data volume under accuracy and latency constraints. Simulation results demonstrate that the proposed method can effectively reduce up to 50% of the transmitted data volume, compared to existing benchmarks. Peng Yang 0004, Wen Wu 0003, Ning Zhang 0007 |
GLOBECOM | 5 |
| 2022 | Performance Analysis of Vehicle Platoon Communication in C-V2X Autonomous ModeabstractAs one of the essential application scenarios of autonomous driving, vehicle platoon has remarkable advantages in enhancing traffic capacity and reducing fuel consumption. When considering cellular vehicle-to-everything (C-V2X) supported platoon communication in autonomous mode, the existing theoretical analysis works for C-V2X can not be applied to the vehicle platoon scenario due to the unique movement features of the platoon led by the platoon leader. In this paper, an analytical model is proposed to analyze the packet delivery probability of the platoon in C-V2X autonomous mode, using stochastic geometry. Theoretical analysis and simulation verification of the proposed model is carried out and it is demonstrated that the analysis results are in accordance with the simulations results. The proposed analytical model is of significance to evaluate the performance and provide design insights for the platoon communication supported by C-V2X. Ruirui Ning, Weiyang Feng, Ning Zhang 0007 |
HPSR | 4 |
| 2022 | CA-PSO: A Combinatorial Auction and Improved Particle Swarm Optimization based Computation Offloading Approach for E-HealthcareabstractAs one of the enabling technologies for E-Health, Internet of Medical Things (IoMT) interconnects various medical devices to collect and exchange healthcare information. To enable low-delay healthcare information processing, Mobile edge computing (MEC) can be incorporated in IoMT which can process various data in proximity of the medical devices. In this paper, we propose a Combinatorial Auction and Improved Particle Swarm Optimization based Computation Offloading Approach (CA-PSO) for e-healthcare to meet the Quality of Service (QoS) requirements of low delay and low energy consumption in healthcare monitoring. Firstly, we formulate a joint optimization problem to minimize the system cost consisting of delay and energy consumption, and transform this problem into a potential game. Secondly, we use combinatorial auction algorithm to analyze the offloading situation for different channels and servers, and combine channels and servers to simplify the original problem. Then we combine the offloading combination with improved Particle Swarm Optimization (PSO) to solve the optimal offloading strategy and server resource allocation. The simulation results show that compared with the comparison algorithm, the CA-PSO algorithm has achieved better performance in terms of average processing cost, delay, and energy consumption. Xiaoming Yuan 0002, Hansen Tian, Hongyang Zhao, Zheyu Zhao, Ning Zhang 0007 |
ICC | 6 |
| 2022 | Performance Analysis on Age of Information for Covert IoT Communication SystemsabstractIn this paper, we study the information freshness on covert communication in the Internet of Things (IoT) networks. The freshness of information is characterized by a recently introduced metric, termed as age of information (AoI). Specifically, without a feedback channel, each packet generated at the transmitter is only allowed to be transmitted during one time slot no matter whether it is successfully decoded at the receiver. In this case, the average AoI at the receiver and the average probability of error detection at the warden are derived. Then, the transmit power is optimized to minimize the AoI while guaranteeing the covertness requirement. On the other hand, with a perfect feedback channel, packet re-transmission is adopted to make the information fresh enough. The average AoI and the average probability of error detection are analyzed. Then, the transmit power is also optimized in this case. Simulation results reveal that the proposed scheme can minimize average AoI under the requirement of covertness, and the case using re-transmission with feedback achieves a lower AoI under the same requirement of covertness. Jinxiu Wang, Ning Zhang 0007, Hongning Dai, Zan Li 0001 |
ICC | 4 |
| 2022 | DistrEdge: Speeding up Convolutional Neural Network Inference on Distributed Edge DevicesabstractAs the number of edge devices with computing resources (e.g., embedded GPUs, mobile phones, and laptops) in-creases, recent studies demonstrate that it can be beneficial to col-laboratively run convolutional neural network (CNN) inference on more than one edge device. However, these studies make strong assumptions on the devices' conditions, and their application is far from practical. In this work, we propose a general method, called DistrEdge, to provide CNN inference distribution strategies in environments with multiple IoT edge devices. By addressing heterogeneity in devices, network conditions, and nonlinear characters of CNN computation, DistrEdge is adaptive to a wide range of cases (e.g., with different network conditions, various device types) using deep reinforcement learning technology. We utilize the latest embedded AI computing devices (e.g., NVIDIA Jetson products) to construct cases of heterogeneous devices' types in the experiment. Based on our evaluations, DistrEdge can properly adjust the distribution strategy according to the devices' computing characters and the network conditions. It achieves 1.1 to 3 x speedup compared to state-of-the-art methods. Xueyu Hou, Yongjie Guan, Tao Han 0002, Ning Zhang 0007 |
IPDPS | 4 |
| 2022 | Optimal Offloading of Computing-intensive Tasks for Edge-aided Maritime UAV SystemsabstractThis paper considers the autonomous detecting and tracking task of the unmanned aerial vehicle (UAV) in the maritime environment. In the maritime UAV tracking system, due to the large size of the image computing-task and the shortage of UAV batteries and computational capability, the UAV needs to offload the computing-intensive task to the edge computing server (ECS) to reduce energy consumption and task latency. However, the task latency is still too long for the UAV tracking algorithm due to the large image size. We research the impact of image resolution on the computing task size and detection accuracy, and formulate an edge-aided UAV system with dynamic image resolution. With the constraint on task latency, we jointly optimize the image resolution, offloading rate, transmission power and local central processing unit (CPU) frequency to minimize energy consumption. Although the proposed problem is non-convex, we transform it into a convex optimization problem through decoupling and problem decomposition, and obtain an optimal offloading strategy. The numerical results show the energy efficiency of the proposed strategy by comparing it with the local first offloading strategy and the edge first offloading strategy. Huanran Li, Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
VTC Spring | 5 |
| 2022 | Energy- and Cost-Efficient Transmission Strategy in Networked UAV Control System with ADP Trajectory Tracking ControlabstractIn this paper, we consider a networked control system (NCS) with bidirectional network-induced delay, in which the control center needs to control the remote unmanned aerial vehicle (UAV) to complete the trajectory tracking task. The sensor of the remote controlled UAV adopts the event-triggered mechanism, and the control center uses the adaptive dynamic programming (ADP) method to generate control actions. The application of ADP method to NCS brings new transmission options, that is, transmitting control action or neural network (NN) model. There exists a fundamental tradeoff between different transmission options with different transmission energy consumption and tracking cost, which still receives little attention in the NCS design. To fill this gap, we propose a cost-based transmission strategy that can balance the average energy consumption and the average tracking cost. By deliberately making decisions on whether to transmit the control action or the NN model, the weighted sum of the average energy consumption and the tracking cost is minimized. Simulation results show that compared with the benchmark strategies, the proposed strategy can achieve a better compromise in the long-term average energy consumption and long-term average tracking cost, and can obtain better performance in a specific weight range. Minkai Zhang, Shaohua Wu 0002, Ying Wang 0059, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
VTC Spring | 5 |
| 2022 | HARQ Based Optimal Scheduling Strategy for Multi-Loop WNCSabstractThis paper presents a Hybrid Automatic Repeat Request (HARQ) based scheduling scheme for a multi-loop Wireless Networked Control System (WNCS). For each single-loop system in the multi-loop system, it includes uplink transmission and downlink transmission. By considering a practical application scenario, we formulate a mathematical model wherein the downlink transmission can be assumed ideal, and the uplink transmission updates the new system status which is used to generate control commands. Due to the resource constraints, not all single-loop systems can update their status information in the same time slot. Meanwhile, using the HARQ mechanism can ensure a higher probability of successful transmission. To achieve the stability of the system, we propose a scheduling strategy to minimize the long-term average Mean Square Error (MSE) of the plant state. And we model the optimization problem as a Markov Decision Process (MDP) problem to obtain the optimal strategy. For the case that the channel error rates change rapidly, we propose the Lyapunov optimization strategy. And through further analysis, the Lyapunov optimization strategy is a suboptimal strategy, it can achieve the performance approach to the optimal strategy. Minghan Zhang, Shaohua Wu 0002, Yifei Qiu, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
VTC Spring | 5 |
| 2022 | On Scheduling Policy for Multi-process Cyber-Physical System with Edge ComputingabstractIn this paper, we consider a cyber-physical system (CPS) with multiple Internet of Things (IoT) devices. There are multiple independent linear time-invariant processes in the system, which are sampled by sensors, scheduled by controllers and controlled by actuators. In the literature of wireless control CPS, commonly assume that the system just have one controller and ignore the processing time on server. In this work we employ the edge computing, the controllers are facilitated by edge server and cloud server. The processing time of status update depends on the characteristic of different processes and servers. By taking into account such conditions, we mainly investigate how to choose the destination of status updates (i.e., edge server or cloud server) to minimize the average Mean Square Error (MSE) of the entire system. To address this issue, we formulate a Markov Decision Process (MDP) problem and obtain the optimal scheduling policy. The threshold property of the optimal scheduling policy is proved, and a suboptimal policy is proposed to overcome the curse of dimensionality. The simulation results illustrate that the selection of controller is related to the timeliness of process and show the superiority of the proposed policies. Yifei Qiu, Shaohua Wu 0002, Ying Wang 0059, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
WCNC | 5 |
| 2022 | GPDS: A multi-agent deep reinforcement learning game for anti-jamming secure computing in MEC network
Miaojiang Chen, Wei Liu 0077, Ning Zhang 0007, Junling Li, Meng Yi, Anfeng Liu |
Expert Syst. Appl. | 3 |
| 2022 | D3PG: Dirichlet DDPG for Task Partitioning and Offloading With Constrained Hybrid Action Space in Mobile-Edge ComputingabstractMobile-edge computing (MEC) has been regarded as a promising paradigm to reduce service latency for data processing in the Internet of Things (IoT) by provisioning computing resources at the network edges. In this work, we jointly optimize the task partitioning and computational power allocation for computation offloading in a dynamic environment with multiple IoT devices and multiple edge servers. We formulate the problem as a Markov decision process with constrained hybrid action space, which cannot be well handled by existing deep reinforcement learning (DRL) algorithms. Therefore, we develop a novel DRL called Dirichlet deep deterministic policy gradient (D3PG), which is built on deep deterministic policy gradient (DDPG) to solve the problem. The developed model can learn to solve multiobjective optimization, including maximizing the number of tasks processed before deadlines and minimizing the energy cost and service latency. More importantly, D3PG can effectively deal with a constrained distribution-continuous hybrid action spaces, where the distribution variables are for the task partitioning and offloading, while the continuous variables are for computational frequency control. Moreover, the D3PG can address many similar issues in MEC and general reinforcement learning problems. Extensive simulation results show that the proposed D3PG outperforms the state-of-the-art methods. Laha Ale, Scott A. King, Ning Zhang 0007, Abdul Rahman Sattar, Janahan Skandaraniyam |
IEEE Internet Things J. | 3 |
| 2022 | Joint Task Offloading and Resource Allocation for IoT Edge Computing With Sequential Task DependencyabstractIncorporating mobile-edge computing (MEC) in the Internet of Things (IoT) enables resource-limited IoT devices to offload their computation tasks to a nearby edge server. In this article, we investigate an IoT system assisted by the MEC technique with its computation task subjected to sequential task dependency, which is critical for video stream processing and other intelligent applications. To minimize energy consumption per IoT device while limiting task processing delay, task offloading strategy, communication resource, and computation resource are optimized jointly under both slow and fast-fading channels. In slow fading channels, an optimization problem is formulated, which is nonconvex and involves one integer variable. To solve this challenging problem, we decompose it as a 1-D search of task offloading decision problem and a nonconvex optimization problem with task offloading decision given. Through mathematical manipulations, the nonconvex problem is transformed to be a convex one, which is shown to be solvable only with the simple Golden search method. In fast-fading channels, optimal online policies depending on the instant channel state are derived even though they are entangled. In addition, it is proved that the derived policy will converge to the offline policy when the channel coherence time is low, which can help save extra computation complexity. Numerical results verify the correctness of our analysis and the effectiveness of our proposed strategies over the existing methods. Xuming An 0001, Rongfei Fan, Han Hu 0003, Ning Zhang 0007, Saman Atapattu, Theodoros A. Tsiftsis |
IEEE Internet Things J. | 4 |
| 2022 | Age-Oriented Access Control in GEO/LEO Heterogeneous Network for Marine IoRT: A Deep Reinforcement Learning ApproachabstractWith the growing interest in the smart ocean, the satellite-based marine Internet of Remote Things (IoRT) network has been regarded as a promising architecture for sensory data collection and transmission in infrastructure-limited offshore areas. In this article, we investigate the access control problem in the context of GEO/LEO heterogeneous IoRT networks, where multiple gateways are deployed to collect data generated by IoRT devices and then forward them to the terrestrial data center via satellite links. However, most existing access control strategies shed light on the traditional network performance (i.e., transmission delay and communication throughput) in single-layer satellite networks (i.e., low-Earth orbit (LEO) layer or geosynchronous orbit (GEO) layer), whereas the interplay between LEO and GEO layers and the freshness of information are rarely considered. To this end, we first formulate an age-oriented access control problem to minimize the long-term peak Age of Information (AoI) and transform it into a model-free Markov decision process (MDP). Then, a Deep-Double-Dueling-$Q$-Learning (D3QN) policy is trained offline and can be deployed online to make decisions according to dynamic data arrivals and time-varying channels. Simulation results show that the proposed strategy significantly outperforms the state-of-the-art ones in terms of the long-term AoI performance. Furthermore, our strategy could make cooperative decisions for gateways and obtain a proper tradeoff between satellites on different layers. Yi Cai 0006, Shaohua Wu 0002, Jiping Luo, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Internet Things J. | 5 |
| 2022 | Privacy-Preserving Encrypted Traffic Inspection With Symmetric Cryptographic Techniques in IoTabstractTo ensure the security of Internet of Things (IoT) communications, one can use deep packet inspection (DPI) on network middleboxes to detect and mitigate anomalies and suspicious activities in network traffic of IoT, although doing so over encrypted traffic is challenging. Therefore, in this article, an efficient and privacy-preserving encrypted traffic detection scheme is proposed. The scheme uses only lightweight cryptographic operations (i.e., symmetric encryption, hash functions, and pseudorandom functions) to achieve both privacy and security within an inspection round. A dispute resolution mechanism is also designed to address potential disputes between client(s) and server(s). We also present the corresponding security proof and experimental evaluation, which demonstrate that our proposed scheme achieves strong security and privacy preservation and good performance. Dajiang Chen, Hao Wang 0003, Ning Zhang 0007, Xuyun Nie, Hongning Dai, Kuan Zhang 0001, Kim-Kwang Raymond Choo |
IEEE Internet Things J. | 3 |
| 2022 | Energy-Efficient Collaborative Offloading in NOMA-Enabled Fog Computing for Internet of ThingsabstractIn this work, we investigate the transmission and offloading strategy in the nonorthogonal multiple access (NOMA)-enabled fog computing system for the Internet of Things (IoT). We aim to minimize the total energy consumption of the IoT system while satisfying the latency requirements. Due to the energy minimization problem is a mixed-integer nonlinear programming, we decompose the problem into two subproblems for different optimizing variables, i.e., fog node selection and resource allocation subproblems, and propose a multinode collaboration transmission and computation (MCTC) algorithm. Specifically, the fog node selection subproblem can be transformed into the assignment problem, which is constructed as a bipartite graph to obtain the node selection strategy. For the resource allocation subproblem, we propose an iterative algorithm to obtain the offloading workload, duration allocation, and computation resource. Simulation results are provided, which demonstrate that the proposed algorithm outperforms the other strategies by 56.88% at least. Weiyang Feng, Ning Zhang 0007, Shichao Li 0001, Zhe Wang 0018, Bo Ai 0001, Zhangdui Zhong |
IEEE Internet Things J. | 2 |
| 2022 | Incentive-Driven Task Allocation for Collaborative Edge Computing in Industrial Internet of ThingsabstractResiding in the proximity of end devices, edge computing (EC) holds great potential to provide low-latency, energy-efficient, and secure services, which has become an essential part of the Industrial Internet of Things (IIoT). To future accelerate task processing and reduce service latency, this work proposes an online incentive-driven task allocation scheme to stimulate collaborative computing among EC servers and IIoT devices. To better serve dynamic and heterogeneous tasks in terms of profiles and importance, EC servers (including neighboring servers) and IIoT devices with available resources can cooperatively process the tasks. Considering the heterogeneity of computing resources in edge servers and industrial IoT devices, we formulate a task allocation problem, which is NP hard. An online incentive-driven task allocation algorithm is proposed to this NP-hard problem, which will optimize task assignment strategies to maximize system utility, promote faster computing, and stimulate collaborative computing. Theoretical analyses show that the online incentive algorithm can satisfy incentive compatibility, individual rationality, computational efficiency, and feasibility. The results demonstrate that the proposed task allocation scheme with collaborative EC achieves superior performance and effectiveness. Wenjing Hou, Hong Wen 0001, Ning Zhang 0007, Jinsong Wu 0001, Wenxin Lei, Runhui Zhao |
IEEE Internet Things J. | 3 |
| 2022 | Joint Task Offloading and Resource Allocation for Cooperative Mobile-Edge Computing Under Sequential Task DependencyabstractThe emergence of mobile-edge computing (MEC) makes it possible to run intelligent applications on Internet of Things (IoT) devices. However, due to blockage or deep fading, one IoT device may not have direct link with the edge server. In this case, many surrounding wireless devices can serve as a cooperative node. In this article, we study a cooperative MEC system running sequential task, which is composed of a series of subtasks and can support many intelligent applications. To minimize the energy consumption of the IoT device and cooperative node, a task offloading policy together with the allocation of communication and computation resources is designed jointly. The cases when the cooperative node has no/has private task to complete are investigated, which are denoted as cases I and II, respectively. Although both cases involve the optimization of integer variables, their optimal solutions are achieved. For the first case, the associated problem is simplified equivalently and then decomposed into two levels, with the upper level dealing with integer variables and the lower level handling continuous variables. Bisection search is employed to reach optimality in the lower level and the searching space is compressed in the upper level. For the second case, the associated problem is subdivided into three subproblems. To solve every subproblem optimally, a similar operation like case I is followed, with a semiclosed form solution derived in the lower level. Numerical results verify the effectiveness of our proposed methods compared with benchmark methods and our effort on reducing computation complexity. Xiang Li 0024, Rongfei Fan, Han Hu 0003, Ning Zhang 0007 |
IEEE Internet Things J. | 4 |
| 2022 | Energy-Efficient Resource Allocation for Mobile Edge Computing With Multiple Relays
Xiang Li 0024, Rongfei Fan, Han Hu 0003, Ning Zhang 0007, Xianfu Chen, Anqi Meng |
IEEE Internet Things J. | 4 |
| 2022 | Database Watermarking Algorithm Based on Decision Tree Shift CorrectionabstractWith the transmission and sharing of data in the Internet of Things (IoT), while bringing development to life and the economy, it also inevitably threatens the data copyright protection and authentication. Digital watermarking technology can provide an effective solution for copyright protection by embedding the watermark in the data to prove the copyright attribution. The existing methods of digital watermarking in IoT mainly target multimedia, without considering the copyright authentication in database data. Unlike multimedia information, the database does not focus on the subjective visual perception when using the data, but rather on the potential values unlocked from the data through algorithms such as data mining. Therefore, we propose a new database watermarking algorithm based on decision tree shift correction (DTSC), considering the data copyright authentication and usability when applying for data mining algorithm. The algorithm adjusts the watermarked data by the DTSC method and makes the watermarked decision tree identical to the original in the iteration process. It solves the problem of database data copyright authentication in IoT and ensures the usability of the data when used for decision tree model construction. From the simulation results, it can be seen that the proposed method ensures the usability of the data for the classification and regression tree decision tree algorithm while embedding the watermark in the database data, and the data distortion of the proposed method does not differ from that of the traditional watermarking algorithm. Qianwen Li, Xiang Wang 0009, Qingqi Pei, Kwok-Yan Lam, Ning Zhang 0007, Mianxiong Dong, Victor C. M. Leung |
IEEE Internet Things J. | 5 |
| 2022 | EMK-ABSE: Efficient Multikeyword Attribute-Based Searchable Encryption Scheme Through Cloud-Edge CoordinationabstractCloud storage and edge computing provide the possibility to address the tremendous storage and computing pressure caused by the explosive growth of traffic at the edge of the networks. In this scene, as data is outsourced to the cloud or edge servers, data privacy can be leaked. For enhancing security and privacy, attribute-based searchable encryption (ABSE), as an effective technical approach, achieves controllable search of ciphertext. Aiming at addressing the issues of the low search efficiency in a single-keyword ABSE scheme and the large computing overhead of the existing multikeyword ABSE schemes, we propose a novel multikeyword ABSE scheme (EMK-ABSE) through cloud-edge coordination. The huge amounts of encrypted data is stored to cloud server (CS), while the corresponding encrypted index is uploaded to the nearest edge node (EN) to perform multikeyword search and assisted decryption. To further release the computational burden of clients, a hybrid online/offline mechanism is adopted in encryption. Security analysis indicates that the multikeyword index in EMK-ABSE has secure indistinguishability under chosen keyword attack (IND-CKA). The comprehensive evaluation proves that EMK-ABSE achieves not only encrypted multikeyword retrieval but also fine-grained access control, with lower computation complexity in the three stages of encryption, trapdoor generation, and decryption. We show that the proposed scheme has higher efficiency and practicability than the selected relative works. Yating Li 0003, Qingqi Pei, Ning Zhang 0007, Mianxiong Dong, Victor C. M. Leung |
IEEE Internet Things J. | 5 |
| 2022 | Blockchain-Enabled Efficient Dynamic Cross-Domain Deduplication in Edge ComputingabstractAs the rapid proliferation of Internet of Things (IoT) and edge computing, large amounts of data are needed to be stored and transmitted in the online storage system. Data deduplication can be adopted to improve communication efficiency and minimize storage space. However, in edge computing, data deduplication brings security and functionality requirements that are still unsatisfied. Most existing schemes are vulnerable to brute-force attacks and single-point attacks. Moreover, they impose a heavy burden on resource-constrained edge nodes and do not support cross-domain deduplication. Blockchain is a promising technology because the programmable smart contract can be utilized to perform cross-domain deduplication and guarantee the traceability of data. In this article, an efficient dynamic cross-domain deduplication scheme in blockchain-enabled edge computing is proposed to solve the above problems. Specifically, the smart contract is employed to assist cross-domain deduplication, which also can reduce the storage pressure of edge nodes. Meanwhile, a hash proof system-based oblivious pseudorandom function is created to reduce the time cost of key generation and achieve the security requirements of resistance to brute-force attacks and single-point attacks. The technology of accumulators is adopted to achieve Proofs of Ownership (PoO), which can prevent duplicate-faking attacks. The security analysis demonstrates that the proposed scheme has a higher security level. The performance evaluation shows that the proposed scheme significantly reduces computation cost and communication overhead, compared with other existing schemes. The smart contract is implemented in the Ethereum test network (i.e., Rinkeby), which shows acceptable gas cost even the functions are called frequently. Yang Ming 0001, Chenhao Wang 0005, Hang Liu 0008, Yi Zhao 0011, Jie Feng 0004, Ning Zhang 0007, Weisong Shi |
IEEE Internet Things J. | 6 |
| 2022 | Joint Optimization of Trajectory and Resource Allocation in Secure UAV Relaying Communications for Internet of ThingsabstractAs unmanned aerial vehicle (UAV) communication has been widely used in all walks of life, its secrecy issue has also received more and more attention. This article studies the physical-layer security of UAV relaying communication system in multiterminal Internet of Things (IoT) scenarios. Specifically, while receiving the information from the ground base station, the UAV safely forwards the information to one of a group of IoT terminals in the presence of an eavesdropper. Under the constraints of information causality and UAV mobility, our goal is to maximize the minimum average secrecy rate among all IoT terminals. Based on the nonconvex problem, this article proposes a high-efficiency algorithm for joint optimization of UAV trajectory and resource allocation. The simulation results show that the proposed algorithm not only effectively improves information secrecy of IoT terminals, but also enhances the fairness of communication between the IoT terminals. Zhenyu Na, Chenglan Ji, Bin Lin 0001, Ning Zhang 0007 |
IEEE Internet Things J. | 4 |
| 2022 | On Scheduling Policy for Multiprocess Cyber-Physical System With Edge ComputingabstractIn this article, we consider a cyber–physical system (CPS) with multiple Internet of Things (IoT) devices. There are multiple independent linear time-invariant processes in the system, which are sampled by sensors, scheduled by controllers, and controlled by actuators. In the literature of wireless control CPS, commonly assume that the system just have one controller and ignore the processing time on server. In this work we employ the edge computing, the controllers are facilitated by edge server and cloud server. The processing time of status update depends on the characteristic of different servers and processes. By taking into account such conditions, we mainly investigate how to choose the destination of status updates (i.e., edge server or cloud server) to minimize the average mean square error (MSE) of the entire system. To address this issue, we formulate a Markov decision process (MDP) problem and obtain the optimal scheduling policy. The threshold property of the optimal scheduling policy is proved, and a suboptimal policy is proposed to overcome the curse of dimensionality. Furthermore, the processing preemption mechanism is considered to schedule the status updates more flexibly, and its consistency property is proved. The simulation results illustrate that the selection of controller is related to the timeliness of process and show the superiority of the proposed policies. Yifei Qiu, Shaohua Wu 0002, Ying Wang 0059, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Internet Things J. | 5 |
| 2022 | SDN-Assisted Mobile Edge Computing for Collaborative Computation Offloading in Industrial Internet of ThingsabstractMobile edge computing (MEC) can provision augmented computational capacity in proximity so as to better support Industrial Internet of Things (IIoT). Tasks from the IIoT devices can be outsourced and executed at the accessible computational access point (CAP). This computing paradigm enables the computing resources much closer to the IIoT devices, and thus satisfy the stringent latency requirement of the IIoT tasks. However, existing works in MEC that focus on task offloading and resource allocation seldom consider the load balancing issue. Therefore, load balance aware task offloading strategies for IIoT devices in MEC are urgently needed. In this article, software-defined network (SDN) technology is adopted to address this issue, since the rule-based forwarding policy in SDN can help determine the most suitable offloading path and CAP for undertaking the computation. To this end, we formulate an optimization problem to minimize the response latency in the proposed SDN-assisted MEC architecture. A greedy algorithm is put forward to obtain the approximate optimal solution in polynomial time. Simulation has been carried out to evaluate the performance of the proposed approach. The simulation results reveal that our approach outstands other approaches in terms of the response latency. Chaogang Tang, Chunsheng Zhu, Ning Zhang 0007, Mohsen Guizani, Joel J. P. C. Rodrigues |
IEEE Internet Things J. | 3 |
| 2022 | Resisting Malicious Eavesdropping: Physical Layer Security of mmWave MIMO Communications in Presence of Random BlockageabstractMillimeter wave (Mmwave) communication can realize high rate service for the upcoming Internet of Things (IoT) networks. Although directional multiantenna gains can help enhance security, randomly distributed eavesdroppers can still intercept confidential messages by residing in both the main-lobe and side-lobe areas of the beam signal. Considering the unique propagation features of mmWave, this article explores the potential of physical layer security in mmWave multiple-input–multiple-output (MIMO) systems. We propose an artificial noise (AN)-aided capacity threshold on–off secure transmission scheme to resist the eavesdropping threat. Taking into account the influence of mmWave channel characteristics, random blockage, and multiantenna gains, we first derive the closed-form expressions of transmission probability (TP) and secrecy outage probability (SOP) in a noncolluding eavesdropping scenario. Then, the lower bound of SOP with AN and closed-form expression of SOP without AN is derived in a colluding eavesdropping scenario. Theoretical analysis evaluates the impacts of various system parameters on secrecy performance and verifies the effects of AN interference on inhibiting side-lobe eavesdropping. Simulation results validate the theoretical results and indicate that the combination of capacity threshold on–off transmission scheme, AN interference, and multiantenna directional gains can effectively reduce the security threats of mmWave MIMO systems. Besides, the optimal power allocation ratio of AN in noncolluding scenarios is demonstrated and its rule is summarized, which depends on whether legitimate communication links are in blockage. Haoyu Wang 0015, Ying Ju 0001, Ning Zhang 0007, Qingqi Pei, Lei Liu 0031, Mianxiong Dong, Victor C. M. Leung |
IEEE Internet Things J. | 3 |
| 2022 | UAV-Assisted Data Collection for Internet of Things: A SurveyabstractThanks to the advantages of flexible deployment and high mobility, unmanned aerial vehicles (UAVs) have been widely applied in the areas of disaster management, agricultural plant protection, environment monitoring, and so on. With the development of UAV and sensor technologies, UAV-assisted data collection for the Internet of Things (IoT) has attracted increasing attention. In this article, the scenarios and key technologies of UAV-assisted data collection are comprehensively reviewed. First, we present the system model, including the network model and the mathematical model of UAV-assisted data collection for IoT. Then, we review the key technologies, including clustering of sensors, UAV data collection mode as well as joint path planning and resource allocation. Finally, the open problems are discussed from the perspectives of efficient multiple access as well as joint sensing and data collection. This article hopefully provides some guidelines and insights for researchers in the area of UAV-assisted data collection for IoT. Zhiqing Wei, Mingyue Zhu, Ning Zhang 0007, Lin Wang 0082, Yingying Zou, Zeyang Meng, Huici Wu, Zhiyong Feng 0001 |
IEEE Internet Things J. | 3 |
| 2022 | Differential Game Approach for Attack-Defense Strategy Analysis in Internet of Things NetworksabstractInternet of Things (IoT) is vulnerable to various cyber attacks due to the massive deployment of IoT devices and the openness of wireless environments. In this article, taking IoT devices as the network resources competed between an attacker and a defender, we study the modeling and analysis of network resource competition in an attack-defense game. The attacker and defender inject different competition strength in each IoT device as their strategies. As a result, the security state of each IoT device will change, which is captured by differential equations. To study the interaction between the attacker and defender and the evolution of the system security states, a zero-sum differential game is formulated by modeling the competition of IoT devices. To achieve the equilibrium of the formulated differential game, optimal control theory is employed to solve the optimization problems of players. Further, a Gauss–Seidel-like implicit finite-difference method is utilized to obtain the saddle point strategy. Finally, numerical results are provided to demonstrate the evolution of network resource competition between the attacker and defender. The results show that our formulated model can effectively and accurately characterize the evolution of the system security states with strategic interactions between the attacker and defender. Huici Wu, Qiuyue Gao, Xiaofeng Tao 0001, Ning Zhang 0007, Dajiang Chen, Zhu Han 0001 |
IEEE Internet Things J. | 4 |
| 2022 | Guest Editorial Special Issue on Space-Air-Ground-Integrated Networks for Internet of VehiclesabstractInternet of Vehicles (IoV) is one of the most promising applications of Internet of Things (IoT) in the automotive industry, which can empower moving vehicles to exchange information with neighboring cars, roadside infrastructure, remote servers, traffic control centers, and so on. IoV expects to support a wide range of vehicular services, such as road safety, path planning, infotainment, and smart parking, which will play a vital role in intelligent transportation systems (ITSs)[1]–[3]. The main enabling platforms for IoV consist of dedicated short-range communications (DSRCs)-based networks and cellular networks (C-V2X). However, these terrestrial networks alone might not be able to support the vehicular applications well in all the cases and scenarios, due to the issues of limited coverage and capacity, as well as costly deployment. Tingting Yang 0001, Ning Zhang 0007, Mai Xu, Mehrdad Dianati, F. Richard Yu |
IEEE Internet Things J. | 2 |
| 2022 | Reliable Detection of Transmit-Antenna Number for MIMO Systems in Cognitive Radio-Enabled Internet of ThingsabstractIdentification of transmit-antenna number is of importance in cognitive Internet of Things (IoT) with multiple-input–multiple-output (MIMO). Previous studies on transmit-antenna number detection only consider Gaussian noise and ignore impulsive interference. In the practical wireless communication, impulsive interference may exist due to low-frequency atmospheric noise, multiple access, and electromagnetic disturbance. Such interference can usually be modeled as symmetric alpha stable ($S\alpha S$), which cause the performance degradation of conventional algorithms based on the Gaussian model. In this article, we present a novel scheme to detect the transmit-antenna number for MIMO systems in cognitive IoT, assuming that signals are corrupted by both$S\alpha S$interference and Gaussian noise. We first introduce a new approach to characterize the generalized correlation matrix (GCM), and provide its bound with$S\alpha S$interference. Then, the discriminating feature vector is constructed by utilizing the higher order moments (HOMs) of eigenvalues of the GCM. Finally, an advanced clustering algorithm is employed to detect the transmit-antenna number, using the cluster where the minimum eigenvalue is located. The proposed algorithm avoids the need fora prioriinformation about the transmitted signals, such as coding mode, modulation type, and pilot patterns. Simulation experiments demonstrate the feasibility of the proposed transmit-antenna number detection scheme in MIMO systems with Gaussian noise and$S\alpha S$interference. Junlin Zhang, Mingqian Liu, Ning Zhang 0007, Yunfei Chen 0001, Fengkui Gong, Qinghai Yang, Nan Zhao 0001 |
IEEE Internet Things J. | 3 |
| 2022 | Toward Tailored Models on Private AIoT Devices: Federated Direct Neural Architecture SearchabstractNeural networks often encounter various stringent resource constraints while deploying on edge devices. To tackle these problems with less human efforts, automated machine learning becomes popular in finding various neural architectures that fit diverse Artificial Intelligence of Things (AIoT) scenarios. Recently, to prevent the leakage of private information while enable automated machine intelligence, there is an emerging trend to integrate federated learning and neural architecture search (NAS). Although promising as it may seem, the coupling of difficulties from both tenets makes the algorithm development quite challenging. In particular, how to efficiently search the optimal neural architecture directly from massive nonindependent and identically distributed (non-IID) data among AIoT devices in a federated manner is a hard nut to crack. In this article, to tackle this challenge, by leveraging the advances in ProxylessNAS, we propose a federated direct neural architecture search (FDNAS) framework that allows for hardware-friendly NAS from non-IID data across devices. To further adapt to both various data distributions and different type of devices with heterogeneous embedded hardware platforms, inspired by meta-learning, a cluster federated direct neural architecture search (CFDNAS) framework is proposed to achieve device-aware NAS, in the sense that each device can learn a tailored deep learning model for its particular data distribution and hardware constraint. Extensive experiments on non-IID data sets have shown the state-of-the-art accuracy–efficiency tradeoffs achieved by the proposed solution in the presence of both data and device heterogeneity. Xiaoming Yuan 0002, Qianyun Zhang 0001, Guangxu Zhu, Lei Cheng 0003, Ning Zhang 0007 |
IEEE Internet Things J. | 6 |
| 2022 | Game-Based Channel Selection for UAV Services in Mobile Edge ComputingabstractComputation offloading is a hot research topic in mobile edge computing (MEC). Computation offloading among multiedge nodes in heterogeneous networks can help reduce offloading cost. In addition, the unmanned aerial vehicles (UAVs) play a key role in MEC, where UAVs in the air communicate with ground base stations to improve the network performance. However, limited channel resources can lead to the increase of transmission delay and the decline of communication quality. Effective channel selection mechanisms can help address those issues by improving transmission rate and ensuring communication quality. In this paper, we study channel selection during communication between multiple UAVs and base stations in an MEC system with heterogeneous networks. To maximize the transmission rate of each UAV user, we formulate a channel selection problem and model it as a noncooperative game. Then, we prove the existence of Nash equilibrium (NE). In addition, we design a multiple UAV-enabled transmission channel selection (UTCS) algorithm to obtain the equilibrium strategy profile of all the UAV users. Experimental results validate that UTCS algorithm can converge after a finite number of iterations and it outperforms random transmission algorithm (RTA) and sequential transmission algorithm (STA). Ying Chen 0010, H. Xing, Ning Zhang 0007, Xin Chen 0018, Jiwei Huang |
Secur. Commun. Networks | 4 |
| 2022 | Age of Information With Hybrid-ARQ: A Unified Explicit ResultabstractDelivering timely status updates in a timeliness-critical communication system is of paramount importance to assist accurate and efficient decision making. Therefore, the topic of analyzing Age of Information (AoI) has aroused new research interest. This paper contributes to new results in this area by systematically analyzing the AoI of two types of Hybrid Automatic Repeat reQuest (HARQ) techniques that have been newly standardized in the Release-16 5G New Radio (NR) specifications, namely reactive HARQ and proactive HARQ. Under a code-based status update system with non-trivial coding delay, transmission delay, propagation delay, decoding delay, and feedback delay, we derive unified closed-form average AoI and average Peak AoI expressions for reactive HARQ and proactive HARQ, respectively. Based on the obtained explicit expressions, we formulate an AoI minimization problem to investigate the age-optimal codeblock assignment strategy in the finite block-length (FBL) regime. Through case studies and analytical results, we provide comparative insights between reactive HARQ and proactive HARQ from a perspective of freshness of information. The numerical results and optimization solutions show that proactive HARQ draws its strength from both age performance and system robustness, thus enabling the potential to provide new system advancement of a freshness-critical status update system. Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Commun. | 4 |
| 2022 | Analysis and Optimization of the HARQ-Based Spinal Coded Timely Status Update SystemabstractThe age of information (AoI) is a new metric to measure the timeliness of various status update systems, and hybrid automatic repeat request (HARQ) transmission scheme is usually applied to ensure higher timeliness. However, little research considers encoding delay, propagation delay, decoding delay and feedback delay in the HARQ-based coded status update system. To the best of our knowledge, in this paper, the HARQ-based Spinal coded timely status update system with all the practical delay elements is considered for the first time. We derive the average AoI expression of the system and analyze the monotony of the AoI expression to give an average AoI upper bound. Then we optimize the HARQ transmission scheme to minimize the AoI. To decrease the complexity of the optimization algorithm, we separate it into two steps. First, we optimize the puncturing pattern of Spinal codes and propose a transmission scheme under incremental tail transmission puncturing (ITTP) pattern. Second, we optimize the number of symbols in each round under the ITTP transmission scheme, and propose the optimal transmission scheme under the coarse-grained ITTP pattern. Simulation results show that the proposed transmission scheme can significantly decrease the AoI compared to the baseline transmission schemes. Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Commun. | 5 |
| 2022 | Throughput of Hybrid UAV Networks With Scale-Free TopologyabstractUnmanned Aerial Vehicles (UAVs) hold great potential to support a wide range of applications due to the high maneuverability and flexibility. Compared with single UAV, UAV swarm carries out tasks efficiently in harsh environment, where the network resilience is of vital importance to UAV swarm. The network topology has a fundamental impact on the resilience of UAV network. It is discovered that scale-free network topology, as a topology that exists widely in nature, has the ability to enhance the network resilience. Besides, increasing network throughput can enhance the efficiency of information interaction, improving the network resilience. Facing these facts, this paper studies the throughput of UAV network with scale-free topology. Introducing the hybrid network structure combining both ad hoc transmission mode and cellular transmission mode into UAV network, the throughput of UAV network is improved compared with that of pure ad hoc UAV network. Furthermore, this work also investigates the optimal setting of the hop threshold for the selection of ad hoc or cellular transmission mode. It is discovered that the optimal hop threshold is related with the number of UAVs and the parameters of scale-free topology. This paper may motivate the application of hybrid network structure into UAV network. Zhiqing Wei, Zeyang Meng, Ning Zhang 0007, Huici Wu, Zhiyong Feng 0001 |
IEEE Trans. Commun. | 4 |
| 2022 | LVBS: Lightweight Vehicular Blockchain for Secure Data Sharing in Disaster RescueabstractIn disaster areas, a large amount of data (e.g., rescue commands, road damage, and rescue experience) should be delivered among ground rescuing vehicles for safe driving and efficient rescue. When communication infrastructures are destroyed by disasters, unmanned aerial vehicles (UAVs) can be employed to perform immediate rescue missions in destroyed areas and assist data sharing for ground Internet of vehicles (IoV). However, in such UAV-assisted IoV under disaster situation, there exist potential security threats on data sharing among vehicles and UAVs because of the untrusted network environment, unreliable misbehavior tracing, and low-quality shared data. To address these issues, in this article, we develop alightweightvehicularblockchain-enabledsecure (LVBS) data sharing framework in UAV-aided IoV for disaster rescue. First, we propose a novel UAV and blockchain-assisted collaborative aerial-ground network architecture in disaster areas. Second, we develop a credit-based consensus algorithm in the lightweight vehicular blockchain to securely and immutably trace misbehaviors and record data transactions for UAVs and vehicles with improved efficiency and security in reaching consensus. Third, since UAVs and vehicles have little explicit knowledge of the whole network, we develop reinforcement learning-based algorithms to optimally schedule the pricing and quality of data sharing strategies for both data contributor and data consumer via trial and error. Finally, extensive simulations are conducted, which demonstrate that LVBS can effectively improve the security of consensus phase and promote high-quality data sharing. Zhou Su 0001, Yuntao Wang 0004, Qichao Xu, Ning Zhang 0007 |
IEEE Trans. Dependable Secur. Comput. | 4 |
| 2022 | Fuz-Spam: Label Smoothing-Based Fuzzy Detection of Spammers in Internet of ThingsabstractNowadays, online spamming has already been a remarkable threat to contents security of Internet of Things. Due to constant technical progress, online spamming activities have been more and more concealed. This brings much fuzziness to spammer detection scenarios, yielding the issue of fuzzy detection of spammers. Although existing detection techniques for spammers utilized idea of deep learning, they still ignore to release power of label spaces. As real nature about a user may be usually fuzzy, but the label annotated for a user is always certain. To remedy such gap, this article proposes a label smoothing-based fuzzy detection method for spammers (Fuz-Spam). First of all, deep representation is still utilized to deeply fuse features, which acts as the foundation of neural computing. On this basis, generative adversarial learning is introduced to transform previous label spaces into distributed forms. In addition, two groups of experiments are carried out on two real-world datasets for evaluation. The results demonstrate that the Fuz-Spam improves identification efficiency about 10% to 20% than previous ones, and that the Fuz-Spam is endowed with proper stability. Zhiwei Guo 0004, Keping Yu, Alireza Jolfaei, Feng Ding 0007, Ning Zhang 0007 |
IEEE Trans. Fuzzy Syst. | 5 |
| 2022 | On Message Authentication Channel Capacity Over a Wiretap ChannelabstractIn this paper, a novel message authentication model using the same key over wiretap channel is proposed to achieveinformation-theoretic security. Specifically, in the proposed model, there is a discrete memoryless channelW1:X→Ybetween transmitter Alice and receiver Bob, while an attacker Oscar is connected with Alice via discrete memoryless channelW2:X→Z. Alice encodes messageMto codeword (S,Xn), using an encoding function with secret keyK. Then,Sis sent to Bob over a one-way noiseless channel (fully controlled by Oscar), andXnis sent over the wiretap channel, sayX→(Y,Z). Building on this model, a new message authentication scheme is proposed. The scheme incorporates a secure channel coding, which uses random coding techniques to detect man-in-the-middle (MITM) attacks. The authentication channel capacity is studied in a specific channel model whenW2is not less noisy thanW1. We theoretically demonstrate that the authentication channel capacity is much larger than the secrecy capacity, since Bob does not need to recover information transmitted over the noisy channel. Dajiang Chen, Shaoquan Jiang, Ning Zhang 0007, Lei Liu 0031, Kim-Kwang Raymond Choo |
IEEE Trans. Inf. Forensics Secur. | 3 |
| 2022 | Guest Editorial: Special Section on Real-Time Edge Computing Over New Generation Automation Networks for Industrial Cyber-Physical Systems
Jiong Jin, Kan Yu 0002, Ning Zhang 0007, Zhibo Pang |
IEEE Trans. Ind. Informatics | 3 |
| 2022 | Secure and Efficient Federated Learning for Smart Grid With Edge-Cloud CollaborationabstractWith the prevalence of smart appliances, smart meters, and Internet of Things (IoT) devices in smart grids, artificial intelligence (AI) built on the rich IoT big data enables various energy data analysis applications and brings intelligent and personalized energy services for users. In conventional AI of Things (AIoT) paradigms, a wealth of individual energy data distributed across users’ IoT devices needs to be migrated to a central storage (e.g., cloud or edge device) for knowledge extraction, which may impose severe privacy violation and data misuse risks. Federated learning, as an appealing privacy-preserving AI paradigm, enables energy data owners (EDOs) to cooperatively train a shared AI model without revealing the local energy data. Nevertheless, potential security and efficiency concerns still impede the deployment of federated-learning-based AIoT services in smart grids due to the low-quality shared local models, non-independently and identically distributed (non-IID) data distributions, and unpredictable communication delays. In this article, we propose a secure and efficient federated-learning-enabled AIoT scheme for private energy data sharing in smart grids with edge-cloud collaboration. Specifically, we first introduce an edge-cloud-assisted federated learning framework for communication-efficient and privacy-preserving energy data sharing of users in smart grids. Then, by considering non-IID effects, we design a local data evaluation mechanism in federated learning and formulate two optimization problems for EDOs and energy service providers. Furthermore, due to the lack of knowledge of multidimensional user private information in practical scenarios, a two-layer deep reinforcement-learning-based incentive algorithm is developed to promote EDOs’ participation and high-quality model contribution. Extensive simulation results show that the proposed scheme can effectively stimulate EDOs to share high-quality local model updates and improve the communication efficiency. Zhou Su 0001, Yuntao Wang 0004, Tom H. Luan, Ning Zhang 0007 |
IEEE Trans. Ind. Informatics | 4 |
| 2022 | ContainerGuard: A Real-Time Attack Detection System in Container-Based Big Data PlatformabstractAs a lightweight, flexible, and high-performance operating system virtualization, containers are used to speed up the big data platform. However, due to the imperfection of the resource isolation mechanism and the property of shared kernel, the meltdown and spectre attacks can lead to information leakage of kernel space and coresident containers. In this article, a noise-resilient and real-time detection system, named ContainerGuard, is proposed to detect meltdown and spectre attacks in the container-based big data platform. ContainerGuard uses a nonintrusive manner to collect lifecycle multivariate time-series performance event data of processes in containers and then uses ensemble of variational autoencoders as generative neural networks to learn the robust representations of normal patterns. Therefore, ContainerGuard meets the urgent need for information protection in the container-based big data platform. Our evaluations using real-world datasets show that ContainerGuard achieves excellent detection performance and only introduces about 4.5% of running performance overhead to the platform. Qixu Wang, Xingshu Chen, Dajiang Chen, Xiaojie Fang, Mingyong Yin, Ning Zhang 0007 |
IEEE Trans. Ind. Informatics | 7 |
| 2022 | Joint Channel Allocation and Data Delivery for UAV-Assisted Cooperative Transportation Communications in Post-Disaster NetworksabstractAs the natural disasters may destroy the ground communication infrastructures for the transportation systems, the communication relief in post-disaster networks is more crucial to reduce risk loss. The growing application of unmanned aerial vehicles (UAVs) holds great potential for disaster communication relief due to its flexibility and functionalities. In this paper, we investigate the channel allocation and data delivery problems for UAV-assisted cooperative transportation communications in post-disaster networks to provide communication and data delivery services for affected users. Specifically, we first introduce the UAV-assisted communication relief system, in which UAVs equipped with the communication and caching functionalities are deployed as the aerial base stations in post-disaster regions. Then, we propose the channel allocation scheme between UAVs and users by taking the interferences into consideration, and obtain the channel allocation strategy to improve the network throughput. Based on the optimal channel allocation strategy, users can deliver their data to UAVs for backup. Next, we propose the data delivery scheme to cope with the pricing problem for UAVs and the data delivery strategy for users to improve the efficiency of data delivery, with the objective of maximizing the utilities of both UAVs and users. The optimal strategy for both UAVs and users are derived according to the analysis of Stackelberg game. Finally, we conduct simulations to evaluate the performance of the proposed channel allocation and data delivery scheme, and the numerical results demonstrate that the proposed scheme can significantly improve the efficiency and effectiveness of channel allocation and data delivery in post-disaster networks, compared with benchmark schemes. Minghui Dai, Tom H. Luan, Zhou Su 0001, Ning Zhang 0007, Qichao Xu, Ruidong Li 0001 |
IEEE Trans. Intell. Transp. Syst. | 4 |
| 2022 | Secure Content Delivery for Connected and Autonomous Trucks: A Coalition Formation Game ApproachabstractWith the ever-increasing demand for the content delivery services in autonomous vehicular networks (AVNs), caching popular contents in the edge nodes in advance is expected to reduce the transmission delay. Current works on the contents cached in connected and autonomous vehicles (CAVs) or roadside units (RSUs) are facing the problems of limited caching size and high deployment cost. In this paper, by exploiting the advantages of high caching space and flexibility of truck platoons composed of connected and autonomous trucks (CATs), we propose a secure content delivery service for CATs based on coalition formation game. Firstly, in order to protect the security and privacy of content delivery services, a differential privacy model is proposed to protect the sensitive information of CATs. Meanwhile, the differential privacy model is combined with the incentive based trust evaluation model to monitor the behaviors of CATs. In the incentive based models, CATs are encouraged to improve their trust values to obtain higher utilities and find a balance between confidence levels and utilities. Moreover, a coalition formation game is established among CATs with the same driving route, in which all CATs can maximize their utilities with the formation of several minor coalitions. Finally, we conduct extensive simulations to demonstrate the effectiveness and superiority of the proposed scheme. Rui Xing 0001, Zhou Su 0001, Qichao Xu, Ning Zhang 0007, Tom H. Luan |
IEEE Trans. Intell. Transp. Syst. | 4 |
| 2022 | Digital Twin-Driven Vehicular Task Offloading and IRS Configuration in the Internet of VehiclesabstractDigital mymargin Twin (DT) and Intelligent Reflective Surface (IRS), the most two promising technologies of 6G make the Internet of Vehicles (IoV) more adaptive. However, future autonomous driving needs powerful networking resources and high-quality wireless communications to guarantee the Quality of Service (QoS). Especially considering the time-varying physical operating environments of IoV, it is extremely urgent to improve resource utilization and wireless channel quality. In this work, we propose a Digital Twin-Driven Vehicular Task Offloading and IRS Configuration Framework (DTVIF) to efficiently monitor, learn, and manage the IoV. Specifically, we adopt Mobile Edge Computing (MEC) and IRS to provide augmented computing capacities for vehicles and improve transmission performance when vehicles communicate to MEC servers. DT is employed to achieve real-time data collection and digital representation of physical operating environments of IoV to better support decisions making. In order to reduce the overall delay and energy consumption of DTVIF, we propose a Two-Stage Optimization for Jointly Optimizing Task Offloading and IRS Configuration (TSJTI) algorithm based on Deep Reinforcement Learning (DRL) and Transfer Learning (TFL). In the first stage, we introduce Double Deep$Q$-learning Networks (DDQN) to find the optimal offloading decision. In the second stage, based on the parameters learned from the first stage, we migrate the parameters from the first stage to find the optimal IRS configuration based on the Deep Deterministic Policy Gradient (DDPG) method. The simulations demonstrate that the proposed algorithm can effectively reduce the processing latency of task offloading and reduce the average energy consumption in DTVIF. Xiaoming Yuan 0002, Ning Zhang 0007, Jianbing Ni, F. Richard Yu, Victor C. M. Leung |
IEEE Trans. Intell. Transp. Syst. | 3 |
| 2022 | Guest Editorial Special Issue on Space-Air-Ground Integrated Networks for Intelligent Transportation SystemsabstractNext-generation intelligent transportation systems (ITS) are envisioned to greatly improve transportation safety and efficiency by incorporating wireless communications and informatics technologies into transportation systems. As the cornerstone for ITS, vehicular communication networks enable vehicles on the go to exchange information with other vehicles and the external environments, which expect to play a significant role in supporting a variety of services such as road safety, traffic management, and infotainment. However, the existing terrestrial networks including dedicated shortrange communications (DSRC)-based networks and cellular networks alone cannot serve the vehicular applications very well in different scenarios, due to the inherent issues of deployment, coverage, and capacity. It is imperative to exploit other communication infrastructures, such as low-earth orbit (LEO) satellites, unmanned aerial vehicles (UAVs), and high-altitude platforms, to support vehicular applications better, resulting in space-air-ground integrated networks (SAGIN). SAGIN can provide more comprehensive and three-dimensional network connectivity for moving vehicles, anywhere and anytime, by exploiting their respective advantages in terms of coverage, flexibility, reliability, and availability. Ning Zhang 0007, Tao Han 0002, Mehrdad Dianati, Ning Lu 0001, Shangguang Wang |
IEEE Trans. Intell. Transp. Syst. | 1 |
| 2022 | Age-Oriented Transmission Protocol Design in Space-Air-Ground Integrated NetworksabstractIn this paper, we study the age-oriented hybrid automatic repeat request (HARQ) protocol design in space-air-ground integrated networks (SAGINs) scenarios. A real-time communication system, where the updates are delivered from the remote nodes to terrestrial devices, is formulated. As the end-to-end latency$D$is nontrivial, the traditional HARQ with frequent feedbacks is not always beneficial to timely transmission. Intuitively, there is a threshold$D^{*}$of$D$, only within which retransmission is advantageous to age. Inspired by this, we formulate an age-optimal redundancy allocation problem and derive the explicit expression of$D^{*}$for advantageous retransmissions. Besides, to further increase the timeliness of the system, we propose a fast incremental redundancy hybrid ARQ protocol (fast IR-HARQ), where successive decoding and feedback operations are omitted based on channel estimation. Considering the shadowed Rician fading channel and finite blocklength regime, we derive expressions of the average age for the standard IR-HARQ and fast IR-HARQ setups. As expected, the proposed fast IR-HARQ scheme reduces the average age significantly compared with the IR-HARQ strategy. Further, we evaluate the influence of different parameters on the age performance of the fast IR-HARQ scheme. The results demonstrate the superiority of the proposed fast IR-HARQ protocol without loss of reliability. Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Wirel. Commun. | 4 |
| 2022 | UAV-Assisted RF/FSO Relay System for Space-Air-Ground Integrated Network: A Performance AnalysisabstractSpace-air-ground integrated networks (SAGIN) within UAV-assisted free-space optical (FSO) communication systems can efficiently accommodate massive connections and provide highly reliable and seamless communications. In this work, we investigate the performance of a UAV-assisted, asymmetric, dual-hop radio frequency (RF)/FSO system with the amplified-and-forward relay protocol for the SAGIN. Specifically, the shadowed Rician fading is utilized in this study to characterize the shadowing effect on the RF signal for the satellite-to-UAV link. Meanwhile, the atmospheric turbulence effect on the optical signal for the UAV-to-terrestrial user link is modeled by the Málaga distribution fading, in view of the pointing error impairments. For comparison, the heterodyne detection technique is employed, as well as the intensity modulation with direct detection technique, in improving performance of the relay system. Thus, we derive the closed-form expressions for the cumulative distribution function, probability density function, the moment generating function, and particularly, the moments of the end-to-end RF/FSO system, in terms of Meijer’s G-function. Utilizing these derived formulae, the precise closed-form expressions for the outage probability, the average bit error rate (BER) with various modulation schemes, and the ergodic capacity are given. In specific, the tight asymptotic results for the outage probability and the average BER at the high SNR regions are derived using the asymptotic expansion of Meijer’s G-function. Furthermore, closed-form expressions are presented for the case that the FSO link experiences Gamma-Gamma distribution by changing some specific parameters. Finally, extensive numerical results validate the theoretical results with the Monte-Carlo simulation. Lin Qu, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Wirel. Commun. | 4 |
| 2022 | Optimizing Age of Information in Adaptive NOMA/OMA/Cooperative-SWIPT-NOMA SystemabstractIn this paper, we study the information freshness of short-packet communication in wireless networks, where a base station (BS) sends time-sensitive status updates to users via adaptive multiple access technology. To improve the Age of Information (AoI) performance of the network, the BS adaptively switches among non-orthogonal multiple access (NOMA), orthogonal multiple access (OMA) and cooperative NOMA with simultaneous wireless information and power transfer (SWIPT). Specifically, the BS carefully decides the appropriate multiple access technology and the corresponding power allocation according to the state of the network to optimize the expected weighted sum of AoI (EWSAoI) of the system. To this end, we first analyze the EWSAoI of these three multiple access technologies and propose an adaptive NOMA/OMA/cooperative-SWIPT-NOMA transmission scheme. In specific, we formulate a Markov Decision Process (MDP) problem and develop an optimal policy for the BS to decide whether to use NOMA, OMA or cooperative-SWIPT-NOMA for downlink transmission based on the current state of the network. We further prove the existence of optimal stationary and deterministic policy. Furthermore, to reduce the computation complexity, a suboptimal adaptive policy based on Lyapunov Optimization is also devised, which can achieve near optimal performance according to our simulation results. The extensive simulation results demonstrate the advantages of the proposed policies, which provide useful insights for practical system designs. Shaohua Wu 0002, Chaofan Guo, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Wirel. Commun. | 5 |
| 2022 | Eavesdropping and Anti-Eavesdropping Game in UAV Wiretap System: A Differential Game ApproachabstractDespite its advantages of flexility and low-cost networking, unmanned aerial vehicle (UAV) communications face various attacks such as eavesdropping. Existing studies on secure UAV communications assume fixed-location eavesdroppers and rarely consider interactions between legitimate nodes and eavesdroppers. In this paper, we investigate eavesdropping and anti-eavesdropping interaction between a UAV-enabled eavesdropper (UAV-E) and a UAV-enabled base station (UAV-BS) in a downlink wiretap system. The UAV-E aims to wiretap downlink signals by adaptively adjusting its trajectory while the UAV-BS aims to maximize secrecy-sum-rate with minimum power consumption by jointly optimizing user scheduling, power control, and trajectory. Dynamic differential equations are formulated to characterize motions of UAVs, following which a zero-sum differential game is formulated to model the “pursuit-evasion” interaction between the UAV-BS and the UAV-E. Definition and existence of Nash equilibrium (NE) are provided. To obtain the NE, Pontryagins minimum principle is leveraged to solve the trajectory design problem. Further, Gauss-Seidel-like implicit finite-difference method is leveraged to obtain saddle-point strategies at NE. Finally, numerical results are provided to verify the effectiveness of the proposed game model. It is revealed that the differential game can well-characterize the strategy interactions between UAVs. Moreover, results show that the initial positions and weights of UAVs, the energy consumption factor, and the user scheduling have key impacts on motion interactions between the UAV-BS and the UAV-E and further on UAV-BS’s power control. Huici Wu, Meng Li 0029, Qiuyue Gao, Zhiqing Wei, Ning Zhang 0007, Xiaofeng Tao 0001 |
IEEE Trans. Wirel. Commun. | 5 |
| 2021 | Energy-Efficient Cooperative Offloading for Multi-AP MEC in IoT Networks
Zhihui Cao, Haifeng Sun 0003, Ning Zhang 0007 |
CollaborateCom (2) | 3 |
| 2021 | Multi-Objective Network Congestion Control via Constrained Reinforcement LearningabstractTraditional congestion control algorithms rely on various model-based methods to improve the end-to-end (E2E) performance of packet transmission. The resulting decisions quickly become less effective amid the dynamics of network conditions. In order to perform congestion control adaptively, reinforcement learning (RL) can be adopted to continuously learn the optimal strategy from the network environment. Oftentimes, the reward of such a learning problem is a weighted sum of multiple E2E performance metrics, such as throughput, delay, and fairness. Unfortunately, those weights can be only manually tuned based on extensive experiments. To address this issue, in this paper, we design a constrained RL algorithm for congestion control named CRL-CC to adaptively tune those weights, with the objective of effectively improving the overall E2E packet transmission performance. In particular, the multi-objective optimization problem is firstly formulated as a constrained optimization problem. Then, the Lagrangian relaxation method is leveraged to transform the constrained optimization problem into a single-objective optimization problem, which is solved by designing a multi-objective reward function with Lagrangian multipliers. Extensive experiments based on OpenAI-Gym show that the proposed CRL-CC algorithm can achieve higher overall performance in various network conditions. In particular, the CRL-CC algorithm outperforms the benchmark algorithm on Pantheon by 21.7%, 27.4%, and 5.3% in throughput, delay, and fairness, respectively. Qiong Liu 0001, Peng Yang 0004, Feng Lyu 0001, Ning Zhang 0007, Li Yu 0003 |
GLOBECOM | 4 |
| 2021 | Connectivity Analysis of UAV-To-Satellite Communications in Non-Terrestrial NetworksabstractNon-terrestrial Networks (NTNs) refer to the networks, where either satellites or unmanned aerial vehicles (UAVs) are deployed to extend the current terrestrial networks for serving the growing mobile broadband and machine-type communications. With the advantages of UAVs' flexibility and satellites' global coverage, the solution of UAV-To-satellite communications (U2SC) can provide promising global communication services for the emerging NTNs. Previous literature has explored many potential directions of U2SC, including channel tracking, deployment design, and link analysis. However, as a vital role in system performance, the connectivity of U2SC has not been well investigated yet. This research gap motivates us to present an analytical model to evaluate the connectivity of U2SC. In particular, we first present the system model of the U2SC by considering the distribution model of UAVs, antenna models, and the path loss model. We then utilize stochastic geometry to derive a theoretical formulation of the successful connection probability of U2SC. The comprehensive numerical results are given to evaluate the received power, the interference, and the successful connection probability of U2SC and analyze the impacts of system parameters, such as the number of frequency carriers, the type of frequency bands, the number of UAVs, and the satellite altitude. Yalin Liu, Hongning Dai, Ning Zhang 0007 |
GLOBECOM | 3 |
| 2021 | Improper Gaussian Signaling Based Covert Wireless Communication in IoT NetworksabstractCovert communication, which can hide the communication behavior, has great potential in guaranteeing the security of information and transmission terminal to the greatest extent. In this paper, we propose a covert communication strategy based on improper Gaussian signaling (IGS) to increase the covert rate in the Internet of Things (IoT) system, in which the existing signals emitted by other transmitters were used as “Spectrum Shelter” to cover the IoT's communication. Specifically, we analyze the system's achievable transmission rate when the IoT node adopts IGS. Then, the optimal detection threshold and the minimum error detection probability of the warden are analyzed. Next, by jointly optimizing the transmission power and circularity coefficient of IGS, we maximize the covert rate under the constraints of the covertness. Finally, the simulation results verify that the proposed scheme can not only guarantee the covertness, but also improve the achievable covert rate. Qifan Fu, Jiangbo Si, Ning Zhang 0007, Zan Li 0001 |
GLOBECOM | 4 |
| 2021 | Just-Noticeable-Difference Based Coding and Rate Control of Mobile 360° Video StreamingabstractIn recent years, 360ovideos have gained higher and higher popularity. Nonetheless, compared to two dimensional videos, the large-scale data volume renders it a bottleneck to deliver 360ocontent with constrained bandwidth resources. In this paper, we investigate user viewing behavior when they explore in immersive environment and propose a novel 360ojust-noticeable-difference (JND) model to characterize user's tolerance to visual distortion. In order to maximize user's quality of experience (QoE), we present a scheme, named JND-Based Streaming (JBS), to jointly optimize 360o video coding and streaming over mobile devices. Specifically, tiled 360ovideos are firstly encoded with the proposed JND model to reduce video file size. Then, a quality-driven streaming approach is designed to instruct tile-level bitrate allocation, considering subjective sensation. Thanks to the video file size reduction, tiles can be delivered with higher quality, which provides users with improved QoE. Experimental results based on real-world network traces demonstrate that, on average, JBS outperforms its counterparts by 12% and 57% in terms of perceived quality. Sushu Yang, Peng Yang 0004, Hongkui Wang, Ning Zhang 0007, Li Yu 0003 |
GLOBECOM | 4 |
| 2021 | Age-optimal Transmission Policy for Intelligent HARQ-CC aided NOMA SystemsabstractThis paper investigates the timeliness performance of a downlink wireless communication system with a base station (BS) serving two users under the non-orthogonal multiple access (NOMA) system. The hybrid automatic repeat request with chase combining (HARQ-CC) in finite blocklength is considered. For minimizing the information freshness which is characterized by Age of Information (AoI), an intelligent system is adopted. The BS can adjust the power allocation to each user in NOMA, and decide to transmit old or new packets to each user, according to the users’ current AoI status and the positive/negative acknowledgement (ACK/NACK) feedback signal. First, the closed-form of the individual user’s outage probability with arbitrary power allocation combination of HARQ-CC aided NOMA system is derived. Based on the outage probability, the optimization of the system average AoI is achieved by minimizing the Lyapunov Drift function of each time slot. By introducing the HARQ-CC mechanism into the NOMA scheme, a trade-off between reliability and timeliness can be achieved, which is found that this policy can improve the AoI performance of NOMA scheme in low signal-noise ratio (SNR) and outperform existing works on NOMA and orthogonal multiple access (OMA). Shaohua Wu 0002, Chaofan Guo, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
ICC | 5 |
| 2021 | Reverse Offloading for Latency Minimization in Vehicular Edge ComputingabstractThe safety of autonomous driving can be improved with the support of Cooperative Vehicle-Infrastructure System (CVIS) and Vehicular Edge Computing (VEC), which benefit greatly from crowdsensing of CVIS and accurate decision in a short deadline of VEC. In the CVIS, the vehicles will upload the crowdsensing data to the VEC server for data fusion and tasks generating. However, with the ever-increasing number of vehicles, the VEC server cannot undertake massive computation-intensive tasks due to the limited edge computing capabilities. In this paper, we propose a reverse offloading framework to fully utilize the computation resource of vehicles to relieve the burden of the VEC server in a multi-vehicle mobile edge network. First, the system latency minimization problem is formulated as a mixed integer nonlinear programming problem by optimizing reverse offloading decisions and the communication and computation resources allocation. Next, the original problem is transformed into an equivalent weighted-sum optimization problem, which can be decoupled as two subproblems, i.e., resource allocation and decision selection subproblems. The closed-form expressions for the optimal resource allocation are derived by the dual decomposition method in a distributed fashion. Moreover, a low complexity greedy based efficient searching (GES) algorithm is proposed to obtain the reverse offloading decision strategies. Simulation results show that the proposed algorithm can significantly improve the performance compared with other baseline schemes. Weiyang Feng, Shuzhong Yang, Ning Zhang 0007, Ruirui Ning |
ICC | 4 |
| 2021 | Age-optimal Power Allocation Policies for NOMA and Hybrid NOMA/OMA SystemsabstractIn this paper, we study downlink short-packet communication in wireless networks, where a base station (BS) sends time-sensitive status updates to users via non-orthogonal multiple access (NOMA) or Adaptive NOMA/orthogonal multiple access (OMA). The Age of Information (AoI), namely the amount of time that elapsed since the most recently delivered packet was generated, captures the freshness of the information. We aim to minimize the Expected Weighted Sum AoI (EWSAoI) by optimizing the power allocation. First, a low-complexity power allocation policy, namely Stationary Power Allocation policy is proposed in NOMA. In this policy, the BS allocates fixed power to each user and we obtain the closed-form expression of the optimal allocation factor to minimize the EWSAoI. Then, we propose an Adaptive NOMA/OMA policy based on Lyapunov Optimization in which the BS can adaptively switch between NOMA and OMA and dynamically allocate power for users to keep the EWSAoI low. Numerical results demonstrate the advantages of the proposed policies, which provide useful insights for practical system designs. Chaofan Guo, Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
ICC | 5 |
| 2021 | Load- and Mobility-Aware Cooperative Content Delivery in SAG Integrated Vehicular NetworksabstractTo support multifarious vehicular services with differentiated quality-of-service (QoS) requirements, space-air-ground integrated vehicular networks (SAGVNs) are envisioned as a promising solution to provide global network connectivity, enhance network flexibility, and improve network reliability. In this paper, we investigate cooperative content delivery in the SAGVN, where vehicular content requests can be simultaneously served by multiple access points (APs) in space, aerial, and terrestrial networks. In specific, a joint optimization problem of vehicle-to-AP association, bandwidth allocation, and content delivery ratio, referred to as the ABC problem, is formulated to minimize the overall content delivery delay while satisfying vehicular QoS requirements. To address the tightly-coupled optimization variables, we propose a load- and mobility-aware ABC (LMA-ABC) scheme to solve the joint optimization problem as follows. We first decompose the ABC problem to optimize the content delivery ratio. Then the impact of bandwidth allocation on the achievable delay performance is analyzed, and an effect of diminishing delay performance gain is revealed. Based on the analysis results, the LMA-ABC scheme is designed with the consideration of user fairness, load balancing, and vehicle mobility. Simulation results demonstrate that the proposed LMA-ABC scheme can significantly reduce the cooperative content delivery delay comparing to the benchmark schemes. Huaqing Wu, Conghao Zhou, Feng Lyu 0001, Ning Zhang 0007, Li Wang 0039, Xuemin Shen |
ICC | 5 |
| 2021 | Random Access with and without Sensing in Non-Terrestrial Networks for Timely UpdatesabstractThe growing boom in time-critical applications such as remote sensing and monitoring has made low latency of information an important requirement. Age of information (AoI) has been proposed to measure the freshness of information from the receiver side. In this paper, we analyze that multiple sources transmit their status packets to a remote controller for timely updates. Characterized by long transmission distances, satellite networks are commonly using Aloha as a random access protocol by preconceiving channel sensing is low efficient. Yet, for some non-terrestrial networks where the propagation delay is comparable to the transmission time, the performance comparison between Aloha and CSMA requires more detailed consideration. By building the node-centric discrete-time Markov chain, we quantify the performance of Aloha and CSMA on AoI and give the performance break-even point. Only when the ratio of propagation delay to transmission time is larger than this point, Aloha performs better on the timeliness metric. Furthermore, we derive the optimal attempt probability of CSMA to achieve the lowest latency. In the end, simulation results confirmed the validity of the theoretical analysis. Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
ICC | 5 |
| 2021 | CCOS: A Coded Computation Offloading Strategy for Satellite-Terrestrial Integrated NetworksabstractUltra-dense computation services are widely distributed in various application scenarios with the rapid development of artificial intelligence and machine learning. Relying on the existing ground cellular networks, it is challenging to satisfy the 6G vision of full coverage and massive machine connectivity. Satellite-terrestrial integrated network (STIN) has abundant computation resources and seamless coverage ability, which can be served as an effective supplementary for the task allocating in cellular networks. Nevertheless, STIN has the characteristic of architecture complexity, unavoidable stragglers and high economic costs. The rational computation resource allocation among distributed on-orbit satellites becomes an urge problem, synthesizing these drawbacks in STINs. In this paper, to address these issues, we attempt to design a coded computation offloading strategy (CCOS) to migrate ground ultra-dense computing tasks to distributed satellite constellations in space. Considering the effect of unpredictable computation resource occupation on satellites, we investigate two coded computation methods, i.e., maximum distance separable (MDS) code and rateless code, to resist the random stragglers occurring on satellite nodes. Then, we formulate the optimization problem about minimizing the delay-energy tradeoff cost with different CCOSs under the tolerant time constraints, and obtain the optimal task offloading decisions (i.e., executing locations and coding parameters) using a proposed low-cost offloading decision searching algorithm (LODSA). Numerical simulation results show that, our coded computation strategies can significantly eliminate the effect of stragglers, and improve the cost performance obviously compared with the un-coded strategies in typical application cases. Shushi Gu, Qinyu Zhang 0001, Ning Zhang 0007, Wei Xiang 0001 |
IWCMC | 4 |
| 2021 | Edge Learning for Low-Latency Video Analytics: Query Scheduling and Resource AllocationabstractLow-latency and accuracy-guaranteed video analytics is essential to many delay-sensitive camera-based applications. Analyzing video frames on edge nodes in proximity can effectively reduce the response delay compared with cloud-based solutions. However, the computation and bandwidth resources on an edge node are always limited. In this paper, we design a joint video query scheduling and resource allocation problem based on an edge coordinated architecture, in order to properly accommodate real-time video queries on end cameras, the edge nodes, or the cloud. This problem is challenging in that 1) the arrivals of video queries with different resource requirements are unknown in advance and 2) the design space (of both query scheduling and resource allocation) to provision video queries varies over time. Taking the two-fold uncertainty into consideration, we formulate the query provision problem as a mix integer non-linear program which is NP-hard and not solved directly. To deal with the NP-hardness and the absence of future information, the problem is re-formulated as a Markov decision process, which can leverage historical query information to make decisions about scheduling and resource allocation. The transformed problem calls for an online solution that can efficiently adapt to the dynamic design space. Hence, we propose an edge-coordinated reinforcement learning algorithm to continuously learn from the environment, and make decisions for query scheduling and resource allocation to achieve low latency and accurate video analytics. Extensive simulation results demonstrate the advantages of the proposed algorithm in latency and accuracy. Peng Yang 0004, Wen Wu 0003, Ning Zhang 0007, Tao Han 0002, Li Yu 0003 |
MASS | 4 |
| 2021 | Privacy-Preserving Neural Architecture Search Across Federated IoT DevicesabstractWhile deploying on edge devices, deep learning mod-els often encounter various strict resource constraints. Automated machine learning becomes popular in finding various neural architectures that fit diverse Internet of Things (IoT) scenarios to handle these problems with less human efforts. Recently, there is an emerging trend to integrate federated learning and Neural Architecture Search (NAS) to prevent private data leakage while enabling automated machine learning. The algorithm development is quite challenging because of the coupling of difficulties from both tenets, although promising as it may seem. Especially, it is a hard nut to efficiently search the optimal neural architecture directly from massive non-Independent and Identically Distributed (non-IID) data among IoT devices in a federated manner. In this paper, by leveraging the advances in ProxylessNAS, we propose a Federated Direct Neural Architecture Search (FDNAS) framework that allows hardware-friendly NAS from non-IID data across devices to tackle the challenge. Extensive experiments on non-IID datasets demonstrate the state-of-the-art accuracy-efficiency trade-offs achieved by proposed methods. Xiaoming Yuan 0002, Qianyun Zhang 0001, Guangxu Zhu, Lei Cheng 0003, Ning Zhang 0007 |
TrustCom | 6 |
| 2021 | Toward Physical Layer Security via Two-dimensional Weighted Fractional Fourier Transform Based Spatial ModulationabstractIn this paper, a two-dimensional weighted fractional Fourier transform (2DWFRFT) based secure spatial modulation (SM) scheme is proposed to enhance the physical layer security (PLS) of the wireless communication system. In the proposed scheme, 2DWFRFT is implemented as the security kernel for PLS provision. The invertibility and uniqueness of the 2DWFRFT effectively protect the confidential messages from being intercepted by the eavesdroppers while imposing no performance degradation on the legitimate receiver. Both the signal generation strategy and the ergodic secrecy rate analysis under discrete-input continuous-output memoryless (DCMC) channel have been elaborated to depict the security mechanism of the proposed scheme. The maximum likelihood (ML) detector and the separate detection (SD) algorithm are formulated to correctly recover the received signal of our system. Simulation results demonstrate that the proposed scheme can achieve a much higher secrecy capacity than artificial noise schemes without requiring additional jamming power consumption. Yongxin Huang, Xiaojie Fang, Xuejun Sha, Weizhi Wang, Ning Zhang 0007 |
VTC Fall | 5 |
| 2021 | A Coded Distributed Computing Framework for Task Offloading from Multi-UAV to Edge ServersabstractUnmanned aerial vehicles (UAVs) have been widely used in wireless edge networks for task offloading, with the advantages of their agile management and high-flexibility deployment. However, due to limited computation capability and restricted battery life, processing computation-intensive tasks on board may cause the excessive cost of latency and energy. In this paper, we propose a novel framework with coded distributed computing (CDC) for the task offloading from multi-UAV to ground edge servers, which can save transmitting and flying energy consumption in the air, and reduce computation latency in the terrestrial distributed server networks with stragglers. Specifically, we formulate a latency-energy cost minimization problem, to obtain the optimal the UAVs' trajectory schedule and the appropriate CDC's parameters. Moreover, we divide this problem into two sub-optimization problems, which are solved by a cost optimal trajectory schedule (COTS) algorithm and a cost optimal code parameter design (COCPD) algorithm, respectively. Finally, numerical results indicate the feasibility and the effectiveness of our proposed framework, which also validate that CDC can significantly reduce the cost in the UAV edge computing network. Yunkai Guo, Shushi Gu, Qinyu Zhang 0001, Ning Zhang 0007, Wei Xiang 0001 |
WCNC | 4 |
| 2021 | Physical Layer Group Authentication in mMTC Networks with NOMAabstractDue to energy- and computation-efficiency, physical layer authentication has been acknowledged as a powerful approach in verifying the identity of mobile terminals, especially in the massive machine type communication (mMTC) scenario with resource-constraint terminals. In existing literatures, most of works are mainly focused on point-to-point verification, where only one terminal can be authenticated at a time. In this paper, we propose a novel physical layer group authentication mechanism exploiting the benefits of non-orthogonal multiple-access (NOMA) and the irreversibility of hash operation. The proposed mechanism is especially suitable for group authentication of multiple terminals in the mMTC networks with massive connections to one access point. In the authentication procedure, challenge-response signals are multiplied with upper layer keys with hash operations and then exchanged at the physical layer. Binary hypothesis test is employed to verify multiple terminals. Missing rate and false alarm rate are investigated to evaluate the performance of the proposed authentication mechanism. Signal to noise ratio(SNR) is the ratio of the power of total transmission signal and noise. The proposed scheme can achieve a missing rate of 0.8% with the false alarm rate below 1% under the SNR of 25dB. Huici Wu, Zhiqing Wei, Qiuyue Gao, Ning Zhang 0007, Xiaofeng Tao 0001 |
WCNC | 5 |
| 2021 | A survey on sleep mode techniques for ultra-dense networks in 5G and beyond
Fatima Salahdine, Johnson Opadere, Qiang Liu 0013, Tao Han 0002, Ning Zhang 0007, Shaohua Wu 0002 |
Comput. Networks | 5 |
| 2021 | Three-factor authentication protocol using physical unclonable function for IoV
Qi Jiang 0001, Ning Zhang 0007, Youliang Tian, XinDi Ma, Jianfeng Ma 0001 |
Comput. Commun. | 3 |
| 2021 | ToStaGAN: An end-to-end two-stage generative adversarial network for brain tumor segmentation
Yi Ding 0003, Mingsheng Cao 0001, Dajiang Chen, Ning Zhang 0007, Zhiguang Qin |
Neurocomputing | 6 |
| 2021 | DeepEDN: A Deep-Learning-Based Image Encryption and Decryption Network for Internet of Medical ThingsabstractInternet of Medical Things (IoMT) can connect many medical imaging equipment to the medical information network to facilitate the process of diagnosing and treating doctors. As medical image contains sensitive information, it is of importance yet very challenging to safeguard the privacy or security of the patient. In this work, a deep-learning-based image encryption and decryption network (DeepEDN) is proposed to fulfill the process of encrypting and decrypting the medical image. Specifically, in DeepEDN, the cycle-generative adversarial network (Cycle-GAN) is employed as the main learning network to transfer the medical image from its original domain into the target domain. The target domain is regarded as “hidden factors” to guide the learning model for realizing the encryption. The encrypted image is restored to the original (plaintext) image through a reconstruction network to achieve image decryption. In order to facilitate the data mining directly from the privacy-protected environment, a region of interest (ROI)-mining network is proposed to extract the interesting object from the encrypted image. The proposed DeepEDN is evaluated on the chest X-ray data set. Extensive experimental results and security analysis show that the proposed method can achieve a high level of security with a good performance in efficiency. Yi Ding 0003, Guozheng Wu, Dajiang Chen, Ning Zhang 0007, Linpeng Gong, Mingsheng Cao 0001, Zhiguang Qin |
IEEE Internet Things J. | 4 |
| 2021 | Energy-Efficient UAV-Enabled Data Collection via Wireless Charging: A Reinforcement Learning ApproachabstractIn this article, we study the application of unmanned aerial vehicle (UAV) for data collection with wireless charging, which is crucial for providing seamless coverage and improving system performance in the next-generation wireless networks. To this end, we propose a reinforcement learning-based approach to plan the route of UAV to collect sensor data from sensor devices scattered in the physical environment. Specifically, the physical environment is divided into multiple grids, where one spot for UAV hovering as well as the wireless charging of UAV is located at the center of each grid. Each grid has a spot for the UAV to hover, and moreover, there is a wireless charger at the center of each grid, which can provide wireless charging to UAV when it is hovering in the grid. When the UAV lacks energy, it can be charged by the wireless charger at the spot. By taking into account the collected data amount as well as the energy consumption, we formulate the problem of data collection with UAV as a Markov decision problem, and exploit Q-learning to find the optimal policy. In particular, we design the reward function considering the energy efficiency of UAV flight and data collection, based on which Q-table is updated for guiding the route of UAV. Through extensive simulation results, we verify that our proposed reward function can achieve a better performance in terms of the average throughput, delay of data collection, as well as the energy efficiency of UAV, in comparison with the conventional capacity-based reward function. Shu Fu, Yujie Tang 0001, Yuan Wu 0001, Ning Zhang 0007, Huaxi Gu, Chen Chen 0037 |
IEEE Internet Things J. | 4 |
| 2021 | Joint Placement of UPF and Edge Server for 6G NetworkabstractThe emerging 6G network will make it possible for cybertwin, which relies deeply on the low latency and powerful computation provided by the edge network. To this end, the convergence of computing and network has been attached great importance. Most existing work study either placing edge servers or deploying user plane functions (UPFs), seldom considers the two processes jointly. In this article, we study how to minimize the latency with cost limitation by means of jointly deploying edge servers and UPFs in 6G scenario. We have shown that the problem is NP-hard. Then, we simplify the problem by analyzing the placement relationship between edge servers and UPFs and prune the solution space of the problem. To solve the problem effectively, a UPF and edge server placement algorithm is proposed. Massive experiments are conducted based on real-world data set and an edge core network emulator. The evaluation results show that our algorithm outperforms the benchmark algorithms. Yuanzhe Li 0001, Xiao Ma 0009, Mengwei Xu 0001, Ao Zhou 0001, Qibo Sun, Ning Zhang 0007, Shangguang Wang |
IEEE Internet Things J. | 6 |
| 2021 | Multiservice Function Chain Embedding With Delay Guarantee: A Game-Theoretical ApproachabstractThrough network function virtualization (NFV), virtual network functions (VNFs) can be mapped onto substrate networks as service function chains (SFCs) to provide customized services with guaranteed Quality of Service (QoS). In this article, we solve a multi-SFC embedding problem by a game-theoretical approach considering the heterogeneity of NFV nodes, the effect of processing-resource sharing among various VNFs, and the capacity constraints of NFV nodes. Specifically, each SFC is treated as a player whose objective is to minimize the overall latency experienced by the supported service flow, while satisfying the capacity constraints of all NFV nodes. Due to processing-resource sharing, additional delay is incurred and incorporated into the overall latency for each SFC. The capacity constraints of NFV nodes are considered by adding a penalty term into the cost function of each player, and are guaranteed by a prioritized admission control mechanism. We prove that the formulated resource-constrained multi-SFC embedding game (RC-MSEG) is an exact potential game admitting at least one pure Nash equilibrium (NE) and has the finite improvement property (FIP). Two iterative algorithms are developed, namely, the best response (BR) algorithm with fast convergence and the spatial adaptive play (SAP) algorithm with great potential to obtain the best NE. Simulations are conducted to demonstrate the effectiveness of the proposed game-theoretical approach. Junling Li, Weisen Shi, Qiang Ye 0002, Ning Zhang 0007, Weihua Zhuang, Xuemin Shen |
IEEE Internet Things J. | 4 |
| 2021 | A Privacy-Aware and Traceable Fine-Grained Data Delivery System in Cloud-Assisted Healthcare IIoTabstractThe emerging of healthcare Industrial Internet of Things (HealthIIoT) cannot only facilitate high-quality care services for patients but also enable efficient telemedicine platform for healthcare practitioners. However, it faces several fundamental security and privacy challenges, such as secure fine-grained data delivery, privacy preserving keyword-based ciphertext retrieval, malicious key delegation, and efficiency of the system. To combat these issues, we propose a privacy-aware and traceable fine-grained system (PTFS) for secure data delivery in cloud-assisted HealthIIoT. Compared to the existing solutions that only implement some of the preceding features, the proposed solution enables secure fine-grained data delivery, privacy-preserving data retrieval, efficient encryption and decryption operations, and trace of malicious key delegation simultaneously. For security analysis, rigorous proofs of the proposed scheme are provided to prove its security. In addition, extensive simulations and experiments are conducted for performance evaluation, which demonstrate the feasibility and effectiveness of PTFS. Jianfei Sun, Dajiang Chen, Ning Zhang 0007, Guowen Xu, MingJian Tang 0001, Xuyun Nie, Mingsheng Cao 0001 |
IEEE Internet Things J. | 3 |
| 2021 | Multiple High-Order Cumulants-Based Spectrum Sensing in Full-Duplex-Enabled Cognitive IoT NetworksabstractWith unprecedented progress on Internet of Things (IoT), spectrum scarcity becomes even severe with the explosive growth of wireless smart devices. To deal with spectrum scarcity issues, cognitive radio (CR)-enabled IoT has been emerged as a promising solution, which allows IoT devices reusing the underutilized spectrum bands. In this article, we investigate spectrum sensing in CR-IoT, in which full-duplex CR-IoT node can perform spectrum sensing and data transmission concurrently for reducing sensing delay. Two sensing methods are proposed based on multiple high-order cumulants for excavating rich information of the non-Gaussian transmitted signals. Specifically, for the scenarios with a single sensing antenna, we first propose a multiple high-order cumulants-based sensing method (MCS) derived from the likelihood ratio test, which is assumed to be near optimum. The test statistics are derived, respectively, in two cases, i.e., the case only performing sensing and the case performing sensing and transmission simultaneously. Interestingly, the derived two test statistics have same expression, while the corresponding sensing thresholds are different from each other. For the scenarios with multiple sensing antennas, we propose a multiantenna-assisted multiple high-order cumulants-based sensing method (MMCS), which can provide a tradeoff between the computational complexity and sensing performance. We conduct the hypothesis test with Hotelling's T2-statistic and derive the corresponding sensing threshold. Theoretical performance evaluated by detection probability and computational complexity of the proposed methods are analyzed. Additionally, extensive simulations are provided, which show both the proposed methods can counter the adverse effects of noise uncertainty, and MCS has superiority over MMCS in terms of sensing accuracy. Peihan Qi, Qifan Fu, Ning Zhang 0007, Zan Li 0001 |
IEEE Internet Things J. | 4 |
| 2021 | Wireless-Powered Over-the-Air Computation in Intelligent Reflecting Surface-Aided IoT NetworksabstractFast wireless data aggregation and efficient battery recharging are two critical design challenges of Internet-of-Things (IoT) networks. Over-the-air computation (AirComp) and energy beamforming (EB) turn out to be two promising techniques that can address these two challenges, necessitating the design of wireless-powered AirComp. However, due to severe channel propagation, the energy harvested by IoT devices may not be sufficient to support AirComp. In this article, we propose to leverage the intelligent reflecting surface (IRS) that is capable of dynamically reconfiguring the propagation environment to drastically enhance the efficiency of both downlink EB and uplink AirComp in IoT networks. Due to the coupled problems of downlink EB and uplink AirComp, we further propose the joint design of energy and aggregation beamformers at the access point, downlink/uplink phase-shift matrices at the IRS, and transmit power at the IoT devices, to minimize the mean-squared error (MSE), which quantifies the AirComp distortion. However, the formulated problem is a highly intractable nonconvex quadratic programming problem. To solve this problem, we first obtain the closed-form expressions of the energy beamformer and the device transmit power, and then develop an alternating optimization framework based on difference-of-convex programming to design the aggregation beamformers and IRS phase-shift matrices. Simulation results demonstrate the performance gains of the proposed algorithm over the baseline methods and show that deploying an IRS can significantly reduce the MSE of AirComp. Zhibin Wang 0003, Yuanming Shi, Yong Zhou 0006, Ning Zhang 0007 |
IEEE Internet Things J. | 5 |
| 2021 | Optimizing Federated Learning in Distributed Industrial IoT: A Multi-Agent ApproachabstractIn this paper, we aim to make the best joint decision of device selection and computing and spectrum resource allocation for optimizing federated learning (FL) performance in distributed industrial Internet of Things (IIoT) networks. To implement efficient FL over geographically dispersed data, we introduce a three-layer collaborative FL architecture to support deep neural network (DNN) training. Specifically, using the data dispersed in IIoT devices, the industrial gateways locally train the DNN model and the local models can be aggregated by their associated edge servers every FL epoch or by a cloud server every a few FL epochs for obtaining the global model. To optimally select participating devices and allocate computing and spectrum resources for training and transmitting the model parameters, we formulate a stochastic optimization problem with the objective of minimizing FL evaluating loss while satisfying delay and long-term energy consumption requirements. Since the objective function of the FL evaluating loss is implicit and the energy consumption is temporally correlated, it is difficult to solve the problem via traditional optimization methods. Thus, we propose a “Reinforcement on Federated” (RoF) scheme, based on deep multi-agent reinforcement learning, to solve the problem. Specifically, the RoF scheme is executed decentralizedly at edge servers, which can cooperatively make the optimal device selection and resource allocation decisions. Moreover, a device refinement subroutine is embedded into the RoF scheme to accelerate convergence while effectively saving the on-device energy. Simulation results demonstrate that the RoF scheme can facilitate efficient FL and achieve better performance compared with state-of-the-art benchmarks. Weiting Zhang, Dong Yang 0001, Wen Wu 0003, Haixia Peng, Ning Zhang 0007, Hongke Zhang, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 5 |
| 2021 | Energy Efficient Dynamic Offloading in Mobile Edge Computing for Internet of ThingsabstractWith proliferation of computation-intensive Internet of Things (IoT) applications, the limited capacity of end devices can deteriorate service performance. To address this issue, computation tasks can be offloaded to the Mobile Edge Computing (MEC) for processing. However, it consumes considerable energy to transmit and process these tasks. In this paper, we study the energy efficient task offloading in MEC. Specifically, we formulate it as a stochastic optimization problem, with the objective of minimizing the energy consumption of task offloading while guaranteeing the average queue length. Solving this offloading optimization problem faces many technical challenges due to the uncertainty and dynamics of wireless channel state and task arrival process, and the large scale of solution space. To tackle these challenges, we apply stochastic optimization techniques to transform the original stochastic problem into a deterministic optimization problem, and propose an energy efficient dynamic offloading algorithm called EEDOA. EEDOA can be implemented in an online manner to make the task offloading decisions with polynomial time complexity. Theoretical analysis is provided to demonstrate that EEDOA can approximate the minimal transmission energy consumption while still bounding the queue length. Experiment results are presented which show the EEDOA’s effectiveness. Ying Chen 0010, Ning Zhang 0007, Yongchao Zhang 0002, Xin Chen 0018, Wen Wu 0003, Xuemin Shen |
IEEE Trans. Cloud Comput. | 2 |
| 2021 | TOFFEE: Task Offloading and Frequency Scaling for Energy Efficiency of Mobile Devices in Mobile Edge ComputingabstractAs an emerging computing paradigm, mobile edge computing (MEC) can improve users’ service experience by provisioning the cloud resources close to the mobile devices. With MEC, computation-intensive tasks can be processed on the MEC servers, which can greatly decrease the mobile devices’ energy consumption and prolong their battery lifetime. However, the highly dynamic task arrival and wireless channel states pose great challenges on the computation task allocation in MEC. This paper jointly investigates the task allocation and CPU-cycle frequency, to achieve the minimum energy consumption while guaranteeing that the queue length is upper bounded. We formulate it as a stochastic optimization problem, and with the aid of stochastic optimization methods, we decouple the original problem into two deterministic optimization subproblems. An online Task Offloading and Frequency Scaling for Energy Efficiency (TOFFEE) algorithm is proposed to obtain the optimal solutions of these subproblems concurrently. TOFFEE can obtain the close-to-optimal energy consumption while bounding the applications’ queue length. Performance evaluation is conducted which verifies TOFFEE’s effectiveness. Experiment results indicate that TOFFEE can decrease the energy consumption by about 15 percent compared with the RLE algorithm, and by about 38 percent compared with the RME algorithm. Ying Chen 0010, Ning Zhang 0007, Yongchao Zhang 0002, Xin Chen 0018, Wen Wu 0003, Xuemin Shen |
IEEE Trans. Cloud Comput. | 2 |
| 2021 | Covert Wireless Communication With Spectrum Mask in Internet of Things NetworksabstractCovert wireless communications aim to hide the existence of transmission behavior from watchful adversaries to enhance security. In this paper, we propose a spectrum mask based covert communication strategy in Internet of Things (IoT) networks, where the overt channels are leveraged to enhance the covertness. Specifically, the legitimate IoT transmitter superimposes its own message on the overt channel to avoid being detected by the warden. We assume that proper Gaussian signaling (PGS) is adopted at the overt channel, and improper Gaussian signaling (IGS) is adopted at the legitimate transmitter to improve the covert transmission performance. To maximize the covert rate of the legitimate IoT system, a joint transmit power and IGS factor optimization problem is formulated under the constraints of covertness requirement. The metric of minimum error detection probability, that represents the worst-case for the legitimate transmitter, is utilized to measure the covertness. By exploiting the piece-wise monotonic properties of the objective function and the constraints, we derive the optimal transmit power and IGS factor pairs in both the IGS and PGS schemes. Finally, extensive numerical results are presented to demonstrate that the IGS scheme can improve the covert rate compared to the PGS scheme under a given covertness constraint. Peihan Qi, Ning Zhang 0007, Jiangbo Si, Zan Li 0001, Naofal Al-Dhahir |
IEEE Trans. Commun. | 3 |
| 2021 | Secure Content Delivery in Two-Tier Cache-Enabled mmWave Heterogeneous NetworksabstractIn this paper, we investigate secure content delivery in a two-tier cache-enabled millimeter wave (mmWave) heterogeneous network composed of a macro base station (MBS) and K small base stations (SBSs) with caching capabilities. We allocate finite cache units at the SBSs and MBS to pre-store files with high popularities, where the SBSs store the most popular files, and the MBS stores the less popular ones. To deliver the file requested by a legitimate user securely, two secure transmission schemes, namely, distributed beamforming and direct transmission, are employed at the SBSs and MBS, respectively. Moreover, artificial noise (AN) is combined with the above two transmission schemes to further improve transmission security. The connection outage probability, secrecy outage probability, and secrecy throughput for the proposed mmWave transmission schemes are obtained. Based on these results, we jointly design the transmission rates and the cache resource allocation between the SBSs and MBS to maximize the overall secrecy throughput. We also provide insights into how the overall secrecy throughput is influenced by various parameters, including transmission rates, power allocation ratio of the AN scheme, and cache allocation factor. Numerical results are eventually presented to validate our theoretical analysis and demonstrate the effectiveness of the proposed transmission schemes and cache resource allocation strategy. Tongxing Zheng, Hao-Wen Liu, Ning Zhang 0007, Zhiguo Ding 0001, Victor C. M. Leung |
IEEE Trans. Inf. Forensics Secur. | 3 |
| 2021 | Energy-Efficient Content Placement With Coded Transmission in Cache-Enabled Hierarchical Industrial Internet of Things NetworksabstractIndustrial Internet of things (IIoT) is expected to improve efficiency and productivity by connecting massive devices, but it will cause potential congestions in backhual link and high energy consumptions. Caching with coded transmission is an effective method to reduce backhual load for content delivery. However, due to the hierarchy and heterogeneity in IIoT, it is very challenging to perform content placement with lower energy consumption. In this article, we propose an energy-efficient content placement strategy in cache-enabled hierarchical IIoT network with coded transmission. We derive a closed-form expression including the energy consumption for content placement and transmission by the macro base station and the small base stations. In addition, we establish an optimization problem to minimize the total energy consumption, whereby we find the optimal content placement matrix and optimal cache size allocation, respectively. Simulation results show that, the proposed content placement strategy can greatly improve energy efficiency in IIoT. Shushi Gu, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Ind. Informatics | 3 |
| 2021 | SPDS: A Secure and Auditable Private Data Sharing Scheme for Smart Grid Based on BlockchainabstractThe exponential growth of data generated from increasing smart meters and smart appliances brings about huge potentials for more efficient energy production, pricing, and personalized energy services in smart grids. However, it also causes severe concerns due to improper use of individuals' private data, as well as the lack of transparency and auditability for data usage. To bridge this gap, in this article, we propose a secure and auditable private data sharing (SPDS) scheme under data processing-as-a-service mode in smart grid. Specifically, we first present a novel blockchain-based framework for trust-free private data computation and data usage tracking, where smart contracts are employed to specify fine-grained data usage policies (i.e., who can access what kinds of data, for what purposes, at what price) while the distributed ledgers keep an immutable and transparent record of data usage. A trusted execution environment based off-chain smart contract execution mechanism is exploited as well to process confidential user datasets and relieve the computation overhead in blockchain systems. A two-phase atomic delivery protocol is designed to ensure the atomicity of data transactions in computing result release and payment. Furthermore, based on contract theory, the optimal contracts are designed under information asymmetry to stimulate user's participation and high-quality data sharing while optimizing the payoff of the energy service provider. Extensive simulation results demonstrate that the proposed SPDS can effectively improve the payoffs of participants, compared with conventional schemes. Yuntao Wang 0004, Zhou Su 0001, Ning Zhang 0007, Xin Sun 0011, Zhiyuan Ye, Zhenyu Zhou 0001 |
IEEE Trans. Ind. Informatics | 3 |
| 2021 | Guest Editorial: AI Empowered Communication and Computing Systems for Industrial Internet of ThingsabstractThis special section aims at soliciting original research and practical contributions from both industry and academia to advance the IIoT, including network modeling and architecture, AI algorithms for various layers, intelligent resource management, big data driven edge systems, orchestration of edge, and cloud servers. Through a rigorous peer-review process, nine articles have been accepted. In the following, we summarize the accepted articles in this editorial. Ning Zhang 0007, Yonghui Li 0001, Yulei Wu, Qinyu Zhang 0001 |
IEEE Trans. Ind. Informatics | 1 |
| 2021 | Variational Graph Neural Networks for Road Traffic Prediction in Intelligent Transportation SystemsabstractAs one of the most important applications of industrial Internet of Things, intelligent transportation system aims to improve the efficiency and safety of transportation networks. In this article, we propose a novel Bayesian framework entitled variational graph recurrent attention neural networks (VGRAN) for robust traffic forecasting. It captures time-varying road-sensor readings through dynamic graph convolution operations and is capable of learning latent variables regarding the sensor representation and traffic sequences. The proposed probabilistic method is a more flexible generative model considering the stochasticity of sensor attributes and temporal traffic correlations. Moreover, it enables efficient variational inference and faithful modeling of implicit posteriors of traffic data, which are usually irregular, spatial correlated, and multiple temporal dependents. Extensive experiments conducted on two real-world traffic datasets demonstrate that the proposed VGRAN model outperforms state-of-the-art approaches while capturing innate ambiguity of the predicted results. Fan Zhou 0002, Qing Yang 0017, Ting Zhong, Dajiang Chen, Ning Zhang 0007 |
IEEE Trans. Ind. Informatics | 5 |
| 2021 | Vehicle Assisted Computing Offloading for Unmanned Aerial Vehicles in Smart CityabstractSmart city emerges a promising paradigm for improving operational efficiency of city and comfort of people. With embedded multi-sensors, Unmanned Aerial Vehicles (UAVs) hold great potential for collecting sensing data and providing social services in smart city. However, due to the limited battery lifetime and processing capacities of UAVs, the efficient offloading scheme of UAVs is urgently needed in smart city. Therefore, in this article, a vehicle-assisted computing offloading architecture for UAVs is proposed to improve offloading efficiency by harnessing the moving vehicles in smart city. We first develop an offloading model for UAVs to determine the offloading strategy. Next, to select the optimal vehicles for offloading, we formulate a matching scheme based on the preference lists of UAVs and vehicles to derive the optimal matching between UAVs and vehicles. After that, to improve the offloading efficiency and maximize the utilities of UAVs and vehicles, the transaction process of computing data between UAVs and vehicles is modeled as a bargaining game. Moreover, an offloading algorithm for UAVs and vehicles is proposed to obtain the optimal strategy. Finally, simulations are performed to validate the efficiency of the proposed offloading scheme. The results demonstrate that the proposed offloading scheme can significantly save resource and improve the utilities of UAVs and vehicles. Minghui Dai, Zhou Su 0001, Qichao Xu, Ning Zhang 0007 |
IEEE Trans. Intell. Transp. Syst. | 4 |
| 2021 | An Attention-Based Deep Learning Framework for Trip Destination Prediction of Sharing BikeabstractWith the advancement of communication technology and location acquisition technology in the context of modern smart cities, the sharing bike systems offer users the great autonomy and convenience for the last/first-kilometer trip. Meanwhile, we can now able to collect, store, and analyze a large amount of sharing bike data. How to effectively use these massive data to provide better services is an emerging task. However, due to the skewed and imbalanced bike usages for stations located at different places, it is of great significance yet very challenging to predict the potential destinations of each individual trip beforehand so that the service providers can better schedule manual bike re-dispatch in advance. To address this issue, this paper proposes an attention-based deep learning framework for trip destination prediction (AFTER). AFTER first learns the low-dimension representations of users and sharing bike stations via negative sampling strategies. Then, a convolution neural network with an attention mechanism is utilized to predict the future trip destination. Experimental results on a real-world dataset indicate that the proposed framework outperforms several state-of-the-art approaches in terms of precision, recall, and F1. Wei Wang 0077, Zhiguo Gong, Zhikui Chen, Ning Zhang 0007, Wei Wei 0006 |
IEEE Trans. Intell. Transp. Syst. | 5 |
| 2021 | A Cloud-Guided Feature Extraction Approach for Image Retrieval in Mobile Edge ComputingabstractMobile Edge Computing (MEC) can facilitate various important image retrieval applications for mobile users by offloading partial computation tasks from resource-limited mobile devices to edge servers. However, existing related works suffer from two major limitations. (i) High network bandwidth cost: they need to extract numerous features from the image and upload these feature data to the cloud server. (ii) Lowretrieval accuracy: they separate the feature extraction processes from the image data set in the cloud server, thus unable to provide effective features for accurate image retrieval. In this paper, we propose a cloud-guided feature extraction approach for mobile image retrieval. In the proposed approach, the cloud server first leverages the relationships among labeled images in the data set to learn a projection matrix P. Then, it uses the matrix P to extract discriminative features from the image data set and form a low-dimensional feature data set. Following that, the cloud server sends the matrix P to the edge server and uses it to multiply the image χ. The result PTχ, i.e., image features, is uploaded to the cloud server to find the label of the image with the most similar multiplying result. The label is regarded as the retrieval result and returned to the mobile user. In the cloud-guided feature extraction approach, the matrix P can extract a small number of effective image features, which not only reduces network traffic but also improves retrieval accuracy. We have implemented a prototype system to validate the proposed approach and evaluate its performance by conducting extensive experiments using a real MEC environment and data set. The experimental results show that the proposed approach reduces the network traffic by nearly 93 percent and improves the retrieval accuracy by nearly 6.9 percent compared with the state-of-the-art image retrieval approaches in MEC. Shangguang Wang, Chuntao Ding, Ning Zhang 0007, Xiulong Liu 0001, Ao Zhou 0001, Jiannong Cao 0001, Xuemin Shen |
IEEE Trans. Mob. Comput. | 3 |
| 2021 | Delay-Aware Microservice Coordination in Mobile Edge Computing: A Reinforcement Learning ApproachabstractAs an emerging service architecture, microservice enables decomposition of a monolithic web service into a set of independent lightweight services which can be executed independently. With mobile edge computing, microservices can be further deployed in edge clouds dynamically, launched quickly, and migrated across edge clouds easily, providing better services for users in proximity. However, the user mobility can result in frequent switch of nearby edge clouds, which increases the service delay when users move away from their serving edge clouds. To address this issue, this article investigates microservice coordination among edge clouds to enable seamless and real-time responses to service requests from mobile users. The objective of this work is to devise the optimal microservice coordination scheme which can reduce the overall service delay with low costs. To this end, we first propose a dynamic programming-based offline microservice coordination algorithm, that can achieve the globally optimal performance. However, the offline algorithm heavily relies on the availability of the prior information such as computation request arrivals, time-varying channel conditions and edge cloud's computation capabilities required, which is hard to be obtained. Therefore, we reformulate the microservice coordination problem using Markov decision process framework and then propose a reinforcement learning-based online microservice coordination algorithm to learn the optimal strategy. Theoretical analysis proves that the offline algorithm can find the optimal solution while the online algorithm can achieve near-optimal performance. Furthermore, based on two real-world datasets, i.e., the Telecom's base station dataset and Taxi Track dataset from Shanghai, experiments are conducted. The experimental results demonstrate that the proposed online algorithm outperforms existing algorithms in terms of service delay and migration costs, and the achieved performance is close to the optimal performance obtained by the offline algorithm. Shangguang Wang, Yan Guo 0004, Ning Zhang 0007, Peng Yang 0004, Ao Zhou 0001, Xuemin Shen |
IEEE Trans. Mob. Comput. | 3 |
| 2021 | DND: Driver Node Detection for Control Message Diffusion in Smart TransportationsabstractAlong with the development of IoT and mobile edge computing in recent years, smart transportation holds great potential to improve road safety and efficiency. The network that carries smart transportation service is highly dynamic. Controllability has long been recognized as one of the fundamental properties of such temporal networks, which can provide valuable insights for the construction of new infrastructures, and thus is in urgent need to be explored. In this article, under the smart transportation scenario, we first disclose the controllability problem in Internet of Vehicles (IoV), and then design DND (Driver Node Detection) algorithm based on Kalman's controllability rank condition to analyze the controllability and control message diffusion in such a dynamic temporal network. Moreover, we use the control message diffusion efficiency as a metric to assist in selecting suitable driver nodes. At last, we conduct a series of experiments to analyze the controllability of the IoV network, and the results show the effects of vehicle density, speed, coverage radius on network controllability, and the efficiency of the control message diffusion algorithm and its feedback effect on driver nodes selection. These insights are critical for varieties of applications in the future smart transportation. Peizhuang Cong, Yuchao Zhang 0004, Wendong Wang 0003, Ning Zhang 0007 |
IEEE Trans. Netw. Serv. Manag. | 4 |
| 2021 | Spatio-temporal Bayesian Learning for Mobile Edge Computing Resource Planning in Smart CitiesabstractA smart city improves operational efficiency and comfort of living by harnessing techniques such as the Internet of Things (IoT) to collect and process data for decision-making. To better support smart cities, data collected by IoT should be stored and processed appropriately. However, IoT devices are often task-specialized and resource-constrained, and thus, they heavily rely on online resources in terms of computing and storage to accomplish various tasks. Moreover, these cloud-based solutions often centralize the resources and are far away from the end IoTs and cannot respond to users in time due to network congestion when massive numbers of tasks offload through the core network. Therefore, by decentralizing resources spatially close to IoT devices, mobile edge computing (MEC) can reduce latency and improve service quality for a smart city, where service requests can be fulfilled in proximity. As the service demands exhibit spatial-temporal features, deploying MEC servers at optimal locations and allocating MEC resources play an essential role in efficiently meeting service requirements in a smart city. In this regard, it is essential to learn the distribution of resource demands in time and space. In this work, we first propose a spatio-temporal Bayesian hierarchical learning approach to learn and predict the distribution of MEC resource demand over space and time to facilitate MEC deployment and resource management. Second, the proposed model is trained and tested on real-world data, and the results demonstrate that the proposed method can achieve very high accuracy. Third, we demonstrate an application of the proposed method by simulating task offloading. Finally, the simulated results show that resources allocated based upon our models’ predictions are exploited more efficiently than the resources are equally divided into all servers in unobserved areas. Laha Ale, Ning Zhang 0007, Scott A. King, Jose Guardiola |
ACM Trans. Internet Techn. | 2 |
| 2021 | Spinal Codes Over Fading Channel: Error Probability Analysis and Encoding Structure ImprovementabstractIn order to facilitate the reliability of data transmission of Spinal codes over the fading channel, performance analysis of Spinal codes is conducted, and an improved encoding structure is proposed. First, we derive an approximate frame error rate (FER) upper bound for Spinal codes over the Rayleigh fading channel in the finite block length (FBL) regime. Then, inspired by the FER analysis process, we propose an improved encoding structure, named self-concatenation structure, to reduce the FER of Spinal codes. In addition, a parallel structure is proposed for Spinal codes to improve the decoding throughput. For the self-concatenation structure, simulation results show that it exhibits a significant gain in anti-noise performance compared with the original Spinal codes over the Rayleigh fading channel. For the parallel structure, we find that by combining the parallel structure with the self-concatenation structure, not only is the encoding and decoding throughput of Spinal codes significantly improved but also the FER of Spinal codes is reduced. Shaohua Wu 0002, Jian Jiao 0001, Ning Zhang 0007, Qinyu Zhang 0001 |
IEEE Trans. Wirel. Commun. | 4 |
| 2020 | Security-Aware Resource Sharing in Software Defined Air-Ground Integrated Networks: A Game ApproachabstractTo accommodate the surge of data traffic in unmanned aerial vehicle (UAV) applications, software defined air-ground integrated networks (SD-AGNs) hold great potentials for efficient resource allocation and intelligent security countermeasures for UAVs. In SD-AGNs, virtualized bandwidth, computing and security resources owned by terrestrial mobile edge computing (MEC) nodes can be dynamically allocated to satisfy UAVs' diverse demands in data transmission and security protection. However, with complicated cooperative interactions among MEC nodes and competition among UAVs, it is of great challenge to allocate both the security and wireless resource in SD-AGNs. In this paper, we propose a security-aware resource sharing scheme for UAVs to jointly allocate bandwidth and security resource in SD-AGNs, using a game-theoretic approach. Specifically, we first investigate a software-defined collaborative mechanism to promote resource utilization for MEC nodes through coalition formation and resource sharing within each coalition. Then, a coalitional game model is presented to construct the Nash-stable coalition structure for MEC nodes. Furthermore, by modeling the interactions among UAVs as a non-cooperative game, their optimal demands of wireless and security resource, as well as the Nash equilibrium, are analyzed in the competitive environment. Simulation results show that the proposed scheme can effectively improve resource efficiency and reduce average delay. Yuntao Wang 0004, Zhou Su 0001, Ning Zhang 0007, Abderrahim Benslimane, Ruidong Li 0001, Ying Wang 0059 |
GLOBECOM | 3 |
| 2020 | DeepSlicing: Deep Reinforcement Learning Assisted Resource Allocation for Network SlicingabstractNetwork slicing enables multiple virtual networks run on the same physical infrastructure to support various use cases in 5G and beyond. These use cases, however, have very diverse network resource demands, e.g., communication and computation, and various performance metrics such as latency and throughput. To effectively allocate network resources to slices, we propose DeepSlicing that integrates the alternating direction method of multipliers (ADMM) and deep reinforcement learning (DRL). DeepSlicing decomposes the network slicing problem into a master problem and several slave problems. The master problem is solved based on convex optimization and the slave problem is handled by DRL method which learns the optimal resource allocation policy. The performance of the proposed algorithm is validated through network simulations. Qiang Liu 0013, Tao Han 0002, Ning Zhang 0007, Ye Wang 0002 |
GLOBECOM | 3 |
| 2020 | Collaborative Computing in Vehicular Networks: A Deep Reinforcement Learning ApproachabstractMobile edge computing (MEC) has been recognized as a promising technology to support various emerging services in vehicular networks. With MEC, vehicle users can offload their computation-intensive applications (e.g., intelligent path planning and safety applications) to edge computing servers located at roadside units. In this paper, an efficient computing offloading and server collaboration approach is proposed to reduce computing service delay and improve service reliability for vehicle users. Task partition is adopted, whereby the computation load offloaded by a vehicle can be divided and distributed to multiple edge servers. By the proposed approach, the computation delay can be reduced by parallel computing, and the failure in computing results delivery can also be alleviated via cooperation among edges. The offloading and computing decision-making is formulated as a long-term planning problem, and a deep reinforcement learning technique, i.e., deep deterministic policy gradient, is adopted to achieve the optimal solution of the complex stochastic nonlinear integer optimization problem. Simulation results show that our collaborative computing approach can adapt to different service environments and outperform the greedy offloading approach. Mushu Li, Jie Gao 0002, Ning Zhang 0007, Lian Zhao, Xuemin Shen |
ICC | 3 |
| 2020 | Learning Enabled Adaptive Multiple Attribute-based Physical Layer AuthenticationabstractIn this paper, we propose an adaptive multi-attributes based physical layer authentication framework for enhanced authenticity provisioning. Instead of optimizing the "threshold" for a preset PHY-layer signature, this paper resort to exploiting and selecting multiple historical better performed PHY-layer attributes for authentication enhancement. In particular, the authenticator of the proposed scheme is designed to be capable of recording the historically performance of each potential attribute. Based on which, the most effective PHY-layer attributes (MEA) would be chosen to improve the reliability of the PHY-layer authentication. This paper experimentally proves that the dimension extension on PHY-layer signature attributes effectively enhances authenticator's capability in signal discrimination. However, with more attribute to observe, it also complicates the predicting and authenticating procedure. Therefore, a learning-based search algorithm is then formulated to facilitate the MEA selection procedure. Both theoretical analysis and experiment results are given to demonstrate the efficiency and superiority of the proposed scheme. Xiaojie Fang, Xinyu Yin, Lin Mei 0002, Ning Zhang 0007, Xuejun Sha, Jinghui Qiu |
VTC Fall | 4 |
| 2020 | Performance Analysis for Cache-enabled Cellular Networks with Cooperative TransmissionabstractThe large amount of deployed smart devices put tremendous traffic pressure on networks. Caching at the edge has been widely studied as a promising technique to solve this problem. To further improve the successful transmission probability (STP) of cache-enabled cellular networks (CEN), we combine the cooperative transmission technique with CEN and propose a novel transmission scheme. Local channel state information (CSI) is introduced at each cooperative base station (BS) to enhance the strength of the signal received by the user. A tight approximation for the STP of this scheme is derived using tools from stochastic geometry. The locally optimal content placement strategy of this scheme is obtained using a numerical method to maximize the STP. Simulation results demonstrate the optimal strategy achieves significant gains in STP over several comparative baselines with the proposed scheme. Tianming Feng, Shushi Gu, Ning Zhang 0007, Wei Xiang 0001, Xuemai Gu |
VTC Fall | 4 |
| 2020 | Scalable Modulation based Computation Offloading in Vehicular Edge Computing SystemabstractVehicular Edge Computing (VEC) is becoming popular due to the high offloading demand of computation-intensive vehicular network applications. Although the mobility of vehicles poses great challenges to the computation offloading as the fast time-varying fading channel, the moving vehicles can be served as mobile relays to achieve opportunistic transmission for improving offloading efficiency. In this paper, a scalable modulation (S-Mod) based task offloading (SMO) strategy is proposed, in which the vehicles can be selected as mobile relay to implement cooperative transmission based on S-Mod scheme. To reduce the energy consumption of vehicles, the energy consumption minimization offloading decision problem with delay and transmission quality requirement constraints is formulated. A hybrid offloading algorithm with S-Mod scheme design and relay selection is proposed. Our simulation results show that the proposed SMO strategy can outperform the existing strategy up to by 72.68% on energy consumption and 14.15% on execution time. Ning Zhang 0007, Qiuyan Liu, Weiyang Feng, Ruirui Ning |
VTC Fall | 2 |
| 2020 | Hybrid Carrier and STBC based Impulsive Noise Suppression for Substation CommunicationsabstractWireless communication in substation scenarios can be seriously degraded by impulsive noise. In this paper, we aim to investigate and mitigate the impact of impulsive noise for substation communications. Specifically, symmetric alpha-stable (SaS) distribution is used to model the impulsive noise and channel in substation scenario is modeled as a frequency selective fading channel with additive impulsive noise. Based on weighted fractional Fourier transform (WFRFT), a hybrid carrier (HC) scheme that is compatible with both conventional single carrier (SC) and multi-carrier (MC) schemes is introduced. Further, the WFRFT-based HC system combined with Alamouti scheme, referred as to HC-Alamouti, is proposed to mitigate the adverse effects of impulsive noise and frequency selective fading in substation scenarios. The impulsive noise mitigation mechanism of the proposed HC-Alamouti scheme is analyzed. Moreover, simulation results are given to show the superiority of the proposed HC-Alamouti system in terms of bit error rate (BER). Lin Mei 0002, Xiaojie Fang, Ning Zhang 0007 |
VTC Fall | 4 |
| 2020 | Degraded Read Coding Scheme in Heterogeneous Distributed Cloud Storage System for Internet of Things DataabstractThe Internet of Things (IoT) is creating billions of connected devices and generating enormous amounts of data. Data needs to be stored efficiently so that it can be retrieved easily on demand. Cloud storage is an inevitable choice for data management for IoT. Because of application diversity, limited bandwidth of end devices and the demand for real time, it is necessary to decrease the cost of data access in Heterogeneous Distributed Cloud Storage System (HDCSS). According to the point that applications always access the partial data, this paper combining the data access rate, proposes a degraded read scheme based Local Reconstruction Code (LRC) to improve the local max throughput in HDCSS. Simulation results show that our proposed scheme can achieve about a 50% increase in local throughput of hot data blocks without adding additional access load compared with commonly used LRC. Xianfan Sun, Shushi Gu, Ye Wang 0002, Kaiyu Liu, Ning Zhang 0007, Qinyu Zhang 0001 |
VTC Spring | 5 |
| 2020 | Intelligent Resource Allocation in UAV-Enabled Mobile Edge Computing NetworksabstractUnmanned aerial vehicles (UAVs) have been considered as effective flying base stations (FBSs) to provide on- demand wireless communications. Equipped with computation resource, UAVs are also capable of offering computation offloading opportunities for the mobile users (MUs) in mobile edge computing (MEC) networks. However, due to the small hardware and load capacity, UAVs can only supply limited computation and energy resource. It is thus challenging for UAVs to guarantee the quality of service (QoS) of MUs, while minimizing their total resource consumptions. Toward this end, instead of using all resource for every single task, we propose an intelligent resource allocation algorithm based on reinforcement learning, which enables UAVs to make energy-efficent and computation-efficent allocation decisions intelligently. Then, we take UAVs as learning agents by forming resource allocation decisions as actions and designing a reward function with the aim of minimizing the weighted resource consumptions. Each UAV performs the algorithm only based on its local observations without information exchange among different UAVs. Simulation results show that the proposed reinforcement learning based approach outperforms the benchmark algorithms in terms of weighted consumptions in a whole time period. Shushi Gu, Ning Zhang 0007, Xuemai Gu |
VTC Fall | 4 |
| 2020 | Joint Offloading and Resource Allocation for Scalable Vehicular Edge ComputingabstractEdge computing assisted autonomous driving technology has become a promising method to satisfy exacting computation requirements of achieving high or even full automation. However, the computation and spectrum resources of multi-access vehicular edge computing (VEC) system are also limited, which may not guarantee the best experience for all users, so we make a tradeoff between resource consumption and user experience. First, according to the characteristics of task scalability in driving assistance applications, we model the problem as maximizing system utility under the deadline constraint and the total resource constraint. Then, we formulate a collaborative computation offloading and resource allocation optimization scheme (JORA). Since the problem is NP-Hard, the JORA scheme eventually solves the problem by the mutual iteration of the two sub-algorithms, which includes offloading strategy and resource allocation. Simulation results prove that the proposed algorithm can effectively improve the system utility. Qie Wang, Xuanli Wu, Ning Zhang 0007 |
VTC Fall | 4 |
| 2020 | Secure and Lightweight Authentication With Key Agreement for Smart Wearable SystemsabstractNowadays, an increasing number of wearable devices (WDs) have been widely deployed in smart wearable systems to collect health status measures and body information of users. Due to the openness of wireless transmission and the low capabilities of WDs in terms of energy and computation, it is of a great challenge to ensure the security of the users' physiological information. In this article, we propose a secure and lightweight authentication and key agreement scheme (SLAKA) by using the fuzzy extractor, the cryptographic hash function, and the bitwise exclusive-or operation. In SLAKA, mutual authentication between a WD and the mobile terminal (MT) can be achieved, after that, a session key can be negotiated at both ends for future secure communications. Detailed security analysis shows that SLAKA has the resilience against various well-known attacks, such as replay attacks, stolen/lost MT/WD attacks, man-in-the-middle attacks, MT/WD impersonation attacks, password change attacks, anonymity and untraceability attacks, and privileged-insider attacks. Through performance comparison and extensive simulation, SLAKA is demonstrated to be more efficient than the existing schemes, while providing more extractive features and security guarantees. Jiping Li, Ning Zhang 0007, Jianbing Ni, Jing Chen 0003, Ruiying Du |
IEEE Internet Things J. | 2 |
| 2020 | Physical-Layer Authentication for Internet of Things via WFRFT-Based Gaussian Tag EmbeddingabstractInternet of Things (IoT) is regarded as the fundamental platform for many emerging services, such as smart city, smart home, and intelligent transportation systems. With ever-increasing penetration of IoT, it becomes of great importance to ensure the IoT security, as the security threats are extended from the cyber world to the physical world. In this article, we investigate physical-layer authentication to help verify the identity of IoT entities for preventing unauthorized access to information or service. Specifically, we propose a Gaussian-tag-embedded physical-layer authentication (GTEA) scheme by using a weighted fractional Fourier transform (WFRFT). Through the superimposition of a low-power Gaussian WFRFT tag onto the message signal, the legitimate receiver can verify the authenticity of the received signal at the physical layer, without being detected by adversaries. Moreover, security analysis shows that with the deliberately designed Gaussian tag, the GTEA scheme is robust against spoofing and replaying attacks. In addition, tradeoff analysis and simulation results are provided to demonstrate the capability of the GTEA scheme in achieving reliability of the message delivery, stealth of the embedded tag signal, and balancing the tradeoff among the robustness of user authentication. Moreover, a prototype is further developed using FPGA and experiments are conducted to demonstrate the effectiveness and performance improvement of the proposed GTEA scheme. Ning Zhang 0007, Xiaojie Fang, Ye Wang 0002, Shaohua Wu 0002, Huici Wu, Dulal C. Kar, Hongli Zhang 0001 |
IEEE Internet Things J. | 1 |
| 2020 | Deep Reinforcement Learning for Throughput Improvement of the Uplink Grant-Free NOMA SystemabstractFacing the dramatic increase of mobile devices and the scarcity of spectrum resources, grant-free nonorthogonal multiple access (NOMA) emerges as an enabling technology for massive access, which also reduces signaling overhead and access latency effectively. However, in grant-free NOMA systems, the collisions resulting from uncoordinated resource selection can cause severe interference and reduce system throughput. In this article, we apply deep reinforcement learning (DRL) in the decision making for grant-free NOMA systems, to mitigate collisions and improve the system throughput in an unknown network environment. To reduce collisions in the frequency domain and the computational complexity of DRL, subchannel and device clustering are first designed, where a cluster of devices compete for a cluster of subchannels following grant-free NOMA. Furthermore, discrete uplink power control is proposed to reduce intracluster collisions. Then, the long-term cluster throughput maximization problem is formulated as a partially observable Markov decision process (POMDP). To address the POMDP, a DRL-based grant-free NOMA algorithm is proposed to learn about the network contention status and output subchannel and received power-level selection with less collisions. The numerical results verify the effectiveness of the proposed algorithm and reveal that DRL-based grant-free NOMA outperforms slotted ALOHA NOMA with 32.9% and 156% performance gain on the system throughput when the number of devices is twice and five times that of the subchannels, respectively. When the number of devices is five times that of the subchannels, the success access probability of DRL-based grant-free NOMA is above 85%, compared to 33% in the slotted ALOHA NOMA system. Xiaofeng Tao 0001, Huici Wu, Ning Zhang 0007, Xuefei Zhang 0003 |
IEEE Internet Things J. | 4 |
| 2020 | Physical Layer based Message Authentication with Secure Channel CodesabstractIn this paper, we investigate physical (PHY) layer message authentication to combat adversaries with infinite computational capacity. Specifically, a PHY-layer authentication framework over a wiretap channel (W1; W2) is proposed to achieve information theoretic security with the same key. We develop a theorem to reveal the requirements/conditions for the authentication framework to be information-theoretic secure for authenticating a polynomial number of messages in terms of n. Based on this theorem, we design an authentication protocol that can guarantee the security requirements, and prove its authentication rate can approach infinity when n goes to infinity. Furthermore, we design and implement a feasible and efficient message authentication protocol over binary symmetric wiretap channel (BSWC) by using Linear Feedback Shifting Register based (LFSR-based) hash functions and strong secure polar code. Through extensive simulations, it is demonstrated that the proposed protocol can achieve high authentication rate, with low time cost and authentication error rate. Dajiang Chen, Ning Zhang 0007, Nan Cheng 0001, Kuan Zhang 0001, Zhiguang Qin, Xuemin Shen |
IEEE Trans. Dependable Secur. Comput. | 2 |
| 2020 | A Two-Dimensional Vectorized Secure Transmission Scheme for Wireless CommunicationsabstractWireless communication security can be enhanced by leveraging the characteristics of the physical (PHY) layer, where discriminatory scrambling can be employed at the symbol level to either improve the signal quality of the legitimate receiver or degrade that of the eavesdroppers. However, in the presence of multiple passive eavesdroppers with more antennas than the transmitter, the transmitted signals can still be reliably separated from random disturbances. To mitigate this challenge, we propose a two-dimensional vectorized secure transmission scheme. Unlike existing transmission schemes (where the same data symbol is sent over each antenna with a predesigned complex weight at a time), in the proposed scheme, a sequence of data symbols in a predefined order (named symbol vector) is first pre-superposed through pre-coding with a random complex matrix prior to been sent as a vector in parallel over each transmitting antenna at a time. As a result, physical randomness of the legitimate channel is introduced into the received signals at passive eavesdroppers in the pre-coding procedure. Moreover, to ensure that transmitted data symbols can be recovered in the right order, each symbol vector is sent repeatedly, according to the principle of maximum entropy. To ensure the intended receiver can recover the transmitted symbol vector, the random pre-coding matrices are selected such that a linear constraint imposed by the CSI of the legitimate channel is satisfied. In addition, an extended maximum likelihood (ML) detection method is developed for the desired receiver while the random pre-coding matrices are not required to be transmitted. We then analyze its security based on the signal detection theory to demonstrate that the intended receiver can recover the transmitted symbol vectors while the eavesdroppers are not capable of doing so. We also evaluate the performance of the proposed scheme to demonstrate its effectiveness. Renyong Wu, Ning Zhang 0007, Kim-Kwang Raymond Choo |
IEEE Trans. Inf. Forensics Secur. | 3 |
| 2020 | Edge Coordinated Query Configuration for Low-Latency and Accurate Video AnalyticsabstractTo develop smart city and intelligent manufacturing, video cameras are being increasingly deployed. In order to achieve fast and accurate response to live video queries (e.g., license plate recording and object tracking), the real-time high-volume video streams should be delivered and analyzed efficiently. In this article, we introduce an end-edge-cloud coordination framework for low-latency and accurate live video analytics. Considering the locality of video queries, edge platform is designated as the system coordinator. It accepts live video queries and configures the related end cameras to generate video frames that meet quality requirements. By taking into account the latency constraint, edge computing resources are subtly distributed to process the live video frames from different sources such that the analytic accuracy of the accepted video queries can be maximized. Since the amount of required edge computing resource and video quality to accurately address different video queries are unknown in advance, we propose an online video quality and computing resource configuration algorithm to gradually learn the optimal configuration strategy. Extensive simulation results show that as compared to other benchmarks, the proposed configuration algorithm can effectively improve the analytic accuracy, while providing low-latency response. Peng Yang 0004, Feng Lyu 0001, Wen Wu 0003, Ning Zhang 0007, Li Yu 0003, Xuemin Shen |
IEEE Trans. Ind. Informatics | 4 |
| 2020 | Deep Reinforcement Learning Based Online Network Selection in CRNs With Multiple Primary NetworksabstractNetwork selection is one of the important techniques in cognitive radio networks (CRNs). With the development of network convergence technology and the popularity of heterogeneous networks, multiple primary CRNs interacting with multiple authorized networks are becoming possible, which can provide secondary users with more spectrum resources by network selection. Network selection is the key to spectrum sharing between CRNs and multiple primary networks. However, the spectrum sensing results, highly complex system state, and unsystematic research framework make the research of network selection very challenging. Traditional network selection algorithms are offline selection methods that are based on prior knowledge of primary networks. However, in the complex network environment, it is impossible to get prior knowledge from multiple primary networks, because the offline network selection methods lack efficiency. In order to meet these challenges, this article aims at improving the quality of service of cognitive users, and based on reinforcement learning method and the achievements of dynamic spectrum access of cognitive radio in single primary network environment, proposed a deep reinforcement learning based online network selection method of CRNs with multiple primary networks. Yi Yang 0052, Ye Wang 0002, Kaiyu Liu, Ning Zhang 0007, Shushi Gu, Qinyu Zhang 0001 |
IEEE Trans. Ind. Informatics | 4 |
| 2020 | Error Correction CP-BZD Storage Codes for Content Delivery in Drive-Thru InternetabstractIn drive-thru internet, road side units (RSUs) are deployed along the road, which facilitate content dissemination to the vehicles on the go through vehicle to infrastructure (V2I) communications. Due to many factors including short and intermittent connections, the fading nature of wireless channel, and relatively fast speed of the vehicle, the vehicles might not be able to receive the complete content file successfully. Therefore, caching a file at multiple RSUs along the road in a collaborative manner is needed. To this end, the combination property (CP) is desired for caching the content: if k source packets are mapped into n ≥ k packets and with any k out of these n packets are able to recover all the information. Reed-Solomon (RS) codes possess CP and have been widely adopted in distributed storage (DS) systems. RS codes operating within a large size finite field have high encoding/decoding complexity, which dramatically increase the computation burden and prolong the processing delay. By introducing several overhead bits and by smart design, binary zigzag decoding (BZD) can significantly reduce the decoding complexity, and CP-BZD codes that possess both CP and BZD have been proposed recently. For CP-BZD structured drive-thru internet system, packets delivered over the air might encounter errors in certain bits. In this work, without adding extra checking bits, existing overhead bits in CP-BZD is used instead, and a novel decoding method that reaps error correction ability is proposed. In other words, our method has self-error correction ability. Complexity analysis of this proposed method is performed and a low complexity algorithm is designed. This error correction module is completely optional, adaptable, and flexible to be deployed to various environments. Numerical studies show that the proposed method can achieve CP with both low decoding complexity and self-error correction. Mingjun Dai, Shuangshuang Lu, Ning Zhang 0007, Hui Wang 0022 |
IEEE Trans. Intell. Transp. Syst. | 3 |
| 2020 | Channel-Based Optimal Back-Off Delay Control in Delay-Constrained Industrial WSNsabstractRecent developments in industrial wireless sensor networks (IWSNs) have revolutionized industrial automation systems. However, harsh industrial environment poses great challenges to a time-critical and reliable wireless communication. For instance, effects of multipath fading, noise and co-channel interference can have unpredictable and time-varying impacts on the propagation channel, leading to the failure of on-time packet delivery. To address this problem, in this paper we propose a channel-based Optimal Back-off Delay Control (OBDC) scheme which can minimize the total time a packet spends in the sensor node (TSN) by assessing the features of a generic wireless channel. Specifically, we first explore the channel impairments by investigating the probability density function (PDF) of the level crossing rate (LCR) of the received signal in the industrial wireless environment. Then, with the obtained channel assessment results, we develop a phase-type semi-Markov model to investigate the probability distribution of the back-off delay of a packet in the sensor node (SN). The probability distribution of the back-off delay can be further substituted with TSN according to the queuing theory. The proposed OBDC scheme examines the Kullback-Leibler (KL) divergence between the obtained distribution of TSN and the packet arrival rate, and reduces the TSN according to an objective function which is constantly renewed in every transmission round with regard to a delay constraint. The simulation results show that the OBDC scheme can reduce TSN and guarantee to keep the TSN in an acceptable range even though the wireless channel is impaired by interference effects. It also shows that the OBDC scheme can reduce the proportion of packets meeting their deadline to the total packets in transmission when the number of SN and LCR changes Qihao Li, Ning Zhang 0007, Michael Cheffena, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 2 |
| 2020 | Cell-Edge User Offloading via Flying UAV in Non-Uniform Heterogeneous Cellular NetworksabstractProviding reliable and efficient coverage for cell-edge mobile users (MUs) is a key issue in wireless communication networks. With non-uniform structure and heterogeneity of network topology in the 5G/B5G networks, performance improvement of cell-edge MUs becomes even more challenging. Unmanned aerial vehicle (UAV) exhibits a comparable advantage in enhancing cell edge performance due to its flexible mobility and line-of-sight air-to-ground links. In this paper, we study UAV-assisted cell-edge MU offloading in the non-uniform heterogeneous cellular networks. A base station (BS) coordination and ground-to-air offloading scheme is proposed to enhance the cell-edge MUs' performance, whereby cell-edge MUs are periodically scheduled between coordinated ground BSs and a flying UAV. Furthermore, a theoretical framework is developed to analyze the average spectral efficiency (SE) and average network throughput. Specifically, closed-form expressions for the average SE are derived for MUs associated with the ground BSs. Upper and lower bounds for the average SE are also obtained when the MU is offloaded to the flying UAV. Finally, numerical and simulation results are provided to validate the theoretical analysis and investigate the impact of key system parameters on the system performance, which also demonstrate the advantages of the UAV-assisted offloading scheme, compared with benchmark solutions. Huici Wu, Zhiqing Wei, Yan-Zhao Hou, Ning Zhang 0007, Xiaofeng Tao 0001 |
IEEE Trans. Wirel. Commun. | 4 |
| 2019 | Joint Computation and Communication Resource Allocation for Energy-Efficient Mobile Edge NetworksabstractIn this paper, an ultra-dense mobile edge network is studied, where base stations (BSs) are equipped with computation resources to execute users' offloaded tasks. Although an ultradense BS deployment provides seamless coverage and reduced computation latency of the offloaded tasks, the cost of network power consumption is increased. We formulate an optimization problem to jointly optimize active BSs set, uplink and downlink beamforming vector selection, and computation resource allocation in order to tackle the power consumption and latency tradeoff. To efficiently solve this problem, we propose a sequential solution framework. Specifically, we first select the active BSs based on communication and computation power-aware selection rule. The computation resources and dual-link beamformers are subsequently optimized for the satisfaction of task computation deadline, network energy savings and improved coverage. Simulation results show that the proposed joint optimization framework significantly reduces the network power consumption. Johnson Opadere, Qiang Liu 0013, Ning Zhang 0007, Tao Han 0002 |
ICC | 3 |
| 2019 | Asymptotic Optimal Edge Resource Allocation for Video Streaming via User Preference PredictionabstractMobile edge computing extends computing and storage resources to the proximity of mobile users, facilitating a number of innovative mobile applications. Particularly, video streaming is the most prevailing one that consumes substantial edge resources. In this paper, we investigate the multi-dimensional resource allocation for video service provisioning, with the objective of ensuring satisfied streaming experience at high resource utilization. Considering the diversified and constantly changing user preferences on the quality of video contents, the edge resource allocation process is modeled as a long-term utility maximization problem. To address this problem, we propose an online learning algorithm that actively estimates user preferences according to regression analysis on user feedback. This algorithm requires no training phase, and hence is adaptive to dynamic user interests and available edge resources. Both theoretical analysis and numerical results demonstrate that the performance of the proposed algorithm asymptotically approaches the hindsight optimal resource allocation strategy. Peng Yang 0004, Ning Zhang 0007, Shan Zhang 0001, Feng Lyu 0001, Li Yu 0003, Xuemin Shen |
ICC | 2 |
| 2019 | Dynamic Radio Resource and Task Allocation for Wireless Powered Mobile Edge Computing SystemabstractLimited capacities in computation and battery of Internet of things (IoT) devices are two main bottlenecks for quality of service. Emerging mobile edge computing (MEC) and radio frequency based wireless power transfer (WPT) can help alleviate the issues. Incorporating WPT into MEC, IoT devices can get sustainable energy supply by WPT, and offload computation tasks to MEC to improve the computing ability. In this paper, we jointly consider the radio resource and task allocation for the wireless powered MEC system. To capture the high dynamics in task arrival and wireless network, a stochastic optimization problem which minimizes the energy consumption while guaranteeing queue stability is formulated. By exploiting the stochastic optimization theory, we transform the original problem into a deterministic optimization problem. A radio resource and task allocation (RRTA) algorithm is designed to acquire the optimal solutions of this problem. Theoretical analysis shows that RRTA can achieve arbitrary tradeoff between the energy consumption and queue length. Moreover, the close-to-optimal energy consumption can be reached by RRTA while bounding the queueing length. Experiment results reveal that RRTA can effectively decrease the energy consumption and maintain a small queue length. Yongchao Zhang 0002, Xin Chen 0018, Ning Zhang 0007, Ying Chen 0010, Zhuo Li 0003 |
INFOCOM | 3 |
| 2019 | Online Proactive Caching in Mobile Edge Computing Using Bidirectional Deep Recurrent Neural NetworkabstractWith emergence of Internet of Things (IoT), wireless traffic has grown dramatically, posing severe strain on core network and backhaul bandwidth. Proactive caching in mobile edge computing systems can not only efficiently mitigate the traffic congestion and relieve burden of backhaul but also can reduce the service latency for end devices. However, proactive caching heavily relies on the prediction accuracy of content popularity, which is typically unknown and change over time. In this paper, we propose an online proactive caching scheme based on bidirectional deep recurrent neural network (BRNN) model to predict time-series content requests and update edge caching accordingly. Specifically, on the first layer, a 1-D convolution neural network (CNN) is devised to reduce the computational costs. Then, BRNN is employed to predict time-varying requests from users. Afterward, a fully connected neural network (FCNN) is harnessed to learn and sample predicts from the BRNN. Finally, we conduct experiments based on real datasets, which demonstrate that the proposed approach can achieve considerably high prediction accuracy and significantly improve content hit rate of end devices. Laha Ale, Ning Zhang 0007, Huici Wu, Dajiang Chen, Tao Han 0002 |
IEEE Internet Things J. | 2 |
| 2019 | Dynamic Computation Offloading in Edge Computing for Internet of ThingsabstractNowadays, billions of Internet of Things (IoT) devices arise around us running complex and computation-intensive applications. Due to the limited resources of the IoT devices, it is appealing to offload the application tasks from IoT devices to the remote cloud data centers. However, offloading all the tasks to the cloud can put a significant burden on the network. One promising way to solve this issue is edge computing, where edge servers are provisioned at the network edge. In edge computing for IoT, as the task generating process is highly dynamic and the statistical information can hardly be obtained or precisely predicted, it is of great importance yet very challenging to effectively offload application tasks to achieve the tradeoff between offloading cost and performance. In this paper, we formulate the computation offloading as an optimization problem to minimize offloading cost while providing performance guarantees. Based on stochastic optimization, we propose a dynamic computation offloading algorithm (DCOA), which decomposes the optimization problem into a series of subproblems, and solves these subproblems concurrently in an online and distributed way. Theoretical analysis is presented which demonstrates that DCOA can achieve the tradeoff between offloading cost and performance. Experiments are also carried out to evaluate the effectiveness of DCOA. Ying Chen 0010, Ning Zhang 0007, Yongchao Zhang 0002, Xin Chen 0018 |
IEEE Internet Things J. | 2 |
| 2019 | Shake to Communicate: Secure Handshake Acceleration-Based Pairing Mechanism for Wrist Worn DevicesabstractWith the booming penetration of wrist worn smart devices in daily lives, a wide range of applications have been enabled, such as exchanging social information, sharing sports data, and sending messages. Securing data exchange between these devices has become a challenging issue, considering the high security requirements and low computation capabilities of these wrist worn devices. In this paper, we propose a secure wrist worn smart device pairing scheme by exploiting the motion signal of the devices generated by the handshake to negotiate a reliable key between users. To ensure the security of key negotiation, a novel fuzzy cryptography algorithm is further developed. Compared with existing algorithms, the proposed algorithm avoids complicated error correction algorithms and has low requirements for data coincidence on the premise of individual differentiation. At the same time, the security is guaranteed by feature reordering and protection of auxiliary data. Extensive experimental results are provided, which demonstrate that the proposed handshake acceleration-based pairing scheme is robust, secure, and efficient. Qi Jiang 0001, Xiaohan Huang 0002, Ning Zhang 0007, Kuan Zhang 0001, XinDi Ma, Jianfeng Ma 0001 |
IEEE Internet Things J. | 3 |
| 2019 | Optimizing Trajectory of Unmanned Aerial Vehicles for Efficient Data Acquisition: A Matrix Completion ApproachabstractIn this paper, unmanned aerial vehicles (UAVs) are used to efficiently collect information in an areas of interest. Based on the matrix completion, an optimal UAV data collection trajectory (OUDCT) scheme is proposed for improving energy efficiency and reducing redundant data by optimizing the trajectory of the UAV. With the proposed scheme, the backbone sampling points can be selected as follows. First, sampling points with higher degrees are selected as dominator sampling points. Second, sampling points with lower degrees are selected as virtual dominator sampling points to ensure that the information in all rows and columns is collected. Third, sampling points with lower degrees are selected as follower sampling points until the total number of selected sampling points satisfies the minimum requirement of the matrix completion. Thus, all the information in the monitoring area can be recovered by using the matrix completion. Finally, the optimal simulated annealing algorithm is used to plan the path of UAV based on the selected sampling points. The experimental results indicate that the performance of the OUDCT scheme is better than those in previous studies. Extensive simulation results are provided, which demonstrate that the OUDCT scheme can reduce data redundancy by 50%-52% and increase the lifetime by 17% compared with the random selection sampling points scheme. Xiao Liu 0007, Yuxin Liu 0001, Ning Zhang 0007, Wen Wu 0003, Anfeng Liu |
IEEE Internet Things J. | 3 |
| 2019 | Learning-Aided User Identification Using Smartphone Sensors for Smart HomesabstractSmart homes expects to improve the convenience, comfort, and energy efficiency of the residents by connecting and controlling various appliances. As the personal information and computing hub for smart homes, smartphones allow people to monitor and control their homes anytime and anywhere. Therefore, the security and privacy of smartphones and the stored data are crucial in smart homes. To protect smartphones from potential attacks, various built-in sensors can be utilized for user authentication/identification and access control to achieve enhanced security. In this paper, we propose a framework, smartphone sensor user identification (SSUI), in order to facilitate user identification based on the relationships between different types of sensor data and smartphone users. Specifically in SSUI, the time and frequency features are extracted and learned separately using convolution neural network (CNN). The CNN outputs are then processed using recurrent neural network, according to several time bins. Using both of our own dataset (collected from 17 participants) and a publicly available dataset (i.e., Heterogeneity Dataset for Human Activity Recognition), we demonstrate the effectiveness of the proposed SSUI framework, where we achieve an accuracy rate of over 91.45% in various scenarios. Zhen Qin 0002, Lingzhou Hu, Ning Zhang 0007, Dajiang Chen, Kuan Zhang 0001, Zhiguang Qin, Kim-Kwang Raymond Choo |
IEEE Internet Things J. | 3 |
| 2019 | A Secure Charging Scheme for Electric Vehicles With Smart Communities in Energy BlockchainabstractThe smart community (SC), as an important part of the Internet of Energy (IoE), can facilitate integration of distributed renewable energy sources and electric vehicles (EVs) in the smart grid. However, due to the potential security and privacy issues caused by untrusted and opaque energy markets, it becomes a great challenge to optimally schedule the charging behaviors of EVs with distinct energy consumption preferences in SC. In this paper, we propose a contract-based energy blockchain for secure EV charging in SC. First, a permissioned energy blockchain system is introduced to implement secure charging services for EVs with the execution of smart contracts. Second, a reputation-based delegated Byzantine fault tolerance consensus algorithm is proposed to efficiently achieve the consensus in the permissioned blockchain. Third, based on the contract theory, the optimal contracts are analyzed and designed to satisfy EVs' individual needs for energy sources while maximizing the operator's utility. Furthermore, a novel energy allocation mechanism is proposed to allocate the limited renewable energy for EVs. Finally, extensive numerical results are carried out to evaluate and demonstrate the effectiveness and efficiency of the proposed scheme through comparison with other conventional schemes. Zhou Su 0001, Yuntao Wang 0004, Qichao Xu, Minrui Fei, Yu-Chu Tian, Ning Zhang 0007 |
IEEE Internet Things J. | 6 |
| 2019 | RAV: Relay Aided Vectorized Secure Transmission in Physical Layer Security for Internet of Things Under Active AttacksabstractInternet of Things (IoT) security becomes of great importance, as IoT is the foundation for many emerging services. To safeguard IoT security, cryptosystems at upper layer relying on sophisticated key management alone can face many challenges due to the massive deployment of resource constrained machine-type communication (MTC) devices. Physical layer (PHY) security can complement and enhance IoT security, by exploiting the characteristics of the bottom layer. In PHY security, channel state information (CSI) estimated through reverse pilot training is essential for the sender to select appropriate beamforming/precoder, which however is also vulnerable to adversaries. An adversary can actively launch pilot contamination attacks to affect the channel estimation and improve its signal reception quality. In this paper, we propose a relay-aided vectorized (RAV) secure transmission scheme, to safeguard the downlink communication in IoT networks under potential pilot contamination attacks. The proposed scheme does not distinguish the pilot sequences sent from an adversary and the receiver; and the sender utilizes what it receives to estimate the CSI for beamforming/precoder design. Then, a set of data symbols are presuperposed using a random complex matrix to form signal vectors to send. Through cooperation with a relay, the signal vectors can be recovered by the intended receiver whereas the adversary or the relay cannot, as proved through security analysis. The simulation results also demonstrate that the bit error rate (BER) of the adversary is 0.5 regardless of its channel quality, indicating perfect secrecy is achieved. Ning Zhang 0007, Renyong Wu, Shenglan Yuan, Dajiang Chen |
IEEE Internet Things J. | 1 |
| 2019 | DDC: Dynamic duty cycle for improving delay and energy efficiency in wireless sensor networks
Yuxin Liu 0001, Anfeng Liu, Ning Zhang 0007, Xiao Liu 0007, Ming Ma 0003, Yanling Hu |
J. Netw. Comput. Appl. | 3 |
| 2019 | BSIS: Blockchain-Based Secure Incentive Scheme for Energy Delivery in Vehicular Energy NetworkabstractVehicular energy network (VEN), as an important part of the Internet of Things for the smart city, can facilitate the renewable energy (RE) transportation over a large geographical area by means of electric vehicles (EVs) through wireless power transfer technology. However, due to the potential security vulnerability in VEN, EV users can be attacked by external or internal adversaries. In addition, owing to the selfishness of EVs, it is a great challenge to optimally schedule the charging/discharging behaviors of EVs to realize regional energy balance in VEN. To tackle the above issues, this paper proposes a blockchain-based secure incentive scheme for energy delivery in VEN. First, a novel permissioned energy blockchain system is introduced in VEN to implement secure energy delivery services for EVs and energy nodes through the use of distributed ledgers and cryptocurrency. Second, a proof of reputation consensus protocol is proposed to efficiently reach consensus in energy blockchain, where the reputation derivation is constructed based on the local trust computing and credibility computing. Third, motivated by the pricing mechanism, an incentive model is developed to stimulate EVs to cooperatively deliver RE to various areas with different electricity loads while maximizing EVs' utilities. Finally, extensive numerical results are provided, which demonstrate the efficiency of the proposed scheme through the comparison with conventional schemes. Yuntao Wang 0004, Zhou Su 0001, Ning Zhang 0007 |
IEEE Trans. Ind. Informatics | 3 |
| 2019 | Reward or Penalty: Aligning Incentives of Stakeholders in CrowdsourcingabstractCrowdsourcing is a promising platform, whereby massive tasks are broadcasted to a crowd of semi-skilled workers by the requester for reliable solutions. In this paper, we consider four key evaluation indices of a crowdsourcing community (i.e., quality, cost, latency, and platform improvement), and demonstrate that these indices involve the interests of the three stakeholders, namely the requester, worker, and crowdsourcing platform. Since the incentives among these three stakeholders always conflict with each other, to elevate the long-term development of the crowdsourcing community, we take the perspective of the whole crowdsourcing community, and design a crowdsourcing mechanism to align incentives of stakeholders together. Specifically, we give workers reward or penalty according to their reporting solutions instead of only nonnegative payment. Furthermore, we find a series of proper reward-penalty function pairs and compute workers personal order values, which can provide different amounts of reward and penalty according to both the workers reporting beliefs and their individual history performances, and keep the incentive of workers at the same time. The proposed mechanism can help latency control, promote quality and platform evolution of crowdsourcing community, and improve the aforementioned four key evaluation indices. Theoretical analysis and experimental results are provided to validate and evaluate the proposed mechanism, respectively. Jinliang Xu, Shangguang Wang, Ning Zhang 0007, Fangchun Yang, Xuemin Shen |
IEEE Trans. Mob. Comput. | 3 |
| 2019 | Content Popularity Prediction Towards Location-Aware Mobile Edge CachingabstractMobile edge caching aims to enable content delivery within the radio access network, which effectively alleviates the backhaul burden and reduces response time. To fully exploit edge storage resources, the most popular contents should be identified and cached. Observing that user demands on certain contents vary greatly at different locations, this paper devises location-customized caching schemes to maximize the total content hit rate. Specifically, a linear model is used to estimate the future content hit rate. For the case with zero-mean noise, a ridge regression-based online algorithm with positive perturbation is proposed. Regret analysis indicates that the hit rate achieved by the proposed algorithm asymptotically approaches that of the optimal caching strategy in the long run. When the noise structure is unknown, an$H_{\infty }$filter-based online algorithm is devised by taking a prescribed threshold as input, which guarantees prediction accuracy even under the worst-case noise process. Both online algorithms require no training phases and, hence, are robust to the time-varying user demands. The estimation errors of both algorithms are numerically analyzed. Moreover, extensive experiments using real-world datasets are conducted to validate the applicability of the proposed algorithms. It is demonstrated that those algorithms can be applied to scenarios with different noise features, and are able to make adaptive caching decisions, achieving a content hit rate that is comparable to that via the hindsight optimal strategy. Peng Yang 0004, Ning Zhang 0007, Shan Zhang 0001, Li Yu 0003, Junshan Zhang, Xuemin Shen |
IEEE Trans. Multim. | 2 |
| 2019 | Fast mmwave Beam Alignment via Correlated Bandit LearningabstractBeam alignment (BA) is to ensure the transmitter and receiver beams are accurately aligned to establish a reliable communication link in millimeter-wave (mmwave) systems. Existing BA methods search the entire beam space to identify the optimal transmit-receive beam pair, which incurs significant BA latency on the order of seconds in the worst case. In this paper, we develop a learning algorithm to reduce BA latency, namely Hierarchical Beam Alignment (HBA) algorithm. We first formulate the BA problem as a stochastic multi-armed bandit problem with the objective to maximize the cumulative received signal strength within a certain period. The proposed algorithm takes advantage of the correlation structure among beams such that the information from nearby beams is extracted to identify the optimal beam, instead of searching the entire beam space. Furthermore, the prior knowledge on the channel fluctuation is incorporated in the proposed algorithm to further accelerate the BA process. Theoretical analysis indicates that the proposed algorithm is asymptotically optimal. Extensive simulation results demonstrate that the proposed algorithm can identify the optimal beam with a high probability and reduce the BA latency from hundreds of milliseconds to a few milliseconds in the multipath channel, as compared to the existing BA method in IEEE 802.11ad. Wen Wu 0003, Nan Cheng 0001, Ning Zhang 0007, Peng Yang 0004, Weihua Zhuang, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 3 |
| 2019 | Physical Layer Security for Internet of Things
Ning Zhang 0007, Dajiang Chen, Feng Ye 0002, Tongxing Zheng, Zhiqing Wei |
Wirel. Commun. Mob. Comput. | 1 |
| 2018 | Road Damage Detection Using RetinaNetabstractRoad damage detection is of importance to road maintenance, which typically requires huge amount of manual efforts. In this work, we leverage deep learning models to analyze the road images to detect road damages efficiently. Specifically, we train and test different deep learning methods to identify efficient models with high accuracy. Although two-stage detector, applied object classification and bounding-box regression on proposed regions, can achieve high accuracy in object detection, it runs slow due to its high computational cost. Instead, we adopt one-stage detectors, classification and bounding-box regression at a single stage, because they are faster than two-stage detectors. In this work, we have trained and tested several one-stage models and found a fast model called RetinaNet can detect road damages with relatively high accuracy. A user guide of the source code and predicted examples of trained model have been provided as a markdown document and jupyter notebook, respectively. Laha Ale, Ning Zhang 0007, Longzhuang Li |
IEEE BigData | 2 |
| 2018 | Mitigation of Distribution Level Load Fluctuation by Exploiting Elasticity of Local Area Packetized Power NetworksabstractFeatured by distributed energy storing and time division multiplexing transmission, packetized power distribution has great potential in compensating inelastic load fluctuations at the demand side. This paper investigates an AC distribution grid integrated with DC packetized-power distribution networks. The DC sector enables a store-then-consume mechanism, whereby the sectoral loads, characterized as elastic ones, can be manipulated to reduce the distribution level load fluctuation, characterized by peak-to-average ratio (PAR). We develop a day-ahead hierarchical scheduling to shape the distribution level load profile and the DC sector load profile by utilizing the DC sector load elasticity, based on which it further schedules the DC intra-sector energy distribution. The scheduling problems are formulated as PAR minimizations and effectively solved. Simulations demonstrate the effectiveness of the scheme in reducing distribution level load fluctuation and reveal fact on how much DC elastic loads is needed for fluctuation reduction. Jinghuan Ma, Ning Zhang 0007, Xuemin Shen |
ICC | 2 |
| 2018 | Dynamic Interference Analysis of Coexisting Mobile WBANs for Health MonitoringabstractWireless Body Area Network (WBAN) technology jumps into popularity owing to its real-time ability and high reliability in health monitoring. The accompanying interference problem must be highly concerned in coexisting densely deployed WBANs since the inter-WBAN interference results in high delay and low reliability data transmissions, especially with the movement of human body. In the paper, we analyze the dynamic interference with human mobility in multiple coexisting WBANs with the consideration of different distances between inter-WBANs and varying number of coexisting WBANs. Moreover, we investigate the influence of inter- WBAN interference on the performance of normalized throughput and average access delay of different traffic types. The results show that the interference generated by mobile neighbour WBANs extremely decreases the throughput of the target WBAN and increases the average packet delay 1.76 times of emergency data compared with the target WBAN without interference. The dynamic interference analysis provides insights on the practical WBAN management and interference mitigation protocol design, especially for the deeply deployed coexisting WBAN scenarios. Xiaoming Yuan 0002, Changle Li, Kuan Zhang 0001, Qiang Ye 0002, Nan Cheng 0001, Ning Zhang 0007, Xuemin Shen |
ICC | 6 |
| 2018 | Enhance the edge with beamforming: Performance analysis of beamforming-enabled WLANabstractThe ultra-dense edge networks with mmWave and beamforming are envisioned as a potential solution to satisfy the high rate and capacity requirements in 5G networks. In IEEE 802.11 ad, which is the first beamforming-enabled WLAN standard, all stations (STs) contend for beamforming (BF) training opportunities in associated beamforming training (A-BFT) slots. However, due to limited number of A-BFT slots, BF training suffers from a severe collision issue, especially in dense networks, which results in a low channel utilization in the A-BFT stage. To achieve the maximum channel utilization, it is of significance to allocate A-BFT slots efficiently. Therefore, in this paper, we propose an analytical model to analyze IEEE 802.11 ad medium access control (MAC) protocol in BF training stage. In particular, we analyze the successful transmission probability and channel utilization of IEEE 802.11 ad MAC protocol in the dense network. Based on theoretical analysis, we provide the optimal number of A-BFT slots. In addition, theoretical analysis indicates that the maximum channel utilization in the A-BFT stage is barely e−1which is the same as that of slotted ALOHA protocol. Simulation results are provided to validate the accuracy of the analytical model and theoretical analysis. Wen Wu 0003, Qinghua Shen, Khalid Aldubaikhy, Nan Cheng 0001, Ning Zhang 0007, Xuemin Shen |
WiOpt | 5 |
| 2018 | Green-oriented user-satisfaction aware WiFi offloading in HetNetsabstractTo cope with the tremendous growth of data traffic and obtain a given communication service with minimal energy use, traffic offloading and energy efficiency (EE) improving are two important issues to address for green cellular networks. The authors investigate downlink WiFi offloading in a heterogeneous network consisting of one long term evolution eNodeB (eNB) and multiple overlaid WiFi access points to maximise the user satisfaction of the whole system. In addition, a designed resource reallocation scheme after offloading is jointly considered to improve the EE of the eNB. In the offloading model, two constraints are considered to guarantee the rate promotion of the offloaded users and less impact on WiFi networks. Moreover, the authors transform the model into a combinatorial optimisation problem and adopt the best response (BR) algorithm based on game‐theoretic approach to obtain the optimal offloading user set. Numerical results show that the proposed WiFi‐offloading model can significantly improve the aggregate user satisfaction as well as EE of the eNB. Also, the BR algorithm can converge to the optimal solution same as the exhaustive search algorithm through several iterations. Shaohua Wu 0002, Luyao Xu, Ning Zhang 0007, Qinyu Zhang 0001 |
IET Commun. | 4 |
| 2018 | An LDPC Code Based Physical Layer Message Authentication Scheme With Prefect SecurityabstractIn this paper, we study physical layer message authentication with perfect security for wireless networks, regardless of the computational power of adversaries. Specifically, we propose an efficient and feasible authentication scheme based on low-density parity-check (LDPC) codes and ϵ-AU2hash functions over binary-input wiretap channel. First, a multimessage authentication scheme for noiseless main channel case is presented by leveraging a novel ϵ-AU2hash function family and the dual of large-girth LDPC codes. Concretely, the sender Alice first generates a message tag T with message M and key K by using a lightweight ϵ-AU2hash functions; then Alice encodes T to a codeword Xnwith the dual of large-girth LDPC codes; finally, Alice sends (M, Xn) to the receiver Bob noiselessly. An adversary Eve has infinite computational capacity, and he can obtain M and the output Znof the BEC with input Xn. Then, an authentication scheme over binary erasure channel and binary-input wiretapper's channel is further developed, which can reduce the noisy main channel case to noiseless main channel case by leveraging public discussion. We theoretically prove that, the proposed schemes are perfect secure if the number of attacks from Eve is upper bounded by a polynomial times in terms of n. Furthermore, the simulation results are provided to demonstrate that the proposed schemes can achieve high authentication rate with low time latency. Dajiang Chen, Ning Zhang 0007, Rongxing Lu, Xiaojie Fang, Kuan Zhang 0001, Zhiguang Qin, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 2 |
| 2018 | Multi-Resource Coordinate Scheduling for Earth Observation in Space Information NetworksabstractSpace information network (SIN) is a promising networking architecture to significantly broaden the observation area and realize continuous information acquisition for earth observation. Over the dynamic and complex SIN environment, it is a key issue to coordinate multi-dimensional heterogeneous network resources (e.g., observation resource and transmission resource) in the presence of multi-resource variations and severe conflicts, such that diverse earth observation service requirements can be satisfied. To this end, this paper studies the multi-resource coordinate scheduling problem in SINs. Specifically, we first characterize the relationship among multi-resource using an event-driven time-expanded graph (EDTEG). Based on the EDTEG, observation resource and transmission resource are jointly considered, and an integer linear programming optimization problem is formulated to maximize the sum priorities of the successfully scheduled tasks. An iterative optimization technique is employed to decompose the problem into separate observation scheduling and transmission scheduling sub-problems, which can be efficiently solved by extended transmission time sharing graph and directed acyclic graph methods, respectively. Simulation results demonstrate the effectiveness of the proposed algorithm and performance impacts of different network parameters. Yu Wang 0059, Min Sheng, Weihua Zhuang, Shan Zhang 0001, Ning Zhang 0007, Runzi Liu, Jiandong Li 0001 |
IEEE J. Sel. Areas Commun. | 5 |
| 2018 | Cooperative UAV Cluster-Assisted Terrestrial Cellular Networks for Ubiquitous CoverageabstractUnmanned aerial vehicles (UAVs), featured by flexible configuration, robust deployment, and line-of-sight links, has a great potential to provide ubiquitous wireless coverage and high-speed transmission. In this paper, we aim to analyze the coverage performance of UAV-assisted terrestrial cellular networks, where partially energy-harvesting-powered caching UAVs are randomly deployed in the 3-D space with a minimum and maximum altitude, i.e., Hland Hh. A novel cooperative UAV clustering scheme is proposed to offload ground mobile terminals (GMTs) from ground cellular base stations to cooperative UAV clusters. A cooperative UAV cluster is developed within a cylinder with projection centered on a GMT, based on their energy states, the cached contents, and the cell loads. With tractable Poisson point process and Gamma approximation, explicit expressions for the successful transmission probabilities are obtained. A theoretical analysis reveals that the cooperative probability of a UAV and the offloading probability of a GMT have bell-shaped relation with respect to the radius of the cylinder and the cache hit probability (the matching probability of a content request and content cache). Numerical results are provided to demonstrate the impacts of the system parameters on the cooperative UAV cluster. The results also give the optimal average altitude (Hl+ Hh/2) and altitude difference (Hh-Hl) in maximizing the coverage performance with the proposed cooperative transmission scheme. Huici Wu, Xiaofeng Tao 0001, Ning Zhang 0007, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 3 |
| 2018 | Minimum-cost mobile crowdsourcing with QoS guarantee using matrix completion technique
Yuxin Liu 0001, Ning Zhang 0007, Anfeng Liu, Naixue Xiong, Zhiping Cai |
Pervasive Mob. Comput. | 3 |
| 2018 | On Base Station Coordination in Cache- and Energy Harvesting-Enabled HetNets: A Stochastic Geometry StudyabstractIn this paper, we study the performance of base station (BS) coordination in heterogeneous networks (HetNets) with cache-enabled and renewable energy-powered small cell BSs (SBSs). Macrocell base stations (MBSs) provide basic coverage, while the SBSs, powered by harvested energy, conduct content-aware coordinated transmission to provide high data rate and further improve the network coverage. Specifically, a joint transmission strategy is performed based on the knowledge of the energy states and the cached contents of SBSs, along with the awareness of the availability of channel resources and the average received signal strength (RSS) of the corresponding link. Stochastic geometry is applied to characterize the statistics of the cell load at MBSs and SBSs, as well as the aggregated information and interference signal strength. Then, the average user capacity for the joint transmission is obtained. Additionally, the coverage probability is derived with gamma approximation for the aggregated information and interference signal strength. Analytical results reveal that the average user capacity and coverage probability can be maximized with optimal cache size, energy harvesting rate and cooperative RSS threshold. Finally, extensive numerical and simulation results are provided. Huici Wu, Xiaofeng Tao 0001, Ning Zhang 0007, Shan Zhang 0001, Xuemin Shen |
IEEE Trans. Commun. | 3 |
| 2018 | Leveraging High Order Cumulants for Spectrum Sensing and Power Recognition in Cognitive Radio NetworksabstractHybrid interweave-underlay spectrum access in cognitive radio networks can explore spectrum opportunities when primary users (PUs) are either active or inactive, which significantly improves spectrum utilization. The practical wireless systems, such as long-term evolution-advanced, usually operate at multiple transmission power levels, leading to a multiple primary transmission power scenario. In such a case, the two fundamental issues in hybrid interweave-underlay spectrum access are to detect the “ON/OFF” status of PUs and to recognize the operating power level of PUs, which are challenging due to non-Gaussian transmitted signals. In this paper, we exploit high-order cumulants (HOCs) to efficiently perform spectrum sensing and power recognition. Specifically, for a given order and time lag, we first propose a single HOC-based spectrum sensing and power recognition scheme with low computational complexity, by leveraging minimum Bayes risk criterion. Moreover, we propose a hybrid multiple HOCs-based spectrum sensing and power recognition scheme with multiple orders and time lags, to further improve the detection performance. Both the proposed schemes can eliminate the adverse impact of the noise power uncertainty. Finally, simulation results are provided to evaluate the proposed schemes. Ning Zhang 0007, Zan Li 0001, Feifei Gao 0001, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 2 |
| 2018 | Performance Analysis of IEEE 802.15.6-Based Coexisting Mobile WBANs With Prioritized Traffic and Dynamic InterferenceabstractIntelligent wireless body area networks (WBANs) have entered into an incredible explosive popularization stage. WBAN technologies facilitate real-time and reliable health monitoring in e-healthcare and creative applications in other fields. However, due to the limited space and medical resources, deeply deployed WBANs are suffering severe interference problems. The interference affects the reliability and timeliness of data transmissions, and the impacts of interference become more serious in mobile WBANs because of the uncertainty of human movement. In this paper, we analyze the dynamic interference taking human mobility into consideration. The dynamic interference is investigated in different situations for WBANs coexistence. To guarantee the performance of different traffic types, a health critical index is proposed to ensure the transmission privilege of emergency data for intra- and inter-WBANs. Furthermore, the performance of the target WBAN, i.e., normalized throughput and average access delay, under different interference intensity are evaluated using a developed three-dimensional Markov chain model. Extensive numerical results show that the interference generated by mobile neighbor WBANs results in 70% throughput decrease for general medical data and doubles the packet delay experienced by the target WBAN for emergency data compared with single WBAN. The evaluation results greatly benefit the network design and management as well as the interference mitigation protocols design. Xiaoming Yuan 0002, Changle Li, Qiang Ye 0002, Kuan Zhang 0001, Nan Cheng 0001, Ning Zhang 0007, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 6 |
| 2018 | Emerging Technologies for Vehicular Communication NetworksabstractNext-generation intelligent transportation systems (ITS) are envisioned to greatly improve the transportation safety and efficiency by incorporating wireless communication and informatics technologies in the transportation system [1][2][3].As the cornerstone for ITS, vehicular communication networks enable vehicles to exchange information with other vehicles and the external environments and play a significant role in supporting a variety of services such as road safety, traffic management, and entertainment Vehicular communication networks face many technical challenges such as network scalability, highly dynamic topology, vulnerable wireless links, energy consumption of roadside units, poor network coverage, and bursty traffic.To address these challenges, various emerging technologies have been introduced in vehicular communication networks, such as software defined space-air-ground integrated vehicular network [4], fog computing in vehicular networks [5], droneassisted vehicular networks [6], and machine learning for data delivery [7].This special issue collection aims to present the vision, research, and dedicated efforts on the emerging technologies for vehicular communication networks.In this special issue, there are 15 submissions in total.After peerreview, 6 papers are selected for publication.The first article, "Software-Defined Collaborative Offloading for Heterogeneous Vehicular Networks" by W. Quan et al., proposes a software-defined collaborative offloading (SDCO) solution for heterogeneous vehicular networks, to efficiently manage the offloading nodes and paths.The offloading controller is equipped with two specific functions: Ning Zhang 0007, Ning Lu 0001, Tao Han 0002, Yi Zhou 0004, Dajiang Chen |
Wirel. Commun. Mob. Comput. | 1 |
| 2017 | Joint Resource Allocation and Online Virtual Network Embedding for 5G NetworksabstractNext generation (5G) wireless networks are expected to accommodate proliferation of connected devices and multimedia services. To support multimedia services in an agile, cost-effective, and flexible way, network virtualization is a potential solution. This paper investigates service- oriented network virtualization for 5G wireless networks, to efficiently allocate heterogeneous resources to accommodate multimedia services. Specifically, we study joint resource allocation for virtual network requests (VNRs) and online embedding the resultant VNRs in core networks (CNs). With the deployment of multiple traffic aggregation points (TAPs) in radio access networks (RANs), the end-to- end traffic from heterogeneous access technologies can be aggregated and then grouped based on their destinations. Queueing models are developed in determining the minimal capacity required at each core network element. Virtual network embedding (VNE) in the core network is further proposed to achieve efficient physical resource sharing in CNs. Simulation results validate the VNE process in core networks based on the optimized capacities. Junling Li, Ning Zhang 0007, Qiang Ye 0002, Weisen Shi, Weihua Zhuang, Xuemin Shen |
GLOBECOM | 2 |
| 2017 | Cost-Efficient Resource Provisioning in Cloud Assisted Mobile Edge ComputingabstractMobile edge computing (MEC) is emerging as an effective computing paradigm which alleviates the conflict between computation-intensive mobile applications and resource-constrained mobile devices. In this paper, a Cloud Assisted Mobile Edge computing (CAME) framework is adopted to enhance the adaptability of MEC to time-varying mobile requests. The resource provisioning problem is investigated to provide guaranteed quality of service (QoS) with minimum system cost. By exploiting the piecewise convexity of the problem, the Optimal Resource Provisioning (ORP) algorithm is developed, which determines the computation capacity at mobile edge and dynamically tunes the usage of cloud resources. Extensive simulations demonstrate that the ORP algorithm yields the minimum system cost, compared with the local-first and the cloud-first algorithms. In addition, the ORP algorithm can flexibly adapt to the time-varying mobile requests. Xiao Ma 0009, Shan Zhang 0001, Peng Yang 0004, Ning Zhang 0007, Chuang Lin 0002, Xuemin Shen |
GLOBECOM | 4 |
| 2017 | Spectrum Sensing and Power Classification in Spatially Correlated Noise ScenariosabstractIn this paper, we propose a spectrum sensing and power classification scheme in hybrid interweave- underlay cognitive radio networks, considering that the primary system is with multiple transmission powers and the noise at the secondary user (SU) is spatially correlated. The primary target is to detect the presence of the primary user (PU), while the secondary target is to classify the transmission power of the PU, such that the SU can switch to underlay model with a flexible transmission power for fully exploring the spectrum access opportunities. The proposed scheme is a non-coherent detection scheme, where the weighted energy of the received signals serves as the decision metric. We derive the optimal sensing threshold for detecting the ``on/off" state of the PU as well as closed-form decision thresholds for classifying the PU's transmission power. The proposed scheme can efficiently identify the PU's transmission power by leveraging the correlation information of the noise observations. Simulation results are provided to evaluate the proposed scheme. Zan Li 0001, Ning Zhang 0007, Xuemin Shen |
GLOBECOM | 3 |
| 2017 | Joint Scheduling of Observation and Transmission in Earth Observation Satellite NetworksabstractIn Earth observation satellite networks (EOSNs), imbalance between the observation and transmission opportunities can cause poor network performance, e.g., a reduced number of successfully scheduled targets. To tackle this issue, in this paper, we investigate the multi-dimensional resource scheduling problem in EOSNs to ensure that each EOS can observe an appropriate subset of targets with matched downloading capacity to the destination. Specifically, an optimization problem is formulated and proved to be NP-hard. Then, an iterative optimization technique is employed to decompose the problem into separate observation scheduling and transmission scheduling subproblems, which are further efficiently solved by acyclic directed graph and particle optimization methods, respectively. Extensive simulations have been conducted to demonstrate the efficiency of the proposed scheduling algorithm. Yu Wang 0059, Min Sheng, Weihua Zhuang, Shan Zhang 0001, Ning Zhang 0007, Jiandong Li 0001 |
GLOBECOM | 5 |
| 2017 | Dynamic Mobile Edge Caching with Location DifferentiationabstractMobile edge caching enables content delivery directly within the radio access network, which effectively alleviates the backhaul burden and reduces round-trip latency. To fully exploit the edge resources, the most popular contents should be identified and cached. Observing that content popularity varies greatly at different locations, to maximize local hit rate, this paper proposes an online learning algorithm that dynamically predicts content hit rate, and makes location-differentiated caching decisions. Specifically, a linear model is used to estimate the future hit rate. Considering the variations in user demand, a perturbation is added to the estimation to account for uncertainty. The proposed learning algorithm requires no training phase, and hence is adaptive to the time-varying content popularity profile. Theoretical analysis indicates that the proposed algorithm asymptotically approaches the optimal policy in the long term. Extensive simulations based on real world traces show that, the proposed algorithm achieves higher hit rate and better adaptiveness to content popularity fluctuation, compared with other schemes. Peng Yang 0004, Ning Zhang 0007, Shan Zhang 0001, Li Yu 0003, Junshan Zhang, Xuemin Shen |
GLOBECOM | 2 |
| 2017 | Incentive Mechanism for Cached-Enabled Small Cell Sharing: A Stackelberg Game ApproachabstractIn this paper, we study a small-cell caching system consisting of one privately-owned small base station (SBS) and multiple content providers (CPs), where CPs leverage the caching capabilities of SBSs to efficiently provide content delivery service to mobile subscribers. Specifically, an incentive cache mechanism is proposed, to stimulate the privately- owned SBS and CPs to participate in the caching system. A two-stage Stackelberg game is formulated for the interaction between the SBS and CPs. In the first stage, the private SBS first decides the price policy to maximize the profit. In the second stage, according to the charge price, each CP determines the amount of caching storage to maximize its utility. The impact of transmission congestion on CP utility is also taken into consideration, which also influences CPs' decisions. We prove the existence and uniqueness of the equilibrium, and design an optimal pricing algorithm to maximize the SBS's revenue. Simulation results are provided to evaluate the performance of the proposed mechanism, which demonstrates the efficiency and feasibility on the SBS resource sharing. Kaichuan Zhao, Shan Zhang 0001, Ning Zhang 0007, Yue-Zhi Zhou, Yaoxue Zhang, Xuemin Shen |
GLOBECOM | 3 |
| 2017 | Physical layer security: A WFRFT-basec cooperation approachabstractThis paper proposes a Weighted fractional Fourier transform (WFRFT) based cooperation scheme to improve PHY layer security against eavesdropping in wireless communications. Rather than dissipating valuable transmission power to jam the eavesdropper, by leveraging the features of WFRFT, the information bearing signal can create “Artificial Noise” effect at the eavesdropper while imposing no effect on the legitimate receiver. Specifically, the proposed WFRFT based cooperation is performed in a two-phase manner, whereby the source first broadcasts its message to the intermediate nodes which then perform WFRFT operation to relay the message to the destination, with the objective of boosting the secrecy rate of the source-destination pair. Simulation results are provided, which demonstrate that the WFRFT-based user cooperation scheme can acehieve a significant performance gain, in terms of secrecy ergodic capacity, compared with conventional security-oriented user cooperation schemes. Xiaojie Fang, Ning Zhang 0007, Xuejun Sha, Dajiang Chen, Xuanli Wu, Xuemin Shen |
ICC | 2 |
| 2017 | High order cumulants based spectrum sensing and power recognition in hybrid interweave-underlay spectrum accessabstractIn this paper, we propose a high order cumulants based spectrum sensing and power recognition (CSR) detector for hybrid interweave-underlay spectrum access, where the primary system is with multiple transmit power levels. Specifically, to detect the idle spectrum when primary user (PU) is absent, high order cumulants based spectrum sensing is performed in interweave model. When PU is detected, the working model is switched to underlay model, where detection of PU's transmit power level is performed to allow secondary user (SU) to adjust its power for fully exploring spectrum access opportunities without harmful interference to PU. Given a certain order and a certain lag, the test statistics of the proposed detector is derived by leveraging general likelihood ratio test. Since cumulants higher than second order are zero for Gaussian distributions, the proposed CSR detector can extract non-Gaussian signal from Gaussian noise even when the noise is colored. Additionally, the proposed detector does not require any prior knowledge about the noise variance, thus it is robust to noise uncertainty. Closedform results for threshold expression are derived, and numerical results are provided to evaluate the proposed detector. Zan Li 0001, Ning Zhang 0007, Peihan Qi, Xuemin Shen |
ICC | 3 |
| 2017 | Cost-effective vehicular network planning with cache-enabled green roadside unitsabstractVehicular communication networks expect to accommodate the ever-increasing on-road wireless traffic by deploying roadside units (RSUs) and meanwhile exploiting existing wireless infrastructures. To achieve flexible deployment, energy-saving operation and low-latency services, a new type of RSUs, namely cache-enabled green RSUs are introduced, which can store popular contents locally and harvest renewable energy as power source. In this paper, we investigate cost-effective planning of heterogeneous vehicular networks consisting of conventional macro base stations and cache-enabled green RSUs. Specifically, the RSU density, cache size, and energy harvesting rate are jointly optimized to minimize network deployment cost, under the constraints of quality of service (QoS) requirements and limited backhaul capacities. For QoS guarantee, the lower bound of average data rate is derived in closed form by applying the theory of stochastic geometry, based on which the cost-effective network deployment scheme is proposed. Analytical results reveal the tradeoff between cache size and backhaul capacity, indicate renewable energy harvesting rate should be sufficient to support rush-hour demands, and also provide the optimal RSU density for the given vehicular traffic demands. Extensive simulations are conducted for validation. In addition, numerical results of optimal network planning are provided in details to offer insights into practical system design. Shan Zhang 0001, Ning Zhang 0007, Xiaojie Fang, Peng Yang 0004, Xuemin Shen |
ICC | 2 |
| 2017 | Towards Simulating Foggy and Hazy Images and Evaluating Their Authenticity
Ning Zhang 0007, Lin Zhang 0014, Zaixi Cheng |
ICONIP (3) | 1 |
| 2017 | Multi-message Authentication over Noisy Channel with Polar CodesabstractIn this paper, we investigate multi-message authentication to combat adversaries with infinite computational capacity. An authentication framework over a wiretap channel (W_1, W_2) is proposed to achieve information-theoretic security with the same key. The proposed framework bridges the two research areas in physical (PHY) layer security: secure transmission and message authentication. Specifically, the sender Alice first transmits message M to the receiver Bob over (W_1, W_2) with an error correction code; then Alice employs a hash function (i.e., ε-AWU_2 hash functions) to generate a message tag S of message M using key K, and encodes S to a codeword X^n by leveraging an existing strongly secure channel coding with exponentially small (in code length n) average probability of error; finally, Alice sends X^n over (W_1, W_2) to Bob who authenticates the received messages. We develop a theorem regarding the requirements/conditions for the authentication framework to be information-theoretic secure for authenticating a polynomial number of messages. Based on this theorem, we propose and implement an efficient and feasible authentication protocol over binary symmetric wiretap channel (BSWC) by using Linear Feedback Shifting Register based (LFSR-based) hash functions and strong secure polar code. Through extensive experiments, it is demonstrated that the proposed protocol can achieve low time cost, high authentication rate, and low authentication error rate. Dajiang Chen, Nan Cheng 0001, Ning Zhang 0007, Kuan Zhang 0001, Zhiguang Qin, Xuemin Shen |
MASS | 3 |
| 2017 | User Satisfaction-Aware WiFi Offloading in Heterogeneous NetworksabstractWe consider downlink WiFi offloading in a heterogeneous network consisting of one LTE base station (BS) and multiple overlaid WiFi access points (AP) to maximize the user satisfaction of the whole system. Two constraints are considered to guarantee the rate promotion of the offloaded users and less impact on WiFi networks. Furthermore, the resource block (RB) reallocation after offloading is also taken into account. In order to solve the combinatorial optimization problem, we first propose the RB allocation algorithm to reallocate the RBs left by offloaded users. Then, we adopt the best response (BR) algorithm based on game-theoretic approach to obtain the optimal offloading user set. Numerical results show that the proposed WiFi- offloading model can significantly improve the user satisfaction of the whole system, and the BR algorithm can converge to the optimal solution same as the exhaustive search algorithm through several iterations. Shaohua Wu 0002, Luyao Xu, Ning Zhang 0007, Qinyu Zhang 0001 |
VTC Fall | 4 |
| 2017 | S2M: A Lightweight Acoustic Fingerprints-Based Wireless Device Authentication ProtocolabstractDevice authentication is a critical and challenging issue for the emerging Internet of Things (IoT). One promising solution to authenticate IoT devices is to extract a fingerprint to perform device authentication by exploiting variations in the transmitted signal caused by hardware and manufacturing inconsistencies. In this paper, we propose a lightweight device authentication protocol [named speaker-to-microphone (S2M)] by leveraging the frequency response of a speaker and a microphone from two wireless IoT devices as the acoustic hardware fingerprint. S2M authenticates the legitimate user by matching the fingerprint extracted in the learning process and the verification process, respectively. To validate and evaluate the performance of S2M, we design and implement it in both mobile phones and PCs and the extensive experimental results show that S2M achieves both low false negative rate and low false positive rate in various scenarios under different attacks. Dajiang Chen, Ning Zhang 0007, Zhen Qin 0002, Xufei Mao, Zhiguang Qin, Xuemin Shen, Xiang-Yang Li 0001 |
IEEE Internet Things J. | 2 |
| 2017 | Identifying the Most Valuable Workers in Fog-Assisted Spatial CrowdsourcingabstractIn this paper, we study worker selection in spatial crowdsourcing, which is the recruitment of human workers in a specific location to collect geographical data. To achieve better performance, spatial crowdsourcing task relies on both worker's effort and skill. Therefore, to maximize the long-term platform utility, we exploit fog platform as a service to identify valuable workers through learning their performance information. Worker's historical performance data are recorded at local fog server, based on which valuable workers are identified and selected to perform the tasks. During worker selection, we aim at balancing the exploration and exploitation, and propose an online algorithm that promotes workers who are not fully explored. With budget constraint, the proposed algorithm is able to maximize the long-term platform utility. Theoretical analysis indicates that the proposed learning algorithm achieves asymptotically diminishing regret. Finally, extensive simulations on real-world dataset are conducted, which demonstrate the advantage of our algorithm over other methods. Peng Yang 0004, Ning Zhang 0007, Shan Zhang 0001, Kan Yang 0001, Li Yu 0003, Xuemin Shen |
IEEE Internet Things J. | 2 |
| 2017 | Service-Oriented Dynamic Connection Management for Software-Defined Internet of VehiclesabstractInternet of vehicles (IoV) is an emerging paradigm for accommodating the requirements of future intelligent transportation systems (ITSs) with the overwhelming trend of equipping vehicles with versatile sensors and communications modules, and facilitating drivers and passengers with a variety of innovative ITS applications. However, the implementation of IoV still faces many challenges, such as flexible and efficient connections, quality of service guarantee, and multiple concurrent support requests. To this end, in this paper we introduce the software-defined IoV (SD-IoV), which is able to tackle the above-mentioned issues by adopting the software-defined networking framework. We first present the architecture of SD-IoV and develop a centralized vehicular connection management approach. Then, we aim to allocate dedicated communications resources and underlying vehicular nodes to satisfy each service. We formulate the dynamic vehicular connection as an overlay vehicular network creation (OVNC) problem. A comprehensive utility function is also designed to serve as the optimization objective of OVNC. Finally, we solve the OVNC problem by developing a graph-based genetic algorithm and a heuristic algorithm, respectively. Extensive simulation results are provided to demonstrate the effectiveness of our proposed solution of dynamic vehicular connection management. Ning Zhang 0007, Wenchao Xu 0001, Lin Gui 0001, Xuemin Shen |
IEEE Trans. Intell. Transp. Syst. | 3 |
| 2017 | On Physical Layer Security: Weighted Fractional Fourier Transform Based User CooperationabstractIn this paper, we propose a novel user cooperation scheme based on weighted fractional Fourier transform (WFRFT), to enhance the physical (PHY) layer security of wireless transmissions against eavesdropping. Specifically, instead of dissipating additional transmission power for friendly jamming, by leveraging the features of WFRFT, the information bearing signal of cooperators can create an identical artificial noise effect at the eavesdropper while causing no performance degradation on the legitimate receiver. Furthermore, to form the cooperation set in an autonomous and distributed manner, we model WFRFT-based PHY-layer security cooperation problem as a coalitional game with non-transferable utility. A distributed merge-and-split algorithm is devised to facilitate the autonomous coalition formation to maximize the security capacity while accounting for the cooperation cost in terms of power consumption. We analyze the stability of the proposed algorithm and also investigate how the network topology efficiently adapts to the mobility of intermediate nodes. Simulation results demonstrate that the WFRFT-based user cooperation scheme leads to a significant performance advantage, in terms of secrecy ergodic capacity, compared with the conventional security-oriented user cooperation schemes, such as relay-jamming and cluster-beamforming. Xiaojie Fang, Ning Zhang 0007, Shan Zhang 0001, Dajiang Chen, Xuejun Sha, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 2 |
| 2017 | Optimal Power Control in Ultra-Dense Small Cell Networks: A Game-Theoretic ApproachabstractIn this paper, we study the power control problem for interference management in the ultra-dense small cell networks, which is formulated to maximize the sum-rate of all the small cells while keeping tolerable interference to the macrocell users. We investigate the problem by proposing a novel game with dynamic pricing. Theoretically, we prove that the Nash equilibrium (NE) of the formulated game coincides with the stationary point of the original sum-rate maximization problem, which could be locally or globally optimal. Furthermore, we propose a distributed iterative power control algorithm to converge to the NE of the game with guaranteed convergence. To reduce the information exchange and computational complexity, we propose an approximation model for the original optimization problem by constructing the interfering domains, and accordingly design a local information-based iterative algorithm for updating each small cell's power strategy. Theoretic analysis shows that the local information-based power control algorithm can converge to the NE of the game, which corresponds to the stationary point of the original sum-rate maximization problem. Finally, simulation results demonstrate that the proposed approach yields a significant transmission rate gain, compared with the existing benchmark algorithms. Jianchao Zheng, Yuan Wu 0001, Ning Zhang 0007, Yueming Cai, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 3 |
| 2016 | Safeguarding Physical Layer Security Using Weighted Fractional Fourier TransformabstractIn this paper, weighted fractional Fourier transform (WFRFT) is employed to safeguard the physical layer (PHY) security of wireless communications. By leveraging the features of WFRFT, we propose a PHY security modulation scheme, which significantly degrades the equivalent signal-to-noise ratio (SNR) of the unauthorized receiver while imposing no impact on the legitimate receiver. With the proposed scheme, a robust nonzero secrecy capacity can be guaranteed. Moreover, the proposed scheme can conceal the actual modulation paradigms to prevent malicious signal detection, due to the variation in signal characteristics. A higher order statistics (HOS) based classifier is used to investigate the anti- recognition performance. Meanwhile, the secrecy performance of the proposed scheme is evaluated in terms of both secrecy capacity and average bit error rate (BER) by numerical simulations. Finally, as a proof-of-concept, an all-digital field programmable gate array (FPGA) based prototype system is developed to validate the practicability of the proposed scheme. Xiaojie Fang, Xuanli Wu, Ning Zhang 0007, Xuejun Sha, Xuemin Shen |
GLOBECOM | 3 |
| 2016 | Towards PHY-Aided Authentication via Weighted Fractional Fourier TransformabstractExploiting physical layer (PHY) characteristics has great potential to complement and secure upper-layer authentication protocols. Unlike existing PHY authentication mechanisms requiring special hardware designs, in this paper, we propose a practical PHY- aided authentication approach based on weighted fractional Fourier transform (WFRFT). Instead of exploiting the channel or hardware characteristics that are out of control, the proposed scheme can provide two-fold protection on upper-layer protocols by leveraging the intrinsic PHY features of the transmitted signal. Firstly, WFRFT can hide and forge the modulation paradigm to mislead attackers in signal demodulation. Secondly, WFRFT signal can be adjusted among different patterns automatically and dynamically to provide more security and freedom in PHY authentication, similar to frequency-hopping systems. Numerical simulations and analyses demonstrate that the proposed scheme can achieve more secure authentication with tolerate computational overhead. Xiaojie Fang, Xuejun Sha, Ning Zhang 0007, Xuanli Wu, Xuemin Shen |
VTC Fall | 3 |
| 2016 | Autonomous Channel Switching: Towards Efficient Spectrum Sharing for Industrial Wireless Sensor NetworksabstractIndustrial wireless sensor networks (IWSNs) are committed to bring the industry automation into the era of Industry 4.0 by providing the ubiquitous perception to improve the production efficiency. However, the proliferation of wireless devices in industrial applications makes the spectrum sharing in limited industrial, scientific, and medical (ISM) band a challenging problem. In this paper, it is concerned with the intrinsic impact of the evenness of spectrum usage on the spectrum sharing performance in terms of channel accessing probability, spectrum utilization, and fairness of spectrum usage. In order to explore the explicit relationship between the evenness and spectrum sharing performance, a new concept of equilibrium is first defined to represent the achievable best evenness of spectrum usage. Then, a set of rules called local equilibrium-guided autonomous channel switching (LEQ-AutoCS) is devised, with which each accessed sensor autonomously equalizes the local channel occupations within its range of spectrum sensing without overhead on exchanging the sensors' spectrum sensing reports. It is further proved that the equilibrium can be achieved by this concessive manner. Theoretical analysis and experimental results demonstrate that the proposed LEQ-AutoCS rules provide higher utilization and fairness of spectrum usage comparing to the existing spectrum access approaches. Moreover, it is shown that LEQ-AutoCS rules assist the system to reduce the spectrum access delay to 1/2 of CSMA-based systems and 1/50 of TDMA-based systems, respectively. Feilong Lin, Cailian Chen, Ning Zhang 0007, Xin-Ping Guan, Xuemin Shen |
IEEE Internet Things J. | 3 |
| 2016 | Toward Energy-Efficient and Robust Large-Scale WSNs: A Scale-Free Network ApproachabstractDue to the limited battery power of sensor nodes and harsh deployment environment, it is of fundamental importance and a great challenge to achieve high energy efficiency and strong robustness in large-scale wireless sensor networks (LS-WSNs). To this end, we propose two self-organizing schemes for LS-WSNs. The first scheme is the energy-aware common neighbor scheme, which considers the neighborhood overlap in link establishment. The second scheme is energy-aware low potential-degree common neighbor (ELDCN) scheme, which considers both neighborhood overlap in topology formation and the potential degrees of common neighbors. Both schemes generate clustering-based and scale-free-inspired LS-WSNs, which are energy-efficient and robust. However, the ELDCN scheme shows higher energy efficiency and stronger robustness to node failures, because it avoids establishing links to hub-nodes with high potential connectivity. Analytical and simulation results demonstrate that our proposed schemes outperform the existing scale-free evolution models in terms of energy efficiency and robustness. Haixia Peng, Shuai-Zong Si, Mohamad Khattar Awad, Ning Zhang 0007, Hai Zhao 0002, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 4 |
| 2016 | Utility-Optimal Resource Management and Allocation Algorithm for Energy Harvesting Cognitive Radio Sensor NetworksabstractIn this paper, we study resource management and allocation for energy harvesting cognitive radio sensor networks (EHCRSNs). In these networks, energy harvesting supplies the network with a continual source of energy to facilitate the self-sustainability of the power-limited sensors. Furthermore, cognitive radio enables access to the underutilized licensed spectrum to mitigate the spectrum-scarcity problem in the unlicensed band. We develop an aggregate network utility optimization framework for the design of an online energy management, spectrum management, and resource allocation algorithm based on Lyapunov optimization. The framework captures three stochastic processes: energy harvesting dynamics, inaccuracy of channel occupancy information, and channel fading. However, a priori knowledge of any of these processes statistics is not required. Based on the framework, we propose an online algorithm to achieve two major goals: first, balancing sensors' energy consumption and energy harvesting while stabilizing their data and energy queues; second, optimizing the utilization of the licensed spectrum while maintaining a tolerable collision rate between the licensed subscriber and unlicensed sensors. The performance analysis shows that the proposed algorithm achieves a close-to-optimal aggregate network utility while guaranteeing bounded data and energy queue occupancy. The extensive simulations are conducted to verify the effectiveness of the proposed algorithm and the impact of various network parameters on its performance. Zhigang Chen 0001, Mohamad Khattar Awad, Ning Zhang 0007, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 4 |
| 2016 | Energy-Aware Traffic Offloading for Green Heterogeneous NetworksabstractWith small cell base stations (SBSs) densely deployed in addition to conventional macro base stations (MBSs), the heterogeneous cellular network (HCN) architecture can effectively boost network capacity. To support the huge power demand of HCNs, renewable energy harvesting technologies can be leveraged. In this paper, we aim to make efficient use of the harvested energy for on-grid power saving while satisfying the quality of service (QoS) requirement. To this end, energy-aware traffic offloading schemes are proposed, whereby user associations, ON-OFF states of SBSs, and power control are jointly optimized according to the statistical information of energy arrival and traffic load. Specifically, for the single SBS case, the power saving gain achieved by activating the SBS is derived in closed form, based on which the SBS activation condition and optimal traffic offloading amount are obtained. Furthermore, a two-stage energy-aware traffic offloading (TEATO) scheme is proposed for the multiple-SBS case, considering various operating characteristics of SBSs with different power sources. Simulation results demonstrate that the proposed scheme can achieve more than 50% power saving gain for typical daily traffic and solar energy profiles, compared with the conventional traffic offloading schemes. Shan Zhang 0001, Ning Zhang 0007, Sheng Zhou 0001, Jie Gong 0003, Zhisheng Niu, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 2 |
| 2016 | Opportunistic WiFi Offloading in Vehicular Environment: A Game-Theory ApproachabstractIn this paper, we study opportunistic traffic offloading in a vehicular environment, where the cellular traffic of vehicular users (VUs) is offloaded through carrier-WiFi networks deployed by the mobile network operator (MNO). By jointly considering users' satisfaction, the offloading performance, and the MNO's revenue, two WiFi offloading mechanisms are proposed: auction game-based offloading (AGO) and congestion game-based offloading (CGO). Moreover, we introduce an approach to predict WiFi offloading potential and access cost and incorporate it in the offloading mechanisms. Specifically, with the AGO mechanism, the MNO employs auctions to sell WiFi access opportunities; VUs decide whether to bid according to their utilities and are capable of using WiFi if the auction is won. With the CGO mechanism, a VU calculates utility considering other VUs' strategies and makes offloading decisions accordingly. We show that the AGO mechanism can maximize social welfare and increase the MNO's revenue, whereas the CGO mechanism can achieve a better performance of average VU utility and fairness. Additionally, both AGO and CGO mechanisms can improve the overall WiFi offloading performance. Through simulations, we demonstrate that both AGO and CGO mechanisms can achieve higher average utility of VUs and lower average service delay and offload much more cellular traffic compared with existing offloading mechanisms. Nan Cheng 0001, Ning Lu 0001, Ning Zhang 0007, Xuemin Shen, Jon W. Mark |
IEEE Trans. Intell. Transp. Syst. | 3 |
| 2016 | Dynamic Channel Access to Improve Energy Efficiency in Cognitive Radio Sensor NetworksabstractWireless sensor networks operating in the license-free spectrum suffer from uncontrolled interference as those spectrum bands become increasingly crowded. The emerging cognitive radio sensor networks (CRSNs) provide a promising solution to address this challenge by enabling sensor nodes to opportunistically access licensed channels. However, since sensor nodes have to consume considerable energy to support CR functionalities, such as channel sensing and switching, the opportunistic channel accessing should be carefully devised for improving the energy efficiency in CRSN. To this end, we investigate the dynamic channel accessing problem to improve the energy efficiency for a clustered CRSN. Under the primary users' protection requirement, we study the resource allocation issues to maximize the energy efficiency of utilizing a licensed channel for intra-cluster and inter-cluster data transmission, respectively. Moreover, with the consideration of the energy consumption in channel sensing and switching, we further determine the condition when sensor nodes should sense and switch to a licensed channel for improving the energy efficiency, according to the packet loss rate of the license-free channel. In addition, two dynamic channel accessing schemes are proposed to identify the channel sensing and switching sequences for intra-cluster and inter-cluster data transmission, respectively. Extensive simulation results demonstrate that the proposed channel accessing schemes can significantly reduce the energy consumption in CRSNs. Ju Ren 0001, Yaoxue Zhang, Ning Zhang 0007, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 3 |
| 2016 | Cluster-based coordination scheme for cooperative cognitive radio networksabstractAbstract In this paper, a cluster‐based two‐phase coordination scheme for cooperative cognitive radio networks is proposed considering both spectrum efficiency and network fairness. Specifically, candidate secondary users (SUs) are first selected by a partner selection algorithm to enter the two‐phase cooperation with primary users (PUs). In phase I, the selected SUs cooperate with PUs to acquire a fraction of time slot as a reward. In phase II, all SUs including the unselected ones share the available spectrum resources in local clusters; each of which is managed by a cluster head who participated in the cooperation in phase I. To improve the total network utility of both PUs and SUs, the maximum weighted bipartite matching is adopted in partner selection. To further improve the network performance and communication reliability, network coding is exploited during the spectrum sharing within the cluster. Simulation results demonstrate that, with the proposed cluster‐based coordination scheme, not only the PUs' transmission performance is improved, but also SUs achieve spectrum access opportunities. Copyright © 2015 John Wiley & Sons, Ltd. Yujie Tang 0001, Yongkang Liu 0001, Ning Zhang 0007, Jon W. Mark, Xuemin Shen |
Wirel. Commun. Mob. Comput. | 3 |
| 2016 | High precision ranging with IR-UWB: a compressed sensing approachabstractRanging has been regarded as one of the fundamental enabling technologies for a multitude of applications that require high accurate position information, such as automated navigation, vehicle platooning, asset management, etc. Among various ranging techniques, impulse-radio ultra-wideband is one of the most competitive technologies for high-precision ranging, because of its capability of achieving centimeter-level ranging accuracy, even for dense urban, indoor or cave like environments. However, two main challenges arise when fully exploiting the ranging capability of impulse-radio ultra-wideband: (i) the extremely high sampling rate to acquire the received multipath signal, and (ii) the optimal thresholding strategy to differentiate the first path. To efficiently tackle those challenges, in this work, we propose a ranging approach under the compressed sensing framework. Specifically, the received ranging signal is acquired by low-rate compressed sampling through parallel random projections. Then, an algorithm named matching-pursuit search-back is proposed to detect the first arrival path, which integrates a backward iterative search and thresholding process starting from the peak path. The detection threshold is dynamically adjusted in each iteration to asymptotically minimize the averaged detection errors over false alarm and missed detection. Extensive simulations and experiments with field data are provided to demonstrate that the proposed approach can achieve high-precision ranging with far fewer samples compared with the traditional Nyquist-sampling based ones. Copyright © 2016 John Wiley & Sons, Ltd. Shaohua Wu 0002, Ning Zhang 0007, Qinyu Zhang 0001, Xuemin Shen |
Wirel. Commun. Mob. Comput. | 2 |
| 2015 | Spatial Traffic Shaping in Heterogeneous Cellular Networks with Energy HarvestingabstractEnergy harvesting (EH), which explores renewable energy as a supplementary power source, is a promising 5G technology to support the huge energy demand of heterogeneous cellular networks (HCN). However, the random arrival of renewable energy brings great challenges to network management. By adjusting the distribution of traffic load in spatial domain, traffic shaping helps to balance the cell-level power demand and supply, and thus improves the utilization of renewable energy. In this paper, we investigate the power saving performance of traffic shaping in an analytical way, based on the statistic information of energy arrival and traffic load. Specifically, an energy-optimal traffic shaping scheme (EOTS) is devised for HCNs with EH, whereby the on-off state of the off-grid small cell and the amount of offloading traffic are adjusted dynamically with the energy variation, to minimize the on-grid power consumption. Numerical results are given to demonstrate that for the daily traffic and solar energy profiles, EOTS scheme can significantly reduce the energy consumption, compared with the greedy method where users are always offloaded to the off-grid small cell with priority. Shan Zhang 0001, Sheng Zhou 0001, Jie Gong 0003, Zhisheng Niu, Ning Zhang 0007, Xuemin Shen |
GLOBECOM | 5 |
| 2015 | Resource allocation for on-demand multimedia services in high-speed railway wireless networksabstractWith the rapid development of high-speed railway (HSR) system, there is an increasing demand on providing high throughput and continuous multimedia (CM) services for HSR passengers. In this paper, we investigate the downlink resource allocation problem for on-demand CM services in HSR OFDMA systems with a cellular/infostation integrated network architecture. The resource allocation problem is formulated as a two-stage optimization programming, which aims at maximizing the total reward of delivered services then minimizing the weighted total number of cumulative discontinuity packets over the trip of the train. An equivalent one-stage programming is proposed to resolve the difficulty of multi-stage optimization. The resultant mixed integer programming (MIP) is NP-hard in general, we thus reformulate it as a sparse ℓ0-minimization problem and then relax it to a linear programming (LP). Furthermore, a reweighted ℓ1-minimization technique is applied to improve the system performance. Simulation results are provided to validate the proposed algorithms. Yan Lei 0004, Chao Shen 0004, Shengfeng Xu, Ning Zhang 0007, Zhangdui Zhong |
WCNC | 5 |
| 2015 | Spatial Coordinated Medium Sharing: Optimal Access Control Management in Drive-Thru InternetabstractDriven by the ever-growing expectation of ubiquitous connectivity and the widespread adoption of IEEE 802.11 networks, it is not only highly demanded but also entirely possible for in-motion vehicles to establish convenient Internet access to roadside WiFi access points (APs) than ever before, which is referred to as Drive-Thru Internet. The performance of Drive-Thru Internet, however, would suffer from the high vehicle mobility, severe channel contentions, and instinct issues of the IEEE 802.11 MAC as it was originally designed for static scenarios. As an effort to address these problems, in this paper, we develop a unified analytical framework to evaluate the performance of Drive-Thru Internet, which can accommodate various vehicular traffic flow states, and to be compatible with IEEE 802.11a/b/g networks with a distributed coordination function (DCF). We first develop the mathematical analysis to evaluate the mean saturated throughput of vehicles and the transmitted data volume of a vehicle per drive-thru. We show that the throughput performance of Drive-Thru Internet can be enhanced by selecting an optimal transmission region within an AP's coverage for the coordinated medium sharing of all vehicles. We then develop a spatial access control management approach accordingly, which ensures the airtime fairness for medium sharing and boosts the throughput performance of Drive-Thru Internet in a practical, efficient, and distributed manner. Simulation results show that our optimal access control management approach can efficiently work in IEEE 802.11b and 802.11g networks. The maximal transmitted data volume per drive-thru can be enhanced by 113.1% and 59.5% for IEEE 802.11b and IEEE 802.11g networks with a DCF, respectively, compared with the normal IEEE 802.11 medium access with a DCF. Bo Liu 0001, Fen Hou, Tom H. Luan, Ning Zhang 0007, Lin Gui 0001, Xuemin Shen |
IEEE Trans. Intell. Transp. Syst. | 5 |
| 2015 | Partner Selection and Incentive Mechanism for Physical Layer SecurityabstractWe study user cooperation to enhance the physical layer security. Specifically, the source cooperates with friendly intermediate nodes to transmit message securely in the presence of multiple eavesdroppers. We propose a cooperative framework, whereby the source selects multiple partners and stimulates them by granting an amount of reward. First, multiple cooperative relays and jammers are selected by the source using greedy or cross-entropy based approaches. Then, the source and the partners negotiate for the payment and transmission power, which is modeled as a two-layer game. At the top layer, a buyer-seller game is utilized, where the source buys the service provided by the partners. At the bottom layer, all the partners share the reward by determining their transmission powers in a distributed way, which is formulated as a non-cooperative power selection game. By analyzing the game, the partners can determine the transmission powers for cooperation, while the source can select the best payment. To further improve the utility of the source, a set of reward allocation coefficients are introduced and optimized using particle swarm optimization approach. Simulation results are provided to demonstrate the performance of the proposed schemes. Ning Zhang 0007, Nan Cheng 0001, Ning Lu 0001, Jon W. Mark, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 1 |
| 2014 | Opportunistic WiFi offloading in vehicular environment: A queueing analysisabstractIn this paper, we present an analytical framework for offloading cellular traffic by outdoor WiFi network in the vehicular environment. Specifically, we consider a generic vehicular user with Poisson data service arrivals to download/upload data from/to the Internet through the cost-effective WiFi network (want-to) or the cellular network providing full service coverage (have-to). Under this scenario, the WiFi offloading performance, characterized by offloading effectiveness, is analyzed in terms of desired average service delay which is the average time the data services can be deferred for WiFi availability. We establish an explicit relation between offloading effectiveness and average service delay by an M/G/l/K queueing model, and the tradeoff between the two is examined. We validate our analytical framework through simulations based on a VANET simulation tool VANETMobisim and real map data sets. Our analytical framework should be valuable for providing offloading guidelines to both vehicular users and network operators. Nan Cheng 0001, Ning Lu 0001, Ning Zhang 0007, Xuemin Shen, Jon W. Mark |
GLOBECOM | 3 |
| 2014 | Channel-based physical layer authenticationabstractIn this paper, we study channel-based authentication, where the receiver can identify and authenticate the senders through channel vectors estimated from their frames. The authentication process is formulated as a sequence of hypothesis test problems. In order to improve the detection probability and reduce the false alarm probability, two schemes are proposed based on different classification algorithms in machine learning. Specifically, support vector machine (SVM) based authentication schemes and the linear Fisher discriminant analysis (LFDA) based authentication scheme are proposed by exploiting three channel features, including the time-of-arrivals, received signal strengths, and cyclic-features of the channels. In SVM based schemes, the linear and nonlinear SVMs are used to generate classifiers to solve the hypothesis test problems. In LFDA based scheme, a linear combination of these three channel features is used as the test statistic, which is compared with a threshold to perform authentication. Simulation results demonstrate that the proposed schemes perform better in terms of the misdetection probability and the false alarm probability than several existing typical channel-based authentication schemes. Moreover, the time complexity and space complexity of the proposed schemes are analyzed, and the LFDA based scheme performs the best. Chengcheng Pei, Ning Zhang 0007, Xuemin Shen, Jon W. Mark |
GLOBECOM | 2 |
| 2014 | A game theoretical approach for energy trading in wireless networks powered by green energyabstractGreen energy sources, such as solar and wind, provide an alternative solution for powering wireless networks. To maximize the utilization of green energy charged from different sources, it is desirable to allow energy trade among neighbor cells. In this paper, the local energy trade issues in a wireless mesh network powered by green energy are studied such that energy can be purchased either from neighbor cells or from electricity grid, based on the energy charging and discharging characteristics in each cell. Our objective is to determine the optimal price and quantity of energy purchase and sale for each cell such that the profits of all cells can be maximized and their energy demands can be fulfilled. To this end, the energy trading problem is formulated as a Stackelberg game. Based on the utility function, the closed-form expressions of the optimal energy quantity and price for trading are derived. Finally, an optimal scheme, namely, Optimal Profits Energy Trading (OPET), is proposed to maximize the profits of all cells. The proposed OPET can achieve the optimal solution with polynomial time complexity. Extensive simulations are conducted to verify the performance of the proposed scheme. Zhongming Zheng, Lin X. Cai, Ning Zhang 0007, Ran Zhang 0001, Xuemin Shen |
GLOBECOM | 3 |
| 2014 | Efficient channel assignment for cooperative sensing based on convex bipartite matchingabstractIn this paper, cooperative sensing for multi-channel cognitive radio networks (CRNs) is studied, whereby the secondary users (SUs) cooperate with each other to sense the multiple channels owned by the primary users (PUs). The objective is to better protect the primary system while satisfying the SUs' requirement on the expected access time. A general scenario is considered, where the channels present different usage characteristics and the detection performance of individual SUs varies due to the channel conditions between the PUs and SUs. With the dynamics in the channel usage characteristics and the detection capacities, each SU chooses one channel for sensing to minimize the interference to the PUs. The problem is formulated as a nonlinear integer programming problem which is NP-complete in general. To find the solution efficiently, the original problem is transformed into a variant of convex bipartite matching problem by constructing a complete bipartite graph and defining proper weight vectors. Based on the problem transformation, a channel assignment algorithm is proposed for computing in polynomial time the solution in terms of the number of SUs, the number of channels, and the maximum value of weights. Simulation results are presented to validate the performance of the proposed algorithm. Ning Zhang 0007, Nan Cheng 0001, Hao Liang 0002, Yujie Tang 0001, Jon W. Mark, Xuemin Shen |
ICC | 1 |
| 2014 | Connected Vehicles: Solutions and ChallengesabstractProviding various wireless connectivities for vehicles enables the communication between vehicles and their internal and external environments. Such a connected vehicle solution is expected to be the next frontier for automotive revolution and the key to the evolution to next generation intelligent transportation systems (ITSs). Moreover, connected vehicles are also the building blocks of emerging Internet of Vehicles (IoV). Extensive research activities and numerous industrial initiatives have paved the way for the coming era of connected vehicles. In this paper, we focus on wireless technologies and potential challenges to provide vehicle-to-x connectivity. In particular, we discuss the challenges and review the state-of-the-art wireless solutions for vehicle-to-sensor, vehicle-to-vehicle, vehicle-to-Internet, and vehicle-to-road infrastructure connectivities. We also identify future research issues for building connected vehicles. Ning Lu 0001, Nan Cheng 0001, Ning Zhang 0007, Xuemin Shen, Jon W. Mark |
IEEE Internet Things J. | 3 |
| 2014 | Risk-Aware Cooperative Spectrum Access for Multi-Channel Cognitive Radio NetworksabstractIn this paper, risk-aware cooperative spectrum access schemes for cognitive radio networks (CRNs) with multiple channels are proposed, whereby multiple primary users (PUs) operating over different channels choose trustworthy secondary users (SUs) as relays to improve throughput, and in return SUs gain transmission opportunities. To study the multi-channel cooperative spectrum access, cooperation over single channel is investigated first, which involves a PU selecting the suitable SU and granting a period of access time to the selected SU as a reward, considering trustworthiness of SUs. The above procedure is modeled as a Stackelberg game, through which access time allocation and power allocation are obtained. Based on the above results, cooperation over multiple channels is studied from the perspectives of the primary network and secondary network, respectively. Two schemes are proposed accordingly: the primary network-centric matching (PCM) scheme and the secondary network-centric cluster-based (SCC) scheme. In PCM scheme, cooperating SU for each channel is determined to maximize the total utility of the primary network, which is formulated as a maximum weight matching problem. In SCC scheme, SUs first form a cluster to share the channel state information (CSI), and the best SUs are selected for cooperation with PUs over different channels to obtain the maximum aggregate access time for the secondary network. Then, SUs share the obtained resource using congestion game and quadrature signalling. Numerical results demonstrate that, with the proposed schemes, PUs can achieve higher throughput, while SUs can obtain longer average access time, compared with the random channel access approach. Ning Zhang 0007, Nan Cheng 0001, Ning Lu 0001, Jon W. Mark, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 1 |
| 2014 | Dynamic Spectrum Access in Multi-Channel Cognitive Radio NetworksabstractIn this paper, dynamic spectrum access (DSA) in multi-channel cognitive radio networks (CRNs) is studied. The two fundamental issues in DSA, spectrum sensing and spectrum sharing, for a general scenario are revisited, where the channels present different usage characteristics and the detection performance of individual secondary users (SUs) varies. First, spectrum sensing is investigated, where multiple SUs are coordinated to cooperatively sense the channels owned by the primary users (PUs) for different interests. When the PUs' interests are concerned, cooperative spectrum sensing is performed to better protect the PUs while satisfying the SUs' requirement on the expected access time. For the SUs' interests, the objective is to maximize the expected available time while keeping the interference to PUs under a predefined level. With the dynamics in the channel usage characteristics and the detection capacities, the coordination problems for the above two cases are formulated as nonlinear integer programming problems accordingly, which are proved to be NP-complete. To find the solution efficiently, for the former case, the original problem is transformed into a variant of convex bipartite matching problem by constructing a complete bipartite graph and defining proper weight vectors. Based on the problem transformation, a channel selection algorithm is proposed to compute the solution. For the latter case, the deterministic optimization problem is first transformed to an associated stochastic optimization problem, which is then solved by cross-entropy (CE) method of stochastic optimization. Then, the sharing of the available channels by SUs after sensing is modeled by a channel access game, based on the framework of weighted congestion game. An algorithm for SUs to select access channels to achieve Nash equilibrium (NE) is proposed. Simulation results are presented to validate the performance of the proposed algorithms. Ning Zhang 0007, Hao Liang 0002, Nan Cheng 0001, Yujie Tang 0001, Jon W. Mark, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 1 |
| 2014 | Cooperative Key Agreement for Wireless Networking: Key Rates and Practical Protocol DesignabstractIn this paper, we investigate the design of a practical information-theoretically secure secret key agreement protocol for a cooperative wireless network employing standard modulation. Assuming relay selection has been completed, the key agreement problem is studied in a three-node cooperative wireless communication system over block-fading channels. Passive attacks from an eavesdropper collocated with the relay are considered. We derive upper and lower bounds on the secret key rate of this cooperative wireless system. The difference between the bounds is shown to be small for practical communication scenarios, which indicates they are tight. We then propose a practical secret key agreement protocol for this system with both the communicants and the honest relay participating in the public discussion. The tradeoff between security and protocol efficiency is considered in the joint design of advantage distillation, information reconciliation, and privacy amplification. The protocol parameters are optimized to achieve the tight bound on the secret key rate. Ning Wang 0004, Ning Zhang 0007, T. Aaron Gulliver |
IEEE Trans. Inf. Forensics Secur. | 2 |
| 2014 | A Cooperative Matching Approach for Resource Management in Dynamic Spectrum Access NetworksabstractDynamic spectrum access (DSA) can be leveraged by introducing external spectrum sensing for secondary users (SUs) to overcome the hidden primary users (PUs) problem and improve spectrum utilization. In this paper, we investigate the DSA networks with external sensors, i.e., external sensing agents, to utilize spectrum access opportunities located in cellular frequency bands. Considering the diversity of SUs' demands and the secondary bandwidths discovered by external sensors, it is critical to manage the detected spectrum resources in an efficient way. To this end, we formulate the resource management problem in the DSA networks as a dynamic resource demand-supply matching problem, and propose a cooperative matching solution. Specifically, spectrum access opportunities are classified into two types by the resource block size: massive sized blocks and small sized blocks. For the former type, SUs are encouraged to share the whole time-frequency block via forming coalitional groups with a "wholesale" sharing approach. For the latter type, the resource "aggregation" sharing approach is proposed to meet the time-frequency demand of individual SUs. To further reduce the delay in the spectrum allocation and compress the matching process, we develop a distributed fast spectrum sharing (DFSS) algorithm, which can deal with both two aforementioned types of resource sharing cases. Simulation results show that the DFSS algorithm can adapt to the dynamic spectrum variations in the DSA networks and the average utilization of detected spectrum access opportunities reaches nearly 90%. Bo Liu 0001, Yongkang Liu 0001, Ning Zhang 0007, Lin Gui 0001, Ying Li 0134, Xuemin Shen |
IEEE Trans. Wirel. Commun. | 4 |
| 2013 | Cooperative cognitive radio networking for opportunistic channel accessabstractIn this paper, an opportunistic channel access for cognitive radio networks (CRNs) with multiple channels is proposed, whereby the secondary users (SUs) cooperate with primary users (PUs) to improve the latter's throughput and gain transmission opportunities in return. Cooperation on single channel is studied first, which is modeled by the Stackelberg game. By analyzing the game, the access time allocation of the PU and the optimal transmission power of the SU can be obtained. Then, based on the outcome of the above game, cooperation on multiple channels in the network is studied. To better exploit transmission opportunities on different channels, a cluster-based cooperation scheme (CBC) is proposed, whereby SUs first form a cluster, select best SUs to obtain the maximum sum of the access time using maximum weight matching, and then share the obtained channels fairly using congestion game and quadrature signalling. The condition for Nash Equilibrium (NE) of the congestion game is provided and an algorithm for CBC scheme is proposed. Numerical results demonstrate that, with the proposed scheme, the SUs can get more average access time and achieve higher fairness, compared with the random channel access approach. Ning Zhang 0007, Nan Cheng 0001, Ning Lu 0001, Jon W. Mark, Xuemin Shen |
GLOBECOM | 1 |
| 2013 | Vehicle-assisted data delivery for smart grid: An optimal stopping approachabstractThe booming smart grid produces a large amount of data that should be transmitted to the utility control center (UCC), typically by means of the cellular network. This may pose a prohibitive transmission cost and choke the cellular network. As an effort to address this issue, we propose a vehicle assisted data delivery method to offload the cellular network, in which vehicles are utilized to carry and deliver the data from distributed locations to the UCC through the deployed roadside units. Two data forwarding schemes are developed based on the theory of optimal stopping rules to increase the data delivery probability. Simulation results are given to demonstrate that the proposed method can achieve high data delivery ratio through the roadside network so that it can efficiently offload the cellular network and reduce the communication cost. Nan Cheng 0001, Ning Lu 0001, Ning Zhang 0007, Xuemin Shen, Jon W. Mark |
ICC | 3 |
| 2013 | VeMail: A message handling system towards efficient transportation managementabstractIn this paper, we propose an electronic mail system, namely VeMail, for handling messages between vehicles and Intelligent Transportation Systems (ITS), to improve the efficiency of transportation management. After elaborating the reasons of using Internet email as a basis of messaging for ITS, we describe the key components of the VeMail system, including mail server, mail client, and mail proxy. Considering the intermittent connectivity of vehicles to the mail server, we propose an optimal probabilistic message retrieval (OPMR) scheme for VeMail, in which each vehicle optimally selects an online period for email retrieval. Simulation is used to evaluate the performance and the results demonstrate that the proposed scheme outperforms the regular mail retrieval method in terms of the connection time with the mail server. Ning Lu 0001, Nan Cheng 0001, Ning Zhang 0007, Xuemin Shen, Jon W. Mark |
WCNC | 3 |
| 2013 | Cooperative networking towards secure communications for CRNsabstractIn this paper, we investigate cooperative networking in cognitive radio networks (CRNs), which targets to help the primary users (PUs) for secure communications and provide transmission opportunities to secondary users (SUs). Two cooperation schemes: relay-jammer (R-J) scheme and cluster-beamforming (C-B) scheme, are proposed. In R-J cooperation scheme, two individual SUs, a relay and a friendly jammer, are leveraged by the PU to improve communication secrecy via cooperation; In return, the PU allocates a fraction of access time for SUs' transmission. To achieve the maximum secrecy rate, joint time and power allocation is considered. In C-B cooperation scheme, the PU cooperates with a cluster of SUs, which enhance the secrecy of primary link via collaborative beamforming and gain spectrum access opportunities as a reward. With the objective of maximizing the secrecy rate, the optimal weights and time allocation are studied. Numerical results validate the proposed schemes and demonstrate that the PU can significantly enhances the secrecy through cooperation with the cooperating SUs by allocating time and transmission power optimally. Ning Zhang 0007, Ning Lu 0001, Nan Cheng 0001, Jon W. Mark, Xuemin Shen |
WCNC | 1 |
| 2013 | Cooperative Spectrum Access Towards Secure Information Transfer for CRNsabstractIn cognitive radio networks (CRNs), secure information transfer is of paramount importance for primary users (PUs), while secondary users (SUs) mainly desire to ease the starvation for transmission opportunities. To meet such different requirements, cooperation between PUs and SUs can be leveraged and therefore create a win-win situation. In this paper, we investigate cooperative spectrum access for CRNs, which targets to improve the secure transmission of PUs via cooperating SUs that would be incented by certain transmission opportunities. Two types of cooperation schemes are proposed, whereby the PU either cooperates with two individual SUs or a cluster of SUs, which are referred to as relay-jammer (R-J) scheme and cluster-beamforming (C-B) scheme, respectively. In R-J scheme, two individual SUs act as a relay and a friendly jammer to improve the PU's secrecy; In return, the PU allocates a fraction of access time for the SUs' transmission. To achieve the maximum secrecy rate, joint time and power allocation is considered. Particularly, the cooperating relay and jammer determine the optimal transmission power, while the PU decides the optimal time allocation strategy. In C-B scheme, the PU cooperates with a cluster of SUs to enhance the secrecy of the primary link via collaborative beamforming, where three different approaches are proposed for the scenarios with one eavesdropper, with multiple eavesdroppers, and without eavesdroppers' information, respectively. To maximize the secrecy rate, the weight selection and time allocation are also studied. Simulation results are given to validate the proposed schemes and demonstrate that the PU can significantly enhance the secrecy through cooperation. Ning Zhang 0007, Ning Lu 0001, Nan Cheng 0001, Jon W. Mark, Xuemin Shen |
IEEE J. Sel. Areas Commun. | 1 |
| 2013 | Vehicles Meet Infrastructure: Toward Capacity-Cost Tradeoffs for Vehicular Access NetworksabstractAccess infrastructure, such as Wi-Fi access points and cellular base stations (BSs), plays a vital role in providing pervasive Internet services to vehicles. However, the deployment costs of different access infrastructure are highly variable. In this paper, we make an effort to investigate the capacity-cost tradeoffs for vehicular access networks, in which access infrastructure is deployed to provide a downlink data pipe to all vehicles in the network. Three alternatives of wireless access infrastructure are considered, i.e., cellular BSs, wireless mesh backbones (WMBs), and roadside access points (RAPs). We first derive a lower bound of downlink capacity for each type of access infrastructure. We then present a case study based on a perfect city grid of 400 km2with 0.4 million vehicles, in which we examine the capacity-cost tradeoffs of different deployment solutions in terms of capital expenditures (CAPEX) and operational expenditures (OPEX). The rich implications from our results provide fundamental guidance on the choice of cost-effective access infrastructure for the emerging vehicular networking. Ning Lu 0001, Ning Zhang 0007, Nan Cheng 0001, Xuemin Shen, Jon W. Mark, Fan Bai 0002 |
IEEE Trans. Intell. Transp. Syst. | 2 |
| 2012 | Secret key agreement for cooperative wireless communications: bounds and efficient protocol designabstractWe study practical information-theoretically secure secret key agreement protocol design for wireless cooperative communication networks. By assuming the relay selection process is finished in advance, we study the key agreement problem for a classical three-node cooperative wireless communication system over independent additive white Gaussian noise (AWGN) channels. Passive attacks from an eavesdropper collocated with the relay are assumed. We derive upper and lower bounds on the secret key rate under the assumed cooperative wireless system model and find that they are close, which indicates the tightness of the bounds. We then propose an efficient practical secret key agreement protocol with both Bob and the honest relay participating in the public discussion. A compromise between security and efficiency is achieved by the joint advantage distillation and privacy amplification. Ning Wang 0004, Ning Zhang 0007, T. Aaron Gulliver |
GLOBECOM | 2 |
| 2012 | Energy-efficient and trust-aware cooperation in cognitive radio networksabstractIn this paper, a cooperative framework in cognitive radio networks, which addresses energy efficiency of the primary users (PUs) and trustworthiness of secondary users (SUs), is proposed. Specifically, the cooperation involves a PU selecting the most suitable SU as the cooperative relay and allocating the spectrum access intervals for relaying its message and rewarding the SU for its help in relaying the PU's message. Based on the PU's strategy, the selected SU determines its optimal transmission power. The above sequential decision procedure, with the PU as the leader and the SU as the follower, is formulated as a Stackelberg game. The outcomes of the proposed cooperative strategy, including partner selection, cooperation in an untrustworthy environment, and energy efficiency consideration, are analyzed. Numerical results demonstrate that, with the proposed relay selection scheme, the PU can achieve high energy saving through cooperation with the trustworthy SU. Ning Zhang 0007, Ning Lu 0001, Rongxing Lu, Jon W. Mark, Xuemin Shen |
ICC | 1 |
| 2008 | Analysis of mobile WiMAX security: Vulnerabilities and solutionsabstractIn this paper, we first give an overview of security architecture of mobile WiMAX network. Then, we investigate man-in-the-middle attacks and Denial of Service (DoS) attacks toward 802.16e-based Mobile WiMAX network. We find the initial network procedure is not effectively secured that makes Man-in-the-middle and Dos attacks possible. In addition, we find the resource saving and handover procedure is not secured enough to resist DoS attacks. Focusing on these two kinds of attacks, we propose Secure Initial Network Entry Protocol (SINEP) based on Diffie-Hellman (DH) key exchange protocol to enhance the security level during network initial. We modify DH key exchange protocol to fit it into mobile WiMAX network as well as to eliminate existing weakness in original DH key exchange protocol. Tao Han 0002, Ning Zhang 0007, Kaiming Liu, Bihua Tang |
MASS | 2 |