血球のカウントと分類は、医学の重要な診断ツールです。サポートベクターマシンはますます人気があり効率的であり、人工ニューラルネットワークシステムを置き換えることができます。ここでは、SVMを使用して血球を分類する方法が提案されています。画像に関する一連の統計は、C ++で実装されています。 MPEG-7記述子のスケーラブルカラー記述子、カラー構造記述子、カラーレイアウト記述子、および均質テクスチャ記述子はサイズが拡張されており、人間が視覚的に知覚するテクスチャ特性に対応するテクスチャ機能と組み合わされています。人間の血液細胞の一連の画像から、これらの統計が収集されます。 SVMが実装およびトレーニングされ、細胞画像が分類されます。細胞画像は顕微鏡からの画像から細胞を分類するCellaVision DM-96マシンから取得されます。 CellaVisionマシンの出力画像と分類は、グラウンドトゥルース、つまり90〜95%の真実です。問題は2つに分かれています-主要な問題と単純化された問題です。主な問題は、CellaVisionマシンと同じクラスを分類することです。単純化された問題は、白血球の最も一般的な5つのタイプ間で異なることです。 SVMがグラウンドトゥルースのエラーに惑わされていることを考慮すると、エラー率10.8%と3.1%の両方のケースで有望な結果が達成されます。結論は、パフォーマンスをさらに調査する価値があるということです。
Counting and classifying blood cells is an important diagnostic tool in medicine. Support Vector Machines are increasingly popular and efficient and could replace artificial neural network systems. Here a method to classify blood cells is proposed using SVM. A set of statistics on images are implemented in C++. The MPEG-7 descriptors Scalable Color Descriptor, Color Structure Descriptor, Color Layout Descriptor and Homogeneous Texture Descriptor are extended in size and combined with textural features corresponding to textural properties perceived visually by humans. From a set of images of human blood cells these statistics are collected. A SVM is implemented and trained to classify the cell images. The cell images come from a CellaVision DM-96 machine which classify cells from images from microscopy. The output images and classification of the CellaVision machine is taken as ground truth, a truth that is 90-95% correct. The problem is divided in two -- the primary and the simplified. The primary problem is to classify the same classes as the CellaVision machine. The simplified problem is to differ between the five most common types of white blood cells. An encouraging result is achieved in both cases -- error rates of 10.8% and 3.1% -- considering that the SVM is misled by the errors in ground truth. Conclusion is that further investigation of performance is worthwhile.