Using Text to Teach Image Retrieval
Image retrieval relies heavily on the quality of the data modeling and the distance measurement in the feature space. Building on the concept of image manifold, we first propose to represent the feature space of images, learned via neural networks, as a graph. Neighborhoods in the feature space are now defined by the geodesic distance between images, represented as graph vertices or manifold samples. When limited images are available, this manifold is sparsely sampled, making the geodesic computation and the corresponding retrieval harder. To address this, we augment the manifold samples with geometrically aligned text, thereby using a plethora of sentences to teach us about images. In addition to extensive results on standard datasets illustrating the power of text to help in image retrieval, a new public dataset based on CLEVR is introduced to quantify the semantic similarity between visual data and text data. The experimental results show that the joint embedding manifold is a robust representation, allowing it to be a better basis to perform image retrieval given only an image and a textual instruction on the desired modifications over the image
Code (0)
등록된 구현이 없습니다.
Tasks
Image RetrievalRetrievalSemantic SimilaritySemantic Textual SimilaritySimilar Papers 제목 키워드 기반
Context Unaware Knowledge Distillation for Image Retrieval
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)…
Image RetrievalKnowledge DistillationQuantizationRetrievalMCAD: Multi-teacher Cross-modal Alignment Distillation for efficient image-text retrieval
Due to the success of large-scale visual-language pretraining (VLP) models and the widespread use of image-text retrieval in industry areas, it is now critically necessary to reduce the model size and streamline their mo…
cross-modal alignmentImage-text RetrievalRetrievalText RetrievalRetaining Knowledge and Enhancing Long-Text Representations in CLIP through Dual-Teacher Distillation
Contrastive language-image pretraining models such as CLIP have demonstrated remarkable performance in various text-image alignment tasks. However, the inherent 77-token input limitation and reliance on predominantly…
image-classificationImage ClassificationImage to textImage-to-Text Retrieval+3AMMKD: Adaptive Multimodal Multi-teacher Distillation for Lightweight Vision-Language Models
The success of large-scale visual language pretraining (VLP) models has driven widespread adoption of image-text retrieval tasks. However, their deployment on mobile devices remains limited due to large model sizes and c…
Knowledge DistillationText RetrievalRethinking Knowledge in Distillation: An In-context Sample Retrieval Perspective
Conventional knowledge distillation (KD) approaches are designed for the student model to predict similar output as the teacher model for each sample. Unfortunately, the relationship across samples with same class is oft…
Knowledge DistillationRetrieval