arXiv:2511.06653cs.CVcs.CL2025-11AAAI被引 7

让视觉语言模型理解文本的层次结构和描述完整性。

HiMo-CLIP: Modeling Semantic Hierarchy and Monotonicity in Vision-Language Alignment

  • 用批量PCA分解长文本语义,实现多粒度对齐
  • 新损失函数让更完整的描述产生更强视觉关联
  • 适合处理复杂、长篇描述的图文检索任务

对比学习型视觉语言模型如CLIP通过将图像与文本嵌入共享空间实现了出色的图文检索效果。然而,这些模型通常将文本视为扁平序列,难以处理复杂、组合性及长篇描述。尤其在两个语言关键特性上存在不足:语义层次性(反映文本的多层次组合结构)和语义单调性(更丰富的描述应带来更强的视觉对齐)。为此,我们提出HiMo-CLIP,一种无需修改编码器架构的表示级增强框架。该框架引入两个核心组件:基于批量PCA的层次分解(HiDe)模块,从长文本中提取潜在语义成分,实现跨不同语义粒度的灵活、批处理感知对齐;以及单调性感知对比损失(MoLo),联合对齐全局与组件级表示,促使模型内化语义顺序与对齐强度随文本完整性的变化规律。二者协同作用,生成结构化且符合认知逻辑的跨模态表示。在多个图文检索基准测试中,HiMo-CLIP持续优于强基线,尤其在长篇或组合性描述下表现突出。

原文摘要 · Abstract (English)

Contrastive vision-language models like CLIP have achieved impressive results in image-text retrieval by aligning image and text representations in a shared embedding space. However, these models often treat text as flat sequences, limiting their ability to handle complex, compositional, and long-form descriptions. In particular, they fail to capture two essential properties of language: semantic hierarchy, which reflects the multi-level compositional structure of text, and semantic monotonicity, where richer descriptions should result in stronger alignment with visual content.To address these limitations, we propose HiMo-CLIP, a representation-level framework that enhances CLIP-style models without modifying the encoder architecture. HiMo-CLIP introduces two key components: a hierarchical decomposition (HiDe) module that extracts latent semantic components from long-form text via in-batch PCA, enabling flexible, batch-aware alignment across different semantic granularities, and a monotonicity-aware contrastive loss (MoLo) that jointly aligns global and component-level representations, encouraging the model to internalize semantic ordering and alignment strength as a function of textual completeness.These components work in concert to produce structured, cognitively-aligned cross-modal representations. Experiments on multiple image-text retrieval benchmarks show that HiMo-CLIP consistently outperforms strong baselines, particularly under long or compositional descriptions. The code is available at https://github.com/UnicomAI/HiMo-CLIP.

视觉语言语义层次对比学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。