WO2006058176A1 - Method for recognizing projection views of radiographs - Google Patents

Method for recognizing projection views of radiographs Download PDF

Info

Publication number
WO2006058176A1
WO2006058176A1 PCT/US2005/042649 US2005042649W WO2006058176A1 WO 2006058176 A1 WO2006058176 A1 WO 2006058176A1 US 2005042649 W US2005042649 W US 2005042649W WO 2006058176 A1 WO2006058176 A1 WO 2006058176A1
Authority
WO
WIPO (PCT)
Prior art keywords
radiograph
region
interest
projection view
image
Prior art date
Application number
PCT/US2005/042649
Other languages
French (fr)
Inventor
Hui Luo
Jiebo Luo
Original Assignee
Eastman Kodak Company
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Eastman Kodak Company filed Critical Eastman Kodak Company
Priority to EP05825471A priority Critical patent/EP1815433A1/en
Priority to JP2007543501A priority patent/JP2008520396A/en
Publication of WO2006058176A1 publication Critical patent/WO2006058176A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • G06T7/73Determining position or orientation of objects or cameras using feature-based methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/25Determination of region of interest [ROI] or a volume of interest [VOI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30008Bone
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V2201/00Indexing scheme relating to image or video recognition or understanding
    • G06V2201/03Recognition of patterns in medical or anatomical images

Definitions

  • This invention relates generally to techniques for processing radiographs, and more particularly to techniques for automatically recognizing the projection view of radiographs.
  • the importance of recognizing the projection view of radiographs includes the following two aspects. Firstly, it can help automate the image rendering procedure and optimize the image display quality. According to the workflow of a Computer Radiograph (CR) system, a technologist takes radiographs ordered in an examination, and then scans each CR cassettes while manually typing in the projection view associated with the cassette. This projection view information, together with the body part information which is obtained when the examination is ordered, determine the characteristics of the radiograph and directly influence the choice of image rendering parameters. Therefore, the success of recognizing the projection view of radiograph can help eliminate the need of the radiologist input, automate the image rendering process, and expedite the workflow. Secondly, projection view recognition can also benefit image management in Picture Archiving and Communication Systems
  • RSNA 2002 Computerized Method for Automated Classification of Body Parts in Digital Radiographs
  • the method examines the similarity of a given image to a set of pre-determined template images by using the cross-correlation values as the similarity measure.
  • the manual generation of these template images is quite time consuming, and more particularly, it is highly observer dependent, which may introduce error into the classification.
  • GuId et. al. (“Comparison of Global Features for Categorization of Medical Images", SPIE medical Imaging 2004) discloses a method to evaluate a set of global features extracted from images for classification. In both methods, no preprocessing is implemented to reduce the influence of irrelevant and often distracting data.
  • the unexposed regions caused by the blocking of the x-ray collimator during the exposure may result in a significant white borders surrounding the image.
  • Applicants have noted that if such regions are not removed in a pre-processing step and therefore used in the computation of similarity measures, the classification results can be seriously biased.
  • Recent literature focuses on natural scene image classification. Examples include QBIC (W. Niblack, et al, "The QBIC project: Querying images by content using color, texture, and shape” Proc. SPIE Storage and Retrieval for Image and Video Databases, Feb 1994), Photobook (A.Pentland, et. al.
  • the object of the present invention is to provide an automated method for recognizing the projection view of radiographs.
  • this objective is achieved by the following steps: correcting the orientation of the radiograph, extracting a region of interest from the radiograph, and recognizing the projection view of radiograph.
  • pre-processing the input radiograph can be accomplished.
  • Preprocessing an input radiograph comprises sub-sampling the original image, segmenting the image into foreground, background and anatomy, and normalizing the image intensity based on characteristics of the anatomy.
  • Correcting the orientation of radiograph comprises detecting the orientation of the radiograph and reorienting the radiograph accordingly.
  • Extracting a region of interest from the radiograph includes detecting the medial axis of the anatomy, determining the center, size and shape of a region of interest and locating the region of interest in the radiograph.
  • Recognizing the projection view of radiograph is accomplished by classifying the radiograph with respect to all possible views and combining the classification results to determine the most likely projection view of radiograph.
  • the present invention provides some advantages. For example, features of the method promote robustness. Preprocessing of radiographs helps avoid the interference from the collimation areas and other noise. In addition, features used for orientation classification are invariant to size, translation and rotation. Features of the method also promote efficiency. For example, the processes can be implemented on a sub-sampled coarse resolution image, which greatly speeds up the recognition process.
  • FIGS. IA 5 IB and 1C show flow charts illustrating the automated method for recognizing the projection view of radiographs.
  • FIG. 2 is a flow chart illustrating the preprocessing step.
  • FIGS. 3A-3E illustrate diagrammatic views showing the results from the preprocessing step.
  • FIG. 3 A displays the original image of a radiograph.
  • FIGS. 3B-3D depict its corresponding foreground, background and anatomy images from the segmentation, respectively.
  • FIG. 3E displays the normalized image to emphasize the anatomy.
  • FIGS. 4A-4C show diagrammatic views illustrating the detection of the medial axis of an anatomy.
  • FIG. 4A shows the original image.
  • FIG. 4B is the Euclidean distance map calculated from the anatomy image.
  • FIG. 4C displays the medial axis detected from the anatomy image.
  • FIGS. 5A-5B show diagrammatic views illustrating the shape of the region of interest (ROI).
  • FIG. 5 A depicts the region of interest extracted from the cervical spine radiograph.
  • FIG. 5B shows the region of interest found in the hand radiograph.
  • the white dot represents the center of ROI.
  • FIG. 6 shows a flow chart illustrating the classification of radiograph with respect to all possible views. DETAILED DESCRIPTION OF THE INVENTION
  • the present invention discloses a method for automatically recognizing the projection view of radiographs.
  • a flow chart of a method in accordance with the present invention is shown in Figure IA.
  • the method includes three stages: correcting the orientation of radiograph (step 11); extracting a Region of Interest (ROI) from the input radiograph(step 12); and recognizing the projection view of the radiograph (step 13).
  • ROI Region of Interest
  • an additional step can be applied prior to the image orientation correction.
  • This additional step (step 14) is the preprocessing of radiographs, and will be more particularly described below.
  • the step of recognizing the projection view of radiograph can include two steps: 1) classifying the radiograph using a set of features and pre-trained classifiers, each classifier trained to recognize one projection view (step 15); 2) determining the projection view of radiographs by combining the classification results (step 16).
  • step 14 the step for preprocessing radiographs.
  • the purpose of preprocessing includes three aspects: (1) minimizing the number of pixels that need to be processed, but without degrading the performance of recognition; (2) reducing the interference from collimation areas (foreground) and direct exposure areas (background), so that the orientation recognition is driven by the diagnostically useful part of image data (anatomy); and (3) generating a consistent intensity and contrast image for the subsequent processes.
  • the method step for preprocessing radiographs starts with sub-sampling the original image to a small-size coarse resolution image (step 20). The sub-sampled image is then segmented into foreground, background, and anatomy regions (step 21).
  • Step 22 the foreground and background regions are removed from the image (step 22), and only the anatomy region is kept for further processing. Finally, the result image is normalized based on the intensity range of the anatomy region (step 23).
  • Sub-sampling the original image (step 20) can be performed by known methods used for reducing image size while preserving enough information for orientation recognition.
  • a Guassian pyramid data structure is employed to generate sub-sampled images
  • Image segmentation (step 21) can be accomplished by using methods known to those skilled in the art. One such segmentation method is to find two thresholds from the image histogram, then segment the image into foreground, background and anatomy regions.
  • Figure 3A shows an exemplary radiograph and Figures 3B-3D show its foreground, background and anatomy images obtained from segmentation.
  • the foreground and background regions are removed from the sub-sampled image (step 22). This can be accomplished by setting the pixels in these regions to a pre-defined value, with the pixels in the remaining anatomy region kept unchanged.
  • the preprocessed image contains the diagnostically useful part of image data, therefore the interference from coUimation areas can be minimized and the intensity range of anatomy region can be accurately detected.
  • image intensity normalization (step 23) is performed over the image in order to compensate for difference in exposure densities caused by patient variations and examination conditions.
  • One technique to achieve normalization is to detect minimum and maximum brightness values from the image histogram, preferably computed from pixels in the anatomy region, then apply a linear or log transfer function to adjust the image brightness into a pre-defined range. Histogram equalization could be further performed on the image to spread out those peaks in the image histogram, so that more details in low-contrast regions in the image can be better shown.
  • Figure 3E displays a resulting image after intensity normalization by using this method.
  • other known techniques such as the tone scale method disclosed in U.S. Patent No. 5,633,511 issued on 1997 by Lee et al.
  • the orientation correction (step 11) of a radiograph comprises detecting the orientation of the radiograph and reorienting it into the position preferred by radiologists.
  • the orientation detection can be accomplished using methods known to those skilled in the art.
  • One suitable method is disclosed in commonly assigned U.S. Serial No. 10/993,055, entitled “DETECTION AND CORRECTION METHOD FOR RADIOGRAPH ORIENTATION", filed on November 19, 2004 in the names of Luo et al, and which is assigned to the assignee of this application, and incorporated herein by reference. Due to the examination condition, the size and position, as well as orientation of anatomy from the same examination would be varying, hi addition, the portion of anatomy shown in the radiograph is also varied depending on the patient's situation and the setting of collimation blades. These factors may result in the different appearances of radiographs, which pose challenges to the orientation recognition.
  • a Region of Interest is extracted from the radiograph.
  • the ROI is intended to capture the diagnostically useful part from image data, and minimize the distraction and interference caused by the factors mentioned above.
  • the projection view recognition can focus on the diagnostically important region.
  • the ROI extraction method includes two steps: detecting a medial axis of anatomy in the radiograph and locating the ROI accordingly.
  • the medial axis is used to describe the anatomy in radiographs. Using the medial axis is attractive in that it provides a simple description of position and orientation of anatomy in radiographs, and greatly helps limit search complexity and expedites processing.
  • the medial axis can be detected by using the Euclidean distance map.
  • the contour of anatomy is detected and used to calculate Euclidean distance map as shown in Figure 4B for the image shown in Figure 4A.
  • the maximum ridge is detected and used as the medial axis.
  • Figure 4C depicts a resultant medial axis. This method is particularly suited for the radiographs of extremities, such as elbow, knee, and wrist, which tend to have well-defined medial axes, even though the shapes can be complex.
  • the medial axis can be detected by Multiscale Medial Analysis ( Morse et. al. "Multiscale Medial Analysis of Medical Images", Image and Vision Computing, VoI 12 No.6, 1994).
  • Multiscale Medial Analysis Morse et. al. "Multiscale Medial Analysis of Medical Images", Image and Vision Computing, VoI 12 No.6, 1994.
  • An advantage of using MMA is that it works directly on image intensities, and does not require a prior segmentation of the image or explicit determination of object boundaries.
  • ROI extraction starts with searching for the center of ROI, followed by determining the size and shape of ROI based on the features of the anatomy.
  • the center of ROI is dependent on the characteristics of the anatomy in the examination.
  • the center of ROI is located at the center of neck, as shown in Figure 5 A.
  • the center of palm can be used as the center of ROI as shown in Figure 5B.
  • the size of ROI is related to the size of the anatomy in radiographs, which can be derived from the anatomy image with the help of the medial axis. According to the present invention, the size of ROI is proportional to the minimal distance from the edge of anatomy to the medial axis.
  • the shape of the ROI two types are preferably employed in the present invention.
  • One is a rectangle shape, the other is an adapted shape aligned with the medial axis.
  • the medial axis provides the position and orientation information of anatomy in radiograph, so adapting the shape of ROI along the medial axis can help reduce the effects caused by translation and rotation and ensure that the ROI is translation- and rotation- invariant, which in turn ensures that the whole projection view recognition method is robust.
  • Figures 5 A and 5B show examples of the different shapes of ROI extracted from radiographs of different anatomy objects.
  • the medial axis of cervical spine is nearly straight, so the shape of ROI is rectangle.
  • the medial axis may not always hold straight.
  • the shape of ROI may appear as a twisted or slanted strip surrounding the medial axis, as shown in Figure 5B.
  • the choice of the ROI shape is largely dependant on how it affects the performance of recognition. If a simple rectangle shape can satisfy the requirements, it will be adopted; otherwise a more complicated adapted shape will be considered.
  • the ROI is further divided into N*N blocks and a set of low-level visual features are computed from sub-blocks.
  • the number of sub-blocks is determined empirically to balance the trade off between the computation complexity and recognition performance.
  • possible low-level features could be the gray level mean, variance, edge information, texture and other image features extracted from sub-blocks.
  • the scaled i th feature component, ⁇ ,- of a feature vector, x is calculated as:
  • Xj Xj — mint I rnaxi — mint where min t and maxt represent the range of the i th feature component JC,- of x over the training examples.
  • FIG. 6 wherein projection view classification is accomplished by a set of pre-trained classifiers.
  • Each classifier is trained to classify one projection view from all the others, and its output represents how closely the input radiograph match such projection view.
  • the number of classifiers equals to the total number of projection views that an examination can possibly have.
  • chest radiographs generally have four projection views, anterior-posterior view (AP), posterior-anterior view (PA), lateral view (LAT) and oblique view (OBL). Therefore four classifiers are needed to classify chest radiographs.
  • AP anterior-posterior view
  • PA posterior-anterior view
  • LAT lateral view
  • OLB oblique view
  • a method is provided to create such classifiers. This method is composed of a training step and a testing step.
  • a collection of training images is first obtained with known target projection view information.
  • a set of extracted features from individual training images and their associated target outputs, which specify the correct or incorrect projection view are used to train a classifier.
  • the classifier can be any of methods known in the art, such as a neural network and support vector machine. If the original features are not effective for classification, an optional step can be added, which computes a suitable transformation from the original features. The benefit of adding this step is to further study the characteristics of training features and derive the most discriminate features for classification. Examples of such transformations include normalization, feature extraction by principle component analysis (PCA) or independent component analysis (ICA), or a non-linear transformation to create secondary features.
  • PCA principle component analysis
  • ICA independent component analysis
  • a set of a pre-trained classifiers can be obtained by the steps of: collecting a pre-determined number of training images with known projection view information; locating a region of interest for each of the training images; computing a set of features from the region of interest of each of the training images; associating a target output specifying the known projection view of each of the training images; computing a transformed feature set for each of the training images using principal component analysis based on all the training images; and training a classifier with the transformed feature set and target output.
  • a testing step is performed on novel images to evaluate the performance of classification. If the performance cannot satisfy the pre-set requirement, the classifier may be biased by, or overfit the training data. When this happens, the classifier can be retrained until it performs best on both training and testing data.
  • features described above are extracted from the ROI of a novel radiographic image (step 61).
  • the final step is to determine the most likely projection view of the input radiograph by combining the outputs of the classifiers (step 65, new in Figure 6).
  • Bayesian decision rule is used to combine the results from classifiers and infer the projection view of radiograph as the one with the highest confidence.
  • a computer program product may include one or more storage media, for example; magnetic storage media such as magnetic disk (such as a floppy disk) or magnetic tape; optical storage media such as optical disk, optical tape, or machine readable bar code; solid-state electronic storage devices such as random access memory (RAM), or read-only memory (ROM); or any other physical device or media employed to store a computer program having instructions for controlling one or more computers to practice the method according to the present invention.
  • the system of the invention can include a programmable computer having a microprocessor, computer memory, and a computer program stored in said computer memory for performing the steps of the method.
  • the computer has a memory interface operatively connected to the microprocessor.
  • the system includes a digital camera that has memory that is compatible with the memory interface.
  • a photographic film camera and scanner can be used in place of the digital camera, if desired.
  • a graphical user interface (GUI) and user input unit, such as a mouse and keyboard can be provided as part of the computer.

Abstract

A method for recognizing the projection view of radiographs comprising the steps of correcting the orientation of the input radiograph, locating a region of interesting in the radiograph, recognizing the projection view of the radiograph.

Description

METHOD FOR RECOGNIZING PROJECTION VIEWS OF
RADIOGRAPHS FIELD OF THE INVENTION
This invention relates generally to techniques for processing radiographs, and more particularly to techniques for automatically recognizing the projection view of radiographs.
BACKGROUND OF THE INVENTION The importance of recognizing the projection view of radiographs includes the following two aspects. Firstly, it can help automate the image rendering procedure and optimize the image display quality. According to the workflow of a Computer Radiograph (CR) system, a technologist takes radiographs ordered in an examination, and then scans each CR cassettes while manually typing in the projection view associated with the cassette. This projection view information, together with the body part information which is obtained when the examination is ordered, determine the characteristics of the radiograph and directly influence the choice of image rendering parameters. Therefore, the success of recognizing the projection view of radiograph can help eliminate the need of the radiologist input, automate the image rendering process, and expedite the workflow. Secondly, projection view recognition can also benefit image management in Picture Archiving and Communication Systems
(PACS). For example, if the projection view information is derived automatically from the image contents, it could reduce the occurrence of missing or incorrect information in image header and make the medical image management system in PACS more rational and efficient. However, recognizing the projection view of radiographs is a challenging problem as radiographs are often taken under a variety of examination condition. The patient's pose and size could be variant; so is the preference of radiologist depending on the patient's situation. AU these factors would cause radiographs from the same examination to appear quite different. Human beings tend to use high level semantics to identify the projection view of a radiograph by capturing the image contents, grouping them into meaningful objects and matching them with contextual information (i.e. a medical exam). However all these analysis procedures are difficult for computer to achieve in a similar fashion due to the limitation of the image analysis algorithms.
Some attempts have been made toward projection view recognition of medical images. For example, I. Kawshita et. al. ("Development of
Computerized Method for Automated Classification of Body Parts in Digital Radiographs", RSNA 2002) present a method to classify six body parts. The method examines the similarity of a given image to a set of pre-determined template images by using the cross-correlation values as the similarity measure. However, the manual generation of these template images is quite time consuming, and more particularly, it is highly observer dependent, which may introduce error into the classification. GuId et. al. ("Comparison of Global Features for Categorization of Medical Images", SPIE medical Imaging 2004) discloses a method to evaluate a set of global features extracted from images for classification. In both methods, no preprocessing is implemented to reduce the influence of irrelevant and often distracting data. For example, the unexposed regions caused by the blocking of the x-ray collimator during the exposure may result in a significant white borders surrounding the image. Applicants have noted that if such regions are not removed in a pre-processing step and therefore used in the computation of similarity measures, the classification results can be seriously biased.
Recent literature focuses on natural scene image classification. Examples include QBIC (W. Niblack, et al, "The QBIC project: Querying images by content using color, texture, and shape" Proc. SPIE Storage and Retrieval for Image and Video Databases, Feb 1994), Photobook (A.Pentland, et. al.
"Photobook: Content-based manipulation of image database". International Journal of Computer Vision, 1996), Virage (J.R. Bach, et al. "The Virage image search engine: An open framework for image management" Proc. SPIE Storage and Retrieval for image and Video Database, vol 2670, pp. 76-97,1996), Visualseek (R. Smith, et al. "Visualseek: A fully automated content-based image query system" Proc ACM Multimedia 96, 1996), Netra (Ma, et al. "Netra: A toolbox for navigating large image databases" Proc IEEE Int. Conf. On Image Proc. 1997), and MAR (T. S. Huang, et. al, "Multimedia analysis and retrieval system (MARS) project" Proc of 33rd Annual Clinic on Library Application of Data Processing Digital Image Access and Retrieval, 1996). These systems follow the same computational paradigm which treats an image as a whole entity and represents it via a set of low-level features or attributes, such as color, texture, shape and layout. Typically, these feature attributes together form a feature vector and image classification based on clustering these low-level visual feature vectors. In many cases, the most effective feature is color. However, the color information is not available in radiographs. Therefore these methods are not directly suitable for radiograph projection view recognition.
Given the limitations of the prior art, there exists a need for a method to automatically recognize the projection view of radiographs. Such a method should be robust enough to handle large variations in radiographs.
SUMMARY OF THE INVENTION The object of the present invention is to provide an automated method for recognizing the projection view of radiographs.
According to the present invention, this objective is achieved by the following steps: correcting the orientation of the radiograph, extracting a region of interest from the radiograph, and recognizing the projection view of radiograph. In addition, pre-processing the input radiograph can be accomplished.
Preprocessing an input radiograph comprises sub-sampling the original image, segmenting the image into foreground, background and anatomy, and normalizing the image intensity based on characteristics of the anatomy.
Correcting the orientation of radiograph comprises detecting the orientation of the radiograph and reorienting the radiograph accordingly.
Extracting a region of interest from the radiograph includes detecting the medial axis of the anatomy, determining the center, size and shape of a region of interest and locating the region of interest in the radiograph.
Recognizing the projection view of radiograph is accomplished by classifying the radiograph with respect to all possible views and combining the classification results to determine the most likely projection view of radiograph. The present invention provides some advantages. For example, features of the method promote robustness. Preprocessing of radiographs helps avoid the interference from the collimation areas and other noise. In addition, features used for orientation classification are invariant to size, translation and rotation. Features of the method also promote efficiency. For example, the processes can be implemented on a sub-sampled coarse resolution image, which greatly speeds up the recognition process.
BRIEF DESCRIPTION OF THE DRAWINGS The foregoing and other objects, features, and advantages of the invention will be apparent from the following more particular description of embodiments of the invention, as illustrated in the accompanying drawings. The elements of the drawings are not necessarily to scale relative to each other.
FIGS. IA5IB and 1C show flow charts illustrating the automated method for recognizing the projection view of radiographs.
FIG. 2 is a flow chart illustrating the preprocessing step. FIGS. 3A-3E illustrate diagrammatic views showing the results from the preprocessing step. FIG. 3 A displays the original image of a radiograph. FIGS. 3B-3D depict its corresponding foreground, background and anatomy images from the segmentation, respectively. FIG. 3E displays the normalized image to emphasize the anatomy.
FIGS. 4A-4C show diagrammatic views illustrating the detection of the medial axis of an anatomy. FIG. 4A shows the original image. FIG. 4B is the Euclidean distance map calculated from the anatomy image. FIG. 4C displays the medial axis detected from the anatomy image.
FIGS. 5A-5B show diagrammatic views illustrating the shape of the region of interest (ROI). FIG. 5 A depicts the region of interest extracted from the cervical spine radiograph. FIG. 5B shows the region of interest found in the hand radiograph. The white dot represents the center of ROI. FIG. 6 shows a flow chart illustrating the classification of radiograph with respect to all possible views. DETAILED DESCRIPTION OF THE INVENTION
The following is a detailed description of the preferred embodiments of the invention, reference being made to the drawings in which the same reference numerals identify the same elements of structure in each of the several figures.
The present invention discloses a method for automatically recognizing the projection view of radiographs. A flow chart of a method in accordance with the present invention is shown in Figure IA. As shown in Figure IA, the method includes three stages: correcting the orientation of radiograph (step 11); extracting a Region of Interest (ROI) from the input radiograph(step 12); and recognizing the projection view of the radiograph (step 13).
In a further embodiment of the present invention, shown in the flow chart of Figure IB, an additional step can be applied prior to the image orientation correction. This additional step (step 14) is the preprocessing of radiographs, and will be more particularly described below.
In a still further embodiment, shown in the flow chart of Figure 1C, the step of recognizing the projection view of radiograph (i.e., step 13) can include two steps: 1) classifying the radiograph using a set of features and pre-trained classifiers, each classifier trained to recognize one projection view (step 15); 2) determining the projection view of radiographs by combining the classification results (step 16).
Referring now to Figure 2, there is shown a flow chart illustrating step 14, the step for preprocessing radiographs. The purpose of preprocessing includes three aspects: (1) minimizing the number of pixels that need to be processed, but without degrading the performance of recognition; (2) reducing the interference from collimation areas (foreground) and direct exposure areas (background), so that the orientation recognition is driven by the diagnostically useful part of image data (anatomy); and (3) generating a consistent intensity and contrast image for the subsequent processes. Still referring to Figure 2, the method step for preprocessing radiographs starts with sub-sampling the original image to a small-size coarse resolution image (step 20). The sub-sampled image is then segmented into foreground, background, and anatomy regions (step 21). Later, the foreground and background regions are removed from the image (step 22), and only the anatomy region is kept for further processing. Finally, the result image is normalized based on the intensity range of the anatomy region (step 23). Sub-sampling the original image (step 20) can be performed by known methods used for reducing image size while preserving enough information for orientation recognition. In one embodiment of the present invention, a Guassian pyramid data structure is employed to generate sub-sampled images Image segmentation (step 21) can be accomplished by using methods known to those skilled in the art. One such segmentation method is to find two thresholds from the image histogram, then segment the image into foreground, background and anatomy regions. Figure 3A shows an exemplary radiograph and Figures 3B-3D show its foreground, background and anatomy images obtained from segmentation.
Once the image is segmented, the foreground and background regions are removed from the sub-sampled image (step 22). This can be accomplished by setting the pixels in these regions to a pre-defined value, with the pixels in the remaining anatomy region kept unchanged. As a result of this step, the preprocessed image contains the diagnostically useful part of image data, therefore the interference from coUimation areas can be minimized and the intensity range of anatomy region can be accurately detected.
According to the present invention, image intensity normalization (step 23) is performed over the image in order to compensate for difference in exposure densities caused by patient variations and examination conditions. One technique to achieve normalization is to detect minimum and maximum brightness values from the image histogram, preferably computed from pixels in the anatomy region, then apply a linear or log transfer function to adjust the image brightness into a pre-defined range. Histogram equalization could be further performed on the image to spread out those peaks in the image histogram, so that more details in low-contrast regions in the image can be better shown. Figure 3E displays a resulting image after intensity normalization by using this method. Alternatively, other known techniques, such as the tone scale method disclosed in U.S. Patent No. 5,633,511 issued on 1997 by Lee et al. entitled AUTOMATIC TONE SCALE ADJUSTMENT USING IMAGE ACTIVITY MEAURES, can be used to provide normalization. It is noted that the present invention is not limited to using the above methods to normalize the image. Known algorithm(s) of similar nature can be employed to achieve consistent intensity and contrast for radiographs.
The orientation correction (step 11) of a radiograph comprises detecting the orientation of the radiograph and reorienting it into the position preferred by radiologists. The orientation detection can be accomplished using methods known to those skilled in the art. One suitable method is disclosed in commonly assigned U.S. Serial No. 10/993,055, entitled "DETECTION AND CORRECTION METHOD FOR RADIOGRAPH ORIENTATION", filed on November 19, 2004 in the names of Luo et al, and which is assigned to the assignee of this application, and incorporated herein by reference. Due to the examination condition, the size and position, as well as orientation of anatomy from the same examination would be varying, hi addition, the portion of anatomy shown in the radiograph is also varied depending on the patient's situation and the setting of collimation blades. These factors may result in the different appearances of radiographs, which pose challenges to the orientation recognition.
To solve these problems, a Region of Interest (ROI) is extracted from the radiograph. The ROI is intended to capture the diagnostically useful part from image data, and minimize the distraction and interference caused by the factors mentioned above. With the help of this ROI, the projection view recognition can focus on the diagnostically important region. To this end, the ROI extraction method (step 12) includes two steps: detecting a medial axis of anatomy in the radiograph and locating the ROI accordingly.
According to the present invention, the medial axis is used to describe the anatomy in radiographs. Using the medial axis is attractive in that it provides a simple description of position and orientation of anatomy in radiographs, and greatly helps limit search complexity and expedites processing. In a preferred embodiment of the present invention, the medial axis can be detected by using the Euclidean distance map. During the implementation, the contour of anatomy is detected and used to calculate Euclidean distance map as shown in Figure 4B for the image shown in Figure 4A. Then the maximum ridge is detected and used as the medial axis. Figure 4C depicts a resultant medial axis. This method is particularly suited for the radiographs of extremities, such as elbow, knee, and wrist, which tend to have well-defined medial axes, even though the shapes can be complex.
In another embodiment of the present invention, the medial axis can be detected by Multiscale Medial Analysis ( Morse et. al. "Multiscale Medial Analysis of Medical Images", Image and Vision Computing, VoI 12 No.6, 1994). An advantage of using MMA is that it works directly on image intensities, and does not require a prior segmentation of the image or explicit determination of object boundaries. ROI extraction starts with searching for the center of ROI, followed by determining the size and shape of ROI based on the features of the anatomy.
In accordance with the present invention, the center of ROI is dependent on the characteristics of the anatomy in the examination. For example, in the radiographs of cervical spine examination, the center of ROI is located at the center of neck, as shown in Figure 5 A. For the radiographs of hand, the center of palm can be used as the center of ROI as shown in Figure 5B.
The size of ROI is related to the size of the anatomy in radiographs, which can be derived from the anatomy image with the help of the medial axis. According to the present invention, the size of ROI is proportional to the minimal distance from the edge of anatomy to the medial axis.
Regarding the shape of the ROI, two types of shapes are preferably employed in the present invention. One is a rectangle shape, the other is an adapted shape aligned with the medial axis. With an adapted shape, the medial axis provides the position and orientation information of anatomy in radiograph, so adapting the shape of ROI along the medial axis can help reduce the effects caused by translation and rotation and ensure that the ROI is translation- and rotation- invariant, which in turn ensures that the whole projection view recognition method is robust.
Figures 5 A and 5B show examples of the different shapes of ROI extracted from radiographs of different anatomy objects. In Figure 5A5 the medial axis of cervical spine is nearly straight, so the shape of ROI is rectangle. For some other anatomies, such as hand, the medial axis may not always hold straight. As a result, the shape of ROI may appear as a twisted or slanted strip surrounding the medial axis, as shown in Figure 5B. The choice of the ROI shape is largely dependant on how it affects the performance of recognition. If a simple rectangle shape can satisfy the requirements, it will be adopted; otherwise a more complicated adapted shape will be considered.
In order to compute features for projection view recognition, the ROI is further divided into N*N blocks and a set of low-level visual features are computed from sub-blocks. The number of sub-blocks is determined empirically to balance the trade off between the computation complexity and recognition performance. In accordance with the present invention, possible low-level features could be the gray level mean, variance, edge information, texture and other image features extracted from sub-blocks.
Having completed the feature extraction, the obtained low-level visual features needs to be normalized over the entire collection of training examples to accommodate the scale difference during the feature extraction. The scaled i th feature component, ΛΓ,- of a feature vector, x, is calculated as:
Xj = Xj — mint I rnaxi — mint where mint and maxt represent the range of the i th feature component JC,- of x over the training examples.
Reference is now made to Figure 6, wherein projection view classification is accomplished by a set of pre-trained classifiers. Each classifier is trained to classify one projection view from all the others, and its output represents how closely the input radiograph match such projection view. The number of classifiers equals to the total number of projection views that an examination can possibly have. For example, chest radiographs generally have four projection views, anterior-posterior view (AP), posterior-anterior view (PA), lateral view (LAT) and oblique view (OBL). Therefore four classifiers are needed to classify chest radiographs.
According to an embodiment of the present invention, a method is provided to create such classifiers. This method is composed of a training step and a testing step.
During the training step, a collection of training images is first obtained with known target projection view information. Next, a set of extracted features from individual training images and their associated target outputs, which specify the correct or incorrect projection view, are used to train a classifier. The classifier can be any of methods known in the art, such as a neural network and support vector machine. If the original features are not effective for classification, an optional step can be added, which computes a suitable transformation from the original features. The benefit of adding this step is to further study the characteristics of training features and derive the most discriminate features for classification. Examples of such transformations include normalization, feature extraction by principle component analysis (PCA) or independent component analysis (ICA), or a non-linear transformation to create secondary features. For more information on classifiers and feature extraction, see Duda, Hart, and Stork, Pattern Classification, John Wiley & Sons, New York, 2001. Accordingly, a set of a pre-trained classifiers can be obtained by the steps of: collecting a pre-determined number of training images with known projection view information; locating a region of interest for each of the training images; computing a set of features from the region of interest of each of the training images; associating a target output specifying the known projection view of each of the training images; computing a transformed feature set for each of the training images using principal component analysis based on all the training images; and training a classifier with the transformed feature set and target output.
Once the classifier is trained, a testing step is performed on novel images to evaluate the performance of classification. If the performance cannot satisfy the pre-set requirement, the classifier may be biased by, or overfit the training data. When this happens, the classifier can be retrained until it performs best on both training and testing data. Referring again to Figure 6, features described above are extracted from the ROI of a novel radiographic image (step 61). Upon obtaining results from the set of pre-trained classifiers for classifying the various projection views (e.g., AP, LAT, and others, steps 62, 63, 64), the final step is to determine the most likely projection view of the input radiograph by combining the outputs of the classifiers (step 65, new in Figure 6). In a preferred embodiment of the present invention, Bayesian decision rule is used to combine the results from classifiers and infer the projection view of radiograph as the one with the highest confidence.
The present invention may be implemented for example in a computer program product. A computer program product may include one or more storage media, for example; magnetic storage media such as magnetic disk (such as a floppy disk) or magnetic tape; optical storage media such as optical disk, optical tape, or machine readable bar code; solid-state electronic storage devices such as random access memory (RAM), or read-only memory (ROM); or any other physical device or media employed to store a computer program having instructions for controlling one or more computers to practice the method according to the present invention. The system of the invention can include a programmable computer having a microprocessor, computer memory, and a computer program stored in said computer memory for performing the steps of the method. The computer has a memory interface operatively connected to the microprocessor. This can be a port, such as a USB port, over a drive that accepts removable memory, or some other device that allows access to camera memory. The system includes a digital camera that has memory that is compatible with the memory interface. A photographic film camera and scanner can be used in place of the digital camera, if desired. A graphical user interface (GUI) and user input unit, such as a mouse and keyboard can be provided as part of the computer. The invention has been described in detail with particular reference to a presently preferred embodiment, but it will be understood that variations and modifications can be effected within the spirit and scope of the invention.

