w7 Flashcards
what is Health informatics
It deals with the resources, devices, and methods required to optimize the acquisition, storage, retrieval, and use of information in health and biomedicine
what is the need for health informatics
Practitioners cannot rely on memory alone.
Provide access to knowledge bases.
Health information to be shared among authorized persons.
Continuity of care (Patient information should be available to any authorized healthcare professional)
what are some Medical Data Management Systems
HIS (Hospital information system) RIS (Radiology information system) PACS (Picture archive and communication system) Anaesthesia system Order entry system Pharmacy system Surgery scheduling system
PACS originated as an image management system for Radiology practice.
PACS has evolved into a health care enterprise-wide system that integrates information media in multiple forms, including voice, text, medical records, waveform images, and video recordings
To integrate these various data types, PACS requires the technology of multimedia. What are these multimedia ?
hardware platforms information systems and databases communication protocols display technology system interfacing and integration
what kind of text data is collected for medicine
includes general patient data (name, birthday, address…), medical history, symptoms (type, duration, timing), past medical treatment, examination etc
Why may valuable diagnostic and prognostic information contained in databases be unusable.
The majority of acquired medical images are currently stored with a limited text-based description of their content.
What is the alternative to Content-Based Image Retrieval (CBIR)
Image retrieval based on the textual annotation of images, i.e., images were first manually annotated by keywords or descriptive text and organized by topical or semantic hierarchies in traditional DBMS to facilitate easy access based on standard Boolean queries.
Such purely text-based method poses significant limitations in image retrieval
what is the benefit of CBIR compared to text based retrieval
support full retrieval by visual content / properties of images, i.e., retrieving image data at a perceptual level with objective and quantitative measurements of the
visual content and integration of image processing, pattern recognition and computer vision.
this is opposed to text-based annotations, which are ultimately subjective judgements and prone to inconsistancies.
what are some common features used in CBIR, and why is it used
Color: most frequently used visual feature due to its invariance with respect to image scaling, translation and rotation, and to its three-color-component values which make its discrimination superior to grayscale images. robust to background complication.
Texture: widely used in pattern recognition and computer vision for identifying visual patterns that cannot result from the presence of only a single color or intensity.
Shape: used to identify an object or region as a meaningful geometric form. To humans, perceiving a shape is to capture prominent elements of the region. Normally represented after the image has been segmented into objects or regions.
Spatial relationships: between multiple objects or regions in an image. Usually capture the most
relevant and regulated part of the information in the image content.
The Minkowski distance is a metric in a normed vector space which can be considered as a generalization of both the Euclidean distance and the Manhattan distance
When is Minkowski-Form (MF) Distance used
If each dimension of image feature vector is independent of each other and is of equal importance, the MF distance is appropriate for calculating the distance between two images.
what is Histogram Intersection
if you think about overlaying two color intensity histograms, histogram intersection is the intersection of the two histograms
The Histogram Intersection can be taken as a special case of MF distance (when p=1) which is used to compute the similarity between color images.
what are the four different categories of CBIR in Medical Domain (CBMIR)
physical visual features (color and texture)
geometric spatial features (shape, 3D volumetric features, spatial relationships)
combination of semantic and visual features (semantic pathology interpretation and generic models)
physiological functional features (dynamic activities)
Color is the most extensively used low-level feature for the CBIR. However, since the majority of medical images are intensity-only-images, the color-based retrieval would only be applicable to medical images based on light photography.
what type of medical images fall under this category
Histological images: light microscopy, usually possess unique color signatures, including various subtle changes in color such as jaundice, congestion, changes in exudation and effusion, and pigmentation.
Dermatoscopic images: Skin color is produced by complex mechanisms and utilized to interpret the characteristics of a lesion and the depth in skin at which the lesion exists, for analysis of skin erythema, evaluation of wound status, and early detection of skin cancers.
Endoscopic images
Retrieval by color similarity requires that models of color stimuli are used, such that distances in the color space correspond to human perceptual distances between colors.
what are some commonly used color descriptors
color moments
color histogram
color coherence vector (CCV)
color correlogram
which color model is most suitable for image retrieval and why
HSV (or HSL, or HSB) space is widely used in computer graphics and is a more intuitive way of describing color, compared to RGB.
The hue is invariant to the changes in illumination and camera direction and hence more suited to object retrieval.