LGITNIMay 1, 2024

FMLFS: A Federated Multi-Label Feature Selection Based on Information Theory in IoT Environment

arXiv:2405.00524v28 citationsh-index: 3SMARTCOMP
AI Analysis

This addresses the challenge of efficient multi-label classification for IoT applications like health and traffic monitoring, though it is incremental as it adapts existing feature selection techniques to a federated setting.

The paper tackles the problem of noisy and high-dimensional multi-label datasets in IoT environments by proposing FMLFS, the first federated multi-label feature selection method, which outperforms five existing methods in performance, time complexity, and communication cost on three real-world datasets.

In certain emerging applications such as health monitoring wearable and traffic monitoring systems, Internet-of-Things (IoT) devices generate or collect a huge amount of multi-label datasets. Within these datasets, each instance is linked to a set of labels. The presence of noisy, redundant, or irrelevant features in these datasets, along with the curse of dimensionality, poses challenges for multi-label classifiers. Feature selection (FS) proves to be an effective strategy in enhancing classifier performance and addressing these challenges. Yet, there is currently no existing distributed multi-label FS method documented in the literature that is suitable for distributed multi-label datasets within IoT environments. This paper introduces FMLFS, the first federated multi-label feature selection method. Here, mutual information between features and labels serves as the relevancy metric, while the correlation distance between features, derived from mutual information and joint entropy, is utilized as the redundancy measure. Following aggregation of these metrics on the edge server and employing Pareto-based bi-objective and crowding distance strategies, the sorted features are subsequently sent back to the IoT devices. The proposed method is evaluated through two scenarios: 1) transmitting reduced-size datasets to the edge server for centralized classifier usage, and 2) employing federated learning with reduced-size datasets. Evaluation across three metrics - performance, time complexity, and communication cost - demonstrates that FMLFS outperforms five other comparable methods in the literature and provides a good trade-off on three real-world datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes