paper-with-me

홈 › Papers

Large-scale image segmentation based on distributed clustering algorithms

2021-06-21 · Ran Lu, Aleksandar Zlateski, H. Sebastian Seung

Many approaches to 3D image segmentation are based on hierarchical clustering of supervoxels into image regions. Here we describe a distributed algorithm capable of handling a tremendous number of supervoxels. The algorithm works recursively, the regions are divided into chunks that are processed independently in parallel by multiple workers. At each round of the recursive procedure, the chunk size in all dimensions are doubled until a single chunk encompasses the entire image. The final result is provably independent of the chunking scheme, and the same as if the entire image were processed without division into chunks. This is nontrivial because a pair of adjacent regions is scored by some statistical property (e.g. mean or median) of the affinities at the interface, and the interface may extend over arbitrarily many chunks. The trick is to delay merge decisions for regions that touch chunk boundaries, and only complete them in a later round after the regions are fully contained within a chunk. We demonstrate the algorithm by clustering an affinity graph with over 1.5 trillion edges between 135 billion supervoxels derived from a 3D electron microscopic brain image.

📄 PDF Abstract BibTeX arXiv:2106.10795

Code (1)

seung-lab/abiss 공식 구현

Tasks

ChunkingClusteringImage SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Distributed Low-rank Subspace Segmentation

2013-04-20 · Ameet Talwalkar, Lester Mackey, Yadong Mu, Shih-Fu Chang 외

Vision problems ranging from image clustering to motion segmentation to semi-supervised learning can naturally be framed as subspace segmentation problems, in which one aims to recover multiple low-dimensional subspaces …

ClusteringEvent DetectionFace RecognitionImage Clustering+2

Image Segmentation Based on Multiscale Fast Spectral Clustering

2018-12-12 · Chongyang Zhang, Guofeng Zhu, Minxin Chen, Hong Chen 외

In recent years, spectral clustering has become one of the most popular clustering algorithms for image segmentation. However, it has restricted applicability to large-scale images due to its high computational complexit…

ClusteringImage SegmentationSemantic SegmentationSuperpixels+1

Scalable and Flexible Clustering of Grouped Data via Parallel and Distributed Sampling in Versatile Hierarchical Dirichlet Processes

2020-08-04 · Uncertainty in Artificial Intelligence 2020 8 · Dinari Or, Freifeld Oren

Adaptive clustering of grouped data is often done via the Hierarchical Dirichlet Process Mixture Model (HDPMM). That approach, however, is limited in its flexibility and usually does not scale well. As a remedy, we pro…

Clustering

LOH and behold: Web-scale visual search, recommendation and clustering using Locally Optimized Hashing

2016-04-21 · Yannis Kalantidis, Lyndon Kennedy, Huy Nguyen, Clayton Mellina 외

We propose a novel hashing-based matching scheme, called Locally Optimized Hashing (LOH), based on a state-of-the-art quantization algorithm that can be used for efficient, large-scale search, recommendation, clustering,…

ClusteringDistributed ComputingQuantization

Distributed k-Means and k-Median Clustering on General Topologies

2013-06-03 · NeurIPS 2013 12 · Maria Florina Balcan, Steven Ehrlich, YIngyu Liang

This paper provides new algorithms for distributed clustering for two popular center-based objectives, k-median and k-means. These algorithms have provable guarantees and improve communication complexity over existing ap…

Clustering