Yang Luo's research while affiliated with University of Electronic Science and Technology of China and other places

What is this page?


This page lists the scientific contributions of an author, who either does not have a ResearchGate profile, or has not yet added these contributions to their profile.

It was automatically created by ResearchGate to create a record of this author's body of work. We create such pages to advance our goal of creating and maintaining the most comprehensive scientific repository possible. In doing so, we process publicly available (personal) data relating to the author as a member of the scientific community.

If you're a ResearchGate member, you can follow this page to keep up with this author's work.

If you are this author, and you don't want us to display this page anymore, please let us know.

Publications (42)


Figure 3. Design of model−contrastive federated learning loss.
Figure 5. Comparison among different pairing strategies on CIFAR10 dataset.
Figure 6. Comparison between different loss design on CIFAR10 dataset.
Experiment details on different datasets.
The top accuracy in 100 rounds with cloud server and the communication rounds to achieve target accuracy.
Enhancing Edge-Assisted Federated Learning with Asynchronous Aggregation and Cluster Pairing
  • Article
  • Full-text available

May 2024

·

5 Reads

·

1 Citation

Electronics

Xiaobao Sha

·

Wenjian Sun

·

Xiang Liu

·

[...]

·

Chunbo Luo

Federated learning (FL) is widely regarded as highly promising because it enables the collaborative training of high-performance machine learning models among a large number of clients while preserving data privacy by keeping the data local. However, many existing FL frameworks have a two-layered architecture, thus requiring the frequent exchange of large-scale model parameters between clients and remote cloud servers over often unstable networks and resulting in significant communication overhead and latency. To address this issue, we propose to introduce edge servers between the clients and the cloud server to assist in aggregating local models, thus combining asynchronous client–edge model aggregation with synchronous edge–cloud model aggregation. By leveraging the clients’ idle time to accelerate training, the proposed framework can achieve faster convergence and reduce the amount of communication traffic. To make full use of the grouping properties inherent in three-layer FL, we propose a similarity matching strategy between edges and clients, thus improving the effect of asynchronous training. We further propose to introduce model-contrastive learning into the loss function and personalize the clients’ local models to address the potential learning issues resulting from asynchronous local training in order to further improve the convergence speed. Extensive experiments confirm that our method exhibits significant improvements in model accuracy and convergence speed when compared with other state-of-the-art federated learning architectures.

Download
Share

A Synchronous Training Hypergraph Neural Network for Power Allocation in Multi-Cell Multi-User Networks

April 2024

·

3 Reads

IEEE Wireless Communications Letters

This paper proposes a novel approach for optimizing power allocation in multi-cell multi-user (MCMU) networks using a hypergraph neural network (HGNN). In MCMU networks, each base station (BS) serves multiple user equipments (UEs). This multivariate and implicit connection introduces computational overheads and is unsuitable for pairwise relationship modeling. To address this challenge, we first propose a hypergraph structure that represents BSs as hyperedges, capturing the complex interactions and multiple dependencies within the network. Second, a synchronous training loss is developed, which includes negative weighted sum rate and parameter regularity terms. The first term can learn the distribution without relying on labeled data. The second term avoids overfitting and improves scalability. Third, power constraints are embedded into the network architecture to ensure the feasibility of the power allocation. Extensive simulations demonstrate that our proposed HGNN achieves higher sum rate than the baselines and exhibits its excellent scalability with the increase of complexity in future networks.




AttenReEsNet: Attention-Aided Residual Learning for Effective Model-Driven Channel Estimation

January 2024

IEEE Communications Letters

In model-driven deep learning (DL)-based channel estimation methods for orthogonal frequency division multiplexing (OFDM) systems, all input features obtained through processed raw signals are considered to have equal weights, regardless of their significance or correlation to the channel predictions, limiting the estimation performance that can be achieved. This letter proposes an attention-aided residual channel estimation network, namely AttenReEsNet, for enhanced estimation performance. AttenReEsNet utilizes the channel attention module embedded in each attention residual block (AttenResBlock) to successively reweight the channel features of the least square estimation input with a learned attention map and combine them with the residual input, improving the learning efficiency and estimation accuracy of the overall network. Numerical results based on the mean square error metric demonstrate that the proposed method outperforms the benchmark methods. Furthermore, we propose to compress the AttenReEsNet model’s parameters by 74% without significantly affecting the estimation performance and also implement the model pruning method to further reduce its complexity, to provide insight for efficient deployment in mobile devices.


A Multi-Modal Hypergraph Neural Network via Parametric Filtering and Feature Sampling

October 2023

·

133 Reads

·

2 Citations

IEEE Transactions on Big Data

In the real world, relationships between objects are often complex, involving multiple variables and modes. Hypergraph neural networks possess the capability to capture and represent such intricate relationships by deriving and inheriting their graph-based counterparts. Nevertheless, both graph and hypergraph neural networks suffer from the problem of over-smoothing when multiple graph convolution layers are stacked. To address this issue, this paper introduces the Multi-modal Hypergraph Neural Network with Parametric Filtering and Feature Sampling (MHNet) to encode complex hypergraph features and mitigate over-smoothing. The proposed approach uses hypergraph structures to model high-order and multi-modal data correlations, a polynomial hypergraph filter to dynamically extract multi-scale node features through parametric polynomial fitting, and a feature sampling strategy to learn from sparse and labeled samples while avoiding overfitting. Experimental results on four hypergraph datasets and two multi-modal visual datasets demonstrate that the proposed MHNet outperforms state-of-the-art algorithms.


An Autoencoder-Based I/Q Channel Interaction Enhancement Method for Automatic Modulation Recognition

July 2023

·

29 Reads

·

8 Citations

IEEE Transactions on Vehicular Technology

This paper proposes an autoencoder-based method to enhance the information interaction between in-phase/quadrature (I/Q) channels of the input data for automatic modulation recognition (AMR). The proposed method utilizes an autoencoder built by fully-connected layers to correlate the features of I/Q data and obtain the interaction feature from the intermediate layer, which is concatenated together with the original I/Q data as model inputs. To accommodate the new data dimensions, a modification scheme for the existing representative deep learning based AMR (DL-AMR) models is presented. Experimental results show that our method can improve the recognition accuracy of the state-of-the-art baseline models, and has a smaller time overhead compared with complex-valued neural networks.


Privileged Modality Learning Via Multimodal Hallucination

June 2023

·

22 Reads

·

1 Citation

IEEE Transactions on Multimedia

Learning based on multimodal data has attracted increasing interest recently. While a variety of sensory modalities can be collected for training, not all of them are always available in practical scenarios, which raises the challenge to infer with incomplete modality. This article presents a general framework termed multimodal hallucination (MMH) to bridge the gap between ideal training scenarios and real-world deployment scenarios with incomplete modality data by transferring the complete multimodal knowledge to the hallucination network with incomplete modality input. Compared with the modality hallucination methods that restore privileged modalities information for late fusion, the proposed framework not only helps to preserve the crucial cross-modal cues but relates the study in complete modalities and in incomplete modalities. Then, we introduce two strategies called region-aware distillation and discrepancy-aware distillation to transfer the response-based and joint-representation-based knowledge of pre-trained multimodal networks, respectively. Region-aware distillation establishes and weights knowledge transferring pipelines between the response of multimodal and hallucination networks at multiple regions, which guides the hallucination network to focus on discriminative regions and avoid wasted gradients. Discrepancy-aware distillation guides the hallucination network to mimic the local inter-sample distance of multimodal representations, which enables the hallucination network to acquire the inter-class discrimination refined by multimodal cues. Extensive experiments on multimodal action recognition and face anti-spoofing demonstrate the proposed multimodal hallucination framework can overcome the problem of incomplete modality input in various scenes and achieve state-of-the-art performance. https://github.com/shicaiwei123/TMM-MMH</uri




Citations (17)


... However, when it comes to DFL, the order in which clients take their turns in each iteration becomes crucial. It directly influences how well individual client models perform [59]. Depending on the specific use case and task requirements, various strategies for client iteration order are available. ...

Reference:

Centralised vs. Decentralised Federated Load Forecasting: Who Holds the Key to Adversarial Attack Robustness?
Enhancing Edge-Assisted Federated Learning with Asynchronous Aggregation and Cluster Pairing

Electronics

... By using UAVs carrying IRSs, dynamic signal reflection and adjustment are achievable, optimizing signal quality and thus enhancing communication efficiency and reliability [25]. Second, UAVs are highly mobile and flexible, and are able to quickly adjust their positions and flight paths according to actual needs and environmental changes, providing optimal signal reflection and coverage to the areas in need in realtime [26,27]. Third, compared to the construction of fixed BSs or communication towers, using an IRS-equipped UAV significantly reduces the cost of infrastructure construction and maintenance, making it particularly suitable for remote or economically disadvantaged rural areas. ...

Intelligent Reflecting Surfaces vs. Full-Duplex Relays: A Comparison in the Air
  • Citing Article
  • January 2023

IEEE Communications Letters

