JP2010500081A - 系統的なデータ・スケーリングを遺伝的アルゴリズムに基づく特徴サブセット選択に統合する方法および装置 - Google Patents
系統的なデータ・スケーリングを遺伝的アルゴリズムに基づく特徴サブセット選択に統合する方法および装置 Download PDFInfo
- Publication number
- JP2010500081A JP2010500081A JP2009523398A JP2009523398A JP2010500081A JP 2010500081 A JP2010500081 A JP 2010500081A JP 2009523398 A JP2009523398 A JP 2009523398A JP 2009523398 A JP2009523398 A JP 2009523398A JP 2010500081 A JP2010500081 A JP 2010500081A
- Authority
- JP
- Japan
- Prior art keywords
- genetic algorithm
- training
- feature
- classifier
- training set
- 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.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/12—Computing arrangements based on biological models using genetic models
- G06N3/126—Evolutionary algorithms, e.g. genetic algorithms or genetic programming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/211—Selection of the most significant subset of features
- G06F18/2111—Selection of the most significant subset of features by using evolutionary computational techniques, e.g. genetic algorithms
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/771—Feature selection, e.g. selecting representative features from a multi-dimensional feature space
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/20—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for computer-aided diagnosis, e.g. based on medical expert systems
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Data Mining & Analysis (AREA)
- Medical Informatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Computation (AREA)
- Biomedical Technology (AREA)
- Computing Systems (AREA)
- General Physics & Mathematics (AREA)
- Biophysics (AREA)
- Evolutionary Biology (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Software Systems (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- Public Health (AREA)
- Physiology (AREA)
- Pathology (AREA)
- Primary Health Care (AREA)
- Molecular Biology (AREA)
- Mathematical Physics (AREA)
- Genetics & Genomics (AREA)
- Multimedia (AREA)
- Epidemiology (AREA)
- Computational Linguistics (AREA)
- Image Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Measuring And Recording Apparatus For Diagnosis (AREA)
- Apparatus For Radiation Diagnosis (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Investigating Or Analysing Biological Materials (AREA)
Abstract
Description
yi=1 ならば wxi+b≧+1
yi=−1ならば wxi+b≦−1
を見出すことが可能であるとする。
Φ:x→φ(x)
とマッピングする。
Claims (15)
- データ・マイニング、計算機支援検出、計算機支援診断および人工知能において分類精度を改善し、偽陽性を低減する方法であって:
系統的なデータ・スケーリングを使ってトレーニング・ケースのセットからトレーニング・セットを選ぶ段階と、
ある分類方法を使って前記トレーニング・セットに基づいて分類器を生成する段階とを有し、
前記系統的なデータ・スケーリングおよび前記分類方法が前記分類器を生じ、それにより偽陽性を減らし、分類精度を改善する、方法。 - 前記分類器が、サポート・ベクトル機械、ニューラル・ネットワークおよび決定樹からなる群より選択される、請求項1記載の方法。
- 前記トレーニング・セットに基づいて前記分類方法によって生成された前記分類器を、試験セットを使って評価する段階をさらに有する、請求項1記載の方法。
- 前記選ぶ段階がさらに、ある閾値が満たされるまで、前記トレーニング・セットから、真の結節とトメック・リンクをなす偽の結節を除去していくことを含む、請求項1記載の方法。
- 前記閾値は、ダウンスケーリング因子xに関し、系統的なデータ・スケーリング後にトレーニング・セット内に残っている偽結節の数がトレーニング・セット中の真の結節の数のx倍を超えないように、決定される、請求項4記載の方法。
- トレーニング・ケースのセットまたはそのサブセットを用いて前記分類器を検証する段階をさらに有する、請求項1記載の方法。
- 実行されたときに請求項1記載の方法を実装する遺伝的アルゴリズム。
- 前記遺伝的アルゴリズムがCHCアルゴリズムである、請求項7記載の遺伝的アルゴリズム。
- 特徴プールから特徴を選ぶ方法であって:
請求項7記載の第一の遺伝的アルゴリズムおよび第二の遺伝的アルゴリズムのそれぞれを用意し、前記第一の遺伝的アルゴリズムは前記特徴セットの最良サイズを決定するために使われる、段階と;
前記特徴セット・サイズを固定し、前記第二の遺伝的アルゴリズムを使って特徴を選択する段階とを有する方法。 - 前記第一の遺伝的アルゴリズムを用意することにおいて、当該方法はさらに:異なる特徴サブセット・サイズを表す染色体の生起数および平均誤り数の少なくとも一つを使って結果を解析することを含む、請求項9記載の方法。
- 前記平均誤り数が誤って分類された肺結節の数である、請求項10記載の方法。
- 実行されたときに請求項1記載の方法を実装するコンピュータ可読媒体。
- 撮像デバイスまたは偽陽性低減デバイスであって、該デバイスは請求項1記載の方法を実装することによって画像データを解析するようプログラムされているコンピュータである、製造物。
- 請求項13記載の製造物であって、前記撮像デバイスは:計算機断層撮影(CT)、計算機体軸断層撮影(CAT)、マルチスライス計算機断層撮影(MSCT)、身体断面X線撮影法、超音波、磁気共鳴撮像(MRI)、磁気共鳴断層撮影(MRT)、核磁気共鳴(NMR)、X線、顕微鏡法、蛍光透視法、断層撮影およびデジタル・イメージングからなる群より選択される、製造物。
- 前記製造物が肺結節CADシステムである、請求項13記載の製造物。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US82209806P | 2006-08-11 | 2006-08-11 | |
PCT/IB2007/053048 WO2008017991A2 (en) | 2006-08-11 | 2007-08-02 | Methods and apparatus to integrate systematic data scaling into genetic algorithm-based feature subset selection |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010500081A true JP2010500081A (ja) | 2010-01-07 |
Family
ID=38917381
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009523398A Pending JP2010500081A (ja) | 2006-08-11 | 2007-08-02 | 系統的なデータ・スケーリングを遺伝的アルゴリズムに基づく特徴サブセット選択に統合する方法および装置 |
Country Status (6)
Country | Link |
---|---|
US (1) | US8311310B2 (ja) |
EP (1) | EP2052355A2 (ja) |
JP (1) | JP2010500081A (ja) |
CN (1) | CN101501712B (ja) |
RU (1) | RU2449365C2 (ja) |
WO (1) | WO2008017991A2 (ja) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014504523A (ja) * | 2011-01-20 | 2014-02-24 | ユニバーシティ オブ アイオワ リサーチ ファウンデーション | 血管画像における動静脈比の自動測定 |
US10140699B2 (en) | 2010-12-07 | 2018-11-27 | University Of Iowa Research Foundation | Optimal, user-friendly, object background separation |
WO2019102797A1 (ja) * | 2017-11-21 | 2019-05-31 | 富士フイルム株式会社 | ニューラルネットワークの学習方法、学習装置、学習済みモデル及びプログラム |
US10354384B2 (en) | 2012-05-04 | 2019-07-16 | University Of Iowa Research Foundation | Automated assessment of glaucoma loss from optical coherence tomography |
US10360672B2 (en) | 2013-03-15 | 2019-07-23 | University Of Iowa Research Foundation | Automated separation of binary overlapping trees |
US10410355B2 (en) | 2014-03-21 | 2019-09-10 | U.S. Department Of Veterans Affairs | Methods and systems for image analysis using non-euclidean deformed graphs |
JP2019197549A (ja) * | 2013-06-24 | 2019-11-14 | サイランス・インコーポレイテッドCylance Inc. | 機械学習を使用した生成的マルチモデルマルチクラス分類および類似度分析のための自動システム |
JP2022025095A (ja) * | 2014-12-10 | 2022-02-09 | コーニンクレッカ フィリップス エヌ ヴェ | 機械学習を用いた医用イメージングの変換のためのシステムおよび方法 |
US11790523B2 (en) | 2015-04-06 | 2023-10-17 | Digital Diagnostics Inc. | Autonomous diagnosis of a disorder in a patient from image analysis |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2955235A3 (en) * | 2009-01-30 | 2016-03-02 | Koninklijke Philips N.V. | Methods for the subclassification of breast tumours |
US8346800B2 (en) * | 2009-04-02 | 2013-01-01 | Microsoft Corporation | Content-based information retrieval |
JP2012235796A (ja) * | 2009-09-17 | 2012-12-06 | Sharp Corp | 診断処理装置、診断処理システム、診断処理方法、診断処理プログラム及びコンピュータ読み取り可能な記録媒体、並びに、分類処理装置 |
US9122955B2 (en) * | 2010-06-28 | 2015-09-01 | Ramot At Tel-Aviv University Ltd. | Method and system of classifying medical images |
EP2890300B1 (en) | 2012-08-31 | 2019-01-02 | Kenji Suzuki | Supervised machine learning technique for reduction of radiation dose in computed tomography imaging |
US9925009B2 (en) * | 2013-03-15 | 2018-03-27 | Covidien Lp | Pathway planning system and method |
US9485263B2 (en) * | 2014-07-16 | 2016-11-01 | Microsoft Technology Licensing, Llc | Volatility-based classifier for security solutions |
US9619648B2 (en) | 2014-07-16 | 2017-04-11 | Microsoft Technology Licensing, Llc | Behavior change detection system for services |
CN104504441A (zh) * | 2014-12-09 | 2015-04-08 | 河海大学 | 基于敏感性的madaline神经网络构建方法及其装置 |
CN104504443A (zh) * | 2014-12-09 | 2015-04-08 | 河海大学 | 基于rbf神经网络敏感性的特征选择方法及其装置 |
US10110622B2 (en) | 2015-02-13 | 2018-10-23 | Microsoft Technology Licensing, Llc | Security scanner |
CN104933446B (zh) * | 2015-07-15 | 2018-09-18 | 福州大学 | 一种用于计算机辅助诊断乳腺b超特征有效性验证的方法 |
CN111325227B (zh) * | 2018-12-14 | 2023-04-07 | 深圳先进技术研究院 | 数据特征提取方法、装置及电子设备 |
CN111598116B (zh) * | 2019-02-21 | 2024-01-23 | 杭州海康威视数字技术股份有限公司 | 数据分类方法、装置、电子设备及可读存储介质 |
US11164309B2 (en) * | 2019-04-10 | 2021-11-02 | International Business Machines Corporation | Image analysis and annotation |
CN110210519B (zh) * | 2019-05-10 | 2021-06-22 | 上海联影智能医疗科技有限公司 | 分类方法、计算机设备和存储介质 |
CN113948207B (zh) * | 2021-10-18 | 2024-08-16 | 东北大学 | 一种用于低血糖预警的血糖数据处理方法 |
CN114343638B (zh) * | 2022-01-05 | 2023-08-22 | 河北体育学院 | 一种基于多模态生理参数信号的疲劳程度评估方法及系统 |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4965725B1 (en) * | 1988-04-08 | 1996-05-07 | Neuromedical Systems Inc | Neural network based automated cytological specimen classification system and method |
US5987094A (en) * | 1996-10-30 | 1999-11-16 | University Of South Florida | Computer-assisted method and apparatus for the detection of lung nodules |
US6996549B2 (en) * | 1998-05-01 | 2006-02-07 | Health Discovery Corporation | Computer-aided image analysis |
IT1320956B1 (it) * | 2000-03-24 | 2003-12-18 | Univ Bologna | Metodo, e relativa apparecchiatura, per la rilevazione automatica dimicrocalcificazioni in segnali digitali di tessuto mammario. |
WO2001078005A2 (en) * | 2000-04-11 | 2001-10-18 | Cornell Research Foundation, Inc. | System and method for three-dimensional image rendering and analysis |
US6470092B1 (en) * | 2000-11-21 | 2002-10-22 | Arch Development Corporation | Process, system and computer readable medium for pulmonary nodule detection using multiple-templates matching |
US20040122787A1 (en) * | 2002-12-18 | 2004-06-24 | Avinash Gopal B. | Enhanced computer-assisted medical data processing system and method |
JP5180478B2 (ja) | 2004-02-10 | 2013-04-10 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | ゲノムベースの医療診断テストを最適化する遺伝アルゴリズム |
WO2006054269A2 (en) | 2004-11-19 | 2006-05-26 | Koninklijke Philips Electronics, N.V. | System and method for false positive reduction in computer-aided detection (cad) using a support vector machine (svm) |
WO2006054272A2 (en) * | 2004-11-19 | 2006-05-26 | Koninklijke Philips Electronics, N.V. | A stratification method for overcoming unbalanced case numbers in computer-aided lung nodule false positive reduction |
JP2008520322A (ja) * | 2004-11-19 | 2008-06-19 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | 新規な3d特徴を備えるコンピュータ支援検出(cad)における誤検出の低減 |
-
2007
- 2007-08-02 RU RU2009108639/08A patent/RU2449365C2/ru active
- 2007-08-02 JP JP2009523398A patent/JP2010500081A/ja active Pending
- 2007-08-02 US US12/377,245 patent/US8311310B2/en active Active
- 2007-08-02 CN CN2007800298381A patent/CN101501712B/zh active Active
- 2007-08-02 WO PCT/IB2007/053048 patent/WO2008017991A2/en active Application Filing
- 2007-08-02 EP EP07805289A patent/EP2052355A2/en not_active Withdrawn
Non-Patent Citations (3)
Title |
---|
JPN6013014579; Lilla Boroczky, Luyin Zhao, K.P.Lee: 'Feature Subset Selection for Improving the Performance of False Positive Reduction in Lung Nodule CA' IEEE Transactions on Information Technology in Biomedicine Vol. 10, No. 3, 200607, p504 - p511 * |
JPN6013014580; Lilla Boroczky, Luyin Zhao, K.P.Lee: 'Feature subset selection for improving the performance of false positive reduction in lung nodule CA' Proceedings of the 18th IEEE Symposium on Computer-Based Medical Systems , 2005, p85 - p90 * |
JPN6013014581; Luyin Zhao, Lilla Boroczky, K.P.Lee: 'False positive reduction for lung nodule CAD using support vector machines and genetic algorithms' International Congress Series Vol. 1281, 2005, p1109 - p1114 * |
Cited By (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10140699B2 (en) | 2010-12-07 | 2018-11-27 | University Of Iowa Research Foundation | Optimal, user-friendly, object background separation |
US11935235B2 (en) | 2010-12-07 | 2024-03-19 | University Of Iowa Research Foundation | Diagnosis of a disease condition using an automated diagnostic model |
US11468558B2 (en) | 2010-12-07 | 2022-10-11 | United States Government As Represented By The Department Of Veterans Affairs | Diagnosis of a disease condition using an automated diagnostic model |
JP2014504523A (ja) * | 2011-01-20 | 2014-02-24 | ユニバーシティ オブ アイオワ リサーチ ファウンデーション | 血管画像における動静脈比の自動測定 |
US12035971B2 (en) | 2011-01-20 | 2024-07-16 | University Of Lowa Research Foundation | Automated determination of arteriovenous ratio in images of blood vessels |
US11638522B2 (en) | 2011-01-20 | 2023-05-02 | University Of Iowa Research Foundation | Automated determination of arteriovenous ratio in images of blood vessels |
US10354384B2 (en) | 2012-05-04 | 2019-07-16 | University Of Iowa Research Foundation | Automated assessment of glaucoma loss from optical coherence tomography |
US11972568B2 (en) | 2012-05-04 | 2024-04-30 | University Of Iowa Research Foundation | Automated assessment of glaucoma loss from optical coherence tomography |
US10360672B2 (en) | 2013-03-15 | 2019-07-23 | University Of Iowa Research Foundation | Automated separation of binary overlapping trees |
JP2019197549A (ja) * | 2013-06-24 | 2019-11-14 | サイランス・インコーポレイテッドCylance Inc. | 機械学習を使用した生成的マルチモデルマルチクラス分類および類似度分析のための自動システム |
US10410355B2 (en) | 2014-03-21 | 2019-09-10 | U.S. Department Of Veterans Affairs | Methods and systems for image analysis using non-euclidean deformed graphs |
JP2022025095A (ja) * | 2014-12-10 | 2022-02-09 | コーニンクレッカ フィリップス エヌ ヴェ | 機械学習を用いた医用イメージングの変換のためのシステムおよび方法 |
US11790523B2 (en) | 2015-04-06 | 2023-10-17 | Digital Diagnostics Inc. | Autonomous diagnosis of a disorder in a patient from image analysis |
JP7008081B2 (ja) | 2017-11-21 | 2022-01-25 | 富士フイルム株式会社 | ニューラルネットワークの学習方法、学習装置、学習済みモデル及びプログラム |
JPWO2019102797A1 (ja) * | 2017-11-21 | 2020-11-19 | 富士フイルム株式会社 | ニューラルネットワークの学習方法、学習装置、学習済みモデル及びプログラム |
WO2019102797A1 (ja) * | 2017-11-21 | 2019-05-31 | 富士フイルム株式会社 | ニューラルネットワークの学習方法、学習装置、学習済みモデル及びプログラム |
Also Published As
Publication number | Publication date |
---|---|
CN101501712A (zh) | 2009-08-05 |
EP2052355A2 (en) | 2009-04-29 |
WO2008017991A2 (en) | 2008-02-14 |
RU2009108639A (ru) | 2010-09-20 |
RU2449365C2 (ru) | 2012-04-27 |
CN101501712B (zh) | 2012-09-05 |
US8311310B2 (en) | 2012-11-13 |
WO2008017991A3 (en) | 2008-10-30 |
US20100177943A1 (en) | 2010-07-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8311310B2 (en) | Methods and apparatus to integrate systematic data scaling into genetic algorithm-based feature subset selection | |
Tan et al. | A novel computer‐aided lung nodule detection system for CT images | |
Tahmooresi et al. | Early detection of breast cancer using machine learning techniques | |
Kunapuli et al. | A decision-support tool for renal mass classification | |
Boroczky et al. | Feature subset selection for improving the performance of false positive reduction in lung nodule CAD | |
Dheeba et al. | Classification of malignant and benign microcalcification using SVM classifier | |
Mastouri et al. | Deep learning-based CAD schemes for the detection and classification of lung nodules from CT images: A survey | |
US20090175514A1 (en) | Stratification method for overcoming unbalanced case numbers in computer-aided lung nodule false positive reduction | |
JP2008520322A (ja) | 新規な3d特徴を備えるコンピュータ支援検出(cad)における誤検出の低減 | |
JP2008520318A (ja) | サポートベクタマシン(svm)を用いるコンピュータ支援検出(cad)における誤検出低減のためのシステム及び方法 | |
Das et al. | Lung cancer detection using deep learning network: A comparative analysis | |
Narayanan et al. | Analysis of various classification techniques for computer aided detection system of pulmonary nodules in CT | |
Carrillo-de-Gea et al. | A Computer‐Aided Detection System for Digital Chest Radiographs | |
Doma et al. | Artificial intelligence-based breast cancer detection using WPSO | |
Dastider et al. | Rescovnet: A deep learning-based architecture for covid-19 detection from chest ct scan images | |
Hapfelmeier et al. | Image feature evaluation in two new mammography CAD prototypes | |
Sathiya et al. | Lung nodule classification in CT images using Grey Wolf Optimization algorithm | |
Laishram et al. | An optimized ensemble classifier for mammographic mass classification | |
Tan et al. | A new and fast image feature selection method for developing an optimal mammographic mass detection scheme | |
Abdullah et al. | Enhanced feature selection algorithm for pneumonia detection | |
Ahirwar et al. | Characterization of tumor region using SOM and Neuro Fuzzy techniques in Digital Mammography | |
Jabeen et al. | An intelligent healthcare framework for breast cancer diagnosis based on the information fusion of novel deep learning architectures and improved optimization algorithm | |
Jeyavathana et al. | Automatic detection of tuberculosis based on AdaBoost classifier and genetic algorithm | |
Tartar et al. | Ensemble learning approaches to classification of pulmonary nodules | |
Wang et al. | Computer-aided Detection: The Impact of Machine Learning Classifier and Image Feature Selection on Scheme Performance. |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100729 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130402 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20130628 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20130709 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130930 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140527 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140724 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20140902 |