Coder Social home page Coder Social logo

Comments (7)

zachteed avatar zachteed commented on September 27, 2024 7

Yes, you are correct, results can be improved with upsampling. Last month, we started experimenting with ways of upsampling the flow fields while maintaining the simple structure of our network. The most recent version of our paper, which will appear on arxiv later this week, includes an upsampling module and predicts full resolution flow fields. Our code will be updated in a few days.

Note, the link I posted earlier is no longer activate, because the results on public leaderboards have been replaced with results from our full resolution model.

Here are some qualitative results using the updated module:
UpsamplingFigure (1)

from raft.

zachteed avatar zachteed commented on September 27, 2024

The edge artifacts are due to the fact that optical flow is being predicted at 1/8 resolution, then upsampled using bilinear interpolation (see "Flow Prediction" section 3.3 of our paper). You can verify that edges are present on our Sintel submission (http://sintel.is.tue.mpg.de/hero?flow_type=Flow&method_id=2285&metric_id=0&selected_pass=0) which match the results reported in the paper.

from raft.

complexfilter avatar complexfilter commented on September 27, 2024

Thanks for the clarification. Wouldn't the predicted optical flow be more accurate if you use guided image upsampling to upsample the optical flow guided by the original image? In that case, the aliasing artifacts near the edge will be removed.

from raft.

complexfilter avatar complexfilter commented on September 27, 2024

Congratulations on your recent progress! I am looking forward to your updated code and paper!

from raft.

complexfilter avatar complexfilter commented on September 27, 2024

Out of curiosity, have you completed the update of your training code. I notice you uploaded train.py file. Is the file the most recent one? Also, is there any no clue on the training parameters?

from raft.

zachteed avatar zachteed commented on September 27, 2024

I've just uploaded the training code / instructions.

from raft.

Guptajakala avatar Guptajakala commented on September 27, 2024

Yes, you are correct, results can be improved with upsampling. Last month, we started experimenting with ways of upsampling the flow fields while maintaining the simple structure of our network. The most recent version of our paper, which will appear on arxiv later this week, includes an upsampling module and predicts full resolution flow fields. Our code will be updated in a few days.

Note, the link I posted earlier is no longer activate, because the results on public leaderboards have been replaced with results from our full resolution model.

Here are some qualitative results using the updated module:
UpsamplingFigure (1)

This is awesome! Out of curiosity, have you tried upsampling by deconv and how does it compare with the convex combination upsampling?

from raft.

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.