naver / croco

Other
251 stars 19 forks source link

About pre-trained dataset #28

Open puyiwen opened 1 month ago

puyiwen commented 1 month ago

Hi, have you done any ablation experiments on Croco on 3D vision tasks by pre-training on imagenet?

PhilippeWeinzaepfel commented 1 month ago

Hi,

In Table 2 of our NeurIPS'22 paper, we compare pre-training on pairs obtained:

image

The latter case performs quite poorly. Our guess is that there exists some "easy" shortcut for the network to solve the cross-view completion task when the reference image directly comes from the other images by indirectly fitting the transformations.

Best Philippe