... Currently, numerous of efforts [1-3, 6, 10, 14, 15, 19], namely missing modality methods, have been designed to learn a model that is robust to partial modality inputs. Some approaches focused on knowledge distillation [1,7,15,16], aiming to facilitate the transfer of knowledge from a teacher network, trained with full modality data, to a student model that lacks one or more modalities. Another popular solution is shared latent space models [2,19], which attempt to encode different modalities into a common latent embedding subspace. ...

MMANet: Margin-Aware Distillation and Modality-Aware Regularization for Incomplete Multimodal Learning
  • Citing Conference Paper
  • June 2023

... This approach significantly enhances the depth of data representation in hypergraphs. MHNet [26] represents another stride in hypergraph neural networks, adept at representing high-order and multi-modal data correlations. MHNet sets a new standard in the field with its innovative approach to dynamically extracting multi-scale node features. ...

A Multi-Modal Hypergraph Neural Network via Parametric Filtering and Feature Sampling
  • Citing Article
  • October 2023

IEEE Transactions on Big Data

... Remote sensing images of the same geographic area captured from different sensors can provide complementary ground feature (Rasti, Ghamisi, and Gloaguen 2017a;Su et al. 2021;Ghamisi et al. 2018). The joint classification of multimodal remote sensing data is an effective technique to integrate the complementary information of different modalities to improve the classification accuracy, and has been widely used in urban planning (Zhang et al. 2020a; Dong (Xue, Zhang, and Cai 2016); (b) Reconstruction of feature with missing modalities ); (c) Multimodal joint representation learning (Wei et al. 2023(Wei et al. ). et al. 2023, natural resources management , environmental monitoring Qu et al. 2023) and water quality monitoring (Mei et al. 2021). ...

MSH-Net: Modality-Shared Hallucination With Joint Adaptation Distillation for Remote Sensing Image Classification Using Missing Modalities
  • Citing Article
  • January 2023

IEEE Transactions on Geoscience and Remote Sensing

... The research on the application of DL in communication is relatively abundant; however, there are few examples considering complex representations of signal attributes [7]. Some existing DL-AMC models consider the real and imaginary components of complex-valued input as independent channels and do not fully exploit the inherent interactions between them, which could degrade the performance of the model and hinder its interpretability [7,8]. ...

An Autoencoder-Based I/Q Channel Interaction Enhancement Method for Automatic Modulation Recognition
  • Citing Article
  • July 2023

IEEE Transactions on Vehicular Technology

... Among these, 228 duplicates were automatically removed through EndNote, 381 irrelevant papers were excluded by reading the titles and abstracts, two were excluded without retrieving the full text, and 14 were excluded after examining the full text. Twelve studies [37][38][39][40][41][42][43][44][45][46][47][48] (Table 1) ...

A Benchmark Dataset of Endoscopic Images and Novel Deep Learning Method to Detect Intestinal Metaplasia and Gastritis Atrophy
  • Citing Article
  • October 2022

IEEE Journal of Biomedical and Health Informatics

... Throughout the transmission process, signals emitted by transmitters frequently undergo alterations within the radio frequency channel, such as noise, multi-path fading, shadow fading, center frequency offset, and sample rate offset. 4 So, even for the same signal, receivers that are distributed in a geographical environment have a partial and noisy view of the transmitted signal. In such an environment, achieving efficient modulation recognition requires the transmission of complete observation signals from the receivers to the central node. ...

Deep Learning Based Automatic Modulation Recognition: Models, Datasets, and Challenges
  • Citing Article
  • July 2022

Digital Signal Processing

... Recently, an increasing number of studies have focused on using a CNN model to screen patients with pneumoconiosis in DR. A 2022 study showed that AED-Net was used to train a classification diagnosis model of pneumoconiosis, with accuracy and AUC values of 90.4 and 96%, respectively (24). In 2021, Devnath et al. (25,26) proposed a novel approach for screening pneumoconiosis chest radiographs on the basis of the multi-level feature analysis of CNN architecture. ...

A Fully Deep Learning Paradigm for Pneumoconiosis Staging on Chest Radiographs
  • Citing Article
  • July 2022

IEEE Journal of Biomedical and Health Informatics

... The dataset is widely used and enabled follow-up work with different approaches to classification systems, i.e. DLbased [5], [6], focused on pre-processing and combining signals from two frequency bands [7], genetic algorithmbased heterogeneous integrated k-nearest neighbour [8], and hierarchical reinforcement learning-based [9]. In general, the classification accuracies reported in the papers on the DroneRF dataset are close to 100%. ...

For RF Signal-Based UAV States Recognition, Is Pre-processing Still Important At The Era Of Deep Learning?
  • Citing Conference Paper
  • December 2021