Content Based Image Retrieval for the Medical Domain

DOI : 10.17577/IJERTV8IS060700
Download Full-Text PDF Cite this Publication

Text Only Version

 

Content Based Image Retrieval for the Medical Domain

Aishwariya Rao Nagar, N.S. Sushmitha, Nalini M.K.

VIII Semester B.E., VIII Semester B.E., Assistant Professor Information Science and Engineering, BMS College of Engineering Bengaluru, India

Abstract The exponential increment and pervasive openness of visual information on the Web has given rise to extensive research activity in the retrieval of images. Conventional strategies that utilize text for image retrieval may endure irregularity between the words specified and visual content. Content-based image retrieval systems utilize the outline of the content present in the image to spot and retrieve related images and this has been the reason of interest for many researchers in the last two decades. A CBIR system is able to query an image over a database of images and return a set of results that most closely matches the queried image. CBIR systems are especially valuable in the medical domain because it retrieves images from a large dataset based on similarities which helps in speedy and efficient diagnosis of patients. There is continuous analysis happening within the space of CBIR systems particularly for medical images, and different algorithms are being developed to create frameworks that can be widely utilized. The aim of this paper is to is to develop a content-based image retrieval (CBIR) system architecture to support querying of very large image databases with user-specified distance measures that can be used for a wide variety of datasets in the medical domain.

