PointsCoder / ONCE_Benchmark

One Million Scenes for Autonomous Driving
177 stars 32 forks source link

EMA for 3D IoU Match #11

Closed wyddmw closed 2 years ago

wyddmw commented 2 years ago

Hi, I was reading this project recently and I found that there is something different from the original implementation of the 3D IoU Match. In the paper of 3D IoU Match, the EMA was applied for updating the teacher model which was not used in your project. I also realized that in your paper ONCE, the description of the 3D IoU Match also missed the EMA part in figure3. I was wondering whether this is the reason for the less competitive performance of the 3D IoU Match as mentioned in the paper ONCE. Anyway, thanks for this awesome work.

PointsCoder commented 2 years ago

@wyddmw I tried EMA before but it seems to work only with consistency regularization. 3DIoUMatch didn't include consistency loss and I cannot reproduce the results with only EMA and no consistency.

PointsCoder commented 2 years ago

Closed if no other questions.