paper-with-me

Papers

Optimizing Domain-Specific Image Retrieval: A Benchmark of FAISS and Annoy with Fine-Tuned Features

2024-12-02 · MD Shaikh Rahman, Syed Maudud E Rabbi, Muhammad Mahbubur Rashid

Approximate Nearest Neighbor search is one of the keys to high-scale data retrieval performance in many applications. The work is a bridge between feature extraction and ANN indexing through fine-tuning a ResNet50 model with various ANN methods: FAISS and Annoy. We evaluate the systems with respect to indexing time, memory usage, query time, precision, recall, F1-score, and Recall@5 on a custom image dataset. FAISS's Product Quantization can achieve a precision of 98.40% with low memory usage at 0.24 MB index size, and Annoy is the fastest, with average query times of 0.00015 seconds, at a slight cost to accuracy. These results reveal trade-offs among speed, accuracy, and memory efficiency and offer actionable insights into the optimization of feature-based image retrieval systems. This study will serve as a blueprint for constructing actual retrieval pipelines and be built on fine-tuned deep learning networks and associated ANN methods.

📄 PDF Abstract BibTeX arXiv:2412.01555

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalQuantizationRetrieval

Similar Papers 제목 키워드 기반

Asymmetric Transfer Hashing with Adaptive Bipartite Graph Learning

2022-06-25 · Jianglin Lu, Jie zhou, Yudong Chen, Witold Pedrycz 외

Thanks to the efficient retrieval speed and low storage consumption, learning to hash has been widely used in visual retrieval tasks. However, existing hashing methods assume that the query and retrieval samples lie in h…

Graph LearningRetrievalTransfer Learning

Optimizing Multi-Stage Language Models for Effective Text Retrieval

2024-12-26 · Quang Hoang Trung, Le Trung Hoang, Nguyen Van Hoang Phuc

Efficient text retrieval is critical for applications such as legal document analysis, particularly in specialized contexts like Japanese legal systems. Existing retrieval methods often underperform in such domain-specif…

RetrievalText Retrieval

Telco-oRAG: Optimizing Retrieval-augmented Generation for Telecom Queries via Hybrid Retrieval and Neural Routing

2025-05-17 · Andrei-Laurentiu Bornea, Fadhel Ayed, Antonio De Domenico, Nicola Piovesan 외

Artificial intelligence will be one of the key pillars of the next generation of mobile networks (6G), as it is expected to provide novel added-value services and improve network performance. In this context, large langu…

RAGRetrievalRetrieval-augmented Generation

Optimizing CLIP Models for Image Retrieval with Maintained Joint-Embedding Alignment

2024-09-03 · Konstantin Schall, Kai Uwe Barthel, Nico Hezel, Klaus Jung

Contrastive Language and Image Pairing (CLIP), a transformative method in multimedia retrieval, typically trains two neural networks concurrently to generate joint embeddings for text and image pairs. However, when appli…

Image RetrievalRetrievalzero-shot-classificationZero-Shot Learning

DUDE: Diffusion-Based Unsupervised Cross-Domain Image Retrieval

2025-09-04 · Ruohong Yang, Peng Hu, Yunfan Li, Xi Peng arxiv

Unsupervised cross-domain image retrieval (UCIR) aims to retrieve images of the same category across diverse domains without relying on annotations. Existing UCIR methods, which align cross-domain features for the entire…

Image Retrieval