Keywords Content-based image retrieval; euclidean distance; manhattan distance; similarity measure; indexing; feature vector;

  1. Implementation Methodology

    Content based image retrieval matches features extracted from the query image with the features extracted from the images present in the database using various distance metrics for similarity estimation. While the requirements can vary a great deal from user to user, image features can broadly be divided into three levels of abstraction: the lowest level of abstraction consists of primitive features such as shape and color, the next level consists of logical features such as objects present in the image and the third level consists of abstract features like the importance and interpretation of a scene portrayed. CBIR frameworks presently operate viably only when primitive features are considered. The images stored in the database of a content based image retrieval framework are indexed based on their visual content using the specific chosen features such as color (color intensity distribution of the image, RGB content of the image, HSV values of the image etc.), texture (presence of homogenous patterns in the image, or the spatial arrangement of color and intensities in various regions of the image), shape (boundaries of various objects present in the image along with their interiors), other visual features or a union of these features.

    1. INTRODUCTION

      The utilization of large image databases for a number of applications has now become feasible due to the development of faster and more powerful processors along with access to cheaper memories and storage on the cloud. The rapid increase in the size of these multimedia records as of late can also largely be attributed to the World Wide Web picking up prominence in recent years, enabling ubiquitous accessibility and availability of visual information. The need for large databases containing records of medical images, criminals, works of art, satellite images etc. has been recognized in various professional domains including but not limited to architecture, design, medicine, history, fashion, national and international security etc. Finding and retrieving the desired records from these large collections is a feature required by journalists, design engineers, art historians, police, doctors and more. Developing a tool to achieve this has led to research into the domain of image retrieval methodologies which deals with the retrieval of visual data. Content-based image retrieval (CBIR) enables efficient and viable access and retrieval of visual information. A CBIR system is able to query an image over a database of images and return a set of results that most closely matches the queried image.

  2. Significance of CBIR in Medical Imaging

    In the last few years, numerous CBIR techniques have been developed, each using different methods for extraction of features for image retrieval. Some years back, the medical information systems only provided literary details about patients undergoing treatment. This data was later stored in sizeable databases and the records of patients could be accessed using text searching queries. Nowadays, easy access to medical imaging equipment such as MRI, CT, PET Scanners, etc. and the sheer volume of medical information that is generated has made the development of efficient databases to store this data an imminent need. Conventional searches utilizing keywords did not effectively accomplish the tasks that needed to be performed by medical personnel.

    Content based image retrieval (CBIR) frameworks are particularly important in the medical domain as it returns similar images from an extensive dataset which helps in speedy and efficient diagnosis of patients. Due to the development of remote diagnosis and treatment facilities in the medical domain, it is also necessary to share these medical images amongst various hospitals and research centers which can help a doctor evaluate the medical condition of a patient by searching for similar medical images and clinical data to refer to. Content-Based Medical Image Retrieval (CBMIR) is used to identify and retrieve similar

    medical images in the database thereby helping the radiologist recall and examine previous relevant cases during diagnosis.

    The effectiveness of CBMIR depends mainly on the visible features chosen to represent the images. The commonly used features are: texture, color, boundaries etc. Texture plays a very important role in the processing of medical images. These patterns of texture provide information regarding the collection of repetitive grouping of pixels and provides data in with respect to its external environment. The objects in a medical image can be distinguished only by their texture sequence. [19]

    Another important feature that is considered is the boundary of the object. It is a line that sets an object apart from its surroundings. It is used to identify the shape of the object in the image. Medical images dont have distinct boundaries. This leads to a few problems while scanning the medical images, such as less illumination, noise and poor contrast. Hence, it is difficult to identify tissue patterns, distinguish between benign and malignant tissue, arrangement of organs etc. [19]

    Due to the importance of storage and retrieval of medical images in todays world, the Digital Imaging and Communications in Medicine (DICOM) standard was created by the American College of Radiology (ACR) and National Electrical Manufacturers Association (NEMA). This standard aims to integrate various medical imaging devices from different manufacturers and precisely handle, store and transmit medical images. Additionally, DICOM data objects consists of a number of attributes describing the images including patient information such as name, ID etc. along with pixel information. DICOM is a wide spread standard, providing compatibility between numerous medical imaging and information systems and will soon be employed throughout the medical industry. Some medical professions where this standard is utilized are radology, surgery, endoscopy, mammography, orthopedics, pediatrics, cardiology and other related domains.

    Moreover, Picture Archiving and Communication Systems (PACS) store and transfer medical images in DICOM format to provide economical and convenient image storage, retrieval, distribution and presentation facilities. PACS modules use DICOM to form secured networks of machines from different modalities. PACS archives store textual information about the image such as patient information, image description, diagnostic reports etc. in the DICOM header which is used to access and retrieve the required images.

  3. Main Features Employed in CBIR
    1. Color

      CBIR frameworks most frequently utilize color to describe the visual features of the image. The image is first represented using a color space. The most commonly used color space is RGB (Red Green Blue). Next, one histogram representing each primary color is created in the RGB space.

      The histogram depicts the distribution of colors and the number of bins in the histogram determines the color quantization in the image. The query image and database image are compared using a distance metric which ascertains the similarity between the two histograms. However, the restriction to color distribution across the entire image without taking into consideration spatial constraints is not enough to accurately distinguish between images.

    2. Texture

      Texture refers to homogenous visual patterns that provides information about the spatial distribution of colors in the image. Two classes of texture representation are: structural methods and statistical methods. Structural methods include morphological operators and adjacency graphs, describe texture through the identification of structural primitives and their arrangement in the image, for example, the presence of objects that are adjacent, perpendicular or parallel to one another. On the other hand, statistical methods identify texture through quantitative distributions of image intensity and include techniques such as Gabor, wavelet transforms, co-occurrence matrices, Fourier power spectra, Tamura feature etc. The method chosen to represent texture dictates how the images are compared using texture features.

    3. Shape

    Shape extraction involves a number of features characterizing the shape of the object that are independent of size or orientation, such as edges and contours, to be calculated for each object identified within the images stored in the database. Here, a k-dimensional metric (where k represents the number of feature characteristics) is utilized to determine the similarity between two images. The set of matching features are then computed for the query image and images in the database having similar to those of the query image are retrieved. Shape features can be divided into two categories: global features that describe the image as a whole, such as aspect ratio, circularity, invariant moments etc. and local features that describe each object, such as consecutive boundary segment sets.

  4. Query-Image Matching

    By matching the distances between two points or a series of two points, i.e. distance of one image compared to the distance of the second image, if the distance of object X and object Y are equal, and if repetitions of the distance measurement and comparison of the series of measurements show that the distances are the same then the program will conclude that a match has been found.

    Alternatively, if shape and scale comparison measures are used, the function that creates the first image needs to be approximated and then this estimation is repeated for the second image. Once the scale and shape of the two images are determined, then they may be compared for matching. This process is more complicated than comparing distance. Difficulties may arise when certain points in the image are accessible, making it impossible to estimate shape with good accuracy.

    Content-based retrieval systems process a query and retrieve the closest available prototypes present in the database. The judgment of how alike the query and database image is contingent on the distance measure or measures chosen. Similarity measures are divided into 4 major categories: color, texture, shape and object and relationship similarity.

  5. Evaluation Strategies

    Two main evaluation metrics are used to measure the performance of image retrieval systems: Precision and Recall. Precision (also known as specificity) refers to the fraction of relevant images retrieved and recall (also known as sensitivity) refers to the fraction of all the relevant images present in the database that was actually retrieved by the system. These metrics require the meaning of relevance to be properly defined in order to accurately evaluate the performance of the system, which may be subjective. The results are represented as a precision-recall curve which summarizes the trade-offs between the true positive rate (precision) and value of positive prediction (recall). Since information retrieval systems deal with a large number of queries, average precision over a range of different queries is used to evaluate the system.

  6. Major Challenges
  1. Semantic Gap: The user might interpret the results of the systems feature-based classification differently. Images that are classified similar according to a feature based metric by the system might be found dissimilar by the user and inversely, the user may find images classified as distinct by the system to be quite similar.
  2. Word-Picture Association: A system that retrieves images relevant to a text query generates an expansive set of open questions on the best way to accurately extricate the semantic sense of the request, how to allocate word based descriptions to images in the database, how to discover equal articulations to image annotations etc.
  3. High Dimensionality: High dimensionality due to the large images that need to be stored in CBIR systems is a huge challenge. Dimensionality reduction needs to be employed in order to boost the efficiency and potency of the system.
  4. Coherent Databases: Development of coherent databases that can be used across all CBIR systems is a difficult task due to the wide range of images that need to be stored.
  5. Combining various features: Aggregating various features improves the performance of the CBIR system but determining the correct weights to assign to each feature is no easy task and the effectiveness of using weighted sums to aggregate various features is questioned.
  6. Personalization of the system based on the user: In order to address the issue of subjectivity of image interpretation, future CBIR systems should analyse the users search history and develop a user profile which can be used to retrieve images that will match the expectations of the user.

