Context Unaware Knowledge Distillation for Image Retrieval
Bytasandram Yaswanth Reddy, Shiv Ram Dubey, Rakesh Kumar Sanodiya,, Ravi Ranjan Prasad Karn

TL;DR
This paper introduces a context unaware knowledge distillation method for image retrieval that enables training compact models without fine-tuning the teacher on specific contexts, improving efficiency while maintaining retrieval performance.
Contribution
It proposes a novel two-step process for knowledge distillation that does not require fine-tuning the teacher model on target contexts, along with an efficient student architecture.
Findings
The approach achieves a good balance between retrieval accuracy and computational efficiency.
Experimental results show the method outperforms baseline models in retrieval tasks.
The code is publicly available for reproducibility.
Abstract
Existing data-dependent hashing methods use large backbone networks with millions of parameters and are computationally complex. Existing knowledge distillation methods use logits and other features of the deep (teacher) model and as knowledge for the compact (student) model, which requires the teacher's network to be fine-tuned on the context in parallel with the student model on the context. Training teacher on the target context requires more time and computational resources. In this paper, we propose context unaware knowledge distillation that uses the knowledge of the teacher model without fine-tuning it on the target context. We also propose a new efficient student model architecture for knowledge distillation. The proposed approach follows a two-step process. The first step involves pre-training the student model with the help of context unaware knowledge distillation from the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Advanced Neural Network Applications
MethodsKnowledge Distillation
