paper-with-me

Papers

State space partitioning based on constrained spectral clustering for block particle filtering

2022-03-07 · Rui Min, Christelle Garnier, François Septier, John Klein

The particle filter (PF) is a powerful inference tool widely used to estimate the filtering distribution in non-linear and/or non-Gaussian problems. To overcome the curse of dimensionality of PF, the block PF (BPF) inserts a blocking step to partition the state space into several subspaces or blocks of smaller dimension so that the correction and resampling steps can be performed independently on each subspace. Using blocks of small size reduces the variance of the filtering distribution estimate, but in turn the correlation between blocks is broken and a bias is introduced. When the dependence relationships between state variables are unknown, it is not obvious to decide how to split the state space into blocks and a significant error overhead may arise from a poor choice of partitioning. In this paper, we formulate the partitioning problem in the BPF as a clustering problem and we propose a state space partitioning method based on spectral clustering (SC). We design a generalized BPF algorithm that contains two new steps: (i) estimation of the state vector correlation matrix from predicted particles, (ii) SC using this estimate as the similarity matrix to determine an appropriate partition. In addition, a constraint is imposed on the maximal cluster size to prevent SC from providing too large blocks. We show that the proposed method can bring together in the same blocks the most correlated state variables while successfully escaping the curse of dimensionality.

📄 PDF Abstract BibTeX arXiv:2203.03475

Code (0)

등록된 구현이 없습니다.

Tasks

BlockingClustering

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Guarantees for Spectral Clustering with Fairness Constraints

2019-01-24 · Matthäus Kleindessner, Samira Samadi, Pranjal Awasthi, Jamie Morgenstern

Given the widespread popularity of spectral clustering (SC) for partitioning graph data, we study a version of constrained SC in which we try to incorporate the fairness notion proposed by Chierichetti et al. (2017). Acc…

ClusteringFairnessStochastic Block Model

Partitioning Well-Clustered Graphs: Spectral Clustering Works!

2014-11-07 · Richard Peng, He Sun, Luca Zanetti

In this paper we study variants of the widely used spectral clustering that partitions a graph into k clusters by (1) embedding the vertices of a graph into a low-dimensional space using the bottom eigenvectors of the La…

Clustering

Subspace Structure-Aware Spectral Clustering for Robust Subspace Clustering

2019-10-01 · ICCV 2019 10 · Masataka Yamaguchi, Go Irie, Takahito Kawanishi, Kunio Kashino

Subspace clustering is the problem of partitioning data drawn from a union of multiple subspaces. The most popular subspace clustering framework in recent years is the graph clustering-based approach, which performs subs…

ClusteringGraph Clusteringgraph construction

One-step Bipartite Graph Cut: A Normalized Formulation and Its Application to Scalable Subspace Clustering

2023-05-12 · Si-Guo Fang, Dong Huang, Chang-Dong Wang, Jian-Huang Lai

The bipartite graph structure has shown its promising ability in facilitating the subspace clustering and spectral clustering algorithms for large-scale datasets. To avoid the post-processing via k-means during the bipar…

ClusteringGraph Learninggraph partitioning

Semi-Supervised Clustering via Information-Theoretic Markov Chain Aggregation

2021-12-17 · Sophie Steger, Bernhard C. Geiger, Marek Smieja

We connect the problem of semi-supervised clustering to constrained Markov aggregation, i.e., the task of partitioning the state space of a Markov chain. We achieve this connection by considering every data point in the …

Clustering