最新の最小二乗回帰(LSR)メソッドは、厳密なゼロ1ラベルを置き換えるために、主にスラック回帰ターゲットを学習しようとします。ただし、異なるクラス間の距離を拡大すると、クラス内ターゲットの違いも強調される可能性があり、リラックスしたターゲットを大まかに説得すると、過剰適合の問題につながる可能性があります。上記の問題を解決するために、マルチクラス画像分類用の低ランクの判別最小二乗回帰モデル(LRDLSR)を提案します。具体的には、LRDLSRはクラスごとにクラス内回帰ターゲットに低ランクの制約を課し、そのコンパクトさと類似性を促進します。さらに、LRDLSRは学習したターゲットに追加の正則化用語を導入して、過剰適合の問題を回避します。これらの2つの改善は、回帰のより差別的な予測を学習するのに役立ち、したがってより良い分類パフォーマンスを達成します。画像データベースの範囲にわたる実験結果は、提案されたLRDLSR法の有効性を示しています。
Latest least squares regression (LSR) methods mainly try to learn slack regression targets to replace strict zero-one labels. However, the difference of intra-class targets can also be highlighted when enlarging the distance between different classes, and roughly persuing relaxed targets may lead to the problem of overfitting. To solve above problems, we propose a low-rank discriminative least squares regression model (LRDLSR) for multi-class image classification. Specifically, LRDLSR class-wisely imposes low-rank constraint on the intra-class regression targets to encourage its compactness and similarity. Moreover, LRDLSR introduces an additional regularization term on the learned targets to avoid the problem of overfitting. These two improvements are helpful to learn a more discriminative projection for regression and thus achieving better classification performance. Experimental results over a range of image databases demonstrate the effectiveness of the proposed LRDLSR method.