Tagged articles
19 articles
Page 1 of 1
System Architect Go
System Architect Go
Jul 4, 2024 · Artificial Intelligence

Optimizing Image Search System Architecture with Client‑Side Feature Extraction Using MobileNet

This article explains the architecture of an image‑search system that extracts feature vectors, stores them in a vector database, and performs similarity queries, then proposes an optimized design that offloads feature extraction to a lightweight MobileNet model running in the browser, reducing latency, server load, and component complexity.

MobileNetSystem ArchitectureTensorFlow.js
0 likes · 9 min read
Optimizing Image Search System Architecture with Client‑Side Feature Extraction Using MobileNet
dbaplus Community
dbaplus Community
Nov 27, 2023 · Artificial Intelligence

Build an Image‑Search Engine with Elasticsearch 8.x and CLIP

This guide explains how to implement reverse image search by extracting visual features with a multilingual CLIP model, storing the vectors in Elasticsearch 8.x, and using its k‑NN plugin to retrieve similar images, covering architecture, tools, code snippets, and results.

CLIPDeep Learningimage search
0 likes · 9 min read
Build an Image‑Search Engine with Elasticsearch 8.x and CLIP
php Courses
php Courses
Aug 30, 2023 · Artificial Intelligence

Microsoft Announces Third-Generation Turing Bletchley Visual Language Model

Microsoft unveiled its third‑generation Turing Bletchley visual language model, set to be integrated into Bing and other products to dramatically enhance image search, while also being used for content moderation on Xbox services, reflecting extensive user‑driven refinements.

AIBingMicrosoft
0 likes · 2 min read
Microsoft Announces Third-Generation Turing Bletchley Visual Language Model
Programmer DD
Programmer DD
Jun 25, 2023 · Artificial Intelligence

How to Build Image Search with Elasticsearch 8.x and CLIP Multilingual Model

This article explains the concept of image‑based search, why it matters, and provides a step‑by‑step guide to implement image search using Elasticsearch 8.x, feature‑extraction libraries, and the multilingual CLIP‑ViT‑B‑32 model, including code snippets and architecture overview.

Deep Learningclip modelfeature extraction
0 likes · 10 min read
How to Build Image Search with Elasticsearch 8.x and CLIP Multilingual Model
Baidu Geek Talk
Baidu Geek Talk
Mar 23, 2023 · Artificial Intelligence

Advanced Image Search in Baidu Netdisk: Semantic Vector Retrieval and Multi-Modal Fusion

Baidu Netdisk’s new image search combines ERNIE‑ViL‑based semantic vectors, cross‑modal matching and metadata such as timestamps, GPS and facial tags, using LSH‑optimized indexing to let users find specific photos among billions with natural‑language queries, delivering faster, more accurate results without manual tagging.

ERNIE-ViLLSH hashingMultimodal AI
0 likes · 11 min read
Advanced Image Search in Baidu Netdisk: Semantic Vector Retrieval and Multi-Modal Fusion
DeWu Technology
DeWu Technology
Nov 18, 2020 · Artificial Intelligence

Evolution and Technical Analysis of Dewu Photo Search

Dewu Photo Search evolved from a limited Aliyun‑based prototype to a self‑developed pipeline using EfficientNet detection and 128‑dim embeddings, boosting top‑1 shoe accuracy over 100 % and overall precision by up to 41 %, while reducing latency and improving scalability despite remaining stability challenges.

Deep LearningModel Optimizationfeature extraction
0 likes · 10 min read
Evolution and Technical Analysis of Dewu Photo Search
iQIYI Technical Product Team
iQIYI Technical Product Team
Jun 19, 2020 · Artificial Intelligence

Emoji Search at iQIYI Douya: From ElasticSearch to Lucene and Semantic Retrieval

iQIYI Douya’s emoji search evolved from ElasticSearch to a pure Lucene implementation and added semantic vector retrieval, enabling fast, scalable, and more accurate text‑based search of AI‑generated images for small‑to‑medium businesses by combining custom tokenization, dense embeddings, and hybrid ranking.

ElasticsearchSearch ArchitectureVector Retrieval
0 likes · 14 min read
Emoji Search at iQIYI Douya: From ElasticSearch to Lucene and Semantic Retrieval
System Architect Go
System Architect Go
Jun 4, 2020 · Artificial Intelligence

Evolution and Underlying Principles of the Billion‑Scale Image Search System at Youpai Image Manager

This article describes the two‑generation evolution of Youpai Image Manager's billion‑scale image search system, explaining the mathematical representation of images, the limitations of MD5, the first‑generation pHash‑ElasticSearch solution, and the second‑generation CNN‑Milvus approach for robust, large‑scale visual similarity search.

