CVJan 24, 2017

Motion Segmentation via Global and Local Sparse Subspace Optimization

arXiv:1701.06944v15 citations
Originality Incremental advance
AI Analysis

This work addresses motion segmentation for computer vision applications, presenting an incremental improvement over existing methods.

The paper tackles motion segmentation by proposing a framework that combines global sparse PCA for dimensionality reduction and local sparse subspace optimization for separating motions, achieving results comparable to or exceeding state-of-the-art methods in precision and computation time on standard datasets.

In this paper, we propose a new framework for segmenting feature-based moving objects under affine subspace model. Since the feature trajectories in practice are high-dimensional and contain a lot of noise, we firstly apply the sparse PCA to represent the original trajectories with a low-dimensional global subspace, which consists of the orthogonal sparse principal vectors. Subsequently, the local subspace separation will be achieved via automatically searching the sparse representation of the nearest neighbors for each projected data. In order to refine the local subspace estimation result and deal with the missing data problem, we propose an error estimation to encourage the projected data that span a same local subspace to be clustered together. In the end, the segmentation of different motions is achieved through the spectral clustering on an affinity matrix, which is constructed with both the error estimation and sparse neighbors optimization. We test our method extensively and compare it with state-of-the-art methods on the Hopkins 155 dataset and Freiburg-Berkeley Motion Segmentation dataset. The results show that our method is comparable with the other motion segmentation methods, and in many cases exceed them in terms of precision and computation time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes