paper-with-me

Papers

Subspace Clustering for Sequential Data

2014-06-01 · CVPR 2014 6 · Stephen Tierney, Junbin Gao, Yi Guo

We propose Ordered Subspace Clustering (OSC) to segment data drawn from a sequentially ordered union of subspaces. Current subspace clustering techniques learn the relationships within a set of data and then use a separate clustering algorithm such as NCut for final segmentation. In contrast our technique, under certain conditions, is capable of segmenting clusters intrinsically without providing the number of clusters as a parameter. Similar to Sparse Subspace Clustering (SSC) we formulate the problem as one of finding a sparse representation but include a new penalty term to take care of sequential data. We test our method on data drawn from infrared hyper spectral data, video sequences and face images. Our experiments show that our method, OSC, outperforms the state of the art methods: Spatial Subspace Clustering (SpatSC), Low-Rank Representation (LRR) and SSC.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Segmentation of Subspaces in Sequential Data

2015-04-16 · Stephen Tierney, Yi Guo, Junbin Gao

We propose Ordered Subspace Clustering (OSC) to segment data drawn from a sequentially ordered union of subspaces. Similar to Sparse Subspace Clustering (SSC) we formulate the problem as one of finding a sparse represent…

ClusteringSegmentation

Temporal Subspace Clustering for Human Motion Segmentation

2015-12-01 · ICCV 2015 12 · Sheng Li, Kang Li, Yun Fu

Subspace clustering is an effective technique for segmenting data drawn from multiple subspaces. However, for time series data (e.g., human motion), exploiting temporal information is still a challenging problem. We prop…

ClusteringMotion SegmentationTime SeriesTime Series Analysis

Probabilistic Temporal Subspace Clustering

2017-07-01 · CVPR 2017 7 · Behnam Gholami, Vladimir Pavlovic

Subspace clustering is a common modeling paradigm used to identify constituent modes of variation in data with locally linear structure. These structures are common to many problems in computer vision, including modelin…

ClusteringTime SeriesTime Series Analysis

Subspace Clustering with Active Learning

2019-11-08 · Hankui Peng, Nicos G. Pavlidis

Subspace clustering is a growing field of unsupervised learning that has gained much popularity in the computer vision community. Applications can be found in areas such as motion segmentation and face clustering. It ass…

Active LearningClusteringFace ClusteringMotion Segmentation

Doubly Stochastic Subspace Clustering

2020-11-30 · Derek Lim, René Vidal, Benjamin D. Haeffele

Many state-of-the-art subspace clustering methods follow a two-step process by first constructing an affinity matrix between data points and then applying spectral clustering to this affinity. Most of the research into t…

ClusteringImage Clustering