paper-with-me

Papers

Recursive nearest agglomeration (ReNA): fast clustering for approximation of structured signals

2016-09-15 · Andrés Hoyos-Idrobo, Gaël Varoquaux, Jonas Kahn, Bertrand Thirion

In this work, we revisit fast dimension reduction approaches, as with random projections and random sampling. Our goal is to summarize the data to decrease computational costs and memory footprint of subsequent analysis. Such dimension reduction can be very efficient when the signals of interest have a strong structure, such as with images. We focus on this setting and investigate feature clustering schemes for data reductions that capture this structure. An impediment to fast dimension reduction is that good clustering comes with large algorithmic costs. We address it by contributing a linear-time agglomerative clustering scheme, Recursive Nearest Agglomeration (ReNA). Unlike existing fast agglomerative schemes, it avoids the creation of giant clusters. We empirically validate that it approximates the data as well as traditional variance-minimizing clustering schemes that have a quadratic complexity. In addition, we analyze signal approximation with feature clustering and show that it can remove noise, improving subsequent analysis steps. As a consequence, data reduction by clustering features with ReNA yields very fast and accurate models, enabling to process large datasets on budget. Our theoretical analysis is backed by extensive experiments on publicly-available data that illustrate the computation efficiency and the denoising properties of the resulting dimension reduction scheme.

📄 PDF Abstract BibTeX arXiv:1609.04608

Code (1)

ahoyosid/ReNA 공식 구현

Tasks

ClusteringDenoisingDimensionality Reduction

Similar Papers 제목 키워드 기반

Multi-view Hierarchical Clustering

2020-10-15 · Qinghai Zheng, Jihua Zhu, Shuangxun Ma

This paper focuses on the multi-view clustering, which aims to promote clustering results with multi-view data. Usually, most existing works suffer from the issues of parameter selection and high computational complexity…

Clustering

Hierarchical Graph Clustering using Node Pair Sampling

2018-06-05 · Thomas Bonald, Bertrand Charpentier, Alexis Galland, Alexandre Hollocou

We present a novel hierarchical graph clustering algorithm inspired by modularity-based clustering techniques. The algorithm is agglomerative and based on a simple distance between clusters induced by the probability of …

ClusteringGraph Clustering

Parameter-Free Clustering via Self-Supervised Consensus Maximization (Extended Version)

2025-11-12 · Lijun Zhang, Suyuan Liu, Siwei Wang, Shengju Yu 외 arxiv

Clustering is a fundamental task in unsupervised learning, but most existing methods heavily rely on hyperparameters such as the number of clusters or other sensitive settings, limiting their applicability in real-world …

Self-Supervised Learning

Instance camera focus prediction for crystal agglomeration classification

2026-01-13 · Xiaoyu Ji, Chenhao Zhang, Tyler James Downard, Zoltan Nagy 외 arxiv

Agglomeration refers to the process of crystal clustering due to interparticle forces. Crystal agglomeration analysis from microscopic images is challenging due to the inherent limitations of two-dimensional imaging. Ove…

Instance Segmentation

Contraction Clustering (RASTER): A Very Fast Big Data Algorithm for Sequential and Parallel Density-Based Clustering in Linear Time, Constant Memory, and a Single Pass

2019-07-08 · Gregor Ulm, Simon Smith, Adrian Nilsson, Emil Gustavsson 외

Clustering is an essential data mining tool for analyzing and grouping similar objects. In big data applications, however, many clustering algorithms are infeasible due to their high memory requirements and/or unfavorabl…

Clustering