One-Shot Knowledge Transfer for Scalable Person Re-Identification
Longhua Li, Lei Qi, Xin Geng
TL;DR
This paper addresses the need for resource-adaptive person Re-Identification models suitable for edge devices by proposing One-Shot Knowledge Transfer (OSKT). OSKT compresses teacher knowledge into a width-reduced weight chain that preserves depth and can be expanded to any target width without extra training, enabling rapid generation of multiple models. It formalizes a unified CNN/ViT representation, introduces row clustering and progressive refinement to optimize the weight chain, and demonstrates strong cross- and intra-scenario performance, including compatibility with lightweight ReID architectures. The approach significantly reduces computational overhead for model provisioning, achieves state-of-the-art results on standard benchmarks, and offers practical benefits for deploying scalable, privacy-conscious ReID systems on edge devices.
Abstract
Edge computing in person re-identification (ReID) is crucial for reducing the load on central cloud servers and ensuring user privacy. Conventional compression methods for obtaining compact models require computations for each individual student model. When multiple models of varying sizes are needed to accommodate different resource conditions, this leads to repetitive and cumbersome computations. To address this challenge, we propose a novel knowledge inheritance approach named OSKT (One-Shot Knowledge Transfer), which consolidates the knowledge of the teacher model into an intermediate carrier called a weight chain. When a downstream scenario demands a model that meets specific resource constraints, this weight chain can be expanded to the target model size without additional computation. OSKT significantly outperforms state-of-the-art compression methods, with the added advantage of one-time knowledge transfer that eliminates the need for frequent computations for each target model.
