Abstract
A critical challenge to using longitudinal wearable sensor biosignal data for healthcare applications and digital biomarker development is the exacerbation of the healthcare “data deluge,” leading to new data storage and organization challenges and costs. Data aggregation, sampling rate minimization, and effective data compression are all methods for consolidating wearable sensor data to reduce data volumes. There has been limited research on appropriate, effective, and efficient data compression methods for biosignal data. Here, we examine the application of different data compression pipelines built using combinations of algorithmic- and encoding-based methods to biosignal data from wearable sensors and explore how these implementations affect data recoverability and storage footprint. Algorithmic methods tested include singular value decomposition, the discrete cosine transform, and the biorthogonal discrete wavelet transform. Encoding methods tested include run-length encoding and Huffman encoding. We apply these methods to common wearable sensor data, including electrocardiogram (ECG), photoplethysmography (PPG), accelerometry, electrodermal activity (EDA), and skin temperature measurements. Of the methods examined in this study and in line with the characteristics of the different data types, we recommend direct data compression with Huffman encoding for ECG, and PPG, singular value decomposition with Huffman encoding for EDA and accelerometry, and the biorthogonal discrete wavelet transform with Huffman encoding for skin temperature to maximize data recoverability after compression. We also report the best methods for maximizing the compression ratio. Finally, we develop and document open-source code and data for each compression method tested here, which can be accessed through the Digital Biomarker Discovery Pipeline as the “Biosignal Data Compression Toolbox,” an open-source, accessible software platform for compressing biosignal data.
Keywords: wearables, biosignal, data compression, data compression algorithms, data, electrocardiogram, photoplethysmography, accelerometry, electrodermal activity
1. Introduction
Wearable sensors have the potential to transform health management and healthcare delivery. However, the digital footprint of this biosignal data is growing at an unprecedented rate; the number of connected wearable devices worldwide is expected to reach 1.1 billion by 2022 [1]. Immense data storage capacity is necessary to retain information collected from wearable sensors that continuously monitor multiple biosignals. This “data deluge,” combined with the high costs of data storage and challenges associated with efficient data organization [2,3,4], reveals a critical need to determine how to reduce biosignal data volumes appropriately to retain important information while removing unnecessary or repetitive information [5].
Digital biomarkers are digitally collected data (e.g., a heart rate biosignal from a wrist-worn wearable) that are transformed into indicators of health outcomes (e.g., risk of cardiovascular disease). Digital biomarkers have applications in a number of disease states, including movement-related disorders [6], breast cancer [7], and Alzheimer’s disease [8]. They are currently being used to diagnose and monitor a number of chronic diseases and conditions [9], and the field of digital biomarkers is rapidly expanding [10]. In order to develop robust digital biomarkers, high-resolution biosignal data are often necessary. Thus, data volumes must be reduced in such a way that the information necessary for digital biomarker development is retained. Hence, the importance of robust data compression methods that have been tested on biosignal data is critical for developing digital biomarkers while minimizing data footprints. There have been multiple methods explored to consolidate biosignals from wearables. Data aggregation in the form of daily summaries rather than high-resolution data is widely used by commercial wearable manufacturers, but these aggregated metrics are often insufficient for the development of digital biomarkers for healthcare applications. The use of downsampling for biomedical signal compression has been used for decades and has recently been examined for digital biomarker development [5,11]. Recent studies have provided the minimum sampling rates necessary for digital biomarker development in several types of wearable sensors [5,12], highlighting the limits of downsampling and the need for data compression.
Data compression refers to the methods used to store or send data in a smaller number of bytes than the original representation [13]. There is a tradeoff between compression of a signal (compression ratio) and minimizing information loss [14]. Data compression has been explored for biomedical signals previously, but the evaluation of these methods has been limited to one type of sensor, including either electrocardiogram (ECG) [14,15,16,17], photoplethysmography (PPG) [18,19,20], accelerometry [21,22], and electrodermal activity (EDA) [23]. Data compression methods can be divided into two groups: Lossless compression and lossy compression. Here, we focus on lossless compression methods, which are anticipated to be most useful for digital biomarker development due to them allowing the data to be fully reconstructed [24,25].
There are two primary characteristics of signals that affect the performance of data compression methods: Redundancy in the signal and stationarity of the signal [26]. While biosignals are inherently nonstationary, the duration and extent of nonstationarity varies for different biosignal types. This helps to determine which compression method is optimal for each biosignal type. Redundancy of measurement values also varies widely as a result of differences in variations of biosignals over time. For example, there is a low redundancy in accelerometry signals due to continual movements, while skin temperature signals remain consistent for longer stretches of time and therefore has high redundancy. In addition to differences in redundancy, many biosignals are periodic, including ECG, PPG, and accelerometry. Compression methods utilizing wavelet-based transforms have demonstrated high performance on periodic signals [25]. A comprehensive analysis of frequently used data compression methods applied to biosignals from common wearable sensors would uncover how data compressibility and recoverability are affected by the characteristics of biosignals. This research could point to new directions for innovation in wearable sensor data compression methodology.
Transform domain data compression can generally be divided into two steps: Transformation and encoding. Based on a literature review for data compression methods that have reported high performance and preservation of information in data with similar characteristics to wearable sensor biosignal data, including high redundancies, nonstationarity, and periodic behavior, we have implemented three separate transformation methods in this study. These methods include: Singular Value Decomposition (SVD), Biorthogonal Discrete Wavelet Transformation (BD-WT), and Discrete Cosine Transformation-based Discrete Orthogonal Stockwell Transformation (DCT-DOST) in addition to a direct, encoding-only method, which we refer to as Direct Data Compression (DDC). SVD is used to factorize the signal into three smaller sets of values [27], which preserves features for digital biomarker development. BD-WT is widely used in ECG data compression [14,16,23,28]. DCT-DOST is a more recent method that has shown to be very robust for ECG signal compression [25]. For data encoding, we implemented two separate methods: Huffman encoding (HE) and run-length encoding (RLE). HE is a lossless encoding method that has been reported as an efficient coding method for wearable sensors [29]. RLE exploits the repetition of data observation values by representing the data as run and length [25], and can be applied alone or subsequent to the DCT-based DOST transformation method.
The primary objective of this study is to evaluate applying commonly used data compression methods including data compression algorithms (singular value decomposition, discrete cosine transform, and biorthogonal discrete wavelet transform) and encodings (run-length encoding and Huffman encoding) to common wearable sensor data, including ECG, PPG, accelerometry, EDA, and skin temperature (Figure 1). We have developed, documented, and released open-source code and data for each of these methods in the Digital Biomarker Discovery Pipeline [10] as the “Biosignal Data Compression Toolbox,” an open-source, accessible software platform for compressing wearable sensor biosignal data.
2. Materials and Methods
2.1. Data
The data used to evaluate the compression methods included ECG data from the Bittium Faros 180 sampled at 1000 Hz (Bittium Inc., Oulu, Finland) (original size = 330 MB) and PPG sampled at 64 Hz (original size = 34.4 MB), accelerometry sampled at 32 Hz (original size = 38 MB), EDA sampled at 4 Hz (original size = 4.4 MB), and skin temperature sampled at 4 Hz (original size = 2.2 MB) from the Empatica E4 (Empatica Inc., Milano, Italy) [30]. This equates to ~40 h of monitoring from the ECG and ~24 h of monitoring from each of the other sensors. The de-identified test data used for evaluation can be found in the Biosignal Data Compression Toolbox, available at DBDP.org.
2.2. Pre-Processing
We filtered the ECG signal through a band-pass filter (second-order Butterworth filter; low cut-off frequency = 0.5 Hz, high cut-off frequency = 50 Hz), resampled the signal to 200 Hz, and normalized the signal to the range [0, 1] following the standard procedure [27]. For the remaining wearable sensor data (PPG, accelerometry, EDA, and skin temperature), we only band-pass filtered the signal (second-order Butterworth filter; low cut-off frequency = 0.5 Hz, high cut-off frequency = 50 Hz).
2.3. Data Compression Evaluation Criteria
We evaluated the data compression pipelines using the compression evaluation metrics compression ratio (CR) [24] and percentage root-mean-square difference (PRD) [31,32]. CR is the ratio of uncompressed data size over compressed data size. Information loss is quantified through the percentage root-mean-square difference, and we therefore focus on minimizing the percentage root-mean-square difference between the original and reconstructed signal.
(1) |
Let x[n] and [n] be the original (pre-processed) and the reconstructed signals, respectively, and N its length. is the sample mean of the N data samples of the original signals.
(2) |
2.4. Data Compression Methods
We implemented five data compression pipelines in this study, including: Direct Data Compression (DDC) with Huffman Encoding (HE), Singular Value Decomposition (SVD) with HE, Biorthogonal Discrete Wavelet Transformation (BD-WT) with HE, and Discrete Cosine Transformation-based Discrete Orthogonal Stockwell Transformation (DCT-DOST) with HE and with RLE, respectively. We describe each data compression pipeline briefly below.
2.4.1. Direct Data Compression with Huffman Encoding
DDC with HE [28] encodes the pre-processed signal directly without any transformation. HE was performed directly on the data [33].
2.4.2. Singular Value Decomposition with Huffman Encoding
To perform singular value decomposition (SVD), the sequence length was truncated to the closest square to generate an m × m matrix from the pre-processed data, which was then decomposed into U, Σ, and V matrices following the typical SVD procedure [27]. To compress the data, the rank of the matrix Σ is tuned by shrinking eigenvalues to zero until the PRD reaches 2% to produce Σ’, and then the original m × m matrix is reconstructed from U, Σ’, and V. After SVD, HE was applied.
2.4.3. Biorthogonal Discrete Wavelet Transform with Huffman Encoding
BD-WT was implemented using a five-level wavelet decomposition on the pre-processed data with biorthogonal (bior4.4) as the wavelet base [14]. The energy of all of the coefficients was calculated, the threshold was computed for each coefficient matrix, and only the coefficients that were above the thresholds were kept. After filtering the data by energy, the data were quantized in steps, beginning at 8 bits and reducing by 1 bit for each iteration, in order to discover the optimal PRD. All coefficient arrays and binary maps separated by decomposition level were concatenated and then HE was applied.
2.4.4. DCT-Based DOST with Huffman Encoding
The Discrete Cosine Transform (DCT)-based Discrete Orthogonal Stockwell Transform (DOST) [25] was implemented by first resampling the processed data into 2N+1 and then dividing the data into different groups: 1, 1, 2, 4, 8, …, 2(N−1). Within each group, an inverse DCT was performed separately. The results from all groups were then stacked together into a whole array. After DCT-DOST, HE was applied.
2.4.5. DCT-Based DOST with Run-Length Encoding
A DCT-based DOST was performed as described above [25]. On the approximated data, RLE was applied [25]. RLE is an effective lossless encoding method that encodes data by aligning the value and its count sequentially (e.g., “aaaaaaabbbbccc” is encoded as “a7b4c3”).
3. Results
We combined commonly used algorithmic data compression pipelines including direct data compression (DDC), singular value decomposition (SVD), the discrete cosine transform (DCT-DOST), and the biorthogonal discrete wavelet transform (BD-WT) with commonly used encoding data compression methods including run-length encoding (RLE) and Huffman encoding (HE) into five distinct data compression pipelines. We evaluated the compression ratio and percentage root-mean-square difference of each pipeline applied to common wearable sensor biosignal data, including ECG, PPG, accelerometry (ACC), EDA, and skin temperature (TEMP) (Figure 1). We have developed and documented open-source code for each compression pipeline tested here and contributed this and data for testing the methods to the Digital Biomarker Discovery Pipeline as the “Biosignal Data Compression Toolbox,” an open-source, accessible software platform for compressing biosignal data.
We explored the tradeoff between the PRD and CR across the five data compression pipelines applied to five different data types with the goal of minimizing the PRD while maximizing the CR (Figure 2). The CR ranged from 3.19 to 131.70 across the data compression pipelines. The PRD ranged from 0.02% to 10.67% across the data compression pipelines (Table 1). We demonstrate the tradeoff between compression of a signal (CR) and minimizing information loss (PRD) for each of the data compression pipelines and for each of the biosignals (Figure 3). Consistent with the literature, we find that higher compression ratios result in a higher PRD. However, we demonstrate that this tradeoff is not equal for all biosignals and all compression methods (Figure 3).
Table 1.
ECG | PPG | ACC | EDA | TEMP | ||||||
---|---|---|---|---|---|---|---|---|---|---|
CR | PRD% | CR | PRD% | CR | PRD% | CR | PRD% | CR | PRD% | |
DDC + HE | 50.16 | 0.17% | 11.30 | 0.06% | 10.40 | 0.04% | 9.76 | 0.14% | 13.99 | 0.09% |
SVD + HE | 50.16 | 0.38% | 9.22 | 0.49% | 8.63 | 0.02% | 9.75 | 0.14% | 11.32 | 7.08% |
BD-WT + HE | 131.70 | 1.37% | 16.65 | 1.35% | 18.59 | 0.94% | 15.47 | 0.54% | 78.90 | 0.10% |
DCT-DOST + HE | 46.32 | 4.18% | 23.03 | 9.37% | 23.75 | 8.49% | 19.64 | 7.88% | 48.82 | 10.69% |
DCT-DOST + RLE | 9.81 | 4.18% | 3.30 | 9.37% | 3.34 | 8.49% | 3.19 | 7.88% | 8.88 | 10.69% |
We demonstrated that different biosignals have varying performance with different compression methods, which may be dependent on signal characteristics, including redundancy and periodic behavior of the biosignals, which can be visualized in Figure 4. For example, because skin temperature is a relatively consistent signal with many redundancies (Figure 4), the tradeoff between CR and PRD was tempered; skin temperature maintained lower information loss while reducing data volumes as compared with the other biosignals. Furthermore, signals that were more similar to one another in terms of redundancies and periodic behavior (i.e., ECG and PPG) resulted in similar optimal data compression pipelines (both in terms of PRD and CR) (Figure 4).
3.1. Minimizing Information Loss for Digital Biomarker Development
For ECG and PPG, the compression pipeline that minimized the PRD was DDC (no transform) with HE (ECG PRD = 0.17%; PPG PRD = 0.06%). For EDA and ACC, the data compression pipeline with the lowest PRD was SVD with HE (EDA PRD = 0.14%; ACC PRD = 0.02%). For the skin temperature sensor (TEMP), both DDC (no transform) with HE and BD-WT with HE minimized the information loss (PRD = 0.09% and 0.10%, respectively). We present visualizations of the compression pipelines that minimize information loss most effectively for each biosignal in Figure 4 with the original signal, the reconstructed signal, and the difference between the original and reconstructed signals. This illustrates signal characteristics of each biosignal and the resulting differences between original and reconstructed signals, which are also represented in the PRD.
3.2. Maximizing Data Compression
While minimizing information loss is the most critical component of data compression for digital biomarker development, we also examined the data compression pipelines that maximized the compression ratio, which is most relevant when there are limitations to data volumes, for example, in Bluetooth-based data transfer. The data compression pipeline implemented in this study with the highest compression ratio for PPG, EDA, and ACC was DCT DOST with HE (PPG CR = 23.03; EDA CR = 19.64; ACC CR = 23.75). For ECG and TEMP, the data compression pipeline with the highest compression ratio was BD WT with HE (ECG CR = 131.70; TEMP CR = 78.90).
3.3. Open-Source Biosignal Data Compression Toolbox
The Biosignal Data Compression Toolbox is available open source in the Digital Biomarker Discovery Pipeline (DBDP). The DBDP is an open-source software resource [10] published in GitHub with Apache 2.0 licensing and is available at dbdp.org. Contribution to the Biosignal Data Compression Toolbox is encouraged following the Contributor Covenant (v2.0) [34] code of conduct. Contribution is encouraged following DBDP guidelines. As part of the Toolbox, we provide the test datasets used in this analysis: ECG (148.5 million measurements), PPG (5.3 million measurements), accelerometry (2.6 million measurements), electrodermal activity (330,000 measurements), and skin temperature (330,000 measurements).
4. Discussion
In this study, we demonstrated the feasibility, utility, and benefit of applying data compression tools to biosignals. We tested five common data compression pipelines on five different types of wearable sensor biosignal data: ECG, PPG, accelerometry, electrodermal activity, and skin temperature. Overall, we found that the most effective data compression pipeline varied by biosignal, and we report the optimal pipeline for compressing data from each wearable sensor type. This furthers our knowledge of how data compressibility and recoverability are affected by the characteristics of biosignals and points to new directions for innovation in wearable sensor data compression methodology. Finally, we have open-sourced our algorithms and data in the Biosignal Data Compression Toolbox as part of the Digital Biomarker Discovery Pipeline.
In order to develop robust digital biomarkers, high-resolution biosignal data are often necessary. However, the large volumes of longitudinal, high-resolution data required for digital biomarker discovery accrue large storage costs. Healthcare data storage requirements are quadrupling every 2–3 years and are projected to cost up to $600 billion/month in 2020 [3,5]. It is therefore critical to reduce biosignal data volumes. However, biosignal data must be preserved for digital biomarker discovery because digital biomarkers often require high precision. Thus, not only is it critical to reduce biosignal data volumes, but it is also necessary to ensure that information required for digital biomarker development is retained. The importance of robust data compression methods that have been tested on biosignal data is critical for developing digital biomarkers while minimizing data footprints.
Here, we evaluate the performance of each data compression pipeline using two metrics: The compression ratio (CR) and the percentage root-mean-square difference (PRD). The former tells us to what extent data volumes are reduced, while the latter tells us to what extent the information encoded in the original data is preserved. For digital biomarker development, we recommend evaluating this tradeoff for each biosignal and each application. For example, some digital biomarkers may require data with minimized information loss to be computed, such as the sensitive heart rate variability frequency domain metrics. In this case, minimizing the PRD is more of a priority than maximizing the CR because minimizing information loss is critical. Computing other digital biomarkers, such as skin temperature variability, may not require data that has minimized information loss. For these applications, maximizing the CR may be more important than minimizing the PRD. We have demonstrated that the tradeoff between CR and PRD varies based on biosignal and data compression method; thus, it is important to evaluate this tradeoff when evaluating data compression pipelines for each biosignal and each digital biomarker application.
Biomedical signal compression methods to reduce storage space with no loss of clinically significant information have focused on the elimination of redundant data in the signal [26]. The data compression methods utilized in this analysis were chosen based on their previously demonstrated ability to compress signals with similar characteristics to wearable sensor signals, including signals with varying redundancies, periodic behavior, and nonstationarity. Here, we have shown that different biosignals have varying performance with different compression methods, which may be dependent on signal characteristics, including redundancy and periodic behavior of the biosignals.
The tradeoff between CR and PRD should be carefully considered when compressing signals prior to digital biomarker development. Interestingly, while transformations prior to encoding increase the CR, they often also decrease the PRD. Therefore, if minimizing information loss is the priority, we suggest that researchers working with the data types analyzed here forego transformation and instead apply a direct-to-encoding method, for example, DDC with HE.
In this study, our secondary goal was to open-source algorithms and release data to advance biosignal compression methods development. The central repository containing biosignal compression methods that we have developed meets a critical need for community evaluation and development of data compression methods for wearable sensors as these data grow exponentially over time. In 2020, the total amount of digital healthcare data worldwide is projected to exceed 2000 exabytes (equivalent to 2 trillion GB) [2]; thus, data compression is a critical, timely need. We have shown with the Digital Biomarker Discovery Pipeline that open-sourcing tools, algorithms, and resources opens the door to innovation and helps establish best practices [10]. Open-source biosignal compression algorithms will improve validation practices, reduce duplication of research effort, and will accelerate innovation.
This study is limited in that we only utilized five biosignals (electrocardiogram, photoplethysmography, electrodermal activity, accelerometry, and skin temperature). Future studies should explore additional biosignals, including electroencephalographs and electromyograms. This study is limited in that we review only five combinations of data compression algorithms and encoders. However, by open-sourcing the Biosignal Data Compression Toolbox, we expect to cultivate a community where researchers will test and contribute novel data compression methods on the data that we have released, further expanding the reach of the current study. Recent research in using deep convolutional autoencoders for biosignal data compression [35,36] has shown great promise and should be included in the Biosignal Data Compression Toolbox in future work. Future work will involve developing and testing methods for quantifying signal characteristics to determine optimal data compression pipelines for other biosignals. Additionally, future work will include exploring wavelets for wavelet transform methods and optimizing these for various periodic biosignals. Future directions also include combining data compression methods with encryption methods in the Biosignal Data Compression Toolbox. Wearables data may be considered personal health information (PHI) and there are growing concerns over the level of deidentification that is possible for wearables data [37]; thus, combining encryption and data compression would help to mitigate privacy concerns.
This analysis and open-sourcing of biosignal data and compression methods serve as a launch point for the field of digital health to come together to contribute methods for wearable sensor data compression in the Biosignal Data Compression Toolbox. Information about contributing can be found at dbdp.org.
Author Contributions
Conceptualization, B.B. and J.P.D.; methodology, B.B., B.L. and J.K.; software, B.B., B.L. and J.K.; validation, B.B. and B.L.; formal analysis, B.B. and B.L.; investigation, B.B., B.L. and J.K.; resources, J.P.D.; data curation, B.B.; writing—original draft preparation, B.B.; writing—review and editing, B.B., B.L. and J.P.D.; visualization, B.B. and B.L.; supervision, J.P.D.; project administration, B.B.; funding acquisition, J.P.D. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported in part by the Chan Zuckerberg Initiative DAF, an advised fund of the Silicon Valley Community Foundation (grant number 2020-218599). J.P. Dunn is a Duke MEDx investigator and a Whitehead Scholar. B. Bent is supported by the Duke FORGE fellowship.
Institutional Review Board Statement
The study was approved by the Institutional Review Board of Duke University (protocol code Pro00102754; date of approval 05/21/2019).”
Informed Consent Statement
Informed consent was obtained from all subjects involved in the study.
Data Availability Statement
The data presented in this study will be available one month from the date of publication at dbdp.org.
Conflicts of Interest
The authors declare no conflict of interest.
Footnotes
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
- 1.Holst A. Wearable Technology—Statistics & Facts. [(accessed on 30 June 2020)]; Available online: https://www.statista.com/topics/1556/wearable-technology/
- 2.Harnessing the Power of Data in Health: Stanford Medicine Health Trends Report. Stanford Medicine; Stanford, CA, USA: 2017. [Google Scholar]
- 3.Bill Tolson Where Should Healthcare Data Be Stored In 2018—And Beyond. [(accessed on 31 July 2019)]; Available online: https://www.healthitoutcomes.com/doc/where-should-healthcare-data-be-stored-in-and-beyond-0001.
- 4.Raghupathi W., Raghupathi V. Big data analytics in healthcare: Promise and potential. Health Inf. Sci. Syst. 2014;2:3. doi: 10.1186/2047-2501-2-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Bent B., Dunn J.P. Optimizing Sampling Rate of Wrist-worn Optical Sensors for Physiologic Monitoring. J. Clin. Transl. Sci. 2020:1–27. doi: 10.1017/cts.2020.526. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Mahadevan N., Demanuele C., Zhang H., Volfson D., Ho B., Erb M.K., Patel S. Development of digital biomarkers for resting tremor and bradykinesia using a wrist-worn wearable device. NPJ Digit. Med. 2020;3:5. doi: 10.1038/s41746-019-0217-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Arefan D., Mohamed A.A., Berg W.A., Zuley M.L., Sumkin J.H., Wu S. Deep learning modeling using normal mammograms for predicting breast cancer risk. Med. Phys. 2020;47:110–118. doi: 10.1002/mp.13886. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Mc Carthy M., Schueler P. Editorial: Can Digital Technology Advance the Development of Treatments for Alzheimer’s Disease? J. Prev. Alzheimer’s Dis. 2019;6:217–220. doi: 10.14283/jpad.2019.32. [DOI] [PubMed] [Google Scholar]
- 9.Dunn J., Runge R., Snyder M. Wearables and the medical revolution. Pers. Med. 2018;15:429–448. doi: 10.2217/pme-2018-0044. [DOI] [PubMed] [Google Scholar]
- 10.Bent B., Wang K., Grzesiak E., Jiang C., Qi Y., Jiang Y., Cho P., Zingler K., Ogbeide F.I., Zhao A., et al. The Digital Biomarker Discovery Pipeline: An open source software platform for the development of digital biomarkers using mHealth and wearables data. J. Clin. Transl. Sci. 2020:1–28. doi: 10.1017/cts.2020.511. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Mueller W.C. Proceedings of the Biomedical Sciences Instrumentation. Volume 14. ISA; Halton Hills, ON, Canada: 1978. Arrhythmia Detection Program for an Ambulatory Ecg Monitor; pp. 81–85. [PubMed] [Google Scholar]
- 12.Choi A., Shin H. Photoplethysmography sampling frequency: Pilot assessment of how low can we go to analyze pulse rate variability with reliability? Physiol. Meas. 2017;38:586–600. doi: 10.1088/1361-6579/aa5efa. [DOI] [PubMed] [Google Scholar]
- 13.Kumar Bhattacharjee A., Bej T., Agarwal S. Comparison Study of Lossless Data Compression Algorithms for Text Data. IOSR-JCE. 2013;11:15–19. doi: 10.9790/0661-1161519. [DOI] [Google Scholar]
- 14.Rebollo-Neira L. Effective high compression of ECG signals at low level distortion. Sci. Rep. 2019;9:1–12. doi: 10.1038/s41598-019-40350-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Zhang L., Tan C. A novel ECG data compression method based on adaptive Fourier decomposition. SPIE-Intl. Soc. Optical. Eng. 2017;10613 doi: 10.1117/12.2299967. [DOI] [Google Scholar]
- 16.Chen J., Itoh S. A wavelet transform-based ECG compression method guaranteeing desired signal quality. IEEE Trans. Biomed. Eng. 1998;45:1414–1419. doi: 10.1109/10.730435. [DOI] [PubMed] [Google Scholar]
- 17.Lee S., Kim J., Lee M. A real-time ECG data compression and transmission algorithm for an e-health device. IEEE Trans. Biomed. Eng. 2011;58:2448–2455. doi: 10.1109/TBME.2011.2156794. [DOI] [PubMed] [Google Scholar]
- 18.Dhar S., Mukhopadhyay S.K., Pal S., Mitra M. An efficient data compression and encryption technique for PPG signal. Meas. J. Int. Meas. Confed. 2018;116:533–542. doi: 10.1016/j.measurement.2017.11.006. [DOI] [Google Scholar]
- 19.Mukhopadhyay S.K., Ahmad M.O., Swamy M.N.S. Compression of Steganographed PPG Signal with Guaranteed Reconstruction Quality Based on Optimum Truncation of Singular Values and ASCII Character Encoding. IEEE Trans. Biomed. Eng. 2019;66:2081–2090. doi: 10.1109/TBME.2018.2883396. [DOI] [PubMed] [Google Scholar]
- 20.Sadhukhan D., Pal S., Mitra M. Adaptive Band Limit Estimation based PPG data compression for portable home monitors. Meas. J. Int. Meas. Confed. 2019;134:153–165. doi: 10.1016/j.measurement.2018.10.061. [DOI] [Google Scholar]
- 21.Wu C.H., Tseng Y.C. Data compression by temporal and spatial correlations in a body-area sensor network: A case study in pilates motion recognition. IEEE Trans. Mob. Comput. 2011;10:1459–1472. doi: 10.1109/TMC.2010.264. [DOI] [Google Scholar]
- 22.Gu Q., Peng J., Deng Z. Compression of Human Motion Capture Data Using Motion Pattern Indexing. Comput. Graph. Forum. 2009;28:1–12. doi: 10.1111/j.1467-8659.2008.01309.x. [DOI] [Google Scholar]
- 23.Pope G.C., Halter R.J. Design and implementation of an ultra-low resource electrodermal activity sensor for wearable applications. Sensors. 2019;19:2450. doi: 10.3390/s19112450. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Shaw L., Rahman D., Routray A. Highly efficient compression algorithms for multichannel EEG. IEEE Trans. Neural Syst. Rehabil. Eng. 2018;26:957–968. doi: 10.1109/TNSRE.2018.2826559. [DOI] [PubMed] [Google Scholar]
- 25.Jha C.K., Kolekar M.H. Electrocardiogram data compression using DCT based discrete orthogonal Stockwell transform. Biomed. Signal Process. Control. 2018;46:174–181. doi: 10.1016/j.bspc.2018.06.009. [DOI] [Google Scholar]
- 26.Uthayakumar J., Vengattaraman T., Dhavachelvan P. A survey on data compression techniques: From the perspective of data quality, coding schemes, data type and applications. J. King Saud Univ. Comput. Inf. Sci. 2018 doi: 10.1016/j.jksuci.2018.05.006. [DOI] [Google Scholar]
- 27.Gnana Subha G., Suja Priyadharsini S. An Efficient Algorithm Based on Combined Encoding Techniques for Compression of ECG Data from Multiple Leads. Wirel. Pers. Commun. 2019;108:2137–2147. doi: 10.1007/s11277-019-06513-9. [DOI] [Google Scholar]
- 28.Rajankar S.O., Talbar S.N. An electrocardiogram signal compression techniques: A comprehensive review. Analog Integr. Circuits Signal Process. 2019;98:59–74. doi: 10.1007/s10470-018-1323-1. [DOI] [Google Scholar]
- 29.Jas A., Ghosh-Dastidar J., Ng M.E., Touba N.A. An efficient test vector compression scheme using selective huffman coding. IEEE Trans. Comput. Aided Des. Integr. Circuits Syst. 2003;22:797–806. doi: 10.1109/TCAD.2003.811452. [DOI] [Google Scholar]
- 30.Bent B., Goldstein B.A., Kibbe W.A., Dunn J.P. Investigating sources of inaccuracy in wearable optical heart rate sensors. NPJ Digit. Med. 2020;3:18. doi: 10.1038/s41746-020-0226-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Hejrati B., Fathi A., Abdali-Mohammadi F. A new near-lossless EEG compression method using ANN-based reconstruction technique. Comput. Biol. Med. 2017;87:87–94. doi: 10.1016/j.compbiomed.2017.05.024. [DOI] [PubMed] [Google Scholar]
- 32.Blanco-Velasco M., Cruz-Roldán F., Godino-Llorente J.I., Blanco-Velasco J., Armiens-Aparicio C., López-Ferreras F. On the use of PRD and CR parameters for ECG compression. Med. Eng. Phys. 2005;27:798–802. doi: 10.1016/j.medengphy.2005.02.007. [DOI] [PubMed] [Google Scholar]
- 33.Poreba K. Tcmpr Package Documentation. [(accessed on 19 August 2020)]; Available online: https://tcmpr.readthedocs.io/en/latest/installation.html.
- 34.Contributor Covenant: A Code of Conduct for Open Source Projects. [(accessed on 9 February 2020)]; Available online: https://www.contributor-covenant.org/
- 35.Chien Y.-R., Hsu K.-C., Tsao H.-W. Phonocardiography Signals Compression with Deep Convolutional Autoencoder for Telecare Applications. Appl. Sci. 2020;10:5842. doi: 10.3390/app10175842. [DOI] [Google Scholar]
- 36.Liu J., Chen F., Yan J., Wang D. CBN-VAE: A Data Compression Model with Efficient Convolutional Structure for Wireless Sensor Networks. Sensors. 2019;19:3445. doi: 10.3390/s19163445. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Wearable HIPAA Security Concerns Grow for mHealth Apps & Devices. [(accessed on 13 August 2020)]; Available online: https://compliancy-group.com/wearable-hipaa-security-concerns-grow-for-mhealth-apps-devices/
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The data presented in this study will be available one month from the date of publication at dbdp.org.