Claims

CLAIMS:
1. A method for recognizing the projection view of radiographs, comprise the steps of: accessing an input radiograph correcting the orientation of the radiograph; extracting a region of interest from the radiograph; and recognizing the projection view of the radiograph.
2. The method of claim 1 , wherein the step of extracting the region of interest is accomplished by the steps of: detecting a medial axis; locating a center of the region of interest; determining a size and shape of the region of interest; and extracting the region of interest.
3. The method of claim 2, wherein the step of medial axis is detected using an Euclidean distance map or by a multiscale medial analysis.
4. The method of claim 1, wherein the step of recognizing the projection view of the radiograph is accomplished by the steps of: classifying the radiograph using a set of pre-trained classifiers corresponding to all possible projection views; and determining the projection view of the radiograph as the one with the highest confidence according to the classification results.
5. The method of claim 4, wherein the step of classifying the radiograph comprises the steps of: extracting a set of features from the region of interest; and classifying the radiograph by a set of pre-trained classifiers.
6. The method of claim 5, wherein a set of a pre-trained classifiers is obtained by the steps of: collecting a pre-determined number of training images with known projection view information; locating a region of interest for each of the training images; computing a set of features from the region of interest of each of the training images; associating a target output specifying the known projection view of each of the training images; computing a transformed feature set for each of the training images using principal component analysis based on all the training images; and training a classifier with the transformed feature set and target output.
7. The method of claim 1 , further comprising the step of, prior to correcting the orientation, pre-processing the input radiograph.
8. The method of claim 7, wherein the step of pre-processing the radiograph comprises the steps of: sub-sampling the radiograph; segmenting the radiograph into a foreground region, a background region, and an anatomy region; removing the foreground and background regions from the radiograph to generate an anatomy image; and normalizing the anatomy image based on characteristics of the anatomy region.
PCT/US2005/042649 2004-11-23 2005-11-21 Method for recognizing projection views of radiographs WO2006058176A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP05825471A EP1815433A1 (en) 2004-11-23 2005-11-21 Method for recognizing projection views of radiographs
JP2007543501A JP2008520396A (en) 2004-11-23 2005-11-21 How to recognize radiographic projections

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US63028704P 2004-11-23 2004-11-23
US60/630,287 2004-11-23

