Papers › Cold Brew: Distilling Graph Node Representations with Incomplete or Missing Neighborhoods

Cold Brew: Distilling Graph Node Representations with Incomplete or Missing Neighborhoods

8 Nov 2021ICLR 2022 4arXiv:2111.04840archive 2025-07-28

Wenqing Zheng, Edward W Huang, Nikhil Rao, Sumeet Katariya, Zhangyang Wang, Karthik Subbian

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in node classification, regression, and recommendation tasks. GNNs work well when rich and high-quality connections are available. However, their effectiveness is often jeopardized in many real-world graphs in which node degrees have power-law distributions. The extreme case of this situation, where a node may have no neighbors, is called Strict Cold Start (SCS). SCS forces the prediction to rely completely on the node's own features. We propose Cold Brew, a teacher-student distillation approach to address the SCS and noisy-neighbor challenges for GNNs. We also introduce feature contribution ratio (FCR), a metric to quantify the behavior of inductive GNNs to solve SCS. We experimentally show that FCR disentangles the contributions of different graph data components and helps select the best architecture for SCS generalization. We further demonstrate the superior performance of Cold Brew on several public benchmark and proprietary e-commerce datasets, where many nodes have either very few or noisy connections. Our source code is available at https://github.com/amazon-research/gnn-tail-generalization.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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="2111.04840")

Code

Syntology Ran 4 of 16 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 4 ran with no contract checked.

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

amazon-research/gnn-tail-generalization officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
amazon-science/gnn-tail-generalization mentioned on GitHubpytorch 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

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

4ran
12unverified

Licence: 0 of the 16 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 amazon-research/gnn-tail-generalization. “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.

AcontainsB amazon-research/gnn-tail-generalization/GNN_model/drop_tricks.py official repository ran Apache-2.0 (permissive) · 19511295442b8b8a · report
reset_weight_GroupNorm amazon-research/gnn-tail-generalization/GNN_model/norm_tricks.py official repository ran Apache-2.0 (permissive) · a5483c4f44a5f81a · report
run_norm_if_any amazon-research/gnn-tail-generalization/GNN_model/norm_tricks.py official repository ran Apache-2.0 (permissive) · 429df79768882322 · report
tonp amazon-research/gnn-tail-generalization/GNN_model/GCN.py official repository ran Apache-2.0 (permissive) · 18d569c66cbe1eda · report
adaptive_auc_loss amazon-research/gnn-tail-generalization/Link_prediction_model/loss.py official repository unverified Apache-2.0 (permissive) · 3cbbe6f92c0de08c · report
auc_loss amazon-research/gnn-tail-generalization/Link_prediction_model/loss.py official repository unverified Apache-2.0 (permissive) · 4b9ae549a5732877 · report
build_edge_adj amazon-research/gnn-tail-generalization/Link_prediction_model/edge_LP.py official repository unverified Apache-2.0 (permissive) · 2859a58982511839 · report
cal_acc_indices amazon-research/gnn-tail-generalization/Label_propagation_model/LP_Adj.py official repository unverified Apache-2.0 (permissive) · 2c1fff89f9280558 · report
cal_acc_logits amazon-research/gnn-tail-generalization/Label_propagation_model/LP_Adj.py official repository unverified Apache-2.0 (permissive) · 4995964ae5fddaf1 · report
diffusion amazon-research/gnn-tail-generalization/Label_propagation_model/diffusion_feature.py official repository unverified Apache-2.0 (permissive) · afbdc85089318f81 · report
gen_normalized_adjs amazon-research/gnn-tail-generalization/Label_propagation_model/outcome_correlation.py official repository unverified Apache-2.0 (permissive) · 8e4eee31155a52fb · report
general_outcome_correlation_YAG amazon-research/gnn-tail-generalization/Label_propagation_model/outcome_correlation.py official repository unverified Apache-2.0 (permissive) · 1c9f7749bb1f3502 · report
log_rank_loss amazon-research/gnn-tail-generalization/Link_prediction_model/loss.py official repository unverified Apache-2.0 (permissive) · 03d2b1e423c6445b · report
lp amazon-research/gnn-tail-generalization/Label_propagation_model/diffusion_feature.py official repository unverified Apache-2.0 (permissive) · 869350b6e16a5a33 · report
sgc amazon-research/gnn-tail-generalization/Label_propagation_model/diffusion_feature.py official repository unverified Apache-2.0 (permissive) · a33fe9e4734902f9 · report
to_device amazon-research/gnn-tail-generalization/Label_propagation_model/LP_Adj.py official repository unverified Apache-2.0 (permissive) · bfdd8eb94daad37e · report

Tasks

Node Classification

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