paper-with-me

Papers

Pairwise Adjusted Mutual Information

2021-03-23 · NeurIPS 2021 12 · Denys Lazarenko, Thomas Bonald

A well-known metric for quantifying the similarity between two clusterings is the adjusted mutual information. Compared to mutual information, a corrective term based on random permutations of the labels is introduced, preventing two clusterings being similar by chance. Unfortunately, this adjustment makes the metric computationally expensive. In this paper, we propose a novel adjustment based on {pairwise} label permutations instead of full label permutations. Specifically, we consider permutations where only two samples, selected uniformly at random, exchange their labels. We show that the corresponding adjusted metric, which can be expressed explicitly, behaves similarly to the standard adjusted mutual information for assessing the quality of a clustering, while having a much lower time complexity. Both metrics are compared in terms of quality and performance on experiments based on synthetic and real data.

📄 PDF Abstract BibTeX arXiv:2103.12641

Code (2)

denyslazarenko/Pairwise-Adjusted-Mutual-Information 공식 구현
mad-lab-fau/fastami-benchmark

Tasks

Clustering

Similar Papers 제목 키워드 기반

FastAMI -- a Monte Carlo Approach to the Adjustment for Chance in Clustering Comparison Metrics

2023-05-03 · Kai Klede, Leo Schwinn, Dario Zanca, Björn Eskofier

Clustering is at the very core of machine learning, and its applications proliferate with the increasing availability of data. However, as datasets grow, comparing clusterings with an adjustment for chance becomes comput…

Clustering

$p$-value Adjustment for Monotonous, Unbiased, and Fast Clustering Comparison

2023-09-21 · NeurIPS 2023 11

Popular metrics for clustering comparison, like the Adjusted Rand Index and the Adjusted Mutual Information, are type II biased. The Standardized Mutual Information removes this bias but suffers from counterintuitive non…

A unifying mutual information view of metric learning: cross-entropy vs. pairwise losses

2020-03-19 · ECCV 2020 8 · Malik Boudiaf, Jérôme Rony, Imtiaz Masud Ziko, Eric Granger 외

Recently, substantial research efforts in Deep Metric Learning (DML) focused on designing complex pairwise-distance losses, which require convoluted schemes to ease optimization, such as sample mining or pair weighting. …

Metric Learning

Pairwise Covariates-adjusted Block Model for Community Detection

2018-07-10 · Sihan Huang, Jiajin Sun, Yang Feng

One of the most fundamental problems in network study is community detection. The stochastic block model (SBM) is a widely used model, for which various estimation methods have been developed with their community detecti…

ClusteringCommunity Detectionfeature selectionmodel+2

Adjusting for Chance Clustering Comparison Measures

2015-12-03 · Simone Romano, Nguyen Xuan Vinh, James Bailey, Karin Verspoor

Adjusted for chance measures are widely used to compare partitions/clusterings of the same data set. In particular, the Adjusted Rand Index (ARI) based on pair-counting, and the Adjusted Mutual Information (AMI) based on…

Clustering