Publications (1)

Publication Number Publication Date
WO2006058176A1 true WO2006058176A1 (en) 2006-06-01

Family

ID=35987029

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/042649 WO2006058176A1 (en) 2004-11-23 2005-11-21 Method for recognizing projection views of radiographs

Country Status (4)

Country Link
EP (1) EP1815433A1 (en)
JP (1) JP2008520396A (en)
CN (1) CN101065777A (en)
WO (1) WO2006058176A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017009812A1 (en) * 2015-07-15 2017-01-19 Oxford University Innovation Limited System and method for structures detection and multi-class image categorization in medical imaging
US10339464B2 (en) 2012-06-21 2019-07-02 Philip Morris Products S.A. Systems and methods for generating biomarker signatures with integrated bias correction and class prediction

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5862249A (en) * 1995-12-01 1999-01-19 Eastman Kodak Company Automated method and system for determination of positional orientation of digital radiographic images
US6055326A (en) * 1997-06-16 2000-04-25 Lockheed Martin Management Method for orienting electronic medical images

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5862249A (en) * 1995-12-01 1999-01-19 Eastman Kodak Company Automated method and system for determination of positional orientation of digital radiographic images
US6055326A (en) * 1997-06-16 2000-04-25 Lockheed Martin Management Method for orienting electronic medical images

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BOONE J.M., SESHAGIRI S., STEINER R.: "Recognition of Chest Radiograph Orientation for Picture Archiving and Communications Systems Display Using Neural Networks", JOURNAL OF DIGITAL IMAGING, vol. 5, no. 3, 1 August 1992 (1992-08-01), pages 190 - 193, XP009063491 *
MORSE B.S., PIZER S.M., LIU A.: "Multiscale medial analysis of medical images", IMAGE AND VISION COMPUTING, vol. 12, no. 6, 1 July 1994 (1994-07-01), pages 327 - 338, XP002372383 *
WANG X ET AL: "Automatic and exam-type independent algorithm for the segmentation and extraction of foreground, background, and anatomy regions in digital radiographic images", PROCEEDINGS OF THE SPIE, SPIE, BELLINGHAM, VA, US, vol. 5370, 14 February 2004 (2004-02-14), pages 1427 - 1434, XP002341154, ISSN: 0277-786X *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10339464B2 (en) 2012-06-21 2019-07-02 Philip Morris Products S.A. Systems and methods for generating biomarker signatures with integrated bias correction and class prediction
WO2017009812A1 (en) * 2015-07-15 2017-01-19 Oxford University Innovation Limited System and method for structures detection and multi-class image categorization in medical imaging
US10762630B2 (en) 2015-07-15 2020-09-01 Oxford University Innovation Limited System and method for structures detection and multi-class image categorization in medical imaging

