Multimodal Learning 相关度: 9/10

EagleNet: Energy-Aware Fine-Grained Relationship Learning Network for Text-Video Retrieval

Yuhan Chen, Pengwen Dai, Chuan Wang, Dayan Wu, Xiaochun Cao
arXiv: 2603.25267v1 发布: 2026-03-26 更新: 2026-03-26

AI 摘要

EagleNet通过细粒度关系学习和能量感知匹配,提升文本-视频检索性能。

主要贡献

  • 提出细粒度关系学习机制(FRL),学习文本和帧之间的关系。
  • 设计能量感知匹配(EAM)来建模文本-帧交互的能量。
  • 使用sigmoid损失函数代替softmax损失,提升稳定性和效果。

方法论

构建文本-帧图,学习文本和帧关系,利用能量感知匹配建模交互能量,最终聚合文本嵌入。

原文摘要

Text-video retrieval tasks have seen significant improvements due to the recent development of large-scale vision-language pre-trained models. Traditional methods primarily focus on video representations or cross-modal alignment, while recent works shift toward enriching text expressiveness to better match the rich semantics in videos. However, these methods use only interactions between text and frames/video, and ignore rich interactions among the internal frames within a video, so the final expanded text cannot capture frame contextual information, leading to disparities between text and video. In response, we introduce Energy-Aware Fine-Grained Relationship Learning Network (EagleNet) to generate accurate and context-aware enriched text embeddings. Specifically, the proposed Fine-Grained Relationship Learning mechanism (FRL) first constructs a text-frame graph by the generated text candidates and frames, then learns relationships among texts and frames, which are finally used to aggregate text candidates into an enriched text embedding that incorporates frame contextual information. To further improve fine-grained relationship learning in FRL, we design Energy-Aware Matching (EAM) to model the energy of text-frame interactions and thus accurately capture the distribution of real text-video pairs. Moreover, for more effective cross-modal alignment and stable training, we replace the conventional softmax-based contrastive loss with the sigmoid loss. Extensive experiments have demonstrated the superiority of EagleNet across MSRVTT, DiDeMo, MSVD, and VATEX. Codes are available at https://github.com/draym28/EagleNet.

标签

文本-视频检索 多模态学习 关系学习 能量感知

arXiv 分类

cs.CV