paper-with-me

홈 › Papers

Robust Graph Structure Learning via Multiple Statistical Tests

2022-10-08 · Yaohua Wang, Fangyi Zhang, Ming Lin, Senzhang Wang, Xiuyu Sun, Rong Jin

Graph structure learning aims to learn connectivity in a graph from data. It is particularly important for many computer vision related tasks since no explicit graph structure is available for images for most cases. A natural way to construct a graph among images is to treat each image as a node and assign pairwise image similarities as weights to corresponding edges. It is well known that pairwise similarities between images are sensitive to the noise in feature representations, leading to unreliable graph structures. We address this problem from the viewpoint of statistical tests. By viewing the feature vector of each node as an independent sample, the decision of whether creating an edge between two nodes based on their similarity in feature representation can be thought as a ${\it single}$ statistical test. To improve the robustness in the decision of creating an edge, multiple samples are drawn and integrated by ${\it multiple}$ statistical tests to generate a more reliable similarity measure, consequentially more reliable graph structure. The corresponding elegant matrix form named $\mathcal{B}\textbf{-Attention}$ is designed for efficiency. The effectiveness of multiple tests for graph structure learning is verified both theoretically and empirically on multiple clustering and ReID benchmark datasets. Source codes are available at https://github.com/Thomas-wyh/B-Attention.

📄 PDF Abstract BibTeX arXiv:2210.03956

Code (1)

thomas-wyh/b-attention 공식 구현 pytorch

Tasks

Face ClusteringGraph structure learning

Similar Papers 제목 키워드 기반

Optimal statistical decision for Gaussian graphical model selection

2017-01-09 · Valery A. Kalyagin, Alexander P. Koldanov, Petr A. Koldanov, Panos M. Pardalos

Gaussian graphical model is a graphical representation of the dependence structure for a Gaussian random vector. It is recognized as a powerful tool in different applied fields such as bioinformatics, error-control codes…

Information RetrievalmodelModel SelectionRetrieval

On Different Notions of Redundancy in Conditional-Independence-Based Discovery of Graphical Models

2025-02-12 · Philipp M. Faller, Dominik Janzing

The goal of conditional-independence-based discovery of graphical models is to find a graph that represents the independence structure of variables in a given dataset. To learn such a representation, conditional-independ…

Property Testing in High Dimensional Ising models

2017-09-20 · Matey Neykov, Han Liu

This paper explores the information-theoretic limitations of graph property testing in zero-field Ising models. Instead of learning the entire graph structure, sometimes testing a basic graph property such as connectivit…

Vocal Bursts Intensity Prediction

Improving the Efficiency of the PC Algorithm by Using Model-Based Conditional Independence Tests

2022-11-12 · Erica Cai, Andrew Mcgregor, David Jensen

Learning causal structure is useful in many areas of artificial intelligence, including planning, robotics, and explanation. Constraint-based structure learning algorithms such as PC use conditional independence (CI) tes…

Confirmatory Bayesian Online Change Point Detection in the Covariance Structure of Gaussian Processes

2019-05-30 · Jiyeon Han, Kyowoon Lee, Anh Tong, Jaesik Choi

In the analysis of sequential data, the detection of abrupt changes is important in predicting future changes. In this paper, we propose statistical hypothesis tests for detecting covariance structure changes in locally …

Change Point DetectionGaussian ProcessesTime SeriesTime Series Analysis