Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning the Best Pooling Strategy for Visual Semantic Embedding

About

Visual Semantic Embedding (VSE) is a dominant approach for vision-language retrieval, which aims at learning a deep embedding space such that visual data are embedded close to their semantic text labels or descriptions. Recent VSE models use complex methods to better contextualize and aggregate multi-modal features into holistic embeddings. However, we discover that surprisingly simple (but carefully selected) global pooling functions (e.g., max pooling) outperform those complex models, across different feature extractors. Despite its simplicity and effectiveness, seeking the best pooling function for different data modality and feature extractor is costly and tedious, especially when the size of features varies (e.g., text, video). Therefore, we propose a Generalized Pooling Operator (GPO), which learns to automatically adapt itself to the best pooling strategy for different features, requiring no manual tuning while staying effective and efficient. We extend the VSE model using this proposed GPO and denote it as VSE$\infty$. Without bells and whistles, VSE$\infty$ outperforms previous VSE methods significantly on image-text retrieval benchmarks across popular feature extractors. With a simple adaptation, variants of VSE$\infty$ further demonstrate its strength by achieving the new state of the art on two video-text retrieval datasets. Comprehensive experiments and visualizations confirm that GPO always discovers the best pooling strategy and can be a plug-and-play feature aggregation module for standard VSE models. Code and pre-trained models are available at https://vse-infty.github.io.

Jiacheng Chen, Hexiang Hu, Hao Wu, Yuning Jiang, Changhu Wang• 2020

Related benchmarks

TaskDatasetResultRank
Text-to-Image RetrievalFlickr30K
R@156.4
531
Image-to-Text RetrievalFlickr30K 1K (test)
R@188.7
491
Text-to-Image RetrievalFlickr30k (test)
Recall@176.1
445
Text-to-Image RetrievalFlickr30K 1K (test)
R@176.1
432
Image-to-Text RetrievalFlickr30K
R@176.5
429
Image-to-Text RetrievalFlickr30k (test)
R@188.7
392
Image-to-Text RetrievalMS-COCO 5K (test)
R@168.1
320
Text-to-Image RetrievalMSCOCO 5K (test)
R@152.7
308
Text-to-Image RetrievalMS-COCO 5K (test)
R@152.7
244
Image RetrievalMS-COCO 5K (test)
R@142.7
217
Showing 10 of 49 rows

Other info

Follow for update