Pith. sign in

REVIEW 4 major objections 6 minor 49 references

Exploring Finetuned Audio-LLM on Heart Murmur Features

T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read The paper claims that a single finetuned audio LLM, Qwen2-Audio, can classify all 11 clinically relevant heart murmur features and outperform prior specialized models on most of them.

desk verdict First audio-LLM PCG feature study, but the abstract's '8 of 11 outperformance' is contradicted by the paper's own tables. read the letter →

arxiv 2501.13884 v1 pith:WSOP5PYU submitted 2025-01-23 eess.AS cs.AIcs.SD

classification eess.AScs.AIcs.SD
keywords audiolargelanguagemodelheartmurmurphonocardiogramfeatureclassificationQwen2-AudioSSAMBAsegmentationzero-shotlow-rankadaptation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that a general-purpose audio large language model, Qwen2-Audio, can be finetuned on heart sound recordings to classify a comprehensive set of 11 expert-labeled murmur features—timing, shape, pitch, quality, and grading in both systolic and diastolic phases, plus weighted murmur status—using a single model rather than a battery of specialist classifiers. The authors argue that this approach outperforms existing deep learning baselines on 8 of the 11 features, performs comparably on the remaining 3, and, with the help of a SSAMBA-based segmentation front-end, also generalizes to unseen heart sound datasets in zero-shot normal/abnormal classification. The clinical motivation is that these murmur features are what physicians use to narrow a differential diagnosis, while most prior automated systems only output a healthy-versus-unhealthy label. The paper further claims that the model is the first to classify long-tail diastolic murmur features with limited training data.

What carries the argument

The load-bearing machinery is Qwen2-Audio, an audio LLM whose Whisper-based audio encoder turns a phonocardiogram into representations that a Qwen-7B language model conditions on to produce text answers in a multiple-choice format; it is adapted to the medical domain by low-rank adaptation (LoRA) of both the encoder and the LLM weights. A second component, SSAMBA, is a Mamba state-space audio representation model finetuned with a linear head to segment each recording into heartbeat and non-heartbeat intervals, and feeding these segments to the LLM is what gives the system robustness on unseen datasets. The multiple-choice question format, with randomly varied phrasing of each question, is the mechanism that converts the LLM's generative language modeling into a classifier over the fixed label sets of each of the 11 tasks.

What would settle it

Re-run Deep CardioSound and M2D+AST on the exact test split of the CirCor DigiScope data used here; if either baseline matches or exceeds the LLM's accuracy on the eight timing, shape, pitch, and quality features, the claimed 8-of-11 outperformance is unsupported.

Watch

Extended reading notes

Core claim

The paper's central claim is that an audio LLM finetuned on heart sounds can jointly classify the full set of clinically used murmur features, going beyond the binary healthy-versus-unhealthy task that dominates prior work. On its test split of the CirCor DigiScope data, the authors report that the model reaches 100% accuracy on timing, shape, pitch, and quality for both systolic and diastolic murmurs when paired with the SSAMBA segmentation front-end, and that it is the first system to classify long-tail diastolic features at all. The same front-end enables zero-shot normal-versus-abnormal classification on two external heart sound datasets. The authors state the overall result as outperforming state-of-the-art methods on 8 of the 11 features and performing comparably on the remaining 3, while noting that grading features remain difficult for the model.

Load-bearing premise

The comparison assumes that the baseline accuracies from Deep CardioSound and M2D+AST were measured under the same feature definitions, accuracy metric, patient splits, and label sets as this paper's evaluation, so the numbers in Tables 1 and 2 are directly comparable.

Editorial extensions

