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

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

8 Feb 2022ICLR 2022 4arXiv:2202.03800archive 2025-07-28

Yaohua Wang, Yaobin Zhang, Fangyi Zhang, Ming Lin, Yuqi Zhang, Senzhang Wang, Xiuyu Sun

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 their powerful representation capacity. However, existing GCN-based methods build face graphs mainly according to kNN relations in the feature space, which may lead to a lot of noise edges connecting two faces of different classes. The face features will be polluted when messages pass along these noise edges, thus degrading the performance of GCNs. In this paper, a novel algorithm named Ada-NETS is proposed to cluster faces by constructing clean graphs for GCNs. In Ada-NETS, each face is transformed to a new structure space, obtaining robust features by considering face features of the neighbour images. Then, an adaptive neighbour discovery strategy is proposed to determine a proper number of edges connecting to each face image. It significantly reduces the noise edges while maintaining the good ones to build a graph with clean yet rich edges for GCNs to cluster faces. Experiments on multiple public clustering datasets show that Ada-NETS significantly outperforms current state-of-the-art methods, proving its superiority and generalization. Code is available at https://github.com/damo-cv/Ada-NETS.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2202.03800")

Code

Syntology Ran 11 of 15 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 15 samples from 2 repositories, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

damo-cv/ada-nets officialmentioned in paperpytorchMIT report
Thomas-wyh/Ada-NETS officialpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 11 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

11ran
4unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

batch_search damo-cv/Ada-NETS/tool/faiss_search.py official repository ran MIT (permissive) · bb6e98a818ab83bb · report
build_symmetric_adj damo-cv/Ada-NETS/AND/adjacency.py official repository ran MIT (permissive) · b47e4da5605e550d · report
clusters2labels damo-cv/Ada-NETS/GCN/cluster.py official repository ran MIT (permissive) · 9cb5361facb80118 · report
filter_knns damo-cv/Ada-NETS/tool/knn.py official repository ran MIT (permissive) · 960270dfb8856837 · report
gcn_v damo-cv/Ada-NETS/AND/net/gcn_v.py official repository ran MIT (permissive) · f3041fc06ca7bbed · report
get_neg_loss damo-cv/Ada-NETS/GCN/net/optim_modules.py official repository ran MIT (permissive) · 72c104b3d72d0dd9 · report
get_pos_loss damo-cv/Ada-NETS/GCN/net/optim_modules.py official repository ran MIT (permissive) · 9ee109079dbd413e · report
knns2ordered_nbrs damo-cv/Ada-NETS/tool/knn.py official repository ran MIT (permissive) · 227696c1d71b8892 · report
row_normalize damo-cv/Ada-NETS/AND/adjacency.py official repository ran MIT (permissive) · ce0784d592bd0d41 · report
sparse_mx_to_indices_values damo-cv/Ada-NETS/AND/adjacency.py official repository ran MIT (permissive) · f73847ac9f20f56a · report
sqeuclidean_pdist damo-cv/Ada-NETS/GCN/net/optim_modules.py official repository ran fingerprinted MIT (permissive) · 6bd747fe350f9027 · report
format damo-cv/Ada-NETS/GCN/cluster.py official repository unverified MIT (permissive) · b49214d884be3833 · report
get_Rstarset Thomas-wyh/Ada-NETS/tool/struct_space.py official repository unverified MIT (permissive) · 874120f76adf0d08 · report
get_topK damo-cv/Ada-NETS/tool/max_Q_ind.py official repository unverified MIT (permissive) · 020579fb712da25b · report
knns_recall damo-cv/Ada-NETS/tool/knn.py official repository unverified MIT (permissive) · 6979c33355f8cd0a · report

Tasks

ClusteringFace Clustering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections