SlideShare a Scribd company logo
ECWAY TECHNOLOGIES
IEEE PROJECTS & SOFTWARE DEVELOPMENTS
OUR OFFICES @ CHENNAI / TRICHY / KARUR / ERODE / MADURAI / SALEM / COIMBATORE
BANGALORE / HYDRABAD
CELL: +91 98949 17187, +91 875487 1111 / 2111 / 3111 / 4111 / 5111 / 6111 / 8111
VISIT: www.ecwayprojects.com MAIL TO: ecwaytechnologies@gmail.com

QUERY-ADAPTIVE IMAGE SEARCH WITH HASH CODES

ABSTRACT:

Scalable image search based on visual similarity has been an active topic of research in recent
years. State-of-the-art solutions often use hashing methods to embed high-dimensional image
features into Hamming space, where search can be performed in real-time based on Hamming
distance of compact hash codes. Unlike traditional metrics (e.g., Euclidean) that offer continuous
distances, the Hamming distances are discrete integer values. As a consequence, there are often a
large number of images sharing equal Hamming distances to a query, which largely hurts search
results where fine-grained ranking is very important.

This paper introduces an approach that enables query-adaptive ranking of the returned images
with equal Hamming distances to the queries. This is achieved by firstly offline learning bitwise
weights of the hash codes for a diverse set of predefined semantic concept classes. We formulate
the weight learning process as a quadratic programming problem that minimizes intra-class
distance while preserving inter-class relationship captured by original raw image features.

Query-adaptive weights are then computed online by evaluating the proximity between a query
and the semantic concept classes. With the query-adaptive bitwise weights, returned images can
be easily ordered by weighted Hamming distance at a finer-grained hash code level rather than
the original Hamming distance level. Experiments on a Flickr image dataset show clear
improvements from our proposed approach.

More Related Content

PDF
An investigation on lte mobility management
PDF
Adaptive network coding for broadband wireless access networks
PDF
Airborne vehicle detection in dense urban areas using ho g features and dispa...
PDF
A secure payment scheme with low communication and processing overhead for mu...
PDF
Android a generalized flow-based method for analysis of implicit relationshi...
PDF
Analysis of distance based location management in wireless communication netw...
PDF
A survey of xml tree patterns
PDF
Android a survey of xml tree patterns
An investigation on lte mobility management
Adaptive network coding for broadband wireless access networks
Airborne vehicle detection in dense urban areas using ho g features and dispa...
A secure payment scheme with low communication and processing overhead for mu...
Android a generalized flow-based method for analysis of implicit relationshi...
Analysis of distance based location management in wireless communication netw...
A survey of xml tree patterns
Android a survey of xml tree patterns

Similar to Adaptive image search with hash codes (20)

PDF
Matlab linear distance coding for image classification
DOCX
JAVA 2013 IEEE IMAGEPROCESSING PROJECT Query adaptive image search with hash ...
DOCX
Query adaptive image search with hash codes
PDF
Dotnet large graph analysis in the g mine system
DOCX
Large graph analysis in the g mine system
PDF
Large graph analysis in the g mine system
PDF
Dotnet large graph analysis in the g mine system
PDF
IEEE MultiMedia 2016 Title and Abstract
DOCX
2014 ieee project matlab titles
DOCX
2013 ieee project matlab titles
DOCX
2013 ieee project matlab titles
DOCX
2013 ieee project matlab titles
DOCX
2013 ieee project matlab titles
DOCX
2014 ieee project matlab titles
DOCX
2014 ieee project matlab titles
DOCX
2014 ieee project matlab titles
PDF
Adaptive image search with hash codes
PDF
Matlab adaptive image search with hash codes
PDF
isprsarchives-XL-3-381-2014
PDF
The Future of Health Monitoring: Advances in Wearable Sensor Data Processing
Matlab linear distance coding for image classification
JAVA 2013 IEEE IMAGEPROCESSING PROJECT Query adaptive image search with hash ...
Query adaptive image search with hash codes
Dotnet large graph analysis in the g mine system
Large graph analysis in the g mine system
Large graph analysis in the g mine system
Dotnet large graph analysis in the g mine system
IEEE MultiMedia 2016 Title and Abstract
2014 ieee project matlab titles
2013 ieee project matlab titles
2013 ieee project matlab titles
2013 ieee project matlab titles
2013 ieee project matlab titles
2014 ieee project matlab titles
2014 ieee project matlab titles
2014 ieee project matlab titles
Adaptive image search with hash codes
Matlab adaptive image search with hash codes
isprsarchives-XL-3-381-2014
The Future of Health Monitoring: Advances in Wearable Sensor Data Processing
Ad

