CVMar 26, 2024

The Solution for the CVPR 2023 1st foundation model challenge-Track2

arXiv:2403.17702v2h-index: 4
Originality Synthesis-oriented
AI Analysis

This work addresses cross-modal retrieval for traffic images, which is an incremental improvement in a domain-specific competition.

The paper tackled cross-modal transportation retrieval by dividing it into pedestrian and vehicle retrieval tasks, achieving first place in the CVPR 2023 challenge with a score of 70.9.

In this paper, we propose a solution for cross-modal transportation retrieval. Due to the cross-domain problem of traffic images, we divide the problem into two sub-tasks of pedestrian retrieval and vehicle retrieval through a simple strategy. In pedestrian retrieval tasks, we use IRRA as the base model and specifically design an Attribute Classification to mine the knowledge implied by attribute labels. More importantly, We use the strategy of Inclusion Relation Matching to make the image-text pairs with inclusion relation have similar representation in the feature space. For the vehicle retrieval task, we use BLIP as the base model. Since aligning the color attributes of vehicles is challenging, we introduce attribute-based object detection techniques to add color patch blocks to vehicle images for color data augmentation. This serves as strong prior information, helping the model perform the image-text alignment. At the same time, we incorporate labeled attributes into the image-text alignment loss to learn fine-grained alignment and prevent similar images and texts from being incorrectly separated. Our approach ranked first in the final B-board test with a score of 70.9.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes