Table of Contents
Fetching ...

COMFORT: A Continual Fine-Tuning Framework for Foundation Models Targeted at Consumer Healthcare

Chia-Hao Li, Niraj K. Jha

TL;DR

COMFORT introduces a novel approach for pre-training a Transformer-based foundation model on a large dataset of physiological signals exclusively collected from healthy individuals with commercially available WMSs, and paves the way for personalized and proactive solutions to efficient and effective early-stage disease detection for consumer healthcare.

Abstract

Wearable medical sensors (WMSs) are revolutionizing smart healthcare by enabling continuous, real-time monitoring of user physiological signals, especially in the field of consumer healthcare. The integration of WMSs and modern machine learning (ML) enables unprecedented solutions to efficient early-stage disease detection. Despite the success of Transformers in various fields, their application to sensitive domains, such as smart healthcare, remains underexplored due to limited data accessibility and privacy concerns. To bridge the gap between Transformer-based foundation models and WMS-based disease detection, we propose COMFORT, a continual fine-tuning framework for foundation models targeted at consumer healthcare. COMFORT introduces a novel approach for pre-training a Transformer-based foundation model on a large dataset of physiological signals exclusively collected from healthy individuals with commercially available WMSs. We adopt a masked data modeling (MDM) objective to pre-train this health foundation model. We then fine-tune the model using various parameter-efficient fine-tuning (PEFT) methods, such as low-rank adaptation (LoRA) and its variants, to adapt it to various downstream disease detection tasks that rely on WMS data. In addition, COMFORT continually stores the low-rank decomposition matrices obtained from the PEFT algorithms to construct a library for multi-disease detection. The COMFORT library enables scalable and memory-efficient disease detection on edge devices. Our experimental results demonstrate that COMFORT achieves highly competitive performance while reducing memory overhead by up to 52% relative to conventional methods. Thus, COMFORT paves the way for personalized and proactive solutions to efficient and effective early-stage disease detection for consumer healthcare.

COMFORT: A Continual Fine-Tuning Framework for Foundation Models Targeted at Consumer Healthcare

TL;DR

COMFORT introduces a novel approach for pre-training a Transformer-based foundation model on a large dataset of physiological signals exclusively collected from healthy individuals with commercially available WMSs, and paves the way for personalized and proactive solutions to efficient and effective early-stage disease detection for consumer healthcare.

Abstract

Wearable medical sensors (WMSs) are revolutionizing smart healthcare by enabling continuous, real-time monitoring of user physiological signals, especially in the field of consumer healthcare. The integration of WMSs and modern machine learning (ML) enables unprecedented solutions to efficient early-stage disease detection. Despite the success of Transformers in various fields, their application to sensitive domains, such as smart healthcare, remains underexplored due to limited data accessibility and privacy concerns. To bridge the gap between Transformer-based foundation models and WMS-based disease detection, we propose COMFORT, a continual fine-tuning framework for foundation models targeted at consumer healthcare. COMFORT introduces a novel approach for pre-training a Transformer-based foundation model on a large dataset of physiological signals exclusively collected from healthy individuals with commercially available WMSs. We adopt a masked data modeling (MDM) objective to pre-train this health foundation model. We then fine-tune the model using various parameter-efficient fine-tuning (PEFT) methods, such as low-rank adaptation (LoRA) and its variants, to adapt it to various downstream disease detection tasks that rely on WMS data. In addition, COMFORT continually stores the low-rank decomposition matrices obtained from the PEFT algorithms to construct a library for multi-disease detection. The COMFORT library enables scalable and memory-efficient disease detection on edge devices. Our experimental results demonstrate that COMFORT achieves highly competitive performance while reducing memory overhead by up to 52% relative to conventional methods. Thus, COMFORT paves the way for personalized and proactive solutions to efficient and effective early-stage disease detection for consumer healthcare.
Paper Structure (18 sections, 1 equation, 10 figures, 4 tables)

This paper contains 18 sections, 1 equation, 10 figures, 4 tables.

Figures (10)

  • Figure 1: An overview of frameworks for disease detection with WMS data in consumer health: (a) conventional disease detection methods, and (b) COMFORT framework. COMFORT flexibly leverages a library of weight variances to detect various diseases with a single foundation model, whereas conventional methods require a customized model for each disease. $W_0$ represents the pre-trained weights of the foundation model.
  • Figure 2: The Transformer architecture. This figure is remade from transformer.
  • Figure 3: An overview of the COMFORT framework: (a) health foundation model pre-training, and (b) continual fine-tuning for disease detection. $W_0$ represents the foundation model's pre-trained weights.
  • Figure 4: The health foundation model architecture.
  • Figure 5: An input data example from a healthy individual. The example data are obtained using a skin temperature sensor sampled at 4Hz and a heart rate monitor sampled at 1Hz. (temp.: temperature, avg.: average)
  • ...and 5 more figures