Saeid Sheikhi · ICLR 2025
The expansion of 5G networks has led to remarkable data volume and complexity, introducing significant security challenges that require the implementation of robust and scalable anomaly detection mechanisms. Traditional centralized approaches pose privacy risks and scalability challenges due to the distributed nature of 5G infrastructures. Federated Learning (FL) offers a decentralized solution but often overlooks the importance of feature relevance and privacy preservation during model aggregation. This paper introduces a novel Feature-Aware Federated framework that integrates feature importance into the aggregation process while ensuring differential privacy. We employ integrated gradients to compute feature importance for each client, aggregate them globally with differential privacy noise, and use these insights to weight model parameters during aggregation. Additionally, we propose Dynamic Feature Importance Adaptation (DFIA) to update feature importance occasionally, enhancing the model's adaptability to evolving data distributions. Experimental results demonstrate that our framework outperforms traditional federated approaches like FedAvg and FedProx in unsupervised anomaly detection tasks within 5G networks, achieving higher accuracy and robustness while preserving data privacy.
Summary:
The authors propose an explainable AI-based algorithm, integrated gradients, to employ the feature importance of each client in the aggregation of the FL system, apply it to the 5G-related tasks, and process the importance estimation in each round to adopt the dynamic feature of 5G networks. Results compared with traditional aggregation algorithms, such as FedAvg and FedProx show some performance gain on one standard dataset.
Soundness:
1
Presentation:
2
Contribution:
1
Strengths:
Weaknesses:
The proposed scheme seems standard and simply applied to the FL system. Details on the key steps are largely omitted. For example, it is not clear how the local client calculates the feature importance of its own data. According to Eq. 3 and my basic understanding of integrated gradients, this step needs a basis from other clients or the global model. However, this detail has not been fully explored in the provided content.
To adopt the dynamic characters of the environment, the authors just let the importance calculation happen in every T round, which is kind of straight and trivial. In addition, the advantages of this step are not investigated in the experiments.
Wrong use of DP. Adding random noise on the feature importance will not protect the raw data of clients, and the related experiments are also confusing as many details are not provided.
Questions:
How to estimate the feature importance without a basis from other participants?
What is the reason that the client does the importance estimation itself? What if any malicious or dishonest client exists in the system?
What are the benefits of adding noises to the importance?
Many key steps or designs lack technical details, is there any specific reason for this?
Rating:
1
Confidence:
5
Summary:
This paper proposes a Feature-Aware Federated Learning (FAFL) framework, which incorporates feature importance into FL process. The framework utilizes integrated gradients to compute feature relevance and adapts dynamically to changing data distributions, aiming to handle the heterogeneity of client data.
Soundness:
3
Presentation:
2
Contribution:
1
Strengths:
The modeling of the 5G scenario in the paper is commendable, and the proposed method is an interesting attempt to handle heterogeneous features.
Weaknesses:
The background research in this paper is insufficient. There is already a substantial body of work focused on heterogeneous data and features in FL, but the authors only mention the classic approaches, FedAvg and FedProx.
The experiments are lacking. The authors only use the two aforementioned methods as baselines and conduct a limited number of experiments. A significant portion of the paper is devoted to details about model architecture.
The paper lacks motivation. Why do we need a feature weighting method instead of letting the model learn it? It would be better if the necessity of this method in certain scenarios could be clarified.
In the introduction, it’s stated: "this (FedAvg’s) assumption overlooks the heterogeneity inherent in client data," which suggests that the 5G scenario involves non-i.i.d data. However, the authors' method directly averages the 'feature importance vectors' from different clients (Eq.5). The rationale behind this step doesn’t seem intuitive.
Eq.10 seems incorrect. Since \theta_k is a vector representing the model parameters, this implies that w_k should also be a vector. Meanwhile, \Sigma a_i doesn’t appear to make sense. The unclear nature of this formula makes it difficult to fully understand the proposed method.
Questions:
See weaknesses.
Rating:
3
Confidence:
4
Summary:
Federated learning provides a decentralised solution for anomaly detection in 5G networks, but neglects the importance of feature relevance and privacy preservation during model aggregation. This paper presents a federated learning framework for 5G networks, incorporating feature importance to improve anomaly detection. It uses integrated gradients to determine feature relevance and dynamically adapts to changing data distributions, integrating differential privacy to secure data. Experiments on real-world 5G network datasets show the advantages of the FAFL framework in terms of anomaly detection accuracy and robustness.
Soundness:
2
Presentation:
1
Contribution:
2
Strengths:
1、The proposed framework effectively addresses conditional joint learning methods in the context of data heterogeneity, lack of labelling, privacy issues and dynamic environment challenges faced in 5G network scenarios.
2、The paper considers the protection of customer privacy by applying differential privacy when aggregating cross-customer feature importance to prevent leakage of sensitive information.
3、The paper utilises a 5G testbed environment containing two 5G cores to collect datasets and conduct experiments with a certain degree of authenticity and credibility that are relevant.
Weaknesses:
1、The applicable scenario of the proposed method is unclear. Further clarification is necessary.
2、The paper lacks innovation, appearing as a fusion of multiple existing technologies rather than presenting original contributions.
3、This paper compares a limited number of methods, necessitating the inclusion of additional federated anomaly detection techniques to enhance its persuasive ability. Furthermore, while the paper discusses differential privacy, it fails to conduct privacy attack experiments to substantiate the need for this mechanism. Additionally, the paper lacks a comprehensive experimental analysis.
4、This paper resembles a scientific report more than an academic publication. It lacks standardization in language, contains several writing errors ( line 126 ), and fails to provide a detailed description of the proposed framework.
5、The paper does not align well with the conference theme and fails to address the domains of representation learning and deep learning.
Questions:
Please see the weaknesses section.
Rating:
3
Confidence:
4
Summary:
This paper presents a Feature-Aware Federated Learning framework for anomaly detection in 5G networks, addressing challenges of data privacy and scalability. The framework incorporates feature importance into model aggregation using integrated gradients to compute feature relevance, with differential privacy to protect client data. Additionally, a Dynamic Feature Importance Adaptation (DFIA) mechanism periodically updates feature importance to adapt to changing data distributions. Experiments show that this approach outperforms traditional federated methods like FedAvg and FedProx in unsupervised anomaly detection tasks, achieving improved accuracy, robustness, and privacy preservation.
Soundness:
2
Presentation:
2
Contribution:
2
Strengths:
Strengths:
Weaknesses:
Weaknesses:
Questions:
The writing style of this paper suggests it may have been generated by an LLM, as it includes many informal expressions that are uncommon in academic manuscripts. It is recommended that the authors thoroughly review the language and expressions used throughout the text.
The novelty of this paper needs further strengthening. Currently, the approach mainly combines existing techniques—feature-aware aggregation and differential privacy—without a clear distinction from previous works. The authors should further elaborate on the differences and connections between their proposed method and related work to emphasize its unique contributions.
The paper should include more advanced baselines. In the experimental results, the authors compare only with FedProx and omit comparisons with existing advanced FL-based anomaly detection baselines, which limits the ability to demonstrate the superiority of the proposed approach.
The accuracy of the experimental results needs further explanation. Introducing DP mechanisms typically results in a decrease in model accuracy, yet the results in this paper do not reflect this and even exceed FedAvg. Additionally, the paper should provide a detailed description of experimental settings, including learning rate, dataset size, training rounds, and other hyperparameters. Ablation experiments should be conducted to clarify the contribution of each individual component, which will aid readers in understanding the impact of each on the method's performance.
Finally, the experimental results lack persuasiveness in terms of baselines, dataset size, dataset configurations, and parameter sensitivity analysis. The authors should consider conducting additional experiments to enhance the credibility of the experimental findings.
Ethics Concerns:
NA
Rating:
3
Confidence:
5
Withdrawal Confirmation:
I have read and agree with the venue's withdrawal policy on behalf of myself and my co-authors.
No comments from the floor yet — it's open.
This paper is held in the 44B Library.
This panel sticks with you. Pick anything below and it opens right beside it, so you can dig through 60,000-plus records without ever losing your spot here.
Travel 44B
LibraryPapers, policy, standards, statuteLabsEvery organization building AIModelsIntelligence, price, and speedBenchmarksThe evaluation catalogSearchOne field across everythingDashboardThe state of AI in NY44B RegistryThe Art. 44-B compliance portal