通过隐式交互图提升音视频嵌入的语义一致性。
Learning Audio-Visual Embeddings with Inferred Latent Interaction Graphs
- 用软标签和隐式依赖图捕捉未标注的跨模态关联。
- 在AVE和VEGAS上mAP显著提升,证明方法有效性。
- 适合需要强跨模态对齐的多媒体理解任务。
学习鲁棒的音视频嵌入需将真正相关的音视频信号对齐,同时过滤偶然共现(如背景噪声、无关元素或未标注事件)。现有对比和三元组损失方法依赖每片段稀疏标注标签,将所有共现视为语义相似性。例如,标为“火车”的视频可能包含摩托车音频和视觉内容,但因“摩托车”未被标注,标准方法会将其误判为负样本,导致错误负例并遗漏真实跨模态依赖。本文提出框架:(1) 音视频语义对齐损失(AV-SAL)训练教师网络生成跨模态软标签分布,为共现但未标注事件分配非零概率,增强监督信号;(2) 推断的隐式交互图(ILI)使用GRaSP算法从教师软标签中推断出稀疏、有向的类别依赖图,揭示方向性关系(如“火车(视觉)→ 摩托车(音频)”),识别潜在语义或条件依赖模式;(3) 隐式交互正则化(LIR)引导学生网络在度量损失基础上,根据软标签概率比例拉近依赖关联但未标注的样本嵌入。在AVE和VEGAS基准上的实验显示,平均精度均值(mAP)持续提升,证明将推断的隐式交互融入嵌入学习可增强鲁棒性和语义连贯性。
原文摘要 · Abstract (English)
Learning robust audio-visual embeddings requires bringing genuinely related audio and visual signals together while filtering out incidental co-occurrences - background noise, unrelated elements, or unannotated events. Most contrastive and triplet-loss methods use sparse annotated labels per clip and treat any co-occurrence as semantic similarity. For example, a video labeled "train" might also contain motorcycle audio and visual, because "motorcycle" is not the chosen annotation; standard methods treat these co-occurrences as negatives to true motorcycle anchors elsewhere, creating false negatives and missing true cross-modal dependencies. We propose a framework that leverages soft-label predictions and inferred latent interactions to address these issues: (1) Audio-Visual Semantic Alignment Loss (AV-SAL) trains a teacher network to produce aligned soft-label distributions across modalities, assigning nonzero probability to co-occurring but unannotated events and enriching the supervision signal. (2) Inferred Latent Interaction Graph (ILI) applies the GRaSP algorithm to teacher soft labels to infer a sparse, directed dependency graph among classes. This graph highlights directional dependencies (e.g., "Train (visual)" -> "Motorcycle (audio)") that expose likely semantic or conditional relationships between classes; these are interpreted as estimated dependency patterns. (3) Latent Interaction Regularizer (LIR): A student network is trained with both metric loss and a regularizer guided by the ILI graph, pulling together embeddings of dependency-linked but unlabeled pairs in proportion to their soft-label probabilities. Experiments on AVE and VEGAS benchmarks show consistent improvements in mean average precision (mAP), demonstrating that integrating inferred latent interactions into embedding learning enhances robustness and semantic coherence.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。