paper-with-me

Papers

Mind Your Clever Neighbours: Unsupervised Person Re-identification via Adaptive Clustering Relationship Modeling

2021-12-03 · Lianjie Jia, Chenyang Yu, Xiehao Ye, Tianyu Yan, Yinjie Lei, Pingping Zhang

Unsupervised person re-identification (Re-ID) attracts increasing attention due to its potential to resolve the scalability problem of supervised Re-ID models. Most existing unsupervised methods adopt an iterative clustering mechanism, where the network was trained based on pseudo labels generated by unsupervised clustering. However, clustering errors are inevitable. To generate high-quality pseudo-labels and mitigate the impact of clustering errors, we propose a novel clustering relationship modeling framework for unsupervised person Re-ID. Specifically, before clustering, the relation between unlabeled images is explored based on a graph correlation learning (GCL) module and the refined features are then used for clustering to generate high-quality pseudo-labels.Thus, GCL adaptively mines the relationship between samples in a mini-batch to reduce the impact of abnormal clustering when training. To train the network more effectively, we further propose a selective contrastive learning (SCL) method with a selective memory bank update policy. Extensive experiments demonstrate that our method shows much better results than most state-of-the-art unsupervised methods on Market1501, DukeMTMC-reID and MSMT17 datasets. We will release the code for model reproduction.

📄 PDF Abstract BibTeX arXiv:2112.01839

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContrastive LearningPerson Re-IdentificationUnsupervised Person Re-Identification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Mind Your Neighbours: Image Annotation With Metadata Neighbourhood Graph Co-Attention Networks

2019-06-01 · CVPR 2019 6 · Jun-Jie Zhang, Qi Wu, Jian Zhang, Chunhua Shen 외

As the visual reflections of our daily lives, images are frequently shared on the social network, which generates the abundant 'metadata' that records user interactions with images. Due to the diverse contents and comple…

Mind Your Neighbours: Leveraging Analogous Instances for Rhetorical Role Labeling for Legal Documents

2024-03-31 · T. Y. S. S Santosh, Hassan Sarwat, Ahmed Abdou, Matthias Grabmair

Rhetorical Role Labeling (RRL) of legal judgments is essential for various tasks, such as case summarization, semantic search and argument mining. However, it presents challenges such as inferring sentence roles from con…

Argument MiningSentence

Neighbour Consistency Guided Pseudo-Label Refinement for Unsupervised Person Re-Identification

2022-11-30 · De Cheng, Haichun Tai, Nannan Wang, Zhen Wang 외

Unsupervised person re-identification (ReID) aims at learning discriminative identity features for person retrieval without any annotations. Recent advances accomplish this task by leveraging clustering-based pseudo labe…

ClusteringPerson Re-IdentificationPerson RetrievalPseudo Label+2

Your Face Mirrors Your Deepest Beliefs-Predicting Personality and Morals through Facial Emotion Recognition

2021-12-23 · P. A. Gloor, A. Fronzetti Colladon, E. Altuntas, C. Cetinkaya 외

Can we really "read the mind in the eyes"? Moreover, can AI assist us in this task? This paper answers these two questions by introducing a machine learning system that predicts personality characteristics of individuals…

Emotion RecognitionFacial Emotion Recognition

The Clever Hans Effect in Unsupervised Learning

2024-08-15 · Jacob Kauffmann, Jonas Dippel, Lukas Ruff, Wojciech Samek 외

Unsupervised learning has become an essential building block of AI systems. The representations it produces, e.g. in foundation models, are critical to a wide variety of downstream applications. It is therefore important…