Research Papers 论文研究 1d ago Updated 1d ago 更新于 1天前 43

Zero-Shot Respiratory Sound Classification through LLM-Augmented Audio-Text Alignment 通过大语言模型增强的音频-文本对齐实现零样本呼吸音分类

Self-supervised respiratory audio encoders lack clinical semantic grounding, limiting their zero-shot inference capability without task-specific labeled data The proposed framework aligns SSL respiratory encoders with medical terminology in a shared latent space using a medical LLM to synthesize structured reports from metadata as dense semantic anchors Training combines sigmoid-based contrastive loss with the encoder's native SSL objective and similarity-aware negative sampling to sharpen patho 提出LLM增强的音频-文本对齐框架,将自监督呼吸音编码器转化为零样本临床诊断基础模型 使用医疗LLM从元数据合成结构化报告,解决配对数据稀缺问题,创建对比学习的密集语义锚点 训练策略融合sigmoid对比损失、原生SSL目标与相似性感知负采样,强化病理边界区分 在6个数据集的9个任务上实现61.3%平均零样本AUC,超越CLAP(51.4%)和Qwen2-Audio(54.9%) 线性探测AUC达71.6%,仅使用基线模型43%的数据量,证明结构化语义对齐在临床诊断中的优势

58
Hot 热度
68
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Self-supervised respiratory audio encoders lack clinical semantic grounding, limiting their zero-shot inference capability without task-specific labeled data
  • The proposed framework aligns SSL respiratory encoders with medical terminology in a shared latent space using a medical LLM to synthesize structured reports from metadata as dense semantic anchors
  • Training combines sigmoid-based contrastive loss with the encoder's native SSL objective and similarity-aware negative sampling to sharpen pathological boundaries
  • Across 9 tasks on 6 datasets, the method achieves 61.3% mean zero-shot AUC, surpassing CLAP (51.4%) and Qwen2-Audio (54.9%)
  • The approach reaches 71.6% linear probing AUC using only 43% of the data compared to full-scale baselines, demonstrating structured semantic alignment outperforms large general-purpose models in clinical diagnostics

Why It Matters

This work addresses a critical gap in clinical audio AI: self-supervised audio encoders trained on general data lack the medical semantic understanding needed for real-world diagnostic zero-shot applications. By leveraging medical LLMs to bridge the audio-text gap, the framework enables clinically meaningful inference without extensive labeled data, which is scarce and expensive in healthcare domains.

Technical Details

  • LLM-Augmented Alignment: Uses a medical LLM to synthesize structured clinical reports from sparse metadata, creating dense semantic anchors for contrastive learning between audio and text representations
  • Sigmoid-Based Contrastive Loss: Combines a custom contrastive loss with the encoder's native self-supervised learning objective, enabling joint optimization of semantic alignment and audio representation quality
  • Similarity-Aware Negative Sampling: Introduces a sampling strategy that selects hard negatives based on semantic similarity, sharpening pathological boundaries in the latent space
  • Evaluation: Tested across 9 classification tasks on 6 respiratory sound datasets, comparing against CLAP and Qwen2-Audio as general-purpose audio-text baselines
  • Data Efficiency: Achieves state-of-the-art linear probing performance (71.6% AUC) using less than half the training data of full-scale baselines

Industry Insight

  • Medical LLMs can serve as powerful data augmentation tools for bridging modality gaps in clinical AI, especially where paired audio-text data is scarce
  • Structured semantic alignment approaches may generalize beyond respiratory sounds to other clinical audio domains (cardiac, neurological), offering a scalable template for medical audio foundation models
  • The 43% data efficiency advantage suggests that domain-specific semantic grounding can compensate for reduced training scale, which is valuable in resource-constrained healthcare settings

TL;DR

  • 提出LLM增强的音频-文本对齐框架,将自监督呼吸音编码器转化为零样本临床诊断基础模型
  • 使用医疗LLM从元数据合成结构化报告,解决配对数据稀缺问题,创建对比学习的密集语义锚点
  • 训练策略融合sigmoid对比损失、原生SSL目标与相似性感知负采样,强化病理边界区分
  • 在6个数据集的9个任务上实现61.3%平均零样本AUC,超越CLAP(51.4%)和Qwen2-Audio(54.9%)
  • 线性探测AUC达71.6%,仅使用基线模型43%的数据量,证明结构化语义对齐在临床诊断中的优势

为什么值得看

该研究为医疗音频分析提供了零样本推理的新范式,解决了自监督编码器缺乏临床语义基础的痛点。通过LLM合成报告与对比学习的结合,展示了小数据场景下结构化语义对齐的潜力,对临床AI落地具有重要参考价值。

技术解析

  • 核心架构:将自监督呼吸音编码器与医学术语映射到共享潜在空间,实现音频-文本跨模态对齐
  • 数据合成策略:利用医疗LLM从元数据生成结构化临床报告,作为对比学习的语义锚点,缓解配对数据稀缺
  • 损失函数设计:结合sigmoid对比损失、编码器原生SSL目标,并引入相似性感知负采样以 sharpen 病理边界
  • 实验基准:在6个数据集、9个分类任务上评估,零样本AUC达61.3%,线性探测AUC达71.6%
  • 数据效率:仅使用基线模型43%的数据量即超越CLAP和Qwen2-Audio等大模型性能

行业启示

  • 医疗AI领域应从"大规模数据+通用模型"转向"结构化语义对齐+小数据高效学习"的新路径
  • LLM辅助数据合成可作为解决医疗配对数据稀缺的有效手段,值得在更多临床模态中探索
  • 零样本能力对临床部署意义重大,可降低对新疾病/新场景的标注依赖,加速模型迭代周期

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Multimodal 多模态 Healthcare AI 医疗AI Alignment 对齐 Research 科学研究