Content based imageretrieval (CBIR) is a search techniquethat uses similarity of visual features to compareimages. It is also known as image based searchprocess, where, given a query image (with or withoutan accompanying text), the system provides a set ofimages that are similar to the query. This provisionis made available in most of the search engines,which enable us to search through the internet usinga query image and get several images that arerelevant to the query. The CBIR system has a lot ofapplications in various sectors, like education,research, tourism, health care, remote sensing, etc.In CBIR systems, while retrieving the resultsagainst a query, some domain specific information,like keywords, may also be provided to improve thequality of retrieval. The scope of such retrievalsystems could be extended to videos and multimediadocuments, which include text, audio, video,graphics, and images, as well.
Challenges and issues in building a CBIRsystem
Developing efficient CBIR systems is hurdled by severalchallenges. The image similarity computed forretrieving relevant images may not always satisfythe user's search intent. Often, objective criteriamay not fill the semantic gap in the representationof similar images. Some images, that are similar tohuman understanding, may be outright rejected asdissimilar images by a computational model. Manyobjective models are sensitive to noise and thepresence of a few outlier features may disturb thedecision by rejecting seemingly similar images oraccepting dissimilar images. In such cases ofsimilarity, thesystem does not explain why a pair of images aresimilar. Such sparingly occurring instances may beacceptable in some domains, but there are variousareas, like medicine and health care, where theverdict of a system is not acceptable without aproper explanation. Also, two images may be globallysimilar or they may have some local similaritybetween them. Capturing and localizing the localsimilarities for declaring a match between twoimages are also challenging. However, most of theCBIR systems work on global similarity.