We experiment by combining color and texture features to build a CBIR system in this paper. The remainder of the paper is organized as follows: Section 2 highlights some of the existing works in CBIR. Section 3 describes our proposed

CBIR system and the procedure followed. The paper is concluded in Section 5.

II. EXISTING WORK

Research into the design and development of CBIR systems is popular due to its importance in the healthcare industry.

  1. V. Satyanarayana Tallapragada et al. (2016) [4] have highlighted the importance of segmentation of images and propose a method to segment the medical image using a semi decision algorithm that separates only the tumour from the CT image and extracting it using morphological image processing techniques. Avi Kak et al. (2002) [5] focused on providing solutions for problems related to the automated retrieval of high-resolution CT images of the liver and lung from large medical image databases. They improved diagnostic accuracy by utilizing a hierarchical retrieval mechanism and extracting features using domain related knowledge gined from certain low-level features. They also shed some light on interactive contour extraction methods. G. Schaefer et al. (2004) [6] developed a CBIR system to retrieve medical infrared images whose features are similar to the query image built on the notion that thermal images are characterized by a set of seven moment invariants and the images can be reconstructed using a combination of these moments. Luiz A. P. Neves et al. (2013) [7] extended the existing Shared Biological Image Manager (SBIM) system for the fulfilment of the increasingly complex requirements for sharing, storing and processing of data in medical centres and hospitals. This was accomplished using data mining concepts and image retrieval techniques using the Support Vector Machine (SVM) framework. Mrs.L.Malliga et al.(2014) [8] have come up with a fuzzy database management system (FDBMS) that stores and retrieves the medical image by performing various flexible queries. The two processes involved comprise of an image retrieval process that retrieves the medical images from the database and the second one segments the image using segmentation algorithms like region-based, data clustering, or edge-based segmentation. Harshita Sharma et al. (2012) [9] used unique techniques like higher order graph-based approach, tree search, text descriptions of images and matching for establishing similarity between histological images during content-based image retrieval. Chunyan Zhang et al. (2017)
    1. have recognized the problems that arise when medical images are uploaded onto third party platforms, namely issues with privacy and authenticity. Their CBIR system encrypts the medical image using DWT and DCT before being uploaded to the server. The similarity of two encrypted medical images are represented by the Normalized Correlation Coefficient (NC) and is used to determine the corresponding image and return it. The experimental results have shown that their proposed method is robust and is effective against conventional and geometric attacks. B. Jyothi et al. (2016) [11] focused on texture components that are integrated with user feedback to improve the retrieval accuracy of the BIR system. Some complex techniques such as intensity, gradient and edge mapping techniques were used to achieve their goal. If the user is dissatisfied with the images retrieved, the system provides an interface where the

      user can select the most relevant image for searching again. The system analyses the relevance feedback from the user and returns better results. Roshi Choudhary et al. (2014) [12] have described an integrated CBIR method to extract both texture and color features. A technique called color moment (CM) extracts the color features from colored images and local binary pattern (LBP) extracts the texture features from grayscale images. A feature vector is then formed by combining the color and texture features of the image.The Euclidean distance between the feature vectors of the database images and query image are computed and images in the database corresponding to the query that fall below the Euclidean Distance threshold value are returned. Yu-Chen Wang et al. (2015) [13] They have proposed a method called biased discriminant analysis which is a subspace learning algorithm, with feature line embedding for enhancing performance in relevance feedback schemes by identifying the correlation between feature lines and samples. Relevance feedback is used for dimensionality reduction and feature line embedding is utilized to reduce the gap between abstract high-level semantic features and low-level features. Zhi-Chun Huang et al. (2010) [14] have attempted to simplify the complexity involved in computation and improve the retrieval accuracy of relevant images by combining colour and texture features and allowing the user to specify the weights that must be assigned to these features while measuring the similarity between images. They have used HSV (Hue,Saturation,Value) colour space for colour features. Gabor texture descriptors were used for the texture feature.

      III. METHODOLOGY AND EXPERIMENTAL PROCEDURE

      Many studies have been conducted in recent years on proximity distance measures that effectively measure the similarity between images to improve visual similarity while retrieving the images in CBIR systems as well as on different feature extraction techniques that can comprehensively describe the image. But there are limitations in the existing methods in terms of precision level of the retrieved images. To overcome these limitations, this paper aims at developing an improved technique for visual similarity search in content- based image retrieval that combines two color features and one texture feature. To evaluate the effectiveness of the proposed technique, it will be applied on image data sets consisting of colored images of scans of the retina as well as greyscale images of chest X-rays. This technique would help retrieve visually similar images with high average precision. The overall outcome of this paper would be to prove that the suggested technique transcends the existing techniques in terms of retrieving relevant images from the database.

      1. High Level Design

        a.

        Fig. 1. High level design

      2. Low level design

        Fig. 2. Low level design

      3. Implementation Details
        1. Color Histogram

          Color features are used in image retrieval systems to describe the image. Color is represented as a histogram which denotes the pixe distribution every color intensity within the image. Each color is quantized into distinct levels in order to define the histogram.

        2. Normalized HSV Domain

        The histogram is normalized so that images of various sizes can be retrieved. HSV is a color space that is based on how the human eye perceives color. The HSV color space

        represents color as three components, Hue (H), Saturation (S) and Value (V). Image processing systems generally represent color using the RGB color model because these colors can be displayed technically with ease. Color conversion is required in order to bridge the 2 models so the color can be processed and displayed accurately.

        image. Gabor filters analyze images in a manner that is similar to the perception of texture by the human eye.

        5) Distance Metrics

        • Euclidean distance

    The color is converted from RGB to HSV in the following steps:

    Step 1: Red, Green and Blue values are obtained by normalizing each pixel.

    Step 2: The Red(R), Green(G) and Blue(B) values are divided by 255 in order to change the range from 0..255 to 0..1.

    R = R/255

    • Manhattan distance

    (4)

    (5)

    G = G/255 B = B/255

    where qi is the query image feature vector, si is the feature

    Cmax = max(R’, G, B)

    Cmin = min(R, G, B)

    = Cmax Cmin Formulas:

    1. Mean Feature

      1. Read query image from user.

      (1)

      (2)

      (3)

      vector of the images present in the database and L is the

      dimension of the image feature.

      1. Algorithm
  1. For each image present in the database Do,
  2. Read the image and resize it into 256×256.
  3. Compute MD5 hash of that image and store it as a key in hashtable1 which is the image meta-database.
  4. Extract the Red, Green and Blue elements from an image and store it in object of class Image (contain all properties of the corresponding image as attributes).
  5. Convert the R, G, B components to HSV color domain and store it in same image object.
  6. Extract and store mean color feature of the image in mean feature vector in same image object
  7. Extract texture feature of the image using gabor filter and store texture feature vector in same image object
  8. Combine both the feature vectors using vector concatenation and store it in same image object
  9. Store the image object asvalue to the key in image meta- database.
  10. End For
  11. Repeat Steps 2 to 8 for the query image.
  12. For each image in the database Do
  13. Compute the distances using the user-selected similarity measure (Euclidean or Manhattan) between the feature vector of the
  1. Extract the RGB components from the query image.
  2. Calculate their means individually (mean of all the red components of all the pixels of the query image).
  3. The RGB component of each pixel is compared with the results obtained in step 3 for each component.
  4. If the comparison performed in step 4 results true, then RGB component of each pixel is assigned to RH, GH and BH respectively otherwise, to RL, BL and GL respectively (stored as array).
  5. Calculate the mean of RH, RL, GH, GL, BH, BL and store it into a 256 bit color feature vector in database.
  1. Gabor Feature

