Conference Papers

Permanent URI for this collectionhttps://idr.nitk.ac.in/handle/123456789/28506

Browse

Search Results

Now showing 1 - 3 of 3
  • Item
    Federated Learning for Wearable Sensor-Based Human Activity Recognition
    (Springer Science and Business Media Deutschland GmbH, 2023) Sachin, D.N.; Annappa, B.; Ambesenge, S.
    Computing devices that can identify various human behaviors or motions may be used to aid individuals in multiple contexts, including sports, healthcare, and interactions between humans and robots. Data readily accessible for this purpose may be collected from smartphones and wearable devices used daily. Therefore, efforts are made to classify real-time activity data effectively utilizing various machine learning models. However, current methods for human activity recognition do not sufficiently consider user data privacy. To mitigate privacy issues, federated learning can be employed to build generic activity classification model by aggregating a locally trained model at a user-edge device. This paper adopted a deep-learning neural network model called the transformer for motion signal time-series analysis. It uses the attention mechanism to provide context for each point in the time series. It also compares federated learning’s performance to centralized learning. Experimental results show that federated learning outperformed centralized training without com- promising user data privacy, with an accuracy of 96.87%. © 2023, The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd.
  • Item
    FedRH: Federated Learning Based Remote Healthcare
    (Institute of Electrical and Electronics Engineers Inc., 2023) Sachin, D.N.; Annappa, B.; Ambesenge, S.
    More and more people are developing chronic illnesses, which require regular visits to the hospital for treatment and monitoring. Due to the advancements in wearable computing technology, there is a growing interest in remote health monitoring worldwide. The Internet of Medical Things (IoMT) devices allow users to access their health data. Recent developments in smart healthcare have shown that machine learning model training using vast amounts of healthcare data has been remarkably successful. However, remote healthcare is facing a significant challenge as user data is stored in isolated silos, thus making data aggregation impractical while ensuring data privacy and security. To overcome this challenge, this paper presents FedRH, a federated learning framework for remote healthcare. FedRH solves the issue of data isolation through a cloud-edge-based computing architecture and FL, providing personalized healthcare without sacrificing privacy and security. Experiments show that FedRH achieves a greater accuracy of 5.6% compared to conventional approaches. FedRH is a flexible and versatile tool that can be applied to various healthcare applications, making it an ideal choice for many use cases. © 2023 IEEE.
  • Item
    FedLSF: Federated Local Graph Learning via Specformers
    (Institute of Electrical and Electronics Engineers Inc., 2024) Ram Samarth, B.B.; Annappa, B.; Sachin, D.N.
    The abundance of graphical data and associated privacy concerns in real-world scenarios highlight the need for a secure and distributed methodology utilizing Federated Learning for Graph Neural Networks(GNNs). While spatial GNNs have been explored in FL, spectral GNNs, which capture rich spectral information, remain relatively unexplored. Despite enhancing GNNs' expressiveness through attention-based mechanisms, challenges persist in the spatial approach for FL due to cross-client edges. This work introduces two information capture methods for spectral GNNs in FL settings, Global Information Capture and Local Information Capture, which address cross-client edges. Federated Local Specformer (FedLSF) is proposed as a novel methodology that combines local information capture with state-of-the-art(SOTA) Specformer, enabling local graph learning on clients. FedLSF leverages Specformers involving spectral and attention approaches by integrating Eigen Encoding, Transformer architecture, and graph convolution. This enables capturing rich information from eigen spectra and addresses concerns related to cross-client edges through fully connected eigen-spaces. Experimental results demonstrate FedLSF's efficacy in both homophily and heterophily datasets, showing significant accuracy improvements (2-50)% in highly non-independent and identically distributed (Non-IID) scenarios compared to the present SOTA. This research advances attention-based spectral mechanisms in FL for GNNs, providing a promising solution for preserving privacy in non-IID graph data environments. Implementation can be found at https://github.com/achiverram28/FedLSF-DCOSS. © 2024 IEEE.