Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Updated ScanNet Results #22

Closed
kentang-mit opened this issue Nov 14, 2019 · 3 comments
Closed

On Updated ScanNet Results #22

kentang-mit opened this issue Nov 14, 2019 · 3 comments

Comments

@kentang-mit
Copy link

Dear authors,

I have noticed that you submitted a version to ScanNet benchmark recently, and the result (mIoU=66.6%) is significantly better than the CVPR'19 version (55.6%). Is it possible to describe what change you have made to the original CVPR'19 model to achieve such large performance boost? Thanks a lot for your response.

Best,
Haotian

@DylanWusee
Copy link
Owner

Hi,

Thank you for your interest in our work.

There are several changes that I made to achieve better performance as bellow:

  1. Train with more dense point clouds. Originally, we use N = 8192 points, now we use N <= 100000 points.

  2. We remove Batch Normalization. We find that batch normalization can give more overfitting in our model.

  3. we use a much deeper network structure. We add 3~5 residual blocks after each downsampling.

We will try to release the related code and the trained model in pytorch as soon as possible.
Please refer: https://github.com/DylanWusee/pointconv_pytorch

Thank you very much.
Wenxuan

@kentang-mit
Copy link
Author

Hi Wenxuan,

Thanks a lot for your helpful response. The observation 2 seems to be very interesting~ I'm closing this issue because it has solved my problem.

Best,
Haotian

@linhaojia13
Copy link

HI, @DylanWusee , do you add RGB channels in the input in your updated model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants