paper-with-me

Papers

Disentangled Representation Learning for Text-Video Retrieval

2022-03-14 · Qiang Wang, Yanhao Zhang, Yun Zheng, Pan Pan, Xian-Sheng Hua

Cross-modality interaction is a critical component in Text-Video Retrieval (TVR), yet there has been little examination of how different influencing factors for computing interaction affect performance. This paper first studies the interaction paradigm in depth, where we find that its computation can be split into two terms, the interaction contents at different granularity and the matching function to distinguish pairs with the same semantics. We also observe that the single-vector representation and implicit intensive function substantially hinder the optimization. Based on these findings, we propose a disentangled framework to capture a sequential and hierarchical representation. Firstly, considering the natural sequential structure in both text and video inputs, a Weighted Token-wise Interaction (WTI) module is performed to decouple the content and adaptively exploit the pair-wise correlations. This interaction can form a better disentangled manifold for sequential inputs. Secondly, we introduce a Channel DeCorrelation Regularization (CDCR) to minimize the redundancy between the components of the compared vectors, which facilitate learning a hierarchical representation. We demonstrate the effectiveness of the disentangled representation on various benchmarks, e.g., surpassing CLIP4Clip largely by +2.9%, +3.1%, +7.9%, +2.3%, +2.8% and +6.5% R@1 on the MSR-VTT, MSVD, VATEX, LSMDC, AcitivityNet, and DiDeMo, respectively.

📄 PDF Abstract BibTeX arXiv:2203.07111

Code (2)

foolwood/DRL 공식 구현 pytorch
towhee-io/towhee pytorch

Tasks

Representation LearningRetrievalVideo Retrieval

Similar Papers 제목 키워드 기반

Learning Sparse Disentangled Representations for Multimodal Exclusion Retrieval

2025-04-04 · Prachi, Sumit Bhatia, Srikanta Bedathur

Multimodal representations are essential for cross-modal retrieval, but they often lack interpretability, making it difficult to understand the reasoning behind retrieved results. Sparse disentangled representations offe…

Cross-Modal RetrievalDisentanglementRetrieval

Talking Face Generation by Adversarially Disentangled Audio-Visual Representation

2018-07-20 · Hang Zhou, Yu Liu, Ziwei Liu, Ping Luo 외

Talking face generation aims to synthesize a sequence of face images that correspond to a clip of speech. This is a challenging task because face appearance variation and semantics of speech are coupled together in the s…

Face GenerationLip ReadingRetrievalTalking Face Generation+1

Text-Video Retrieval with Disentangled Conceptualization and Set-to-Set Alignment

2023-05-20 · Peng Jin, Hao Li, Zesen Cheng, Jinfa Huang 외

Text-video retrieval is a challenging cross-modal task, which aims to align visual entities with natural language descriptions. Current methods either fail to leverage the local details or are computationally expensive. …

RetrievalVideo Retrieval

Retrieval-based Disentangled Representation Learning with Natural Language Supervision

2022-12-15 · Jiawei Zhou, Xiaoguang Li, Lifeng Shang, Xin Jiang 외

Disentangled representation learning remains challenging as the underlying factors of variation in the data do not naturally exist. The inherent complexity of real-world data makes it unfeasible to exhaustively enumerate…

Cross-Modal RetrievalDisentanglementRepresentation LearningRetrieval+1

Unsupervised Learning of Disentangled Representations from Video

2017-05-31 · NeurIPS 2017 12 · Emily Denton, Vighnesh Birodkar

We present a new model DrNET that learns disentangled image representations from video. Our approach leverages the temporal coherence of video and a novel adversarial loss to learn a representation that factorizes each f…