If this is right

  • If the central claim holds, a single audio LLM can replace a collection of task-specific deep networks for heart murmur phenotyping, simplifying automated auscultation analysis.
  • The demonstrated classification of long-tail diastolic features, which previous systems could not label, would give clinicians a machine-readable description of diastolic murmurs that automated tools currently lack.
  • The segmentation front-end's improvement in zero-shot transfer suggests that preprocessing periodic biomedical audio into meaningful segments is a broadly useful step for audio LLMs, not just for heart sounds.
  • The joint modeling of 11 features implies that the LLM captures shared acoustic structure across murmur traits, allowing one system to produce a complete murmur description rather than separate binary calls.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A direct head-to-head rerun of the two baseline systems on the exact test split used here would settle whether the 8-of-11 claim is robust, because the tables compare against numbers reported under different evaluation protocols.
  • The poor grading results and the paper's own explanation point to a testable fix: unfreezing the text encoder or replacing Roman-numeral labels with numeric ones may recover grading accuracy, and if so the same model could plausibly reach all 11 features.
  • The segmentation front-end's success on heart sounds suggests a transferable recipe for other periodic biomedical sounds, such as respiratory or bowel sounds, where segmenting events before an LLM could improve few-shot classification.
  • If audio LLMs can reliably describe murmur features, the next natural step—implicit in the paper but not tested—is to have the same model generate a free-text clinical impression from the murmur description, making it an assistant rather than a labeler.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes a PCG-analysis system that combines a SSAMBA-based segmentation front-end with a LoRA-finetuned Qwen2-Audio audio-LLM, and evaluates it on 11 expert-labeled murmur features (systolic and diastolic timing, shape, grading, pitch, quality, plus weighted murmur accuracy) from the PhysioNet CirCor DigiScope dataset. Results are reported on a 75/25 patient-level split, with comparisons to Deep CardioSound and M2D+AST and a zero-shot normal/abnormal evaluation on PhysioNet 2016 and Pascal datasets. The abstract and introduction claim that the LLM-based model outperforms state-of-the-art methods in 8 of 11 features and performs comparably in the remaining 3.

Significance. The question is timely: adapting audio-LLMs to phonocardiogram analysis, and especially to non-binary murmur features, is a useful direction and the diastolic features are genuinely under-studied. The paper is empirical only; it provides no code, no release of prompts or hyperparameters, and no machine-checked artifacts. If the reported comparisons were valid, the result would be of interest, but the headline claim is contradicted by the paper's own tables and the evaluation lacks basic statistical safeguards, so the positive significance is not established in the current form.

major comments (4)
  1. [Abstract; §1; Tables 1–2] The claim that the model 'outperforms state-of-the-art methods in 8 of the 11 features and performs comparably in the remaining 3' is contradicted by the reported numbers. Table 1 shows that for systolic features this work W.S achieves 100/100/33.4/100/100 versus Deep CardioSound's 96.6/96.3/96.6/96.6/96.5, so only timing, shape, pitch, and quality outperform, while grading is 33.4% versus 96.6%. Table 2 shows murmur W.acc of 75.6% versus 83.2% for M2D+AST, also worse. The five diastolic features have no baseline entries. No subset of the tables yields 8 outperforming and 3 comparable features; the 'remaining 3' is never identified. This internal inconsistency must be corrected or the claim removed.
  2. [§4; Tables 1–2] The evaluation reports only point estimates of accuracy with no error bars, confidence intervals, statistical tests, or majority-class baselines. Given the small test subsets for long-tail diastolic features and the 33.4% systolic grading result, it is impossible to tell whether differences such as 100% versus 99.7% are meaningful or whether grading performance is at or below chance. The statement in §4 that segmentation 'does improve diastolic grading performance above chance level' is unsupported because no chance baseline is provided.
  3. [§3.3; Tables 1–2] The comparisons with Deep CardioSound [12] and M2D+AST [28] are not established as protocol-comparable. The paper uses a custom 75/25 patient-level split of CirCor, whereas the cited W.acc definition in [36] and the M2D+AST result in [28] are tied to the PhysioNet Challenge 2022 evaluation setup, and Deep CardioSound [12] was evaluated under its own data split. Without re-running the baselines under identical splits, feature label sets, and accuracy definitions, the claimed outperformance on the four systolic features is unsupported.
  4. [§4; Table 2] The absence of any previous results for the five diastolic features does not establish that this model succeeds on them; it only means no comparison was made. The text says these are 'long-tail' features and that previous methods 'failed to classify' them, but no class-frequency statistics or prior negative results are cited. The paper should either provide a baseline trained on the same features or explicitly frame these numbers as first unreplicated measurements rather than as evidence of superiority.
