共同騒音検知とL2,p-ノルマメトリックは,堅固なマルチクラス分類のための最小平方ツインSVMです
Chao Yuan1, Xiaoyuan Xu2, Farshad Arvin2
1School of Mathematics and Information Science, Guangzhou University, Guangzhou, 510006, China.
まとめ
この研究は,騒音データと戦うためにLSTSVMを使用する堅固なマルチクラス分類モデルを導入します. この新しいアプローチは,ノイズ検出メカニズムとL2,p-normを使用することで,現実世界のアプリケーションの精度と信頼性を高めます.
科学分野:
- 機械学習
- 統計学的な学習
- データサイエンス
背景:
- Least Squares Twin Support Vector Machine (LSTSVM) は,マルチクラス分類におけるアプリケーションを持つ基本的なバイナリ分類モデルである.
- リアルなデータセットはしばしばノイズを含み,LSTSVMの性能と汎用性を著しく低下させる.
- クラシフィケーションハイパープレーンに対する騒音の影響は,堅固な解決策を必要とします.
研究 の 目的:
- 騒音データの影響を軽減するために,LSTSVMに基づく堅牢なマルチクラス分類モデルを提案する.
- より堅固なL2,p-normを使用して,モデルの騒音に対する回復力を高める.
- 明確な物理的な解釈を持つ効果的な騒音検出メカニズムを導入する.
主な方法:
- 従来の2乗のL2標準をL2p標準 (0
- 騒音検出の革新的なメカニズムを開発し,確率的重量 (正常なサンプルでは1,騒音のあるサンプルでは0) を割り当てました.
- 非凸の最適化問題を解くための繰り返しアルゴリズムを実装し,通常のサンプルのエラーを適応的に罰する.
主要な成果:
- 提案された繰り返しアルゴリズムは,理論的に支持された収束特性を示しています.
- このモデルは,ラベル付きとラベルのないデータを活用して,半監督学習に成功しました.
- ベンチマークと画像データセットでの広範な実験は,既存の方法と比較して優れた分類の正確性と堅実性を示しました.
結論:
- 新しいLSTSVMベースのフレームワークは,マルチクラス分類における騒音の課題を効果的に解決します.
- 騒音検出メカニズムとL2,p-normは,モデルの信頼性と汎用性を大幅に改善します.
- このアプローチは,半監視設定を含む,現実世界の騒々しいマルチクラス分類タスクに,実用的で効果的な解決策を提供します.
関連する概念動画
Residuals and Least-Squares Property
7.8K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.8K
Classification of Signals
878
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
878
Classification of Systems-II
240
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
240
Calibration Curves: Linear Least Squares
2.1K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
For data that follow a straight line, the standard method for fitting is the linear...
2.1K
Classification of Systems-I
294
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
294
Root Mean Square
3.3K
If in an experiment, data values have a probability of being both positive and negative, neither the arithmetic mean, the geometric mean, nor the harmonic mean can be used to calculate the central tendency of the data set. In particular, if the positive and negative values are equally likely, the arithmetic mean is close to zero.
For example, consider the velocity of gas molecules in a container. The gas molecules are moving in different directions, which might impart positive and negative...
For example, consider the velocity of gas molecules in a container. The gas molecules are moving in different directions, which might impart positive and negative...
3.3K


