# The style transformer with common knowledge optimization for image-text   retrieval

**Authors:** Wenrui Li, Zhengyu Ma, Jinqiao Shi, Xiaopeng Fan

arXiv: 2303.00448 · 2023-04-04

## TL;DR

This paper introduces a novel style transformer network with common knowledge optimization for image-text retrieval, effectively capturing high-level semantic relationships and latent concepts across modalities, leading to improved retrieval performance.

## Contribution

The proposed CKSTN model incorporates a style embedding extractor and common knowledge optimization modules, enhancing semantic understanding and generalization in image-text retrieval tasks.

## Key findings

- Outperforms state-of-the-art methods on MSCOCO and Flickr30K datasets.
- Uses a lightweight transformer for better practicality and lower parameters.
- Demonstrates superior retrieval accuracy with effective common knowledge integration.

## Abstract

Image-text retrieval which associates different modalities has drawn broad attention due to its excellent research value and broad real-world application. However, most of the existing methods haven't taken the high-level semantic relationships ("style embedding") and common knowledge from multi-modalities into full consideration. To this end, we introduce a novel style transformer network with common knowledge optimization (CKSTN) for image-text retrieval. The main module is the common knowledge adaptor (CKA) with both the style embedding extractor (SEE) and the common knowledge optimization (CKO) modules. Specifically, the SEE uses the sequential update strategy to effectively connect the features of different stages in SEE. The CKO module is introduced to dynamically capture the latent concepts of common knowledge from different modalities. Besides, to get generalized temporal common knowledge, we propose a sequential update strategy to effectively integrate the features of different layers in SEE with previous common feature units. CKSTN demonstrates the superiorities of the state-of-the-art methods in image-text retrieval on MSCOCO and Flickr30K datasets. Moreover, CKSTN is constructed based on the lightweight transformer which is more convenient and practical for the application of real scenes, due to the better performance and lower parameters.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2303.00448/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/2303.00448/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/2303.00448/full.md

---
Source: https://tomesphere.com/paper/2303.00448