Summary
This paper presents a data-centric framework, abbreviated as APT, for cross-domain graph pre-training. APT is composed of a graph selector and a graph pre-training model. The core idea is to select the most representative and informative data points based on the inherent properties of graphs, as well as predictive uncertainty. For the pre-training stage, when fed with the carefully selected data points, a proximal term is added to prevent catastrophic forgetting and remember all the contributions of previous input data.
Strengths
1.This paper proposes that big data is not a necessity for pre-training GNNs. Instead of training on a massive amount of data, it is more reasonable to select a few suitable samples for pre-training. This approach can also reduce the amount of data and computational costs. Compared to pre-training on the entire dataset, selecting a more carefully selected subset of data for pre-training can indeed achieve better results.
2.This paper provides theoretical justification for the connection between uncertainties by establishing a provable connection between the proposed predictive uncertainty and the conventional definition of uncertainty. The predictive uncertainty is defined in the representation space, which enables the identification of more challenging samples that can benefit the model training more significantly.
3.The entire framework seems very reasonable, and the process is described clearly. From the experiments, it appears that good results have been achieved.
Weaknesses
1.This paper mentions both "data-active" and "data-centric" concepts. It may be helpful to clarify the relationship between these two to avoid confusion. Maybe only using "data-active" in the paper.
2.There is no individual ablation experiment about the graph selector to demonstrate the effectiveness for each of the five graph properties.
3.There is a spelling error in the title, 'Prespective' should be corrected to 'Perspective'.
Questions
Q1 Are all the Graph properties used in this paper useful when dealing with graph-inherent features? Also, what is the computational complexity since multiple properties need to be calculated?
Q2 Why did the performance of the "dd" dataset decrease after fine-tuning compared to the frozen parameters of APT in table 2?
Q3 I am slightly concerned that if all the five graph properties are useful for pre-training.
Q4 In existing works, is there any works that define model uncertainty in the representation space? And what is the difference between theirs and this work?
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.