paper-with-me

홈 › Papers

Fitting Unknown Number of Hyperplanes with Manifold Optimization

2026-05-27 · Zhiqin Cheng, Yu Zhan, Mingjin Zhang, Lingbo Liu, Liang Lin arxiv

Fitting an unknown number of hyperplanes to data is a fundamental yet challenging problem in machine learning, characterized by its non-convexity, non-differentiability, and unknown model order. Existing approaches often struggle with local optima or lack geometric consistency. To address these limitations, we propose a novel framework based on Manifold Optimization. We reformulate the problem as an unsupervised learning task on the unit sphere manifold $\mathcal{S}^{\textbf{dim}-1}$. This formulation effectively handles the non-convex constraints and linearizes the distance measurement, rendering the gradient descent tractable. We propose a Two-Stage Manifold Optimization algorithm. In Phase I, we employ a Riemannian Expectation-Maximization process with a heavy-tailed kernel to robustly estimate posterior probabilities, effectively resolving the ambiguities of point distribution between intersecting hyperplanes. In Phase II, upon convergence of the soft estimates, the probabilistic weights degenerate into hard matching, generating a precise local optimum that strictly satisfies the geometric definition. Furthermore, we introduce a projected density estimation strategy for initialization to facilitate global convergence by significantly reducing the feature description space and search complexity. Extensive experiments demonstrate that our method outperforms state-of-the-art baselines in both geometric accuracy and robustness.

📄 PDF Abstract BibTeX arXiv:2605.28501

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Geometry of Deep Convolutional Networks

2019-05-21 · Stefan Carlsson

We give a formal procedure for computing preimages of convolutional network outputs using the dual basis defined from the set of hyperplanes associated with the layers of the network. We point out the special symmetry as…

General Classification

On minimal representations of shallow ReLU networks

2021-08-12 · S. Dereich, S. Kassing

The realization function of a shallow ReLU network is a continuous and piecewise affine function $f:\mathbb R^d\to \mathbb R$, where the domain $\mathbb R^{d}$ is partitioned by a set of $n$ hyperplanes into cells on whi…

GODS: Generalized One-class Discriminative Subspaces for Anomaly Detection

2019-08-16 · ICCV 2019 10 · Jue Wang, Anoop Cherian

One-class learning is the classic problem of fitting a model to data for which annotations are available only for a single class. In this paper, we propose a novel objective for one-class learning. Our key idea is to use…

Anomaly DetectionNovelty DetectionRiemannian optimization

Optimized Kernel-based Projection Space of Riemannian Manifolds

2016-02-10 · Azadeh Alavi, Vishal M. Patel, Rama Chellappa

It is proven that encoding images and videos through Symmetric Positive Definite (SPD) matrices, and considering the Riemannian geometry of the resulting space, can lead to increased classification performance. Taking in…

ClassificationClusteringDictionary LearningGeneral Classification

Single and Union Non-parallel Support Vector Machine Frameworks

2019-10-22 · Chun-Na Li, Yuan-Hai Shao, Huajun Wang, Yu-Ting Zhao 외

Considering the classification problem, we summarize the nonparallel support vector machines with the nonparallel hyperplanes to two types of frameworks. The first type constructs the hyperplanes separately. It solves a …

General Classification