WO2005017815A2 - Incorporating spatial knowledge for classification - Google Patents
Incorporating spatial knowledge for classification Download PDFInfo
- Publication number
- WO2005017815A2 WO2005017815A2 PCT/US2004/026425 US2004026425W WO2005017815A2 WO 2005017815 A2 WO2005017815 A2 WO 2005017815A2 US 2004026425 W US2004026425 W US 2004026425W WO 2005017815 A2 WO2005017815 A2 WO 2005017815A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- candidate
- image
- classifier
- spatial location
- identifying
- Prior art date
- Legal status (The legal status 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 status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
- G06T7/0012—Biomedical image inspection
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V30/00—Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
- G06V30/10—Character recognition
- G06V30/24—Character recognition characterised by the processing or recognition method
- G06V30/242—Division of the character sequences into groups prior to recognition; Selection of dictionaries
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10072—Tomographic images
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20004—Adaptive image processing
- G06T2207/20012—Locally adaptive
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30004—Biomedical image processing
- G06T2207/30061—Lung
- G06T2207/30064—Lung nodule
Definitions
- the present invention relates to the field of machine classification, and, more particularly, to incorporating spatial knowledge for classification.
- a classifier is used to classify (i.e., separates) objects into two or more classes.
- An example of a classifier is as follows. Assume we have a set, A, of objects comprising two groups (i.e., classes) of the objects that we will call A+ and A-.
- object refers to one or more elements in a population.
- the classifier, A is a function, F, that takes every element in A and returns a label "+ "or "-", depending on what group the element is. That is, the classifier may be a FUNCTION F(A) -- ⁇ -1, 1 ⁇ , where -1 is a numerical value representing A- and +1 is a numerical value representing A+.
- the classifiers A+ and A- may represent two separate populations.
- A+ may represent structures in the lung (e.g., vessels, bronchi) and A- may represent nodules.
- F training data
- classifications of new and unseen data can be predicted using the function, F.
- a classifier can be trained in 10,000 known objects for which we have readings from doctors. This is commonly referred to as a "ground truth.” Based on the training from the ground truth, the classifier can be used to automatically diagnose new and unseen cases.
- a conventional classifier classifies the objects into classes based on an assumption that objects of the same class have comparable feature values, that is, belong to the same distribution in the feature space.
- feature refers to one or more attributes that describe an object belonging to a particular class.
- a nodule can be described by a vector containing a number of attributes, such as size, diameter, sphericity, etc.
- the vector may contain attribute values, which are termed herein as "feature values.”
- a function K (i.e., the kernel) takes the original data and maps it to a higher dimensional feature space (i.e., a feature space with more features) where the task of finding a classification function is easier to achieve.
- a higher dimensional feature space i.e., a feature space with more features
- the task of finding a classification function is easier to achieve.
- the original data is a single case that analyzes a certain number of features.
- a vector for the original data is a 10 dimensional feature space.
- a 1,000 dimensional feature space is created, mapped from the 10 dimensional feature space.
- the term “degrees of freedom” refers to the number of values in the final calculation of a statistic that are free to vary. Another way to produce the more complex classifier is to combine a number of simple classifiers, each trained using different sets of features, in series or in parallel. The results are merged to form an ensemble of classifiers. These and other comparable approaches have the disadvantage of requiring additional training examples to compensate for the large number of degrees of freedom needed to obtain the same generalization performance.
- generalization performance refers to the performance of a classifier on new and unseen data. A reduction of generalization performance may occur for many reasons.
- a method of classifying candidates in an image comprises classifying a first candidate of the image using a first classifier, wherein the first classifier is trained using training data specific to the spatial location of the first candidate; and classifying a second candidate of the image using a second classifier, wherein the second classifier is trained using training data specific to the spatial location of the second candidate; wherein the spatial location of the first candidate is mutually exclusive from the spatial location of the second candidate.
- a method of automatically detecting a nodule on an image comprises obtaining an image; identifying a first spatial location and a second spatial location on the image, wherein the first spatial location is mutually exclusive from the second spatial location; identifying a first candidate in the first spatial location and a second candidate in the second spatial location; classifying whether the first candidate is a nodule using a first classifier, wherein the first classifier is trained using training data specific to the first spatial location; and classifying whether the second candidate is a nodule using a second classifier, wherein the second classifier is trained using training data specific to the second spatial location; wherein the spatial location of the first candidate is mutually exclusive from the spatial location of the second candidate.
- a machine-readable medium having instructions stored thereon for execution by a processor to perform method of classifying candidates in an image comprises classifying a first candidate of the image using a first classifier, wherein the first classifier is trained using training data specific to the spatial location of the first candidate; and classifying a second candidate of the image using a second classifier, wherein the second classifier is trained using training data specific to the spatial location of the second candidate; wherein the spatial location of the first candidate is mutually exclusive from the spatial location of the second candidate.
- a machine- readable medium having instructions stored thereon for execution by a processor to perform method of automatically detecting a nodule on an image is provided.
- the method comprises obtaining an image; identifying a first spatial location and a second spatial location on the image, wherein the first spatial location is mutually exclusive from the second spatial location; identifying a first candidate in the first spatial location and a second candidate in the second spatial location; classifying whether the first candidate is a nodule using a first classifier, wherein the first classifier is trained using training data specific to the first spatial location; and classifying whether the second candidate is a nodule using a second classifier, wherein the second classifier is trained using training data specific to the second spatial location; wherein the spatial location of the first candidate is mutually exclusive from the spatial location of the second candidate.
- Figure 1 depicts a method of classifying objects based on the spatial locations of the objects is illustrated, in accordance with one embodiment of the present invention
- Figures 2A and 2B depict exemplary CT lung scans after classification of nodules, in accordance with one embodiment of the present invention.
- DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS Illustrative embodiments of the invention are described below. In the interest of clarity, not all features of an actual implementation are described in this specification.
- At least a portion of the present invention is preferably implemented as an application comprising program instructions that are tangibly embodied on one or more program storage devices (e.g., hard disk, magnetic floppy disk, RAM, ROM, CD ROM, etc.) and executable by any device or machine comprising suitable architecture, such as a general purpose digital computer having a processor, memory, and input/output interfaces.
- program storage devices e.g., hard disk, magnetic floppy disk, RAM, ROM, CD ROM, etc.
- suitable architecture such as a general purpose digital computer having a processor, memory, and input/output interfaces.
- kernel-based classifier refers to a classifier where a mapping function (i.e., the kernel) has been used to map the original training data to a higher dimensional space where the classification task may be easier.
- a mapping function i.e., the kernel
- the method 100 obtains (at 105) an image.
- the image may be obtained from a physical scan of the human body, such as from a computed tomography ("CT"), magnetic resonance imaging (“MRI”) or ultrasound device.
- CT computed tomography
- MRI magnetic resonance imaging
- ultrasound device In another embodiment, the image may be obtained from a satellite imaging system.
- the method 100 identifies (at 110) spatial locations for elements on the image.
- potential locations may include a wall-attached location representing elements attached to the lung wall, a bronchi classifier representing elements attached to the bronchi, and an inside-lung classifier representing elements inside the lung.
- Other images of the human body can be used, such as the heart.
- a satellite image may be classified into a type of landmass (e.g., mountain, desert, rainforest).
- the spatial locations may be identified through, for example, a graphical user-interface.
- the spatial locations may also be identified automatically using, for example, previous knowledge of various locations on an image. It should be appreciated that various other automated methods (e.g., pattern matching) for identifying spatial locations may be used, as contemplated by those skilled in the art.
- Classifiers are created (at 115) for each of the spatial locations. Using the lung scan example above, potential classifiers may include a wall-attached classifier representing elements attached to the lung wall, a bronchi classifier representing elements attached to the bronchi, and an inside-lung classifier representing elements inside the lung. The classifiers may be trained using previously-known data. For example, using the lung scan example above, the classifiers may be trained using training data of elements specified for the particular spatial location. Training data may comprise known and previously- verified data.
- doctor-verified cases determining whether a nodule exists can be used as training data.
- the various cases may be separated into spatial locations corresponding to the different classifiers for training purposes.
- a wall-attached classifier would be trained using only training data of elements attached to the lung wall.
- the advantage of such a method is that the classifier takes advantage of any novelties (known and unknown) of elements in a particular location.
- classifying elements in the bronchi may be different from classifying elements inside the lung.
- the method 100 identifies (at 120) candidates.
- the term "candidates" refers to elements (i.e:, structures) of interest in the image.
- the classifiers are unique to the spatial locations, the classification of candidates will be more precise than not taking into account the spatial location. Further, using such "local classifiers" also result in memory, storage and performance improvements over complex, universal classifiers. Candidates may be identified manually or automatically using any of a variety of methods and apparatus known to those skilled in the art. For example, computer-aided automatic identification of suspicious regions of interest is well-known in the field of cancer screening.
- the method 100 classifies (at 125) the candidates into labels using the appropriate classifier associated with the spatial location where the candidate is located. For example, in the lung scan example above, if a candidate is located inside the lung, then the candidate is classified using the inside-lung classifier.
- the candidate may be labeled "nodule" representing that a structure (i.e., the element) in the image is a nodule and "no-nodule” representing that the structure is not a nodule.
- a candidate may be classified with more than two labels.
- particular labels can be physically marked on the image for easy identification. For example, in the lung scan example above, a candidate identified as a nodule may be marked so that a human observer (e.g., a doctor) can easily identify the pathology. Different marking types and shapes may be used to differentiate between certain classifiers, as is contemplated by those skilled in the art.
- FIG. 2A and 2B show exemplary CT lung scans that are marked after classification, in accordance with one embodiment of the present invention.
- the square markings refer to wall-attached nodules
- the circle markings refer to inside-lung nodules.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
- Quality & Reliability (AREA)
- Radiology & Medical Imaging (AREA)
- Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- General Health & Medical Sciences (AREA)
- Multimedia (AREA)
- Image Analysis (AREA)
- Apparatus For Radiation Diagnosis (AREA)
- Measuring And Recording Apparatus For Diagnosis (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
- Ultra Sonic Daignosis Equipment (AREA)
- Image Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE112004001468.9T DE112004001468B4 (de) | 2003-08-13 | 2004-08-13 | Berücksichtigung von bekannten räumlichen Daten bei der Klassifikation |
| JP2006523424A JP5105876B2 (ja) | 2003-08-13 | 2004-08-13 | 分類プロセスへの空間的知見の組込み |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US49464603P | 2003-08-13 | 2003-08-13 | |
| US60/494,646 | 2003-08-13 | ||
| US10/915,076 US7634120B2 (en) | 2003-08-13 | 2004-08-10 | Incorporating spatial knowledge for classification |
| US10/915,076 | 2004-08-10 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2005017815A2 true WO2005017815A2 (en) | 2005-02-24 |
| WO2005017815A3 WO2005017815A3 (en) | 2005-04-07 |
Family
ID=34198001
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2004/026425 Ceased WO2005017815A2 (en) | 2003-08-13 | 2004-08-13 | Incorporating spatial knowledge for classification |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US7634120B2 (enExample) |
| JP (1) | JP5105876B2 (enExample) |
| DE (1) | DE112004001468B4 (enExample) |
| WO (1) | WO2005017815A2 (enExample) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7903857B2 (en) * | 2006-04-17 | 2011-03-08 | Siemens Medical Solutions Usa, Inc. | Robust click-point linking with geometric configuration context: interactive localized registration approach |
| US8015131B2 (en) * | 2007-10-12 | 2011-09-06 | Microsoft Corporation | Learning tradeoffs between discriminative power and invariance of classifiers |
| US9384397B2 (en) * | 2013-08-22 | 2016-07-05 | Ut-Battelle, Llc | Model for mapping settlements |
| US11568625B2 (en) | 2021-01-07 | 2023-01-31 | Nvidia Corporation | Targeted object detection in image processing applications |
| US20250086967A1 (en) * | 2023-09-12 | 2025-03-13 | Terra Vista Gestora De Rescursos Ltda. | Digital measurement, reporting and verification system |
Family Cites Families (24)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5273040A (en) * | 1991-11-14 | 1993-12-28 | Picker International, Inc. | Measurement of vetricle volumes with cardiac MRI |
| US5638458A (en) * | 1993-11-30 | 1997-06-10 | Arch Development Corporation | Automated method and system for the detection of gross abnormalities and asymmetries in chest images |
| JPH07194583A (ja) * | 1993-12-29 | 1995-08-01 | Toshiba Corp | X線診断装置 |
| US5612901A (en) * | 1994-05-17 | 1997-03-18 | Gallegos; Sonia C. | Apparatus and method for cloud masking |
| JPH07323024A (ja) * | 1994-06-01 | 1995-12-12 | Konica Corp | 画像診断支援装置 |
| US5842194A (en) * | 1995-07-28 | 1998-11-24 | Mitsubishi Denki Kabushiki Kaisha | Method of recognizing images of faces or general images using fuzzy combination of multiple resolutions |
| DE69630935T2 (de) * | 1995-09-29 | 2004-11-04 | Koninklijke Philips Electronics N.V. | Bilverarbeitungsverfahren und -vorrichtung zur automatischen Erfassung von Bereichen eines vorbestimmten Krebstyps in einem Intensitätsbild |
| US6125194A (en) * | 1996-02-06 | 2000-09-26 | Caelum Research Corporation | Method and system for re-screening nodules in radiological images using multi-resolution processing, neural network, and image processing |
| TW514513B (en) * | 1996-02-06 | 2002-12-21 | Deus Technologies Inc | Method for the detection of lung nodule in radiological images using digital image processing and artificial neural network |
| US5757953A (en) * | 1996-02-29 | 1998-05-26 | Eastman Kodak Company | Automated method and system for region decomposition in digital radiographic images |
| US6909797B2 (en) * | 1996-07-10 | 2005-06-21 | R2 Technology, Inc. | Density nodule detection in 3-D digital images |
| JPH1091782A (ja) * | 1996-09-10 | 1998-04-10 | Olympus Optical Co Ltd | 濃淡画像用特定部位抽出方法 |
| US5943435A (en) * | 1997-10-07 | 1999-08-24 | Eastman Kodak Company | Body part recognition in radiographic images |
| US6282307B1 (en) * | 1998-02-23 | 2001-08-28 | Arch Development Corporation | Method and system for the automated delineation of lung regions and costophrenic angles in chest radiographs |
| US6898303B2 (en) * | 2000-01-18 | 2005-05-24 | Arch Development Corporation | Method, system and computer readable medium for the two-dimensional and three-dimensional detection of lesions in computed tomography scans |
| US6549646B1 (en) * | 2000-02-15 | 2003-04-15 | Deus Technologies, Llc | Divide-and-conquer method and system for the detection of lung nodule in radiological images |
| JP5388393B2 (ja) * | 2001-04-27 | 2014-01-15 | キヤノン株式会社 | 画像処理装置および画像処理方法、制御プログラム |
| JP3970570B2 (ja) * | 2001-10-05 | 2007-09-05 | 富士フイルム株式会社 | 異常陰影検出装置および胸筋領域抽出装置 |
| US7336809B2 (en) * | 2001-11-23 | 2008-02-26 | R2 Technology, Inc. | Segmentation in medical images |
| US20030099390A1 (en) * | 2001-11-23 | 2003-05-29 | Xiaolan Zeng | Lung field segmentation from CT thoracic images |
| AU2003216295A1 (en) | 2002-02-15 | 2003-09-09 | The Regents Of The University Of Michigan | Lung nodule detection and classification |
| US6795526B2 (en) * | 2002-03-04 | 2004-09-21 | Ge Medical Systems Global Technology Co., Llc | Automatic exposure control for a digital image acquisition system |
| US20050033139A1 (en) * | 2002-07-09 | 2005-02-10 | Deus Technologies, Llc | Adaptive segmentation of anatomic regions in medical images with fuzzy clustering |
| WO2005007023A2 (en) * | 2003-07-09 | 2005-01-27 | Emphasys Medical, Inc. | Treatment planning with implantable bronchial isolation devices |
-
2004
- 2004-08-10 US US10/915,076 patent/US7634120B2/en active Active
- 2004-08-13 WO PCT/US2004/026425 patent/WO2005017815A2/en not_active Ceased
- 2004-08-13 JP JP2006523424A patent/JP5105876B2/ja not_active Expired - Fee Related
- 2004-08-13 DE DE112004001468.9T patent/DE112004001468B4/de not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| WO2005017815A3 (en) | 2005-04-07 |
| US20050058338A1 (en) | 2005-03-17 |
| DE112004001468T5 (de) | 2008-02-14 |
| JP5105876B2 (ja) | 2012-12-26 |
| DE112004001468B4 (de) | 2017-08-17 |
| JP2007502173A (ja) | 2007-02-08 |
| US7634120B2 (en) | 2009-12-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11334992B2 (en) | Computer-implemented method to increase the accuracy of machine learning models for medical image processing | |
| Li et al. | Pulmonary nodule classification with deep convolutional neural networks on computed tomography images | |
| Gangadharan et al. | Comparative analysis of deep learning-based brain tumor prediction models using MRI scan | |
| Dong et al. | An efficient approach for automated mass segmentation and classification in mammograms | |
| WO2009045461A1 (en) | System and method for joint classification using feature space cluster labels | |
| Yan et al. | Deeplesion: Automated deep mining, categorization and detection of significant radiology image findings using large-scale clinical lesion annotations | |
| Naqi et al. | A 3D nodule candidate detection method supported by hybrid features to reduce false positives in lung nodule detection | |
| Xu et al. | Novel coarse-to-fine dual scale technique for tuberculosis cavity detection in chest radiographs | |
| Victor Ikechukwu et al. | CX-Net: an efficient ensemble semantic deep neural network for ROI identification from chest-x-ray images for COPD diagnosis | |
| Guo et al. | Cascaded classification of high resolution remote sensing images using multiple contexts | |
| Lu et al. | Computer aided diagnosis using multilevel image features on large-scale evaluation | |
| Zhang et al. | Weakly-supervised evidence pinpointing and description | |
| Ahmad et al. | Optimized lung nodule prediction model for lung cancer using contour features extraction | |
| Oh et al. | Developing and evaluating deep learning algorithms for object detection: key points for achieving superior model performance | |
| Liu et al. | U2F-GAN: weakly supervised super-pixel segmentation in thyroid ultrasound images | |
| Alhassan | An improved breast cancer classification with hybrid chaotic sand cat and Remora Optimization feature selection algorithm | |
| CN110009038A (zh) | 筛查模型的训练方法、装置及存储介质 | |
| US7634120B2 (en) | Incorporating spatial knowledge for classification | |
| Raj et al. | Shape Feature Extraction Techniques for Computer Vision Applications | |
| Nogues et al. | Deep convolutional neural networks for computer-aided detection: CNN architectures, dataset characteristics and transfer learning | |
| Khouadja et al. | Lung cancer detection with machine learning and deep learning: a narrative review | |
| Verma et al. | Comparative evaluation of feature extraction techniques in chest X ray image with different classification model | |
| Bhojane et al. | Liver lesion detection from mr t1 in-phase and out-phase fused images and CT images using YOLOv8 | |
| Rajaraman et al. | Multi-loss ensemble deep learning for chest X-ray classification | |
| Retico | Computer-aided detection for pulmonary nodule identification: improving the radiologist's performance? |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 200480022882.6 Country of ref document: CN |
|
| AK | Designated states |
Kind code of ref document: A2 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 KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL 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: A2 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 IT LU 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: 2006523424 Country of ref document: JP |
|
| DPEN | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101) | ||
| 122 | Ep: pct application non-entry in european phase | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 1120040014689 Country of ref document: DE |
|
| REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
| RET | De translation (de og part 6b) |
Ref document number: 112004001468 Country of ref document: DE Date of ref document: 20080214 Kind code of ref document: P |
|
| REG | Reference to national code |
Ref country code: DE Ref legal event code: 8607 |