AI model classifies snore sounds by upper airway source

An AI pipeline classifies snore sounds by airway origin using audio spectrograms. The system achieved 67.1% recall on a four-class anatomical problem.

Categorized in: AI News Science and Research
Published on: Jul 06, 2026
AI model classifies snore sounds by upper airway source

An AI pipeline can now classify snore sounds by where they originate in the upper airway, using a workflow that converts audio into spectrogram images, extracts features with pretrained convolutional neural networks, and applies a support vector machine for final classification. The study, published July 2, 2026 in Scientific Reports, tested the method on the Munich-Passau Snore Sound Corpus and achieved 67.1% unweighted average recall on a four-class problem. For research teams working with scarce labeled medical audio, the results demonstrate a repeatable pattern for building classifiers without large end-to-end deep learning models.

The technical workflow

The authors turned raw snore recordings into Short-Time Fourier Transform (STFT) spectrograms, resized them for input to pretrained vision models like VGG19 and AlexNet, and pulled features from the fully connected layers. Those features fed an L2-regularized SVM trained to distinguish four anatomical source categories. To handle uneven class distribution, the team applied upsampling to minority classes before training.

What the results show

The best configuration paired AlexNet's fc7 layer with a Viridis colormap, reaching 67.1% unweighted average recall on the held-out test set. Ablation experiments showed that removing the STFT spectrogram step, the pretrained CNN, or the SVM each caused a meaningful drop in performance. The results held on the Munich-Passau Snore Sound Corpus, a dataset collected outside a controlled sleep lab, which adds noise and variability realistic for clinical research.

For practitioners

This is a research workflow, not a bedside diagnostic tool. The takeaway for research scientists building similar medical-audio pipelines is that feature reuse from pretrained vision networks and a lightweight classifier can still be effective when labeled data is too scarce for end-to-end deep learning. The study also shows how upsampling and careful colormap choices can influence results in spectrogram-based classification.

Why this matters for Science and Research

Small, imbalanced datasets are the norm in many scientific domains, not the exception. This study offers a concrete example of turning a limited set of audio recordings into image-like representations, borrowing features from models trained on unrelated visual tasks, and finishing with a classical classifier that is less prone to overfitting. Research scientists in bioacoustics, medical imaging, and other fields can apply the same pattern to their own sparse data without needing massive compute or millions of labels. External validation across different microphones, sleep-lab conditions, and patient populations remains the next step before any clinical use, but the workflow itself is immediately useful for exploratory analysis and triage research.


Get Daily AI News

Your membership also unlocks:

700+ AI Courses
700+ Certifications
Personalized AI Learning Plan
6500+ AI Tools (no Ads)
Daily AI News by job industry (no Ads)