Also Published As

Publication number Publication date
JP2008520396A (en) 2008-06-19
EP1815433A1 (en) 2007-08-08
CN101065777A (en) 2007-10-31

Similar Documents

Publication Publication Date Title
US7574028B2 (en) Method for recognizing projection views of radiographs
US7519207B2 (en) Detection and correction method for radiograph orientation
US7627154B2 (en) Automated radiograph classification using anatomy information
JP4903854B2 (en) Object detection method in digital image
US5796862A (en) Apparatus and method for identification of tissue regions in digital mammographic images
US6654506B1 (en) Method for automatically creating cropped and zoomed versions of photographic images
US7221787B2 (en) Method for automated analysis of digital chest radiographs
JP5279245B2 (en) Method and apparatus for detection using cluster change graph cut
JP2002253539A (en) Medical image identification system, medical image identification processing method, program for medical image identification, and recording medium therefor
US20060110035A1 (en) Method for classifying radiographs
WO2006020035A1 (en) Projection views and orientation of chest radiographs
JP2009502317A (en) Method for identifying markers in radiographic images
US20050033139A1 (en) Adaptive segmentation of anatomic regions in medical images with fuzzy clustering
JP2007213581A (en) Method and device for estimating position of object part in digital image data using feature quantity analysis
EP1815433A1 (en) Method for recognizing projection views of radiographs
Luo et al. Automatic image hanging protocol for chest radiographs in PACS
JP2004188202A (en) Automatic analysis method of digital radiograph of chest part
JPH02294786A (en) Automatic normalizing method for image brightness level value
Luo et al. Robust online orientation correction for radiographs in PACS environments
EP4226317A1 (en) Method of augmenting the number of labeled images for training a neural network
Luo et al. Content-based image recognition for digital radiographs
Luo et al. Automatic orientation correction for radiographs
Luo et al. Automatic hanging protocol for chest radiographs
Güld et al. Combining Global Features within a Nearest Neighbor Classifier for Content-based Retrieval of Medical Images.
Dong Content-independent orientation detection with histogram of optimized local binary pattern

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KN KP KR KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2005825471

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2007543501

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 200580040144.9

Country of ref document: CN

NENP Non-entry into the national phase

Ref country code: DE

WWP Wipo information: published in national office

Ref document number: 2005825471

Country of ref document: EP