paper-with-me

홈 › Papers

Support Neighbor Loss for Person Re-Identification

2018-08-18 · Kai Li, Zhengming Ding, Kunpeng Li, Yulun Zhang, Yun Fu

Person re-identification (re-ID) has recently been tremendously boosted due to the advancement of deep convolutional neural networks (CNN). The majority of deep re-ID methods focus on designing new CNN architectures, while less attention is paid on investigating the loss functions. Verification loss and identification loss are two types of losses widely used to train various deep re-ID models, both of which however have limitations. Verification loss guides the networks to generate feature embeddings of which the intra-class variance is decreased while the inter-class ones is enlarged. However, training networks with verification loss tends to be of slow convergence and unstable performance when the number of training samples is large. On the other hand, identification loss has good separating and scalable property. But its neglect to explicitly reduce the intra-class variance limits its performance on re-ID, because the same person may have significant appearance disparity across different camera views. To avoid the limitations of the two types of losses, we propose a new loss, called support neighbor (SN) loss. Rather than being derived from data sample pairs or triplets, SN loss is calculated based on the positive and negative support neighbor sets of each anchor sample, which contain more valuable contextual information and neighborhood structure that are beneficial for more stable performance. To ensure scalability and separability, a softmax-like function is formulated to push apart the positive and negative support sets. To reduce intra-class variance, the distance between the anchor's nearest positive neighbor and furthest positive sample is penalized. Integrating SN loss on top of Resnet50, superior re-ID results to the state-of-the-art ones are obtained on several widely used datasets.

📄 PDF Abstract BibTeX arXiv:1808.06030

Code (1)

kailigo/SN_loss_for_reID pytorch

Tasks

Person Re-Identification

Similar Papers 제목 키워드 기반

Adaptive Deep Metric Embeddings for Person Re-Identification under Occlusions

2020-02-07 · Wanxiang Yang, Yan Yan, Si Chen

Person re-identification (ReID) under occlusions is a challenging problem in video surveillance. Most of existing person ReID methods take advantage of local features to deal with occlusions. However, these methods usual…

Person Re-Identification

Towards Fewer Labels: Support Pair Active Learning for Person Re-identification

2022-04-21 · Dapeng Jin, Minxian Li

Supervised-learning based person re-identification (re-id) require a large amount of manual labeled data, which is not applicable in practical re-id deployment. In this work, we propose a Support Pair Active Learning (SP…

Active LearningConstrained ClusteringPerson Re-Identification

Complementary Pseudo Labels For Unsupervised Domain Adaptation On Person Re-identification

2021-01-29 · Hao Feng, Minghao Chen, Jinming Hu, Dong Shen 외

In recent years, supervised person re-identification (re-ID) models have received increasing studies. However, these models trained on the source domain always suffer dramatic performance drop when tested on an unseen do…

Domain AdaptationPerson Re-IdentificationUnsupervised Domain Adaptation

Adaptive Exploration for Unsupervised Person Re-Identification

2019-07-09 · Yuhang Ding, Hehe Fan, Mingliang Xu, Yi Yang

Due to domain bias, directly deploying a deep person re-identification (re-ID) model trained on one dataset often achieves considerably poor accuracy on another dataset. In this paper, we propose an Adaptive Exploration …

Person Re-IdentificationUnsupervised Domain AdaptationUnsupervised Person Re-Identification

Breaking the Curse of Knowledge: Designing Personalized Jargon Support for Real-Time Online Meetings

2025-08-13 · Yifan Song, Yijun Liu, Wing Yee Au, Hon Yung Wong 외 arxiv

Cross-disciplinary communication is often hindered by specialized language (i.e., jargon) and uneven background knowledge. Recent advances in speech-to-text and large language models make it possible to provide jargon su…