GithubHelp home page GithubHelp logo

Comments (5)

haofeixu avatar haofeixu commented on May 25, 2024

Hi we directly use sparse GT.

from unimatch.

yzpick avatar yzpick commented on May 25, 2024

Thanks for the quick reply!
Then with sparse GT, do you mask out the invalid pixels for loss calculation? Or you use other ways to compensate the difference between dense map and sparse map?
Another question is that do you feel with less pixel GT guidance, the results accuracy reduced? In other words, do you think it's always better to have denser GT; or up to certain point, the density of GT doesn't make too much difference anymore?

Thanks for your time!

from unimatch.

haofeixu avatar haofeixu commented on May 25, 2024

Yes, invalid pixels are masked out.

I feel denser GT would lead to better performance, but haven't conducted such comparisons thus I am not absolutely certain. To verify this, you might want to subsample the dense GT (e.g., on Scene Flow dataset) for training and see how the performance varies. This is an interesting question and I would also be happy to hear your findings if you are interested in doing such comparisons in future, thanks!

from unimatch.

yzpick avatar yzpick commented on May 25, 2024

Thanks! Yeah I will do some experiments about it. Can I have the configs of your training to reproduce the numbers in the paper regarding argoverse? Also, the final output after the fine-tuning is still dense or eventually it becomes sparse or has only valid values for sparse region? Wondering if the dense performance from the pretrained network can still be carried out in the fine tuning stage by some implicit interpolation of the network even though using sparse GT; or with more epochs, it sooner or later will regress to absolute sparse output.
Eventually I want to input sparse but get dense output, not sure if such performance can be achieved by leveraging a dense pretrained model + fine-tune on sparse data directly, or I must add the explicit interpolation module into the network. Thanks!

from unimatch.

haofeixu avatar haofeixu commented on May 25, 2024

From my experiments on argoverse dataset, the final predictions will be less reliable on regions that don't have ground truth supervison (e.g., the sky, similar phenomenon can also be observed from visual results on KITTI dataset). So if the model is finally finetuned with sparse GT, this problem might also occur even the model is pretrained on dense GT data.

from unimatch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.