Git Product home page Git Product logo

Comments (6)

MarvinTeichmann avatar MarvinTeichmann commented on June 24, 2024

The reason for this comparison is that there is simply no working fullcrf implementation on gpu available. CRFasRNN, DeepLab and other segmentation systems utilizing CRFs use the very same CPU implementation. So it is a fair comparison since it improves the state of the art.

from convcrf.

suhangpro avatar suhangpro commented on June 24, 2024

Thanks for the excellent work too! I have another question regarding the speed comparison:

you use a 4x4 average pooling before doing message passing, effectively reducing the computation 16 folds. But there isn't such a step in densecrf, right? In you arXiv draft, the only thing that seems to be relevant is the "gaussian blur" described in sec.4.2. Is that refering to this pooling operation?

from convcrf.

MarvinTeichmann avatar MarvinTeichmann commented on June 24, 2024

Yes, densecrf does bilinear downsampling internally.

from convcrf.

suhangpro avatar suhangpro commented on June 24, 2024

Thanks for the prompt reply!

I understand that there is some interpolation happening when mapping the pixels onto a permutohedral lattice. Are you referring to that? There downsampling is done in the high-dimensional lattice space. In ConvCRF, the downsampling is done on image space (XY) instead.

from convcrf.

hrtan avatar hrtan commented on June 24, 2024

Hi, Marvin:

I notice that in your paper, you post the speed of ConvCRF with different receptive field size from 3 to 13. Here is my question, why there's no more larger conv-size than size-13 ? And is the speed posted in table.1 indicate that the time cost for just one iteration?

from convcrf.

MarvinTeichmann avatar MarvinTeichmann commented on June 24, 2024

Hi Alex,

the performance does not improve past 13. Also, if you go bigger then 21 (I think it was 21) I ran into GPU memory issues (@ 11GB). The memory consumption also increases quadratically with filter size. So there is no reason why you want to go past 11.

from convcrf.

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.