Comparison of window shapes and lengths in short-time feature extraction for classification of heart sound signals

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Medical Devices & Health Technology · Depth: Intermediate, quick

Summary

A study evaluated the impact of window shapes and lengths on feature extraction for classifying phonocardiography (PCG) signals using a bidirectional long short-term memory (biLSTM) network. The research focused on three window shapes (Gaussian, triangular, rectangular) and three lengths for each, extracting statistical features from short signal segments. The biLSTM network was trained and tested on these features to diagnose cardiovascular pathology. Results indicated that the Gaussian window consistently yielded the best classification performance, with the triangular window performing comparably at a 75 ms length. The commonly used rectangular window was identified as the least effective option. A 75 ms Gaussian window specifically outperformed a baseline method.

Key takeaway

For Machine Learning Engineers developing heart sound classification systems, selecting the appropriate windowing technique is critical. You should prioritize using a Gaussian window for feature extraction from phonocardiography (PCG) signals, particularly exploring a 75 ms length, as it demonstrated superior performance over other shapes and a baseline. Avoid the rectangular window, despite its common availability, to prevent feature distortion and suboptimal classification.

Key insights

Gaussian windows and optimal lengths significantly improve heart sound classification with biLSTM networks.

Principles

Method

Statistical features are extracted from PCG signals using sliding windows of varying shapes and lengths, then fed into a biLSTM network for classification performance evaluation.

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.