GCond icon indicating copy to clipboard operation
GCond copied to clipboard

[ICLR'22] [KDD'22] [IJCAI'24] Implementation of "Graph Condensation for Graph Neural Networks"

Results 6 GCond issues
Sort by recently updated
recently updated
newest added

I've encountered a shape mismatch issue between synthetic features (feat_syn) and labels (labels_syn) when condensing the ogbn-arxiv dataset using a reduction rate of 0.0005. The method ensures each class is...

Hello, I'd like to ask a question. In many previous papers, the adjacency matrix of GCN includes all nodes, while in this paper, it seems to only include the nodes...

The figure shows the storage overhead in the last row. Can you explain how to calculate it with a specific example?

Hello! I am new to dataset distillation and my question may be shallow. It seems to me that dataset distillation is generally for classification tasks, synthesizing condensed data for each...

Hi, I wonder how to produce the whole dataset's experiment results shown in Table 2. Does it directly run the whole graph (like Cora) on a model (if yes, does...

could you provide the coarsen part's source code? the coarsen operates on the whole graph, but your work implements the inductive train graph for the label part? could you please...