Comparison of window shapes and lengths in short-time feature extraction for classification of heart sound signals
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
- Window shape impacts spectral feature quality.
- Optimal window length enhances classification.
- Rectangular windows are suboptimal for PCG.
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
- Prioritize Gaussian windows for PCG feature extraction.
- Test 75 ms window lengths for PCG signals.
- Avoid rectangular windows in PCG analysis.
Topics
- Heart Sound Classification
- Phonocardiography Signals
- biLSTM Networks
- Feature Extraction
- Windowing Functions
Best for: AI Engineer, Machine Learning Engineer, AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.