paper-with-me

홈 › Papers

Face Clustering via Graph Convolutional Networks with Confidence Edges

2023-01-01 · ICCV 2023 1 · Yang Wu, Zhiwei Ge, Yuhao Luo, Lin Liu, Sulong Xu

Face clustering is a method for unlabeled image annotation and has attracted increasing attention. Existing methods have made significant breakthroughs by introducing Graph Convolutional Networks (GCNs) on the affinity graph. However, such graphs will contain many vertex pairs with inconsistent similarities and labels, thus degrading the model's performance. There are already relevant efforts for this problem, but the information about features needs to be mined further. In this paper, we define a new concept called confidence edge and guide the construction of graphs. Furthermore, a novel confidence-GCN is proposed to cluster face images by deriving more confidence edges. Firstly, Local Information Fusion is advanced to obtain a more accurate similarity metric by considering the neighbors of vertices. Then Unsupervised Neighbor Determination is used to discard low-quality edges based on similarity differences. Moreover, we elaborate that the remaining edges retain the most beneficial information to demonstrate the validity. At last, the confidence-GCN takes the graph as the input and fully uses the confidence edges to complete the clustering. Experiments show that our method outperforms existing methods on the face and person datasets to achieve state-of-the-art. At the same time, comparable results are obtained on the fashion dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFace Clustering

Similar Papers 제목 키워드 기반

Learning to Cluster Faces via Confidence and Connectivity Estimation

2020-04-01 · CVPR 2020 6 · Lei Yang, Dapeng Chen, Xiaohang Zhan, Rui Zhao 외

Face clustering is an essential tool for exploiting the unlabeled face data, and has a wide range of applications including face annotation and retrieval. Recent works show that supervised clustering can result in notice…

ClusteringConnectivity EstimationFace ClusteringRetrieval

Ada-NETS: Face Clustering via Adaptive Neighbour Discovery in the Structure Space

2022-02-08 · ICLR 2022 4 · Yaohua Wang, Yaobin Zhang, Fangyi Zhang, Ming Lin 외

Face clustering has attracted rising research interest recently to take advantage of massive amounts of face images on the web. State-of-the-art performance has been achieved by Graph Convolutional Networks (GCN) due to …

ClusteringFace Clustering

Local Connectivity-Based Density Estimation for Face Clustering

2023-01-01 · CVPR 2023 1 · Junho Shin, Hyo-Jun Lee, Hyunseop Kim, Jong-Hyeon Baek 외

Recent graph-based face clustering methods predict the connectivity of enormous edges, including false positive edges that link nodes with different classes. However, those false positive edges, which connect negativ…

ClusteringConnectivity EstimationDensity EstimationFace Clustering+1

Clustering with Hypergraphs: The Case for Large Hyperedges

2016-10-04 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2016 10 · Pulak Purkait, Tat-Jun Chin, Hanno Ackermann, David Suter

The extension of conventional clustering to hypergraph clustering, which involves higher order similarities instead of pairwise similarities, is increasingly gaining attention in computer vision. This is due to the fact …

ClusteringFace ClusteringMotion Segmentation

Progressive Sub-Graph Clustering Algorithm for Semi-Supervised Domain Adaptation Speaker Verification

2023-05-22 · Zhuo Li, Jingze Lu, Zhenduo Zhao, Wenchao Wang 외

Utilizing the large-scale unlabeled data from the target domain via pseudo-label clustering algorithms is an important approach for addressing domain adaptation problems in speaker verification tasks. In this paper, we p…

ClusteringDiversityDomain AdaptationGraph Clustering+3