minor comments (6)
  1. [§3.3] The text says the data are resampled to '16,000 kHz'; this should be 16 kHz.
  2. [§3.1.2] LoRA is low-rank adaptation, not 'full low-rank approximation'; also 'matrics' should be 'matrices'.
  3. [§1] There is a typo: 'repeatative' should be 'repetitive'.
  4. [Table 2 heading] The heading says 'weighed murmur classification'; this should be 'weighted murmur classification'.
  5. [§3.1.1] The description of SSAMBA finetuning says the model is trained to segment 'occurrences and silences', but it is unclear what labels are used and whether they come from the CirCor heartbeat annotations or are produced by another method; this should be specified for reproducibility.
  6. [§3.1.2 and §3.3] The paper does not report LoRA rank and alpha, learning rate, number of epochs, prompt templates, or the three question phrasing variants, which makes the experiment difficult to reproduce.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's results come from held-out test evaluation and no prediction reduces to a fitted parameter or self-cited theorem.

full rationale

The paper contains no derivation chain that could be circular. The central claims are empirical: Qwen2-Audio is finetuned on PhysioNet CirCor training labels and evaluated on a 25% held-out test split, and the only use of an author-affiliated model is SSAMBA as a segmentation front-end. The SSAMBA component is itself finetuned on PCG segmentation labels from a subset of the training data; the 11 feature classification results are not defined in terms of SSAMBA's outputs, and the N.S. (no-segmentation) results independently show the same feature-level pattern. The comparisons to Deep CardioSound [12] and M2D+AST [28] quote externally reported numbers and are not constructed from the present model's fitted values. The abstract's '8 of 11' claim is inconsistent with the paper's own Tables 1 and 2, but that is an internal correctness/consistency problem, not a circularity, because no equation or fitted parameter is reused as its own input.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The central comparison rests on the reliability of expert-annotated labels, the comparability of cited baseline numbers, and the validity of the multiple-choice formulation. No code or error bars are provided to verify these assumptions.

free parameters (2)
  • LoRA rank and alpha
    Hyperparameters for Qwen2-Audio finetuning are not reported in the paper; they affect classification accuracy and cannot be reproduced.
  • Segmentation finetuning subset size = one-third of training set
    The SSAMBA segmentation head is trained on only one-third of the training data; this choice is not justified and may affect robustness results.
assumptions (3)
  • domain assumption PhysioNet CirCor expert annotations are treated as ground truth for all 11 murmur features.
    All labels come from the dataset's semi-supervised expert annotation process; errors in labels would propagate to evaluation.
  • domain assumption The multiple-choice format with randomized phrasing and padded distractors does not introduce systematic bias.
    The paper pads options with repeated incorrect answers and randomizes question phrasing, but does not validate that this does not leak the correct answer.
  • domain assumption Segmentation labels used to finetune SSAMBA are accurate enough for preprocessing.
    The segmentation front-end relies on dataset heartbeat timing labels; incorrect segmentation could distort audio before classification.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Exploring Finetuned Audio-LLM on Heart Murmur Features." pith.science (2026). https://pith.science/paper/WSOP5PYU

@misc{pith2026250113884,
  author       = {Pith},
  title        = {Pith review of: Exploring Finetuned Audio-LLM on Heart Murmur Features},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WSOP5PYU}},
  note         = {Machine review of arXiv:2501.13884}
}
read the original abstract