More from Ecwaytechnoz (20)

PPTX
Wheelztracker.pptx
PDF
Coloring based inter-wban scheduling for mobile wireless body area networks
DOC
Code modulation based encryption & decryption technique for secure communicat...
PDF
Clustering sentence level text using a novel fuzzy relational clustering algo...
PDF
Clustering large probabilistic graphs
PDF
Cloudsim t-drive enhancing driving directions with taxi drivers’ intelligence
PDF
Cloudsim ranking on data manifold with sink points
PDF
Cloudsim quality-differentiated video multicast in multirate wireless networks
PDF
Cloudsim power allocation for statistical qo s provisioning in opportunistic...
PDF
Cloudsim distributed web systems performance forecasting using turning bands...
PDF
Cloudsim distributed processing of probabilistic top-k queries in wireless s...
DOCX
Civil 2013 titles
DOC
Chopper based dc motor speed control
PDF
Channel assignment for throughput optimization in multichannel multiradio wir...
PDF
Channel allocation and routing in hybrid multichannel multiradio wireless mes...
PDF
Casual stereoscopic photo authoring
DOCX
Casual stereoscopic photo authoring
PDF
Capacity of hybrid wireless mesh networks with random a ps
DOC
Bomb detection robot with wireless camera
DOC
Bed side patients monitoring system with emergency alert
Wheelztracker.pptx
Coloring based inter-wban scheduling for mobile wireless body area networks
Code modulation based encryption & decryption technique for secure communicat...
Clustering sentence level text using a novel fuzzy relational clustering algo...
Clustering large probabilistic graphs
Cloudsim t-drive enhancing driving directions with taxi drivers’ intelligence
Cloudsim ranking on data manifold with sink points
Cloudsim quality-differentiated video multicast in multirate wireless networks
Cloudsim power allocation for statistical qo s provisioning in opportunistic...
Cloudsim distributed web systems performance forecasting using turning bands...
Cloudsim distributed processing of probabilistic top-k queries in wireless s...
Civil 2013 titles
Chopper based dc motor speed control
Channel assignment for throughput optimization in multichannel multiradio wir...
Channel allocation and routing in hybrid multichannel multiradio wireless mes...
Casual stereoscopic photo authoring
Casual stereoscopic photo authoring
Capacity of hybrid wireless mesh networks with random a ps
Bomb detection robot with wireless camera
Bed side patients monitoring system with emergency alert
Ad

Adaptive image search with hash codes

  • 1. ECWAY TECHNOLOGIES IEEE PROJECTS & SOFTWARE DEVELOPMENTS OUR OFFICES @ CHENNAI / TRICHY / KARUR / ERODE / MADURAI / SALEM / COIMBATORE BANGALORE / HYDRABAD CELL: +91 98949 17187, +91 875487 1111 / 2111 / 3111 / 4111 / 5111 / 6111 / 8111 VISIT: www.ecwayprojects.com MAIL TO: ecwaytechnologies@gmail.com QUERY-ADAPTIVE IMAGE SEARCH WITH HASH CODES ABSTRACT: Scalable image search based on visual similarity has been an active topic of research in recent years. State-of-the-art solutions often use hashing methods to embed high-dimensional image features into Hamming space, where search can be performed in real-time based on Hamming distance of compact hash codes. Unlike traditional metrics (e.g., Euclidean) that offer continuous distances, the Hamming distances are discrete integer values. As a consequence, there are often a large number of images sharing equal Hamming distances to a query, which largely hurts search results where fine-grained ranking is very important. This paper introduces an approach that enables query-adaptive ranking of the returned images with equal Hamming distances to the queries. This is achieved by firstly offline learning bitwise weights of the hash codes for a diverse set of predefined semantic concept classes. We formulate the weight learning process as a quadratic programming problem that minimizes intra-class distance while preserving inter-class relationship captured by original raw image features. Query-adaptive weights are then computed online by evaluating the proximity between a query and the semantic concept classes. With the query-adaptive bitwise weights, returned images can be easily ordered by weighted Hamming distance at a finer-grained hash code level rather than the original Hamming distance level. Experiments on a Flickr image dataset show clear improvements from our proposed approach.