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

Loss function: additional robustness? #19

Open
blukaz opened this issue Nov 28, 2021 · 7 comments
Open

Loss function: additional robustness? #19

blukaz opened this issue Nov 28, 2021 · 7 comments

Comments

@blukaz
Copy link

blukaz commented Nov 28, 2021

Hi @yuxumin, I've been wondering if you tried to combine both the CD_l1 & CD_l2 loss function during training? Maybe it would yield better results?

@yuxumin
Copy link
Owner

yuxumin commented Nov 28, 2021

Hi, @blukaz . We haven't tried it.

@blukaz
Copy link
Author

blukaz commented Nov 28, 2021

I'll try it out and let you know.
Btw, have you tried EMD? Do you know any good and valid implementation for that?

@yuxumin
Copy link
Owner

yuxumin commented Nov 28, 2021

@blukaz Thanks a lot. We haven't tried to optimize emd loss along with CD loss during the training, but i think it worth a try. As for implementation for emd, maybe you can try it (But I can't guarantee the correstness of this implementation)

@blukaz
Copy link
Author

blukaz commented Nov 28, 2021

@ thank you for the link! Keep you updated in the coming days.

@blukaz
Copy link
Author

blukaz commented Nov 30, 2021

@yuxumin do you have any recommendation on how to fix clustering of the coarse prediction? I have the problem that the dense loss is a magnitude lower than the coarse. Did you encounter similar problems?

@yuxumin
Copy link
Owner

yuxumin commented Nov 30, 2021

You mean that the CD-loss for dense cloud pairs are much less than those for coarse pairs? Yes, i notice it too. I find some works adopt the weighted sum of these two losses. For example, loss = fine_loss + \alpha * coarse_loss and decrease the value of \alpha during the training. But i am not sure whether it will help.

@blukaz
Copy link
Author

blukaz commented Nov 30, 2021

Yes, exactly that. Ok, I see. I'll try that. Thank you for your quick response!

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

2 participants