Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
80 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
7 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Improving Visual-Semantic Embedding with Adaptive Pooling and Optimization Objective (2210.02206v1)

Published 5 Oct 2022 in cs.MM

Abstract: Visual-Semantic Embedding (VSE) aims to learn an embedding space where related visual and semantic instances are close to each other. Recent VSE models tend to design complex structures to pool visual and semantic features into fixed-length vectors and use hard triplet loss for optimization. However, we find that: (1) combining simple pooling methods is no worse than these sophisticated methods; and (2) only considering the most difficult-to-distinguish negative sample leads to slow convergence and poor Recall@K improvement. To this end, we propose an adaptive pooling strategy that allows the model to learn how to aggregate features through a combination of simple pooling methods. We also introduce a strategy to dynamically select a group of negative samples to make the optimization converge faster and perform better. Experimental results on Flickr30K and MS-COCO demonstrate that a standard VSE using our pooling and optimization strategies outperforms current state-of-the-art systems (at least 1.0% on the metrics of recall) in image-to-text and text-to-image retrieval. Source code of our experiments is available at https://github.com/96-Zachary/vse_2ad.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (10)
  1. Zijian Zhang (125 papers)
  2. Chang Shu (39 papers)
  3. Ya Xiao (33 papers)
  4. Yuan Shen (72 papers)
  5. Di Zhu (63 papers)
  6. Jing Xiao (267 papers)
  7. Youxin Chen (15 papers)
  8. Jey Han Lau (67 papers)
  9. Qian Zhang (308 papers)
  10. Zheng Lu (20 papers)
Citations (1)
Github Logo Streamline Icon: https://streamlinehq.com

GitHub