GithubHelp home page GithubHelp logo

CDF function and model p about l3c-pytorch HOT 3 OPEN

fab-jul avatar fab-jul commented on August 25, 2024 1
CDF function and model p

from l3c-pytorch.

Comments (3)

CaiShilv avatar CaiShilv commented on August 25, 2024

I also have doubts about this. How to ensure that the CDF is an incremental function in encode? In the process of running forward on pytorch1.7, I found that the CDF function obtained from some images is not incremental, leading to wrong coding.

from l3c-pytorch.

fab-jul avatar fab-jul commented on August 25, 2024

@june1819

  1. We encode with the CDF, and we encode channel per channel. The CDF and PDF are calculatable from each other, and in the paper we use the simpler notation (with p). The fact that we use a CDF for arithmetic coding is because it allows fast lookups of intervals (needed for arithmetic coding).
  2. CDF is the integrated p.

@KuaidiYuan The CDF obtained by the model is not always incremental, correct. That's why we have _renorm_cast_cdf_(cdf, precision). For some more details on this, see the torchac README. This should work on all images. Can you share the image that led to wrong encoding?

from l3c-pytorch.

CaiShilv avatar CaiShilv commented on August 25, 2024

@fab-jul
click
I put image and the weight of training here.

from l3c-pytorch.

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.