paper-with-me

홈 › Papers

Robust Real-time Ellipse Fitting Based on Lagrange Programming Neural Network and Locally Competitive Algorithm

2018-05-31

Given a set of 2-dimensional (2-D) scattering points, which are usually obtained from the edge detection process, the aim of ellipse fitting is to construct an elliptic equation that best fits the collected observations. However, some of the scattering points may contain outliers due to imperfect edge detection. To address this issue, we devise a robust real-time ellipse fitting approach based on two kinds of analog neural network, Lagrange programming neural network (LPNN) and locally competitive algorithm (LCA). First, to alleviate the influence of these outliers, the fitting task is formulated as a nonsmooth constrained optimization problem in which the objective function is either an l1-norm or l0-norm term. It is because compared with the l2-norm in some traditional ellipse fitting models, the lp-norm with p<2 is less sensitive to outliers. Then, to calculate a real-time solution of this optimization problem, LPNN is applied. As the LPNN model cannot handle the non-differentiable term in its objective, the concept of LCA is introduced and combined with the LPNN framework. Simulation and experimental results show that the proposed ellipse fitting approach is superior to several state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:1806.00004

Code (0)

등록된 구현이 없습니다.

Tasks

Edge Detection

Similar Papers 제목 키워드 기반

Robust Ellipse Fitting Based on Maximum Correntropy Criterion With Variable Center

2022-10-24 · Wei Wang, Gang Wang, Chenlong Hu, K. C. Ho

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 cent…

Optimised Least Squares Approach for Accurate Polygon and Ellipse Fitting

2023-07-13 · Yiming Quan, Shian Chen

This study presents a generalised least squares based method for fitting polygons and ellipses to data points. The method is based on a trigonometric fitness function that approximates a unit shape accurately, making it …

In The Wild Ellipse Parameter Estimation for Circular Dining Plates and Bowls

2024-05-12 · Akil Pathiranage, Chris Czarnecki, Yuhao Chen, Pengcheng Xi 외

Ellipse estimation is an important topic in food image processing because it can be leveraged to parameterize plates and bowls, which in turn can be used to estimate camera view angles and food portion sizes. Automatical…

parameter estimationSemantic Segmentation

Fitting ellipses to noisy measurements

2021-11-09 · Sebastian Dingler

This work deals with fitting of ellipses to noisy measurements. The literature knows many different approaches for this. The main representatives are presented and discussed in this paper. Furthermore, the case is consid…

Real-time 3D scene description using Spheres, Cones and Cylinders

2016-03-12 · Kristiyan Georgiev, Motaz Al-Hami, Rolf Lakaemper

The paper describes a novel real-time algorithm for finding 3D geometric primitives (cylinders, cones and spheres) from 3D range data. In its core, it performs a fast model fitting with a model update in constant time (O…