paper-with-me

Papers

Density-Aware Feature Embedding for Face Clustering

2020-06-01 · CVPR 2020 6 · Senhui Guo, Jing Xu, Dapeng Chen, Chao Zhang, Xiaogang Wang, Rui Zhao

Clustering has many applications in research and industry. However, traditional clustering methods, such as K-means, DBSCAN and HAC, impose oversimplifying assumptions and thus are not well-suited to face clustering. To adapt to the distribution of realistic problems, a natural approach is to use Graph Convolutional Networks (GCNs) to enhance features for clustering. However, GCNs can only utilize local information, which ignores the overall characterisitcs of the clusters. In this paper, we propose a Density-Aware Feature Embedding Network (DA-Net) for the task of face clustering, which utilizes both local and non-local information, to learn a robust feature embedding. Specifically, DA-Net uses GCNs to aggregate features locally, and then incorporates non-local information using a density chain, which is a chain of faces from low density to high density. This density chain exploits the non-uniform distribution of face images in the dataset. Then, an LSTM takes the density chain as input to generate the final feature embedding. Once this embedding is generated, traditional clustering methods, such as density-based clustering, can be used to obtain the final clustering results. Extensive experiments verify the effectiveness of the proposed feature embedding method, which can achieve state-of-the-art performance on public benchmarks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFace Clustering

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Deep Density Clustering of Unconstrained Faces

2018-06-01 · CVPR 2018 6 · Wei-An Lin, Jun-Cheng Chen, Carlos D. Castillo, Rama Chellappa

In this paper, we consider the problem of grouping a collection of unconstrained face images in which the number of subjects is not known. We propose an unsupervised clustering algorithm called Deep Density Clustering (D…

Clustering

Density-Based Clustering with Kernel Diffusion

2021-10-11 · Chao Zheng, Yingjie Chen, Chong Chen, Jianqiang Huang 외

Finding a suitable density function is essential for density-based clustering algorithms such as DBSCAN and DPC. A naive density corresponding to the indicator function of a unit $d$-dimensional Euclidean ball is commonl…

ClusteringFace Clustering

Neighbor Does Matter: Density-Aware Contrastive Learning for Medical Semi-supervised Segmentation

2024-12-27 · Feilong Tang, Zhongxing Xu, Ming Hu, Wenxue Li 외

In medical image analysis, multi-organ semi-supervised segmentation faces challenges such as insufficient labels and low contrast in soft tissues. To address these issues, existing studies typically employ semi-supervise…

Contrastive LearningImage SegmentationMedical Image AnalysisMedical Image Segmentation+3

Learn to Cluster Faces with Better Subgraphs

2023-04-21 · Yuan Cao, Di Jiang, Guanqun Hou, Fan Deng 외

Face clustering can provide pseudo-labels to the massive unlabeled face data and improve the performance of different face recognition models. The existing clustering methods generally aggregate the features within subgr…

ClusteringFace ClusteringFace Recognition

ClusteringSDF: Self-Organized Neural Implicit Surfaces for 3D Decomposition

2024-03-21 · Tianhao Wu, Chuanxia Zheng, Tat-Jen Cham, Qianyi Wu

3D decomposition/segmentation still remains a challenge as large-scale 3D annotated data is not readily available. Contemporary approaches typically leverage 2D machine-generated segments, integrating them for 3D consist…

Segmentation