CNNMilvusimage search
0 likes · 9 min read
Evolution and Underlying Principles of the Billion‑Scale Image Search System at Youpai Image Manager
System Architect Go
System Architect Go
Apr 11, 2020 · Artificial Intelligence

How to Build an Image Search Engine with CNN and Milvus: A Step‑by‑Step Guide

This article walks through the complete engineering workflow for building an image‑search system, covering CNN‑based feature extraction with VGG16, vector normalization, image preprocessing, black‑edge removal, and practical deployment of the Milvus vector database including hardware requirements, capacity planning, collection/partition design, and search result handling.

CNNMilvusPython
0 likes · 11 min read
How to Build an Image Search Engine with CNN and Milvus: A Step‑by‑Step Guide
System Architect Go
System Architect Go
Mar 30, 2020 · Artificial Intelligence

Overview of Image Search System

This article explains the fundamentals of building an image‑by‑image search system, covering image feature extraction methods such as hashing, traditional descriptors, CNN‑based vectors, and the use of vector search engines like Milvus for similarity retrieval.

CNNMilvusfeature extraction
0 likes · 6 min read
Overview of Image Search System
DataFunTalk
DataFunTalk
May 14, 2019 · Artificial Intelligence

A Comprehensive Overview of Image Search Technology: Frameworks, Evolution, and System Architecture

This article provides a thorough introduction to image‑search technology, covering its general framework, offline and online components, feature‑extraction evolution, retrieval engine structures, and architectural challenges such as dynamic indexing, feature synchronization, and high‑throughput low‑latency serving.

Computer Visionfeature extractionimage search
0 likes · 12 min read
A Comprehensive Overview of Image Search Technology: Frameworks, Evolution, and System Architecture
Youku Technology
Youku Technology
May 6, 2019 · Artificial Intelligence

Exploring Intelligent Production at Youku: AI‑Driven Video Analysis and Automation

The talk describes Youku’s intelligent production platform, which uses AI and cloud computing to automatically analyze video frames, extract fine‑grained metadata such as scenes, persons, actions and scores, and then generate highlights, vertical clips, annotations and feedback for editors and upstream producers, while addressing challenges like pose‑tracking, graph‑based action classification and future plans for deeper video understanding and open competitions.

AIComputer Visionimage search
0 likes · 14 min read
Exploring Intelligent Production at Youku: AI‑Driven Video Analysis and Automation
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Sep 8, 2017 · Artificial Intelligence

Challenges and Techniques in Image Search: Facenet Model and Triplet Loss

The article discusses the evolution of image search engines, outlines key challenges such as image quality, watermarks, speed, and feature extraction, and explains how the Facenet deep‑learning model with Triplet loss can be used to generate compact image embeddings for efficient similarity search.

Computer VisionDeep Learningfacenet
0 likes · 7 min read
Challenges and Techniques in Image Search: Facenet Model and Triplet Loss
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 24, 2016 · Artificial Intelligence

How Deep Learning Revives Image Search: From Sunset to Tomorrow

Image search, once limited by early CBIR techniques, has surged back thanks to deep learning, offering improved relevance, coverage, scalability, and user experience across applications like e‑commerce, shopping, entertainment, and surveillance, while integrating data, users, models, and systems to bridge the semantic gap.

Computer VisionDeep Learninge‑commerce
0 likes · 5 min read
How Deep Learning Revives Image Search: From Sunset to Tomorrow
Qunar Tech Salon
Qunar Tech Salon
Feb 20, 2016 · Artificial Intelligence

Mobile Image Search: Algorithm Framework and Implementation at Paizhi Tao

Mobile image search has become a critical user demand, and since its 2014 launch, Alibaba’s Paizhi Tao has evolved through multiple iterations to a robust AI-driven pipeline comprising category prediction, object detection, deep and local image feature extraction, scalable retrieval indexing, and relevance-based ranking.

Deep LearningMobile AIimage search
0 likes · 6 min read
Mobile Image Search: Algorithm Framework and Implementation at Paizhi Tao
21CTO
21CTO
Jan 29, 2016 · Artificial Intelligence

How Mobile Image Search Powers Real-Time Shopping: Inside Pailitao’s AI Algorithm

Mobile visual search, a long‑standing dream, has evolved from early research to a production‑grade system at Pailitao, where a five‑module AI pipeline—category prediction, object detection, feature extraction, indexing, and ranking—enables billions of images to be searched instantly on mobile devices.

Computer VisionDeep LearningMobile AI
0 likes · 8 min read
How Mobile Image Search Powers Real-Time Shopping: Inside Pailitao’s AI Algorithm