paper-with-me

Papers

Efficient Large-Scale Face Clustering Using an Online Mixture of Gaussians

2021-03-31 · David Montero, Naiara Aginako, Basilio Sierra, Marcos Nieto

In this work, we address the problem of large-scale online face clustering: given a continuous stream of unknown faces, create a database grouping the incoming faces by their identity. The database must be updated every time a new face arrives. In addition, the solution must be efficient, accurate and scalable. For this purpose, we present an online gaussian mixture-based clustering method (OGMC). The key idea of this method is the proposal that an identity can be represented by more than just one distribution or cluster. Using feature vectors (f-vectors) extracted from the incoming faces, OGMC generates clusters that may be connected to others depending on their proximity and their robustness. Every time a cluster is updated with a new sample, its connections are also updated. With this approach, we reduce the dependency of the clustering process on the order and the size of the incoming data and we are able to deal with complex data distributions. Experimental results show that the proposed approach outperforms state-of-the-art clustering methods on large-scale face clustering benchmarks not only in accuracy, but also in efficiency and scalability.

📄 PDF Abstract BibTeX arXiv:2103.17272

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFace Clustering

Similar Papers 제목 키워드 기반

AN ONLINE ALGORITHM FOR CONSTRAINED FACE CLUSTERING IN VIDEOS

2018-09-06 · International Conference on Image Processing (ICIP) 2018 9 · Prakhar Kulshreshtha, Tanaya Guha

We address the problem of face clustering in long, real world videos.This is a challenging task because faces in such videos exhibit wid evariability in scale, pose, illumination, expressions, and may also be par…

ClusteringFace ClusteringOnline Clustering

Memoized Online Variational Inference for Dirichlet Process Mixture Models

2013-12-01 · NeurIPS 2013 12 · Michael C. Hughes, Erik Sudderth

Variational inference algorithms provide the most effective framework for large-scale training of Bayesian nonparametric models. Stochastic online approaches are promising, but are sensitive to the chosen learning rate …

ClusteringDenoisingImage ClusteringVariational Inference

Scalable Clustering: Large Scale Unsupervised Learning of Gaussian Mixture Models with Outliers

2023-02-28 · Yijia Zhou, Kyle A. Gallivan, Adrian Barbu

Clustering is a widely used technique with a long and rich history in a variety of areas. However, most existing algorithms do not scale well to large datasets, or are missing theoretical guarantees of convergence. This …

Clustering

Deep Clustering Based on a Mixture of Autoencoders

2018-12-16 · Shlomo E. Chazan, Sharon Gannot, Jacob Goldberger

In this paper we propose a Deep Autoencoder MIxture Clustering (DAMIC) algorithm based on a mixture of deep autoencoders where each cluster is represented by an autoencoder. A clustering network transforms the data into …

ClusteringDeep Clustering

Retraining-Free Merging of Sparse MoE via Hierarchical Clustering

2024-10-11 · I-Chun Chen, Hsu-Shen Liu, Wei-Fang Sun, Chen-Hao Chao 외

Sparse Mixture-of-Experts (SMoE) models represent a significant advancement in large language model (LLM) development through their efficient parameter utilization. These models achieve substantial performance improvemen…

ClusteringLanguage ModelingLanguage ModellingLarge Language Model+1