Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 6.17 KB

File metadata and controls

90 lines (67 loc) · 6.17 KB

BMD-HS Dataset: Heart Sound Recordings for Automated Cardiovascular Disease Diagnosis

The BMD-HS dataset is a groundbreaking collection of heart sound recordings, meticulously curated to enhance automated cardiovascular disease (CVD) diagnosis. This dataset contains over 800 recordings, classified into six categories, including common valvular diseases: Aortic Stenosis (AS), Aortic Regurgitation (AR), Mitral Regurgitation (MR), Multi Disease (MD), and Mitral Stenosis (MS), along with healthy (Normal) samples.

Key Features:

  • Multi-label annotations: Allows nuanced classification by capturing unique disease states, including both single and multi-valvular diseases.
  • De-identified metadata: Includes non-identifying demographic and clinical metadata to provide additional diagnostic context.
  • Diverse demographic representation: Recorded at the National Institute of Cardiovascular Disease, Dhaka, the dataset includes a gender-balanced collection of heart sounds, ensuring its relevance for healthcare in Bangladesh and similar regions.
  • Balanced class representation: Recordings were collected from 20 healthy subjects and 20 subjects for each valvular disease class, addressing class imbalance issues.
  • Rich metadata: Annotations include disease presence, severity, and de-identified demographic information (e.g., age bands), enabling in-depth research and potential discovery of new correlations.
  • Multi-disease data: Includes patients with multiple valvular diseases, offering a complex dataset that reflects real-world scenarios where patients often suffer from more than one cardiovascular condition.

Dataset Structure

1. Train Folder

  • Files: Contains 872 .wav audio files.
  • Details: Recordings were taken from 59 patients in 8 different positions, with each recording lasting 20 seconds. The recordings were sampled at a frequency of 4 kHz.

2. Train.csv

  • Purpose: Contains training labels and corresponding recording file names for each patient.
  • Columns:
    • patient_id: File names in the train folder.
    • AS: Label for Aortic Stenosis (0 = absent, 1 = present).
    • AR: Label for Aortic Regurgitation (0 = absent, 1 = present).
    • MR: Label for Mitral Regurgitation (0 = absent, 1 = present).
    • MS: Label for Mitral Stenosis (0 = absent, 1 = present).
    • MD: Label for multi-disease patients (0 = disease, 1 = normal).
    • N: Label for normal patients (0 = disease, 1 = normal).
    • recording_1 to recording_8: File names for the 8 recordings corresponding to different positions for each patient.

3. Additional_metadata.csv

  • Purpose: Provides supplemental information about patients, which can be used for enhancing predictions or making inferences.
  • Columns:
    • patient_id: File names in the train folder.
    • Age: Age band of the patient (e.g., 30-39).
    • Gender: Gender of the patient (M = male, F = female).
    • Smoker: Smoking status (0 = does not smoke, 1 = smokes).
    • Lives: Living area of the patient (U = urban, F = rural).

Note: Patient 22 was diagnosed with Mitral Valve Prolapse (MVP), which does not fall into any of the four disease classes. Their diagnosis is marked as N/A in train.csv.

Key Points:

  • Preprocessing & Augmentation: Due to the limited size of the training set, effective preprocessing and augmentation techniques are crucial.
  • Transfer Learning: Leveraging external publicly available datasets for transfer learning is encouraged.
  • Metadata Utilization: Finding correlations between the valvular disease classes and the provided metadata (age, gender, smoking status, living area) could improve model performance.

Weaknesses:

  • Imbalanced Dataset: Despite efforts to balance class representation, some variations in disease severity and demographics may still introduce imbalances, potentially affecting model training and performance.

Potential Impact

The BMD-HS dataset represents a diverse demographic, making it particularly relevant for research and healthcare development in regions like Bangladesh. The inclusion of multi-label annotations, echocardiographic data, and comprehensive representation of cardiac health states holds significant promise for the advancement of AI-based diagnostic tools for cardiovascular diseases, especially in underserved regions.


This version includes the mention of echocardiographic data and multi-disease data as key features and highlights the dataset's potential imbalance as a weakness.

Citations

If this dataset helped your research, please cite the following paper:

Ali, S. N., Zahin, A., Shuvo, S. B., Nizam, N. B., Nuhash, S. I. S. K., Razin, S. S., Sani, S. M. S., Rahman, F., Nizam, N. B., Azam, F. B., Hossen, R., Ohab, S., Noor, N., & Hasan, T. (2026). BUET multi-disease heart sound dataset: A comprehensive auscultation dataset for developing computer-aided diagnostic systems. Computer Methods and Programs in Biomedicine Update, 9, 100237. https://doi.org/10.1016/j.cmpbup.2026.100237

@article{ALI2026100237,
  title = {BUET multi-disease heart sound dataset: A comprehensive auscultation dataset for developing computer-aided diagnostic systems},
  journal = {Computer Methods and Programs in Biomedicine Update},
  volume = {9},
  pages = {100237},
  year = {2026},
  issn = {2666-9900},
  doi = {https://doi.org/10.1016/j.cmpbup.2026.100237},
  url = {https://www.sciencedirect.com/science/article/pii/S2666990026000078},
  author = {Shams Nafisa Ali and Afia Zahin and Samiul Based Shuvo and Nusrat Binta Nizam and Shoyad Ibn Sabur Khan Nuhash and Sayeed Sajjad Razin and S.M. Sakeef Sani and Farihin Rahman and Nawshad Binta Nizam and Farhat Binte Azam and Rakib Hossen and Sumaiya Ohab and Nawsabah Noor and Taufiq Hasan}
}

License

This dataset is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0). See LICENSE.

Attribution

When sharing or adapting this dataset, please credit: BUET Multi-disease Heart Sound Dataset (c) 2024 mHealth Lab

Include a link to the license: https://creativecommons.org/licenses/by-nc-nd/4.0/

For academic publications, please also cite the paper listed in the Citation section.