ericyxy98 commited on
Commit
c01368b
1 Parent(s): 0f93697

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +107 -0
README.md CHANGED
@@ -1,3 +1,110 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - audio-classification
5
+ tags:
6
+ - medical
7
  ---
8
+ Acoustic Waveform Airway and Respiratory Examination (AWARE/PTEase) Dataset
9
+ ===================================================================================================
10
+
11
+ Guidelines
12
+ ===================================================================================================
13
+ AWARE/PTEase is a smartphone-based sensing system designed to examine human airway's internal physiological conditions. AWARE/PTEase probes the airway with acoustic pulses through mouth, and collect the airway's reflections for analysis. Please refer to our paper[1,2] for more details.
14
+
15
+ This dataset includes the raw and pre-processed acoustic data, arranged in 3 parts:
16
+
17
+ - "aware_raw": Raw .wav files
18
+
19
+ - Subfolders are named by the subjects' ID (from 1 to 382)
20
+
21
+ - In each subfolder, there are three "cali_X.wav" files and multiple "test_X.wav" files
22
+
23
+ - "cali_1.wav" : Calibration step 1 - long tube calibration - consists of 12 pairs of received pulses. Each pair contains one wide-band (0-16Hz) pulse and one narrow-band (0-200Hz) pulse. The narrow-band pulses are deperacated and only the wide-band pulses are used. Transmitting period for each pair is 0.4 sec.
24
+
25
+ - "cali_2.wav" : Calibration step 2 - standard tube close-end calibration - is the same as above except the calibrations are conducted in a different setting.
26
+
27
+ - "cali_3.wav" : Calibration step 3 - standard tube open-end calibration - is the same as above except the calibrations are conducted in a different setting.
28
+
29
+ - "test_X.wav" : Test number X - the subject's X-th attempt of conducting the test - follows the protocol of "Nasal breathing -> Inhale -> Exhale -> Inhale -> Exhale -> Inhale -> Exhale". Each segment contains 25 pulses collected at an interval of 0.2 sec. NOTE: Some of the samples have 50 pulses for the "Nasal breathing" phase.
30
+
31
+
32
+ - "aware_segmented": Segmented and aligned acoustic pulses
33
+
34
+ - "aware_segmented.csv" and "headers.txt"
35
+
36
+ - Column 1-46 : Basic subject information, including demographics, clinical measurements and labels. See "headers.txt".
37
+ - Column 1 : Subject ID
38
+ - Column 2-10 : Demographics
39
+ - Column 11 : Disease label
40
+ - Column 12-22 : Impulse Oscillometry Measurements
41
+ - Column 23-31 : Spirometry measurements
42
+ - Column 32-45 : Spirometry measurements in post-bronchodilator test
43
+ - Column 46 : Test number
44
+
45
+ - Column 47-1012846 : Acoustic signals (16-bit PCM, sample rate = 48000). Arranged by different phases. Each calibration phase contains 12 measurements and each testing phase contains 25 measurements. Each measurement last for 0.1 sec (4800 sample points).
46
+ - Column 47-57646 : Phase "Calibration #1". Flattend from [12,4800] by row-major order.
47
+ - Column 57647-115246 : Phase "Calibration #2". Flattend from [12,4800] by row-major order.
48
+ - Column 115247-172846 : Phase "Calibration #3". Flattend from [12,4800] by row-major order.
49
+ - Column 172847-292846 : Phase "Nasal breathing". Flattend from [25,4800] by row-major order.
50
+ - Column 292847-412846 : Phase "Inhale #1". Flattend from [25,4800] by row-major order.
51
+ - Column 412847-532846 : Phase "Inhale #2". Flattend from [25,4800] by row-major order.
52
+ - Column 532847-652846 : Phase "Inhale #3". Flattend from [25,4800] by row-major order.
53
+ - Column 652847-772846 : Phase "Exhale #1". Flattend from [25,4800] by row-major order.
54
+ - Column 772847-892846 : Phase "Exhale #2". Flattend from [25,4800] by row-major order.
55
+ - Column 892847-1012846 : Phase "Exhale #3". Flattend from [25,4800] by row-major order.
56
+
57
+ - "aware_segmented.pkl"
58
+
59
+ - Python pandas.DataFrame saved as pickle file. Same contents as "aware_segmented.csv", but without flattening.
60
+
61
+ - To load the data, use the following commends:
62
+
63
+ ``` python
64
+ import pandas as pd
65
+ df = pd.read_pickle("aware_segmented.pkl")
66
+ ```
67
+
68
+
69
+ - "aware_csa": Processed airway cross-sectional area (CSA) curves infered from the acoustic signals
70
+
71
+ - NOTE: Not all raw samples are used for airway CSA reconsturctions. Low-quality data is discarded, thus the sample size of this part is smaller than above
72
+
73
+ - "aware_csa.csv" and "headers.txt"
74
+
75
+ Column 1-46 : Basic subject information. Same as "aware_segmented.csv". See "headers.txt".
76
+
77
+ Column 47-130: Reconstructed airway cross-sectional area at different depth from mouth.
78
+
79
+
80
+ For more information about this dataset please contact: eric.yin@pitt.edu
81
+
82
+ Citation
83
+ ===================================================================================================
84
+ Use of this dataset in publications must be acknowledged by referencing the following publication:
85
+
86
+ ```
87
+ @inproceedings{yin2023ptease,
88
+ title={PTEase: Objective Airway Examination for Pulmonary Telemedicine using Commodity Smartphones},
89
+ author={Yin, Xiangyu and Huang, Kai and Forno, Erick and Chen, Wei and Huang, Heng and Gao, Wei},
90
+ booktitle={Proceedings of the 21st Annual International Conference on Mobile Systems, Applications and Services},
91
+ pages={110--123},
92
+ year={2023},
93
+ url = {https://doi.org/10.1145/3581791.3596854},
94
+ doi = {10.1145/3581791.3596854}
95
+ }
96
+ ```
97
+
98
+ Other Related Publications:
99
+ ===================================================================================================
100
+ ```
101
+ @inproceedings{yin2022out,
102
+ title={Out-Clinic Pulmonary Disease Evaluation via Acoustic Sensing and Multi-Task Learning on Commodity Smartphones},
103
+ author={Yin, Xiangyu and Huang, Kai and Forno, Erick and Chen, Wei and Huang, Heng and Gao, Wei},
104
+ booktitle={Proceedings of the 20th ACM Conference on Embedded Networked Sensor Systems},
105
+ pages={1182--1188},
106
+ year={2022},
107
+ url = {https://doi.org/10.1145/3560905.3568437},
108
+ doi = {10.1145/3560905.3568437}
109
+ }
110
+ ```