中文
相关论文

相关论文: Transformer Based Multi-Grained Features for Unsup…

200 篇论文

Person Re-identification (ReID) aims to retrieve the specific person across non-overlapping cameras, which greatly helps intelligent transportation systems. As we all know, Convolutional Neural Networks (CNNs) and Transformers have the…

计算机视觉与模式识别 · 计算机科学 2024-12-24 Yuhao Wang , Pingping Zhang , Xuehu Liu , Zhengzheng Tu , Huchuan Lu

We address the problem of person re-identification (reID), that is, retrieving person images from a large dataset, given a query image of the person of interest. A key challenge is to learn person representations robust to intra-class…

计算机视觉与模式识别 · 计算机科学 2019-11-04 Chanho Eom , Bumsub Ham

Person re-identification (ReID) is a challenging task due to arbitrary human pose variations, background clutters, etc. It has been studied extensively in recent years, but the multifarious local and global features are still not fully…

计算机视觉与模式识别 · 计算机科学 2018-10-16 Fan Yang , Ke Yan , Shijian Lu , Huizhu Jia , Xiaodong Xie , Wen Gao

Video-based person re-identification (re-ID) is an important technique in visual surveillance systems which aims to match video snippets of people captured by different cameras. Existing methods are mostly based on convolutional neural…

计算机视觉与模式识别 · 计算机科学 2021-12-14 Di Chen , Andreas Doering , Shanshan Zhang , Jian Yang , Juergen Gall , Bernt Schiele

This paper focuses on the visible-thermal cross-modality person re-identification (VT Re-ID) task, whose goal is to match person images between the daytime visible modality and the nighttime thermal modality. The two-stream network is…

计算机视觉与模式识别 · 计算机科学 2020-12-07 Haijun Liu , Xiaoheng Tan , Xichuan Zhou

Vision Transformers (ViT) have recently emerged as a powerful alternative to convolutional networks (CNNs). Although hybrid models attempt to bridge the gap between these two architectures, the self-attention layers they rely on induce a…

机器学习 · 计算机科学 2021-06-11 Stéphane d'Ascoli , Levent Sagun , Giulio Biroli , Ari Morcos

Extracting robust feature representation is one of the key challenges in object re-identification (ReID). Although convolution neural network (CNN)-based methods have achieved great success, they only process one local neighborhood at a…

计算机视觉与模式识别 · 计算机科学 2021-03-29 Shuting He , Hao Luo , Pichao Wang , Fan Wang , Hao Li , Wei Jiang

An effective person re-identification (re-ID) model should learn feature representations that are both discriminative, for distinguishing similar-looking people, and generalisable, for deployment across datasets without any adaptation. In…

计算机视觉与模式识别 · 计算机科学 2021-04-30 Kaiyang Zhou , Yongxin Yang , Andrea Cavallaro , Tao Xiang

Supervised learning of convolutional neural networks (CNNs) can require very large amounts of labeled data. Labeling thousands or millions of training examples can be extremely time consuming and costly. One direction towards addressing…

计算机视觉与模式识别 · 计算机科学 2017-07-27 Amir Ghaderi , Vassilis Athitsos

This paper tackles the purely unsupervised person re-identification (Re-ID) problem that requires no annotations. Some previous methods adopt clustering techniques to generate pseudo labels and use the produced labels to train Re-ID models…

计算机视觉与模式识别 · 计算机科学 2021-02-08 Menglin Wang , Baisheng Lai , Jianqiang Huang , Xiaojin Gong , Xian-Sheng Hua

The scalability problem caused by the difficulty in annotating Person Re-identification(Re-ID) datasets has become a crucial bottleneck in the development of Re-ID.To address this problem, many unsupervised Re-ID methods have recently been…

计算机视觉与模式识别 · 计算机科学 2019-11-01 Zhirui Chen , Jianheng Li , Wei-Shi Zheng

Unsupervised cross-domain person re-identification (Re-ID) aims to adapt the information from the labelled source domain to an unlabelled target domain. Due to the lack of supervision in the target domain, it is crucial to identify the…

计算机视觉与模式识别 · 计算机科学 2020-01-14 Xinyu Zhang , Dong Gong , Jiewei Cao , Chunhua Shen

Key to effective person re-identification (Re-ID) is modelling discriminative and view-invariant factors of person appearance at both high and low semantic levels. Recently developed deep Re-ID models either learn a holistic single semantic…

计算机视觉与模式识别 · 计算机科学 2018-04-19 Xiaobin Chang , Timothy M. Hospedales , Tao Xiang

Recent self-supervised contrastive learning provides an effective approach for unsupervised person re-identification (ReID) by learning invariance from different views (transformed versions) of an input. In this paper, we incorporate a…

计算机视觉与模式识别 · 计算机科学 2021-03-31 Hao Chen , Yaohui Wang , Benoit Lagadec , Antitza Dantcheva , Francois Bremond

Person re-identification (\textit{re-id}) refers to matching pedestrians across disjoint yet non-overlapping camera views. The most effective way to match these pedestrians undertaking significant visual variations is to seek reliably…

计算机视觉与模式识别 · 计算机科学 2018-01-08 Chengyuan Zhang , Lin Wu , Yang Wang

Video-based person re-identification has received increasing attention recently, as it plays an important role within surveillance video analysis. Video-based Re-ID is an expansion of earlier image-based re-identification methods by…

计算机视觉与模式识别 · 计算机科学 2020-08-18 Toby P. Breckon , Aishah Alsehaim

While metric learning is important for Person re-identification (RE-ID), a significant problem in visual surveillance for cross-view pedestrian matching, existing metric models for RE-ID are mostly based on supervised learning that requires…

计算机视觉与模式识别 · 计算机科学 2017-10-19 Hong-Xing Yu , Ancong Wu , Wei-Shi Zheng

Person Re-Identification aims to retrieve person identities from images captured by multiple cameras or the same cameras in different time instances and locations. Because of its importance in many vision applications from surveillance to…

计算机视觉与模式识别 · 计算机科学 2022-01-19 Fabian Herzog , Xunbo Ji , Torben Teepe , Stefan Hörmann , Johannes Gilg , Gerhard Rigoll

Multi-spectral object Re-identification (ReID) aims to retrieve specific objects by leveraging complementary information from different image spectra. It delivers great advantages over traditional single-spectral ReID in complex visual…

计算机视觉与模式识别 · 计算机科学 2023-12-18 Yuhao Wang , Xuehu Liu , Pingping Zhang , Hu Lu , Zhengzheng Tu , Huchuan Lu

Person Re-IDentification (Re-ID) as a retrieval task, has achieved tremendous development over the past decade. Existing state-of-the-art methods follow an analogous framework to first extract features from the input images and then…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Qizao Wang , Xuelin Qian , Bin Li , Yanwei Fu , Xiangyang Xue