scispace - formally typeset
Open AccessJournal ArticleDOI

MammoSys: A content-based image retrieval system using breast density patterns

Reads0
Chats0
TLDR
A content-based image retrieval system designed to retrieve mammographies from large medical image database based on breast density, and integrated to the database of the Image Retrieval in Medical Applications (IRMA) project, that provides images with classification ground truth.
About
This article is published in Computer Methods and Programs in Biomedicine.The article was published on 2010-09-01 and is currently open access. It has received 88 citations till now. The article focuses on the topics: Content-based image retrieval & Automatic image annotation.

read more

Citations
More filters
Journal ArticleDOI

An evaluation of image descriptors combined with clinical data for breast cancer diagnosis

TL;DR: A new descriptor based on the divergence of the gradient (HGD) was demonstrated to be a feasible predictor of breast masses’ diagnosis, demonstrating promising capabilities to describe masses.
Journal ArticleDOI

An Automatic Mass Detection System in Mammograms Based on Complex Texture Features

TL;DR: This study presents an automatic CADe system that uses local and discrete texture features for mammographic mass detection and proposes two complex feature extraction methods based on cooccurrence matrix and optical density transformation to describe local texture characteristics and the discrete photometric distribution of each ROI.
Journal ArticleDOI

Challenges of medical image processing

TL;DR: Kilo- to Terabyte challenges regarding (i) medical image management and image data mining, (ii) bioimaging, (iii) virtual reality in medical visualizations and (iv) neuroimaging are discussed.
Journal ArticleDOI

Medical Image Retrieval Using Vector Quantization and Fuzzy S-tree

TL;DR: A novel method for fuzzy medical image retrieval (FMIR) using vector quantization (VQ) with fuzzy signatures in conjunction with fuzzy S-trees is presented to help to determine appropriate healthcare according to the experiences of similar, previous cases.
Journal ArticleDOI

A novel classification scheme to decline the mortality rate among women due to breast tumor.

TL;DR: A robust classification model for automated diagnosis of the breast tumor with reduction of false assumptions in medical informatics is presented and it is observed that rate of false positives decreased by the proposed method to improve the performance of classification, efficiently.
References
More filters
Journal ArticleDOI

LIBSVM: A library for support vector machines

TL;DR: Issues such as solving SVM optimization problems theoretical convergence multiclass classification probability estimates and parameter selection are discussed in detail.
Book

The Nature of Statistical Learning Theory

TL;DR: Setting of the learning problem consistency of learning processes bounds on the rate of convergence ofLearning processes controlling the generalization ability of learning process constructing learning algorithms what is important in learning theory?
Journal ArticleDOI

Eigenfaces vs. Fisherfaces: recognition using class specific linear projection

TL;DR: A face recognition algorithm which is insensitive to large variation in lighting direction and facial expression is developed, based on Fisher's linear discriminant and produces well separated classes in a low-dimensional subspace, even under severe variations in lighting and facial expressions.
Book

Modern Information Retrieval

TL;DR: In this article, the authors present a rigorous and complete textbook for a first course on information retrieval from the computer science (as opposed to a user-centred) perspective, which provides an up-to-date student oriented treatment of the subject.
Related Papers (5)
Frequently Asked Questions (18)
Q1. What are the contributions mentioned in the paper "Mammosys: a content-based image retrieval system using breast density patterns" ?

In this paper, the authors present a content-based image retrieval system designed to retrieve mammographies from large medical image database. The system is developed based on breast density, according to the four categories defined by the American College of Radiology, and is integrated to the database of the Image Retrieval in Medical Applications ( IRMA ) project, that provides images with classification ground truth. 

Future works may additionally consider other patterns for retrieval, such as breast lesions, masses and calcifications, characterized by size and shape. Breast lesions may be used together with breast density, providing a more instructive CBIR system for radiologists, as more information may become available to support diagnosis. 

The optimal projection axis Xopt is the unitary vector that maximizes J(X), i.e. the eigenvector of G corresponding to the largest eigenvalue. 

The principal component vectors obtained are used to form an m × d matrix L = [YT1 , Y T 2 , . . . , Y T k ], which is called the feature matrix or feature image of the image A. Some works employed 2DPCA technique for face and palmprint representation. 

The appropriate characterization of images together with the storage and management of the large amount of images produced by hospitals and medical centers are a main challenge in the development of CBIR systems. 

Histograms were used for the characterization of breast ensity in a set of 195 mammographies at the Medical Cener of Pittsburgh by Wang et al. [13], in order to automatically valuate breast density according to BI-RADS categories. 

Feature extraction was performed on an Intel Core2Quad 2.66 GHz processor with 8 GB of RAM under Microsoft Windows operating system and image retrieval was executed on an Intel Core2Duo 2 GHz processor with 3 GB of RAM, also under Microsoft Windows operating system. 

In the proposed system, ROIs containing only breast density were characterized using 2DPCA, a novel and promising method for the characterization texture in lowdimensional feature spaces. 

using the PolyU palmprint database (2004), they used 600 subimages of size 128 × 128 pixels to test the efficiency of the proposed method. 

The query image goes through the process of feature extraction in order to be compared to the feature vectors of all images stored in the database. 

2DPCA(w/o3)PCA consumed less time for the extraction of the features and also obtained the highest accuracy rate – 99.27% – using a classifier proposed by the authors, a modified modular neural network (MNN) classifier. 

The first approach reduces the problem of multiple lasses to a set of binary problems, using methods of decomosition one by class (one against all) and the separation of lasses two by two (one against one). 

These optimal projections vectors of 2DPCA, X1, . . . , Xd are used for feature extraction, where d corresponds to the number of selected eigenvalues. 

Two-dimensional principal component analysis overcomes principal component analysis (PCA) as it is simpler and more straightforward to use for image feature extraction since 2DPCA is directly applied to the image matrix. 

In this paper the authors presented a CBIR system that uses breast density as a pattern for image retrieval and is able to aid radiologists in their diagnosis. 

The defiition of a set of features, capable to effectively describe each egion of the image, is one of the most complex tasks in the rocess. 

Sx denotes the covariance matrix of the projected feature vectors of the training examples and tr(Sx) denotes the trace of Sx:tr(Sx) = XT[E(A − EA)T(A − EA)]X (3)The image covariance matrix G of an image A can be defined as:G = E[(A − EA)T(A − EA)] 

The owest values are close to zero and can be considered insuffiient to properly characterize the images, explaining the fact hat average precisions decrease as the number of principal omponents increases.