paper-with-me

Papers

V$^2$L: Leveraging Vision and Vision-language Models into Large-scale Product Retrieval

2022-07-26 · Wenhao Wang, Yifan Sun, Zongxin Yang, Yi Yang

Product retrieval is of great importance in the ecommerce domain. This paper introduces our 1st-place solution in eBay eProduct Visual Search Challenge (FGVC9), which is featured for an ensemble of about 20 models from vision models and vision-language models. While model ensemble is common, we show that combining the vision models and vision-language models brings particular benefits from their complementarity and is a key factor to our superiority. Specifically, for the vision models, we use a two-stage training pipeline which first learns from the coarse labels provided in the training set and then conducts fine-grained self-supervised training, yielding a coarse-to-fine metric learning manner. For the vision-language models, we use the textual description of the training image as the supervision signals for fine-tuning the image-encoder (feature extractor). With these designs, our solution achieves 0.7623 MAR@10, ranking the first place among all the competitors. The code is available at: \href{https://github.com/WangWenhao0716/V2L}{V$^2$L}.

📄 PDF Abstract BibTeX arXiv:2207.12994

Code (1)

wangwenhao0716/v2l 공식 구현

Tasks

Metric LearningRetrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

LLaVA-SG: Leveraging Scene Graphs as Visual Semantic Expression in Vision-Language Models

2024-08-29 · Jingyi Wang, Jianzhong Ju, Jian Luan, Zhidong Deng

Recent advances in large vision-language models (VLMs) typically employ vision encoders based on the Vision Transformer (ViT) architecture. The division of the images into patches by ViT results in a fragmented perceptio…

Language-driven Fine-grained Retrieval

2025-12-06 · Shijie Wang, Xin Yu, Yadan Luo, Zijian Wang 외 arxiv

Existing fine-grained image retrieval (FGIR) methods learn discriminative embeddings by adopting semantically sparse one-hot labels derived from category names as supervision. While effective on seen classes, such superv…

Image Retrieval

Leveraging ChatGPT's Multimodal Vision Capabilities to Rank Satellite Images by Poverty Level: Advancing Tools for Social Science Research

2025-01-24 · Hamid Sarmadi, Ola Hall, Thorsteinn Rögnvaldsson, Mattias Ohlsson

This paper investigates the novel application of Large Language Models (LLMs) with vision capabilities to analyze satellite imagery for village-level poverty prediction. Although LLMs were originally designed for natural…

Natural Language Understanding

The Unreasonable Effectiveness of Large Language-Vision Models for Source-free Video Domain Adaptation

2023-08-17 · ICCV 2023 1 · Giacomo Zara, Alessandro Conti, Subhankar Roy, Stéphane Lathuilière 외

Source-Free Video Unsupervised Domain Adaptation (SFVUDA) task consists in adapting an action recognition model, trained on a labelled source dataset, to an unlabelled target dataset, without accessing the actual source …

Action RecognitionDomain AdaptationUnsupervised Domain Adaptation

Unified Vision-Language Modeling via Concept Space Alignment

2026-03-01 · Yifu Qiu, Paul-Ambroise Duquenne, Holger Schwenk arxiv

We introduce V-SONAR, a vision-language embedding space extended from the text-only embedding space SONAR (Omnilingual Embeddings Team et al., 2026), which supports 1500 text languages and 177 speech languages. To constr…

Question AnsweringVideo CaptioningVideo Retrieval