CVMay 15, 2023

PLIP: Language-Image Pre-training for Person Representation Learning

arXiv:2305.08386v281 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for better person representation learning in computer vision, which is incremental as it adapts existing pre-training techniques to a specific domain.

The paper tackles the problem of unsatisfactory performance of general language-image pre-training methods for person representation learning by proposing PLIP, a novel framework that incorporates person-specific characteristics like fine-grained attributes and identities, resulting in significant improvements across downstream tasks and strong zero-shot and domain generalization abilities.

Language-image pre-training is an effective technique for learning powerful representations in general domains. However, when directly turning to person representation learning, these general pre-training methods suffer from unsatisfactory performance. The reason is that they neglect critical person-related characteristics, i.e., fine-grained attributes and identities. To address this issue, we propose a novel language-image pre-training framework for person representation learning, termed PLIP. Specifically, we elaborately design three pretext tasks: 1) Text-guided Image Colorization, aims to establish the correspondence between the person-related image regions and the fine-grained color-part textual phrases. 2) Image-guided Attributes Prediction, aims to mine fine-grained attribute information of the person body in the image; and 3) Identity-based Vision-Language Contrast, aims to correlate the cross-modal representations at the identity level rather than the instance level. Moreover, to implement our pre-train framework, we construct a large-scale person dataset with image-text pairs named SYNTH-PEDES by automatically generating textual annotations. We pre-train PLIP on SYNTH-PEDES and evaluate our models by spanning downstream person-centric tasks. PLIP not only significantly improves existing methods on all these tasks, but also shows great ability in the zero-shot and domain generalization settings. The code, dataset and weights will be released at~\url{https://github.com/Zplusdragon/PLIP}

Code Implementations1 repo
Foundations

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

Your Notes