Large language models (LLMs) for audio have excelled in recognizing and analyzing human speech, music, and environmental sounds. However, their potential for understanding other types of sounds, particularly biomedical sounds, remains largely underexplored despite significant scientific interest. In this study, we focus on diagnosing cardiovascular diseases using phonocardiograms, i.e., heart sounds. Most existing deep neural network (DNN) paradigms are restricted to heart murmur classification (healthy vs unhealthy) and do not predict other acoustic features of the murmur such as timing, grading, harshness, pitch, and quality, which are important in helping physicians diagnose the underlying heart conditions. We propose to finetune an audio LLM, Qwen2-Audio, on the PhysioNet CirCor DigiScope phonocardiogram (PCG) dataset and evaluate its performance in classifying 11 expert-labeled murmur features. Additionally, we aim to achieve more noise-robust and generalizable system by exploring a preprocessing segmentation algorithm using an audio representation model, SSAMBA. Our results indicate that the LLM-based model outperforms state-of-the-art methods in 8 of the 11 features and performs comparably in the remaining 3. Moreover, the LLM successfully classifies long-tail murmur features with limited training data, a task that all previous methods have failed to classify. These findings underscore the potential of audio LLMs as assistants to human cardiologists in enhancing heart disease diagnosis.

Figures

Figures reproduced from arXiv: 2501.13884 by the authors.

Figure 1
Figure 1. Proposed PCG system incorporating a finetuned audio LLM Qwen2-Audio model with a front-end segmentation [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

49 extracted references · 31 canonical work pages

  1. [12]

    Li Guo, Steven Davenport, and Yonghong Peng. 2022. Deep CardioSound-An Ensembled Deep Learning Model for Heart Sound MultiLabelling. arXiv preprint arXiv:2204.07420 (2022)

  2. [28]

    Daisuke Niizumi, Daiki Takeuchi, Yasunori Ohishi, Noboru Harada, and Kunio Kashino. 2024. Exploring Pre-trained General-purpose Audio Representations for Heart Murmur Detection. arXiv preprint arXiv:2404.17107 (2024)

  3. [36]

    Matthew A Reyna, Yashar Kiarashi, Andoni Elola, Jorge Oliveira, Francesco Renna, Annie Gu, Erick A Perez Alday, Nadi Sadr, Ashish Sharma, Jacques Kpodonu, et al. 2023. Heart murmur detection from phonocardiogram recordings: The george b. moody physionet challenge 2022. PLOS Digital Health 2, 9 (2023), e0000324

  4. [1]

    Haya Alaskar, Nada Alzhrani, Abir Hussain, and Fatma Almarshed. 2019. The implementation of pretrained AlexNet on PCG classification. In Intelligent Com- puting Methodologies: 15th International Conference, ICIC 2019, Nanchang, China, August 3–6, 2019, Proceedings, Part III 15 . Springer, 784–794

  5. [2]

    Abdelhamid Bourouhou, Abdelilah Jilbab, Chafik Nacir, and Ahmed Hammouch

  6. [3]

    Junying Chen, Chi Gui, Anningzhe Gao, Ke Ji, Xidong Wang, Xiang Wan, and Benyou Wang. 2024. CoD, Towards an Interpretable Medical Agent using Chain of Diagnosis. arXiv:2407.13301 [cs.CL] https://arxiv.org/abs/2407.13301

  7. [4]

    Junying Chen, Xidong Wang, Ke Ji, Anningzhe Gao, Feng Jiang, Shunian Chen, Hongbo Zhang, Song Dingjie, Wenya Xie, Chuyi Kong, Jianquan Li, Xiang Wan, Haizhou Li, and Benyou Wang. 2024. HuatuoGPT-II, One-stage Training for Medical Adaption of LLMs. In First Conference on Language Modeling . https: //openreview.net/forum?id=eJ3cHNu7ss

  8. [5]

    Yunfei Chu, Jin Xu, Qian Yang, Haojie Wei, Xipin Wei, Zhifang Guo, Yichong Leng, Yuanjun Lv, Jinzheng He, Junyang Lin, et al. 2024. Qwen2-audio technical report. arXiv preprint arXiv:2407.10759 (2024)

Show all 49 references
  1. [6]

    Yunfei Chu, Jin Xu, Xiaohuan Zhou, Qian Yang, Shiliang Zhang, Zhijie Yan, Chang Zhou, and Jingren Zhou. 2023. Qwen-Audio: Advancing Univer- sal Audio Understanding via Unified Large-Scale Audio-Language Models. arXiv:2311.07919 [eess.AS] https://arxiv.org/abs/2311.07919

  2. [7]

    Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. 2009. Im- agenet: A large-scale hierarchical image database. In 2009 IEEE conference on computer vision and pattern recognition . Ieee, 248–255

  3. [8]

    Theekshana Dissanayake, Tharindu Fernando, Simon Denman, Sridha Sridharan, Houman Ghaemmaghami, and Clinton Fookes. 2020. A robust interpretable deep learning classifier for heart anomaly detection without segmentation. IEEE Journal of Biomedical and Health Informatics 25, 6 (...

  4. [9]

    Shan Gao, Yineng Zheng, and Xingming Guo. 2020. Gated recurrent unit-based heart sound analysis for heart failure screening. Biomedical engineering online 19 (2020), 1–17

  5. [10]

    Jort F Gemmeke, Daniel PW Ellis, Dylan Freedman, Aren Jansen, Wade Lawrence, R Channing Moore, Manoj Plakal, and Marvin Ritter. 2017. Audio set: An ontology and human-labeled dataset for audio events. In2017 IEEE international conference on acoustics, speech and signal process...

  6. [11]

    Albert Gu and Tri Dao. 2024. Mamba: Linear-Time Sequence Modeling with Selective State Spaces. arXiv:2312.00752 [cs.LG] https://arxiv.org/abs/2312.00752

  7. [13]

    Edward J Hu, yelong shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. 2022. LoRA: Low-Rank Adaptation of Large Language Models. In International Conference on Learning Representations . https://openreview.net/forum?id=nZeVKeeFYf9

  8. [14]

    Qingli Hu, Jianqiang Hu, Xiaoyan Yu, and Yang Liu. 2021. Automatic heart sound classification using one dimension deep neural network. In Security, Privacy, and Anonymity in Computation, Communication, and Storage: SpaCCS 2020 Interna- tional Workshops, Nanjing, China, Decembe...

  9. [15]

    Qijia Huang, Huanrui Yang, Eric Zeng, and Yiran Chen. 2024. A Deep-Learning- Based Multi-modal ECG and PCG Processing Framework for Label Efficient Heart Sound Segmentation. In 2024 IEEE/ACM Conference on Connected Health: Exploring Finetuned Audio-LLM on Heart Murmur Features...

  10. [16]

    Ahmed Imtiaz Humayun, Md Tauhiduzzaman Khan, Shabnam Ghaffarzadegan, Zhe Feng, and Taufiq Hasan. 2018. An ensemble of transfer, semi-supervised and supervised learning methods for pathological heart sound classification. arXiv preprint arXiv:1806.06506 (2018)

  11. [17]

    Tseng, Yu Zheng, Lei Chen, and Hui Xiong

    Ming Jin, Qingsong Wen, Yuxuan Liang, Chaoli Zhang, Siqiao Xue, Xue Wang, James Zhang, Yi Wang, Haifeng Chen, Xiaoli Li, Shirui Pan, Vincent S. Tseng, Yu Zheng, Lei Chen, and Hui Xiong. 2023. Large Models for Time Series and Spatio-Temporal Data: A Survey and Outlook. arXiv:23...

  12. [18]

    Jun Kanzawa, Koichiro Yasaka, Nana Fujita, Shin Fujiwara, and Osamu Abe. 2024. Automated classification of brain MRI reports using fine-tuned large language models. Neuroradiology (2024), 1–7

  13. [19]

    Tomoya Koike, Kun Qian, Qiuqiang Kong, Mark D Plumbley, Björn W Schuller, and Yoshiharu Yamamoto. 2020. Audio for audio is better? An investigation on transfer learning models for heart sound classification. In 2020 42nd Annual International Conference of the IEEE Engineering ...

  14. [20]

    Zhifeng Kong, Arushi Goel, Rohan Badlani, Wei Ping, Rafael Valle, and Bryan Catanzaro. 2024. Audio Flamingo: A Novel Audio Language Model with Few- Shot Learning and Dialogue Abilities. arXiv:2402.01831 [cs.SD] https://arxiv. org/abs/2402.01831

  15. [21]

    Philip Langley and Alan Murray. 2017. Heart sound classification from unseg- mented phonocardiograms. Physiological measurement 38, 8 (2017), 1658

  16. [22]

    Jun Li, Che Liu, Sibo Cheng, Rossella Arcucci, and Shenda Hong. 2023. Frozen Language Model Helps ECG Zero-Shot Learning. arXiv:2303.12311 [cs.LG] https://arxiv.org/abs/2303.12311

  17. [23]

    Yunxiang Li, Zihan Li, Kai Zhang, Ruilong Dan, Steve Jiang, and You Zhang. 2023. ChatDoctor: A Medical Chat Model Fine-Tuned on a Large Language Model Meta-AI (LLaMA) Using Medical Domain Knowledge. arXiv:2303.14070 [cs.CL] https://arxiv.org/abs/2303.14070

  18. [24]

    Chengyu Liu, David Springer, Qiao Li, Benjamin Moody, Ricardo Abad Juan, Francisco J Chorro, Francisco Castells, José Millet Roig, Ikaro Silva, Alistair EW Johnson, et al. 2016. An open access database for the evaluation of heart sound algorithms. Physiological measurement 37,...

  19. [25]

    Chengyu Liu, David Springer, Benjamin Moody, Ikaro Silva, Alistair Johnson, Maryam Samieinasab, Reza Sameni, Roger Mark, and Gari D Clifford. 2016. Classification of heart sound recordings-the physionet computing in cardiology challenge 2016. PhysioNet (2016)

  20. [26]

    Renqian Luo, Liai Sun, Yingce Xia, Tao Qin, Sheng Zhang, Hoifung Poon, and Tie-Yan Liu. 2022. BioGPT: generative pre-trained transformer for biomedical text generation and mining. Briefings in Bioinformatics 23, 6 (Sept. 2022). https: //doi.org/10.1093/bib/bbac409

  21. [27]

    National Vital Statistics System. 2024. Mortality 2018-2022 on CDC WONDER Online Database. CDC WONDER (jan 2024). https://wonder.cdc.gov Released in 2024

  22. [29]

    Anas Mohd Noor and Mohd Faiz Shadi. 2013. The heart auscultation. From sound to graphical. Journal of Engineering and Technology (JET) 4, 2 (2013), 73–84

  23. [30]

    Andrew N Pelech. 2004. The physiology of cardiac auscultation. Pediatric Clinics 51, 6 (2004), 1515–1535

  24. [31]

    JE Power, LEB Toft, and M Barrett. 2020. The Murmur Online Learning Expe- rience (MOLE) Curriculum Improves Medical Students’ Ability to Correctly Identify Cardiac Murmurs. MedEdPORTAL 16 (may 2020), 10904. https: //doi.org/10.15766/mep_2374-8265.10904

  25. [32]

    Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, and Ilya Sutskever. 2023. Robust speech recognition via large-scale weak supervision. In International conference on machine learning . PMLR, 28492–28518

  26. [33]

    Partha Pratim Ray. 2024. Integrating AI in radiology: insights from GPT- generated reports and multimodal LLM performance on European Board of Radiology examinations. Japanese Journal of Radiology (2024), 1–2

  27. [34]

    Zhao Ren, Yi Chang, Thanh Tam Nguyen, Yang Tan, Kun Qian, and Björn W Schuller. 2024. A comprehensive survey on heart sound analysis in the deep learning era. IEEE Computational Intelligence Magazine 19, 3 (2024), 42–57

  28. [35]

    Zhao Ren, Nicholas Cummins, Vedhas Pandit, Jing Han, Kun Qian, and Björn Schuller. 2018. Learning image-based representations for heart sound classifica- tion. In Proceedings of the 2018 international conference on digital health. 143–147

  29. [37]

    Siavash Shams, Sukru Samet Dindar, Xilin Jiang, and Nima Mesgarani. 2024. SSAMBA: Self-Supervised Audio Representation Learning with Mamba State Space Model. arXiv:2405.11831 [eess.AS] https://arxiv.org/abs/2405.11831

  30. [38]

    Sara Mahdavi, Joelle Barral, Dale Webster, Greg S

    Karan Singhal, Tao Tu, Juraj Gottweis, Rory Sayres, Ellery Wulczyn, Le Hou, Kevin Clark, Stephen Pfohl, Heather Cole-Lewis, Darlene Neal, Mike Schaeker- mann, Amy Wang, Mohamed Amin, Sami Lachgar, Philip Mansfield, Sushant Prakash, Bradley Green, Ewa Dominowska, Blaise Aguera ...

  31. [39]

    Changli Tang, Wenyi Yu, Guangzhi Sun, Xianzhao Chen, Tian Tan, Wei Li, Lu Lu, Zejun Ma, and Chao Zhang. 2024. SALMONN: Towards Generic Hearing Abilities for Large Language Models. arXiv:2310.13289 [cs.SD] https://arxiv.org/ abs/2310.13289

  32. [40]

    Turker Tuncer, Sengul Dogan, Ru-San Tan, and U Rajendra Acharya. 2021. Ap- plication of Petersen graph pattern technique for automated detection of heart valve diseases with PCG signals. Information Sciences 565 (2021), 91–104

  33. [41]

    V Nivitha Varghees and KI Ramachandran. 2017. Effective heart sound seg- mentation and murmur classification using empirical wavelet transform and instantaneous phase for electronic stethoscope.IEEE Sensors Journal 17, 12 (2017), 3861–3872

  34. [42]

    Guangyu Wang, Guoxing Yang, Zongxin Du, Longjun Fan, and Xiaohu Li. 2023. ClinicalGPT: Large Language Models Finetuned with Diverse Medical Data and Comprehensive Evaluation. arXiv:2306.09968 [cs.CL] https://arxiv.org/abs/2306. 09968

  35. [43]

    Bradley M Whitaker, Pradyumna B Suresha, Chengyu Liu, Gari D Clifford, and David V Anderson. 2017. Combining sparse coding and time-domain features for heart sound classification. Physiological measurement 38, 8 (2017), 1701

  36. [44]

    Tingwei Wu, Zhaohan Huang, Shilong Li, Qijun Zhao, and Fan Pan. 2024. Heart Murmur Quality Detection Using Deep Neural Networks with Attention Mecha- nism. Applied Sciences 14, 15 (2024), 6825

  37. [45]

    Bin Xiao, Yunqiu Xu, Xiuli Bi, Junhui Zhang, and Xu Ma. 2020. Heart sounds classification using a novel 1-D convolutional neural network with extremely low parameter consumption. Neurocomputing 392 (2020), 153–159

  38. [46]

    Wenya Xie, Qingying Xiao, Yu Zheng, Xidong Wang, Junying Chen, Ke Ji, An- ningzhe Gao, Xiang Wan, Feng Jiang, and Benyou Wang. 2024. Llms for doctors: Leveraging medical llms to assist doctors, not replace them. arXiv preprint arXiv:2406.18034 (2024)

  39. [47]

    An Yang, Baosong Yang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Zhou, Cheng- peng Li, Chengyuan Li, Dayiheng Liu, Fei Huang, et al. 2024. Qwen2 technical report. arXiv preprint arXiv:2407.10671 (2024)

  40. [48]

    Hongbo Zhang, Junying Chen, Feng Jiang, Fei Yu, Zhihong Chen, Jianquan Li, Guiming Chen, Xiangbo Wu, Zhiyi Zhang, Qingying Xiao, Xiang Wan, Benyou Wang, and Haizhou Li. 2023. HuatuoGPT, towards Taming Language Model to Be a Doctor. arXiv:2305.15075 [cs.CL] https://arxiv.org/ab...

  41. [2020]

    Heart sound signals segmentation and multiclass classification. (2020)

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.