paper-with-me

Papers

Camera-aware Label Refinement for Unsupervised Person Re-identification

2024-03-25 · Pengna Li, Kangyi Wu, Wenli Huang, Sanping Zhou, Jinjun Wang

Unsupervised person re-identification aims to retrieve images of a specified person without identity labels. Many recent unsupervised Re-ID approaches adopt clustering-based methods to measure cross-camera feature similarity to roughly divide images into clusters. They ignore the feature distribution discrepancy induced by camera domain gap, resulting in the unavoidable performance degradation. Camera information is usually available, and the feature distribution in the single camera usually focuses more on the appearance of the individual and has less intra-identity variance. Inspired by the observation, we introduce a \textbf{C}amera-\textbf{A}ware \textbf{L}abel \textbf{R}efinement~(CALR) framework that reduces camera discrepancy by clustering intra-camera similarity. Specifically, we employ intra-camera training to obtain reliable local pseudo labels within each camera, and then refine global labels generated by inter-camera clustering and train the discriminative model using more reliable global pseudo labels in a self-paced manner. Meanwhile, we develop a camera-alignment module to align feature distributions under different cameras, which could help deal with the camera variance further. Extensive experiments validate the superiority of our proposed method over state-of-the-art approaches. The code is accessible at https://github.com/leeBooMla/CALR.

📄 PDF Abstract BibTeX arXiv:2403.16450

Code (1)

leeboomla/calr 공식 구현 pytorch

Tasks

ClusteringPerson Re-IdentificationUnsupervised Person Re-Identification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Pseudo Labels Refinement with Intra-camera Similarity for Unsupervised Person Re-identification

2023-04-25 · Pengna Li, Kangyi Wu, Sanping Zhou. Qianxin Huang, Jinjun Wang

Unsupervised person re-identification (Re-ID) aims to retrieve person images across cameras without any identity labels. Most clustering-based methods roughly divide image features into clusters and neglect the feature d…

ClusteringPerson Re-IdentificationUnsupervised Person Re-Identification

Learn by Guessing: Multi-Step Pseudo-Label Refinement for Person Re-Identification

2021-01-04 · Tiago de C. G. Pereira, Teofilo E. de Campos

Unsupervised Domain Adaptation (UDA) methods for person Re-Identification (Re-ID) rely on target domain samples to model the marginal distribution of the data. To deal with the lack of target domain labels, UDA methods l…

ClusteringDomain AdaptationPerson Re-IdentificationPseudo Label+1

MGH: Metadata Guided Hypergraph Modeling for Unsupervised Person Re-identification

2021-10-12 · Yiming Wu, Xintian Wu, Xi Li, Jian Tian

As a challenging task, unsupervised person ReID aims to match the same identity with query images which does not require any labeled information. In general, most existing approaches focus on the visual cues only, leavin…

Person Re-IdentificationUnsupervised Person Re-Identification

Unsupervised multi-source domain adaptation for person re-identification via feature fusion and pseudo-label refinement

2024-01-15 · Comput. Electr. Eng 2024 1 · Qing Tian, Yao Cheng, Sizhen He, Jixin Sun

The objective of unsupervised domain adaptation (UDA) for person re-identification (re-ID) is to associate person in images captured from heterogeneous camera perspectives. Currently, mainstream UDA methods for person re…

Domain AdaptationPerson Re-IdentificationPseudo LabelUnsupervised Domain Adaptation

Camera-aware Style Separation and Contrastive Learning for Unsupervised Person Re-identification

2021-12-19 · Xue Li, Tengfei Liang, Yi Jin, Tao Wang 외

Unsupervised person re-identification (ReID) is a challenging task without data annotation to guide discriminative learning. Existing methods attempt to solve this problem by clustering extracted embeddings to generate p…

Contrastive LearningPerson Re-IdentificationUnsupervised Person Re-Identification