paper-with-me

Papers

Expectation-Maximization Contrastive Learning for Compact Video-and-Language Representations

2022-11-21 · Peng Jin, Jinfa Huang, Fenglin Liu, Xian Wu, Shen Ge, Guoli Song, David A. Clifton, Jie Chen

Most video-and-language representation learning approaches employ contrastive learning, e.g., CLIP, to project the video and text features into a common latent space according to the semantic similarities of text-video pairs. However, such learned shared latent spaces are not often optimal, and the modality gap between visual and textual representation can not be fully eliminated. In this paper, we propose Expectation-Maximization Contrastive Learning (EMCL) to learn compact video-and-language representations. Specifically, we use the Expectation-Maximization algorithm to find a compact set of bases for the latent space, where the features could be concisely represented as the linear combinations of these bases. Such feature decomposition of video-and-language representations reduces the rank of the latent space, resulting in increased representing power for the semantics. Extensive experiments on three benchmark text-video retrieval datasets prove that our EMCL can learn more discriminative video-and-language representations than previous methods, and significantly outperform previous state-of-the-art methods across all metrics. More encouragingly, the proposed method can be applied to boost the performance of existing approaches either as a jointly training layer or an out-of-the-box inference module with no extra training, making it easy to be incorporated into any existing methods.

📄 PDF Abstract BibTeX arXiv:2211.11427

Code (4)

jpthu17/emcl 공식 구현 pytorch
jpthu17/HBI pytorch
jpthu17/dicosa pytorch
jpthu17/diffusionret pytorch

Tasks

Contrastive LearningRepresentation LearningRetrievalVideo CaptioningVideo Question AnsweringVideo RetrievalVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

A Video is Worth 256 Bases: Spatial-Temporal Expectation-Maximization Inversion for Zero-Shot Video Editing

2023-12-10 · CVPR 2024 1 · Maomao Li, Yu Li, Tianyu Yang, Yunfei Liu 외

This paper presents a video inversion approach for zero-shot video editing, which models the input video with low-rank representation during the inversion process. The existing video editing methods usually apply the typ…

Video Editing

Density Operator Expectation Maximization

2025-07-30 · Adit Vishnu, Abhay Shastry, Dhruva Kashyap, Chiranjib Bhattacharyya arxiv

Machine learning with density operators, the mathematical foundation of quantum mechanics, is gaining prominence with rapid advances in quantum computing. Generative models based on density operators cannot yet handle ta…

Learning Representation for Clustering via Prototype Scattering and Positive Sampling

2021-11-23 · Zhizhong Huang, Jie Chen, Junping Zhang, Hongming Shan

Existing deep clustering methods rely on either contrastive or non-contrastive representation learning for downstream clustering task. Contrastive-based methods thanks to negative pairs learn uniform representations for …

ClusteringContrastive LearningDeep ClusteringImage Clustering+1

Expectation-Maximization Attention Networks for Semantic Segmentation

2019-07-31 · ICCV 2019 10 · Xia Li, Zhisheng Zhong, Jianlong Wu, Yibo Yang 외

Self-attention mechanism has been widely used for various tasks. It is designed to compute the representation of each position by a weighted sum of the features at all positions. Thus, it can capture long-range relations…

Semantic Segmentation

Semi-supervised Contrastive Outlier removal for Pseudo Expectation Maximization (SCOPE)

2022-06-28 · Sumeet Menon, David Chapman

Semi-supervised learning is the problem of training an accurate predictive model by combining a small labeled dataset with a presumably much larger unlabeled dataset. Many methods for semi-supervised deep learning have b…

Contrastive Learning