Giter VIP home page Giter VIP logo

Comments (3)

PruneTruong avatar PruneTruong commented on August 16, 2024

Hi, yes this is due to the parametrization of the constrained mixture of Laplacians, with sigma_1 =1. It means that the most confident will get at most alpha_1 = 1, sigma^2_1 = 1 and alpha_2 = 0.
If you replace those values in the confidence estimation P_R with R=1, it gives you P_R = 1[1-exp(-sqrt(2))]^2=0.573.
As a result, P_R cannot get higher for this mixture parametrization. If you want a confidence that is between [0, 1], you could of course normalize the results with the maximum it can get, i.e. 0.573 but I wanted the general formula to accommodate any parametrization of the mixture.

from densematching.

woquyuna avatar woquyuna commented on August 16, 2024

Thanks for your replying. So it`s the constrain for Laplacians resulting in such predicted probability which is "not high enough".I just curious whether the uncontrained Laplacians can give higher predicted probability to the well aligned pixels.That is to say whether a more precise confidence map can be achieved without normalization for maximum.

from densematching.

PruneTruong avatar PruneTruong commented on August 16, 2024

So we bounded the smallest variance sigma^2_1 because in practice, it allows for the network to focus on getting more correspondences to such accuracy. If you constraint as for example 0 <= sigma^2_1 <= 1 instead, the negative log likelihood loss is unbounded. So the network will focus on getting very very accurate correspondences to reduce the loss, at the expense of other regions. Since in most of the case, we do not need correspondences with accuracy smaller than one pixel, we fixed sigma^2_1 =1. We have such experiment in the supplementary material of the paper, Tab. 8, where we compare a parametrization as sigma^2=1 or 0 < sigma^2_1 < 1. The later gives slightly better results on optical flow, where it is beneficial to model very small error but results in worse error on MegaDepth or for pose estimation, where more robust matches are preferable instead.
I think i only put the final model of PDC-Net here, but it would be relatively easy to train a version where the first constraint is not fixed instead.

from densematching.

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.