外れ値が存在すると、楕円近似法のパフォーマンスが大幅に低下する可能性があります。ラプラシアン カーネルを使用する可変中心 (MCC-VC) を使用した最大コレントロピー基準に基づいて、外れ値に対してロバストな楕円近似法を開発します。単一の楕円フィッティングの場合、非凸最適化問題を定式化してカーネル帯域幅と中心を推定し、それを 2 つのサブ問題に分割して、それぞれが 1 つのパラメーターを推定します。計算効率の高い閉形式解が得られるように、各部分問題に対して十分に正確な凸近似を設計します。 2 つの部分問題は、収束に達するまで交互に解決されます。また、連成楕円フィッティングについても調べます。連立楕円フィッティングに使用できる複数の楕円フィッティング法が存在しますが、特殊な構造を利用してカップル楕円フィッティング法を開発しました。データ点と楕円の間の関連性が不明であるため、各データ点に関連性ベクトルを導入し、非凸混合整数最適化問題を定式化してデータの関連性を推定します。これは、2 次コーン プログラムに緩和することで近似的に解決されます。推定されたデータの関連付けを使用して、提案された方法を拡張して、最終的な結合された楕円フィッティングを実現します。提案された方法は、シミュレートされたデータと実際の画像の両方で、既存の方法よりも大幅に優れたパフォーマンスを発揮することが示されています。
The presence of outliers can significantly degrade the performance of ellipse fitting methods. We develop an ellipse fitting method that is robust to outliers based on the maximum correntropy criterion with variable center (MCC-VC), where a Laplacian kernel is used. For single ellipse fitting, we formulate a non-convex optimization problem to estimate the kernel bandwidth and center and divide it into two subproblems, each estimating one parameter. We design sufficiently accurate convex approximation to each subproblem such that computationally efficient closed-form solutions are obtained. The two subproblems are solved in an alternate manner until convergence is reached. We also investigate coupled ellipses fitting. While there exist multiple ellipses fitting methods that can be used for coupled ellipses fitting, we develop a couple ellipses fitting method by exploiting the special structure. Having unknown association between data points and ellipses, we introduce an association vector for each data point and formulate a non-convex mixed-integer optimization problem to estimate the data associations, which is approximately solved by relaxing it into a second-order cone program. Using the estimated data associations, we extend the proposed method to achieve the final coupled ellipses fitting. The proposed method is shown to have significantly better performance over the existing methods in both simulated data and real images.