paper-with-me

홈 › Papers

Robust Re-Identification by Multiple Views Knowledge Distillation

2020-07-08 · ECCV 2020 8 · Angelo Porrello, Luca Bergamini, Simone Calderara

To achieve robustness in Re-Identification, standard methods leverage tracking information in a Video-To-Video fashion. However, these solutions face a large drop in performance for single image queries (e.g., Image-To-Video setting). Recent works address this severe degradation by transferring temporal information from a Video-based network to an Image-based one. In this work, we devise a training strategy that allows the transfer of a superior knowledge, arising from a set of views depicting the target object. Our proposal - Views Knowledge Distillation (VKD) - pins this visual variety as a supervision signal within a teacher-student framework, where the teacher educates a student who observes fewer views. As a result, the student outperforms not only its teacher but also the current state-of-the-art in Image-To-Video by a wide margin (6.3% mAP on MARS, 8.6% on Duke-Video-ReId and 5% on VeRi-776). A thorough analysis - on Person, Vehicle and Animal Re-ID - investigates the properties of VKD from a qualitatively and quantitatively perspective. Code is available at https://github.com/aimagelab/VKD.

📄 PDF Abstract BibTeX arXiv:2007.04174

Code (1)

aimagelab/VKD 공식 구현 pytorch

Tasks

Knowledge DistillationPerson Re-IdentificationVehicle Re-IdentificationVideo-Based Person Re-Identification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Batch Normalization 설명 없음
Residual Connection 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Distilled Person Re-Identification: Towards a More Scalable System

2019-06-01 · CVPR 2019 6 · Ancong Wu, Wei-Shi Zheng, Xiaowei Guo, Jian-Huang Lai

Person re-identification (Re-ID), for matching pedestrians across non-overlapping camera views, has made great progress in supervised learning with abundant labelled data. However, the scalability problem is the bottlene…

Person Re-Identification

Single-Teacher View Augmentation: Boosting Knowledge Distillation via Angular Diversity

2025-10-26 · Seonghoon Yu, Dongjun Nam, Dina Katabi, Jeany Son arxiv

Knowledge Distillation (KD) aims to train a lightweight student model by transferring knowledge from a large, high-capacity teacher. Recent studies have shown that leveraging diverse teacher perspectives can significantl…

Knowledge Distillation

MV-MR: multi-views and multi-representations for self-supervised learning and knowledge distillation

2023-03-21 · Vitaliy Kinakh, Mariia Drozdova, Slava Voloshynovskiy

We present a new method of self-supervised learning and knowledge distillation based on the multi-views and multi-representations (MV-MR). The MV-MR is based on the maximization of dependence between learnable embeddings…

ClusteringContrastive LearningKnowledge DistillationLinear evaluation+3

Single-Teacher View Augmentation: Enhancing Knowledge Distillation with Student-Guided Perturbations

2026-07-13 · Xuyi Yu, Yaohua Liu, Chengjun Li, Qiang Tang 외 arxiv

Knowledge distillation (KD) typically relies on the fixed perspective of a single teacher, limiting the diversity of supervisory signals. While multi-teacher distillation addresses this by aggregating knowledge from mult…

Knowledge Distillation

SSKD: Self-Supervised Knowledge Distillation for Cross Domain Adaptive Person Re-Identification

2020-09-13 · Junhui Yin, Jiayan Qiu, Siqing Zhang, Zhanyu Ma 외

Domain adaptive person re-identification (re-ID) is a challenging task due to the large discrepancy between the source domain and the target domain. To reduce the domain discrepancy, existing methods mainly attempt to ge…

ClusteringDomain Adaptive Person Re-IdentificationKnowledge DistillationPerson Re-Identification