Gabor filters are employed in order to extract and analyze the texture features from the image. It is a linear filter which analyzes the frequency content in specific directions in a localized region around the point or region of analysis in the

query image and the corresponding feature vector of the current image in the database and form the hashtable2 (which contains the same md5 digest of the image as the key and distance as the value).

  1. End For
  2. Sort the hash table2 and retrieve the top 5 images that most closely match the query image.
  3. Using the key present in hash table2, we can fetch the image record from hash table1 (image meta-database) and find out the path to the image stored in the Image object and display it to the user.
  1. RESULTS

    Fig 3. and 4. is the result of selecting COLOR FEATURES + EUCLIDEAN DISTANCE METRIC and the database used is retina database and lungs x-ray database respectively.

    Fig. 3. Result of x-ray

    Fig. 4. Result of retina

    Fig 5. and 6. is the result of selecting TEXTURE FEATURE

    + EUCLIDEAN DISTANCE METRIC and the database used is retina database and lungs x-ray database respectively.

    Fig. 5. Result of x-ray

    Fig. 6. Result of retina

    Fig 7. and 8. is the result of selecting ALL FEATURES + EUCLIDEAN DISTANCE METRIC and the database used is retina database and lungs x-ray database respectively.

    Fig. 7. Result of retina

    Fig. 8. Result of x-ray

    III. CONCLUSION

    A method for content-based image retrieval using two color features and one texture feature is proposed in this paper. Texture and color features are extracted from these images separately. HSV domain and Mean algorithm serve as color features and Gabor filter responses are used as texture features. Euclidean distance and Manhattan distance are utilized to determine image similarity. A combination of these color and texture features retrieves better sets of similar images to the query image compared to only color or only texture features. The images retrieved have similarity measure values between 0.0 and 1.0.The system is designed to retrieve top 5 images that are similar to the query image under all conditions (based on the similarity measure chosen) , with the aim that user can get the most similar images from his dataset always. The incorporation of key selection and hashing mechanisms has improved the retrieval efficiency of our system considerably. We also incorporated two different distance measures with which the user can conduct searches.The experiments were performed using test databases of real medical image data from the Drive and Stare Retina database as well as National Institutes of Health Chest X-Ray Database and by the outcomes observed for these datasets, we conclude that the combination of HSV, Mean and Gabor Filter shows the best results as we obtained images that most closely match the query image for the same set of queries by using the combination of features as compared to only color or only texture features. This demonstrates the efficacy of this method in comparison with the existing methods in the literature.

    ACKNOWLEDGMENT

    The authors would like to acknowledge the Drive database [31], the STARE project [32,33] along with National Institutes of Health Chest X-Ray Dataset [34] for facilitating this research activity.

    REFERENCES

    1. Zhang, Y., Jia, Z. and Chen, T., 2011, June. Image retrieval with geometry-preserving visual phrases In Computer Vision and Pattern Recognition (CVPR), 2011 IEEE, Conference on (pp. 809-816). IEEE.
    2. Shiv Ram Dubey, Satish Kumar Singh, Rajat Kumar Singh, “Novel local bit-plane dissimilarity pattern for computed tomography image retrieval”, Electronics Letters, vol. 52, no. 15, pp. 1290-1292, 2016
    3. José Ramos, Thessa T. J. P. Kockelkorn, Isabel Ramos, Rui Ramos, Jan Grutters, Max A. Viergever, Bram van Ginneken, Aurélio Campilho, “Content-Based Image Retrieval by Metric Learning From Radiology papers: Application to Interstitial Lung Diseases”, IEEE Journal of Biomedical and Health Informatics, Vol. 20, No. 1, 2015, pp. 281-292.
    4. V. V. Satyanarayana Tallapragada, D. M. Reddy, P. Shashi Kiran, D.
  2. Reddy, “A Novel Medical Image Segmentation and Classification using Combined Feature Set and Decision Tree Classifier”, International Journal of Research in Engineering and Technology, Vol. 4, No. 9, 2016, pp. 83-86
  1. Kak, A. and Pavlopoulou, C., 2002. Content-based image retrieval from large medical databases. In 3D Data Processing Visualization and Transmission, 2002.Proceedings. First International Symposium on (pp. 138-147). IEEE.
  2. Jones, B.F., Schaefer, G. and Zhu, S.Y., 2004, September. Content- based image retrieval for medical infrared images. In Engineering in Medicine and Biology Society, 2004. IEMBS’04. 26th Annual International Conference of the IEEE (Vol. 1, pp. 1186-1187). IEEE.
  3. Luiz A. P. Neves and Gilson A. Giraldi, 2013, SVM Framework for Incorporating Content-Based Image Retrieval and Data Mining into the SBIM Image Manager, J. M. R. S. Tavares and R. M. Natal Jorge (eds.), Topics in Medical Image Processing and Computational Vision, Lecture Notes in Computational Vision and Biomechanics 8,DOI: 10.1007/978-94-007-0726-9_3, _ Springer Science+Business Media Dordrecht 2013
  4. Mrs.L.Malliga M.E.,(Ph.D)., S.Pradeep, 2014, CONTENT BASED IMAGE RETRIEVAL AND SEGMENTATION OF MEDICAL IMAGE DATABASE WITH FUZZY VALUES, ICICES2014 – S.A.Engineering College, Chennai, Tamil Nadu, India, ISBN No.978- 1-4799-3834-6/14/$31.00©2014 IEEE.
  5. Harshita Sharma, Alexander Alekseychuk, Peter Leskovsky, Olaf Hellwich , Radhey S. Anand, Norman Zerbe, Peter Hufnagl, 4 October 2012, Determining similarity in histological images using graph- theoretic description and matching methods for content-based image retrieval in medical diagnostics, Diagnostic Pathology 2012, 7:134 doi:10.1186/1746-1596-7-134, ISSN 1746-1596.
  6. Chunyan Zhang, Jingbing Li, Shuangshuang Wang, Zhaohui Wang, 2017, An Encrypted Medical Image Retrieval Algorithm Based on DWT-DCT Frequency Domain 978-1-5090-5756-6/17/ 2017 IEEE, SERA 2017, June 7-9, 2017, London, UK.
  7. B. Jyothi, Y. Madhavee Latha and P.G. Krishna Mohan, Springer India 2016, An Improved Content Based Medical Image Retrieval System Using Integrated Steerable Texture Components and User Interactive Feedback Method, S.C. Satapathy et al. (eds.), Information Systems Design and Intelligent Applications, Advances in Intelligent Systems and Computing 434, DOI 10.1007/978-81-322-2752-6_56.
  8. Roshi Choudhary, Nikita Raina, Neeshu Chaudhary, Rashmi Chauhan, R H Goudar, 2014, An integrated approach to Content Based Image Retrieval. 2014 International Conference on Advances in Computing, Communications and Informatics (ICACCI), ISBN: 978-1-4799-3080- 7
  9. Wang, Y.C., Han, C.C., Hsieh, C.T., Chn, Y.N. and Fan, K.C., 2015. Biased discriminant analysis with feature line embedding for relevance feedback-based image retrieval. IEEE Transactions on Multimedia, 17(12), pp.2245-2258.
  10. Huang, Z. C., Chan, P. P., Ng, W. W., & Yeung, D. S. (2010, July). Content-based image retrieval using color moment and gabor texture feature. In Machine Learning and Cybernetics (ICMLC), 2010 International Conference on (Vol. 2, pp. 719-724). IEEE
  11. Fathian, M. and Tab, F.A., 2011, September. A novel content-based image retrieval approach using fuzzy combination of color and texture. In International Conference on Artificial Intelligence and Computational Intelligence (pp. 12-23). Springer, Berlin, Heidelberg.
  12. Schaefer, G., 2011. Content-based image retrieval: Advanced topics In Man-Machine Interactions 2 (pp. 31-37). Springer, Berlin, Heidelberg.
  13. Antani, S., Long, L.R. and Thoma, G.R., 2008, June. Bridging the gap: Enabling CBIR in medical applications. In Computer-Based Medical

    Systems, 2008. CBMS’08. 21st IEEE International Symposium on (pp. 4-6). IEEE.

  14. Siong, L.C., Zaki, W.M.D.W., Hussain, A. and Hamid, H.A., 2015, April. Image retrieval system for medical applications. In Computer Applications & Industrial Electronics (ISCAIE), 2015 IEEE Symposium on (pp. 73-77). IEEE.
  15. Zhao, C.G., Cheng, H.Y., Huo, Y.L. and Zhuang, T.G., 2004, September.Liver CT-image retrieval based on Gabor texture. In Engineering in Medicine and Biology Society, 2004. IEMBS’04. 26th Annual International Conference of the IEEE(Vol. 1, pp. 1491-1494). IEEE.
  16. Herbert Chuctaya, Christian Portugal, C´esar Beltr´an, Juan Guti´errez, Cristian L´opez, Yv´an T´upac, 2011, M-CBIR: A medical content- based image retrieval system using metric data-structures, 2011 30th International Conference of the Chilean Computer Science Society.
  17. A. Mohamed Uvaze Ahamed, C. Eswaran AND R. Kannan, CBIR System Based On Prediction Errors , Journal of Information Science and Engineering, Vol. 33 No. 2, pp. 347-365
  18. Prachi.Bhende, Prof.A.N.Cheeran , 2013 Content Based Image Retrieval in Medical Imaging ,International Journal of Computational Engineering Research, Vol 03, Issue 8 Issn 2250-3005, August 2013
  19. Dr.Renukadevi NT, 2017 State-Of-The-Art Techniques On Medical Image Retrieval Using Hadoop, Electronic ISBN: 978-1-5090-3378-2, 2017 International Conference on Algorithms, Methodology, Models and Applications in Emerging Technologies (ICAMMAET), DOI: 10.1109/ICAMMAET.2017.8186743
  20. Santos, L. F., Dias, R. L., Ribeiro, M. X., Traina, A. J., & Traina,

    C. (2015, December). Combining diversity queries and visual mining to improve content-based image retrieval systems: The diVI method. In Multimedia (ISM), 2015 IEEE International Symposium on (pp.357- 362). IEEE.

  21. Rui, Y., Huang, T. S., Ortega, M., & Mehrotra, S. (1998). Relevance feedback: a power tool for interactive content-based image retrieval. IEEE Transactions on circuits and systems for video technology, 8(5), 644-655.
  22. Zhang, D. (2004, December). Improving image retrieval performance by using both color and texture features. In Image and Graphics (ICIG’04), Third International Conference on (pp.172-175). IEEE
  23. X.Zhouand,T.Huang,Small sample learning during multimedia retrieval using Bias Map, in Proc. IEEE Comput. Soc. Conf. Comput. Vis. Pattern Recog.,Dec.2001,vol.1,pp.I-11I-17.
  24. D.Xu,S.Yan,D.Tao,S.Lin,and H.Zhang,Marginal sher analysis and its variants for human gait recognition and content-based image retrieval, IEEE Trans. Image Process. , vol.16, no.11, pp.28112821, Nov. 2007.
  25. R. Brunelli and O. Mich, Histograms Analysis for Image Retrieval,

    Pattern Recognition, Vol.34, No.8, pp1625-1637,2001

  26. Nor Asma Mohd Zin, Rozianiwati Yusof, Saima Anwar Lashari, Aida Mustapha, Norhalina Senan, Rosziati Ibrahim, Content-Based Image Retrieval in Medical Domain: A Review, IOP Conf. Series: Journal of Physics: Conf. Series 1019 (2018) 012044, Nor Asma Mohd Zin et al 2018 J. Phys.: Conf. Ser. 1019 012044
  27. J.J. Staal, M.D. Abramoff, M. Niemeijer, M.A. Viergever, B. van Ginneken, “Ridge based vessel segmentation in color images of the retina”, IEEE Transactions on Medical Imaging, 2004, vol. 23, pp. 501- 509.
  28. A. Hoover, V. Kouznetsova and M. Goldbaum, “Locating Blood Vessels in Retinal Images by Piece-wise Threhsold Probing of a Matched Filter Response”, IEEE Transactions on Medical Imaging , vol. 19 no. 3, pp. 203-210, March 2000.
  29. A. Hoover and M. Goldbaum, “Locating the optic nerve in a retinal image using the fuzzy convergence of the blood vessels”, IEEE Transactions on Medical Imaging , vol. 22 no. 8, pp. 951-958, August 2003.
  30. Wang X, Peng Y, Lu L, Lu Z, Bagheri M, Summers RM. ChestX-ray8: Hospital-scale Chest X-ray Database and Benchmarks on Weakly- Supervised Classification and Localization of Common Thorax Diseases. IEEE CVPR 2017, ChestX-ray8_Hospital-

    Scale_Chest_CVPR_2017_paper.pdf

  31. Mourad Oussalah. “Content Based Image Retrieval: Review of State of Art and Future Directions”, 2008 First Workshops on Image Processing Theory, Tools and Applications, 2008

Leave a Reply