SVMは当初、バイナリ分類を実行するために開発されました。ただし、バイナリ分類のアプリケーションは非常に限られています。実用的なアプリケーションのほとんどは、特にリモートセンシングの土地被覆分類において、マルチクラス分類を伴います。 SVMを実装してマルチクラス分類を生成するための多くの方法が提案されています。バイナリSVMからマルチクラスSVMを生成する多くの方法が研究者によって提案されており、現在も継続的な研究トピックです。このホワイトペーパーでは、6つのマルチクラスアプローチのパフォーマンスを比較し、分類の精度と計算コストの観点から分類問題をリモートセンシングデータで解決します。 1対1、1対残り、Directed Acyclic Graph(DAG)、およびError Corrected Output Coding(ECOC)ベースのマルチクラスアプローチは、多くのバイナリ分類子を作成し、その結果を組み合わせてテストピクセルのクラスラベルを決定します。マルチクラスアプローチの別のカテゴリでは、バイナリクラスの目的関数を変更し、単一の最適化問題を解くことにより、マルチクラス分類の同時計算を可能にします。この調査の結果は、精度と計算コストの点で、他のマルチクラスアプローチよりも1対1のマルチクラスアプローチの有用性を結論付けています。
SVMs were initially developed to perform binary classification; though, applications of binary classification are very limited. Most of the practical applications involve multiclass classification, especially in remote sensing land cover classification. A number of methods have been proposed to implement SVMs to produce multiclass classification. A number of methods to generate multiclass SVMs from binary SVMs have been proposed by researchers and is still a continuing research topic. This paper compares the performance of six multi-class approaches to solve classification problem with remote sensing data in term of classification accuracy and computational cost. One vs. one, one vs. rest, Directed Acyclic Graph (DAG), and Error Corrected Output Coding (ECOC) based multiclass approaches creates many binary classifiers and combines their results to determine the class label of a test pixel. Another catogery of multi class approach modify the binary class objective function and allows simultaneous computation of multiclass classification by solving a single optimisation problem. Results from this study conclude the usefulness of One vs. One multi class approach in term of accuracy and computational cost over other multi class approaches.