paper-with-me

홈 › Papers

Cluster and Aggregate: Face Recognition with Large Probe Set

2022-10-19 · Minchul Kim, Feng Liu, Anil Jain, Xiaoming Liu

Feature fusion plays a crucial role in unconstrained face recognition where inputs (probes) comprise of a set of $N$ low quality images whose individual qualities vary. Advances in attention and recurrent modules have led to feature fusion that can model the relationship among the images in the input set. However, attention mechanisms cannot scale to large $N$ due to their quadratic complexity and recurrent modules suffer from input order sensitivity. We propose a two-stage feature fusion paradigm, Cluster and Aggregate, that can both scale to large $N$ and maintain the ability to perform sequential inference with order invariance. Specifically, Cluster stage is a linear assignment of $N$ inputs to $M$ global cluster centers, and Aggregation stage is a fusion over $M$ clustered features. The clustered features play an integral role when the inputs are sequential as they can serve as a summarization of past features. By leveraging the order-invariance of incremental averaging operation, we design an update rule that achieves batch-order invariance, which guarantees that the contributions of early image in the sequence do not diminish as time steps increase. Experiments on IJB-B and IJB-S benchmark datasets show the superiority of the proposed two-stage paradigm in unconstrained face recognition. Code and pretrained models are available in https://github.com/mk-minchul/caface

📄 PDF Abstract BibTeX arXiv:2210.10864

Code (1)

mk-minchul/caface 공식 구현 pytorch

Tasks

Face RecognitionFace VerificationSurveillance-to-BookingSurveillance-to-SingleSurveillance-to-SurveillanceVideo Recognition

Similar Papers 제목 키워드 기반

Dual Linear Regression Based Classification for Face Cluster Recognition

2014-06-01 · CVPR 2014 6 · Liang Chen

We are dealing with the face cluster recognition problem where there are multiple images per subject in both gallery and probe sets. It is never guaranteed to have a clear spatio-temporal relation among the multiple ima…

ClassificationGeneral Classificationregression

Hierarchical Clustering in Face Similarity Score Space

2016-05-19 · Jason Grant, Patrick Flynn

Similarity scores in face recognition represent the proximity between pairs of images as computed by a matching algorithm. Given a large set of images and the proximities between all pairs, a similarity score space is de…

ClusteringFace Recognition

Face Identification and Clustering

2017-04-26 · Atul Dhingra

In this thesis, we study two problems based on clustering algorithms. In the first problem, we study the role of visual attributes using an agglomerative clustering algorithm to whittle down the search area where the num…

ClusteringFace IdentificationFace Recognition

GhostVLAD for set-based face recognition

2018-10-23 · Yujie Zhong, Relja Arandjelović, Andrew Zisserman

The objective of this paper is to learn a compact representation of image sets for template-based face recognition. We make the following contributions: first, we propose a network architecture which aggregates and embed…

Face RecognitionFace Verification

Pixelation is NOT Done in Videos Yet

2019-03-26 · Jizhe Zhou, Chi-Man Pun, YingYu Wang

This paper introduces an algorithm to protect the privacy of individuals in streaming video data by blurring faces such that face cannot be reliably recognized. This thwarts any possible face recognition, but because all…

ClusteringFace DetectionFace RecognitionPosition