paper-with-me

홈 › Papers

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

2023-05-15 · Jialong Zuo, Jiahao Hong, Feng Zhang, Changqian Yu, Hanyu Zhou, Changxin Gao, Nong Sang, Jingdong Wang

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}

📄 PDF Abstract BibTeX arXiv:2305.08386

Code (1)

zplusdragon/plip 공식 구현 pytorch

Tasks

AttributePedestrian Attribute RecognitionPerson Re-IdentificationRepresentation LearningText based Person RetrievalText-based Person Retrieval

Methods 이 논문이 사용한 방법론

PLIP Pathology Language and Image Pre-Training (PLIP) is a vision-and-language foundation model created by fine-tuning CLIP on pathology images.

Similar Papers 제목 키워드 기반

CPLIP: Zero-Shot Learning for Histopathology with Comprehensive Vision-Language Alignment

2024-06-07 · CVPR 2024 1 · Sajid Javed, Arif Mahmood, Iyyakutti Iyappan Ganapathi, Fayaz Ali Dharejo 외

This paper proposes Comprehensive Pathology Language Image Pre-training (CPLIP), a new unsupervised technique designed to enhance the alignment of images and text in histopathology for tasks such as classification and se…

Contrastive LearningZero-Shot Learning

Leveraging medical Twitter to build a visual–language foundation model for pathology AI

2023-04-01 · bioRxiv 2023 4 · Zhi Huang, Federico Bianchi, Mert Yuksekgonul, Thomas Montine 외

The lack of annotated publicly available medical images is a major barrier for innovations. At the same time, many de-identified images and much knowledge are shared by clinicians on public forums such as medical Twitter…

Transfer Learning

Comparing Computational Pathology Foundation Models using Representational Similarity Analysis

2025-09-18 · Vaibhav Mishra, William Lotter arxiv

Foundation models are increasingly developed in computational pathology (CPath) given their promise in facilitating many downstream tasks. While recent studies have evaluated task performance across models, less is known…

Contrastive Learning

Demonstration of an Adversarial Attack Against a Multimodal Vision Language Model for Pathology Imaging

2024-01-04 · Poojitha Thota, Jai Prakash Veerla, Partha Sai Guttikonda, Mohammad S. Nasr 외

In the context of medical artificial intelligence, this study explores the vulnerabilities of the Pathology Language-Image Pretraining (PLIP) model, a Vision Language Foundation model, under targeted attacks. Leveraging …

Adversarial AttackDomain AdaptationLanguage ModelingLanguage Modelling

Elevating All Zero-Shot Sketch-Based Image Retrieval Through Multimodal Prompt Learning

2024-07-05 · Mainak Singha, Ankit Jha, Divyam Gupta, Pranav Singla 외

We address the challenges inherent in sketch-based image retrieval (SBIR) across various settings, including zero-shot SBIR, generalized zero-shot SBIR, and fine-grained zero-shot SBIR, by leveraging the vision-language …

AllImage RetrievalPrompt LearningRetrieval+2