You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have investigated the influence of graph types for ViG. However, my experiment results are confusing and different from the data in paper. As shown in Table 6, EdgeConv has highest FLOPS and accuracy. However, according to my results, the results of MaxRelative, GraphSage and EdgeConv are 74.42, 74.46 and 74.24 (ViG-ti). It shows EdgeConv has higher computation but lower accuracy. I also tried PrymaidViG-ti and ViG-s, all results show the high-computation graph (EdgeConv or GraphSage) is worse than the low-computation graph (MaxRelative). This is confusing and I am wondering why. This makes me doubt if the graph architecture necessary enough? Can you release the pretrained models for other graph structures than MaxRelative?
The text was updated successfully, but these errors were encountered:
I have investigated the influence of graph types for ViG. However, my experiment results are confusing and different from the data in paper. As shown in Table 6, EdgeConv has highest FLOPS and accuracy. However, according to my results, the results of MaxRelative, GraphSage and EdgeConv are 74.42, 74.46 and 74.24 (ViG-ti). It shows EdgeConv has higher computation but lower accuracy. I also tried PrymaidViG-ti and ViG-s, all results show the high-computation graph (EdgeConv or GraphSage) is worse than the low-computation graph (MaxRelative). This is confusing and I am wondering why. This makes me doubt if the graph architecture necessary enough? Can you release the pretrained models for other graph structures than MaxRelative?
The text was updated successfully, but these errors were encountered: