paper-with-me

Papers

Robust Ellipsoid-specific Fitting via Expectation Maximization

2021-10-26 · Zhao Mingyang, Jia Xiaohong, Ma Lei, Qiu Xinlin, Jiang Xin, Yan Dong-Ming

Ellipsoid fitting is of general interest in machine vision, such as object detection and shape approximation. Most existing approaches rely on the least-squares fitting of quadrics, minimizing the algebraic or geometric distances, with additional constraints to enforce the quadric as an ellipsoid. However, they are susceptible to outliers and non-ellipsoid or biased results when the axis ratio exceeds certain thresholds. To address these problems, we propose a novel and robust method for ellipsoid fitting in a noisy, outlier-contaminated 3D environment. We explicitly model the ellipsoid by kernel density estimation (KDE) of the input data. The ellipsoid fitting is cast as a maximum likelihood estimation (MLE) problem without extra constraints, where a weighting term is added to depress outliers, and then effectively solved via the Expectation-Maximization (EM) framework. Furthermore, we introduce the vector {\epsilon} technique to accelerate the convergence of the original EM. The proposed method is compared with representative state-of-the-art approaches by extensive experiments, and results show that our method is ellipsoid-specific, parameter free, and more robust against noise, outliers, and the large axis ratio. Our implementation is available at https://zikai1.github.io/.

📄 PDF Abstract BibTeX arXiv:2110.13337

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Ellipsoid fitting with the Cayley transform

2023-04-20 · Omar Melikechi, David B. Dunson

We introduce Cayley transform ellipsoid fitting (CTEF), an algorithm that uses the Cayley transform to fit ellipsoids to noisy data in any dimension. Unlike many ellipsoid fitting methods, CTEF is ellipsoid specific, mea…

ClusteringData VisualizationDimensionality ReductionRhythm

Plane-extraction from depth-data using a Gaussian mixture regression model

2017-10-05 · Richard T. Marriott, Alexander Paschevich, Radu Horaud

We propose a novel algorithm for unsupervised extraction of piecewise planar models from depth-data. Among other applications, such models are a good way of enabling autonomous agents (robots, cars, drones, etc.) to effe…

ClusteringNavigateregression

A Bayesian Approach Toward Robust Multidimensional Ellipsoid-Specific Fitting

2024-07-27 · Zhao Mingyang, Jia Xiaohong, Ma Lei, Shi Yuke 외

This work presents a novel and effective method for fitting multidimensional ellipsoids to scattered data in the contamination of noise and outliers. We approach the problem as a Bayesian parameter estimate process and m…

3D ReconstructionBayesian Optimization

Least square ellipsoid fitting using iterative orthogonal transformations

2017-04-17 · Amit Reza, Anand S. Sengupta

We describe a generalised method for ellipsoid fitting against a minimum set of data points. The proposed method is numerically stable and applies to a wide range of ellipsoidal shapes, including highly elongated and arb…

Retrieval

Tractable Instances of Bilinear Maximization: Implementing LinUCB on Ellipsoids

2025-11-10 · Raymond Zhang, Hédi Hadiji, Richard Combes arxiv

We consider the maximization of $x^\top θ$ over $(x,θ) \in \mathcal{X} \times Θ$, with $\mathcal{X} \subset \mathbb{R}^d$ convex and $Θ\subset \mathbb{R}^d$ an ellipsoid. This problem is fundamental in linear bandits, as…