Giter Site home page Giter Site logo

Comments (10)

romainVala avatar romainVala commented on July 24, 2024

I see the warning from the doc, but did not look at the code yet,

Actually I was looking for a sampler, that contains the center of the patch within the label. (it is a more conservative alternative to the current setting "at least one non background voxel")

The implementation just need to randomly sample (for the patch center) the coordinate of the label mask ... it should be fast ?

from torchio.

fepegar avatar fepegar commented on July 24, 2024

Yes I think that's the way to go. That's how NiftyNet works as well. I'll add a more generic weighted sampler. Then a label map can be used as sampler.

I need to think how to handle sampler images, though. That's why I also added a torchio.SAMPLER attribute. I guess the easiest is to treat them as torchio.LABEL and apply all spatial transforms using nearest neighbor interpolation. I'll try to work on this after the MICCAI deadline.

from torchio.

romainVala avatar romainVala commented on July 24, 2024

ok
it makes sens to indeed treat them as LABEL

from torchio.

GFabien avatar GFabien commented on July 24, 2024

Hi @fepegar, we will probably use the LabelSampler soon so I was wondering if there were any news regarding this issue.

I thought we could use the same signature with an extra argument that would be a list of probabilities for the different values in the label with default as [1/n] * n with n the number of different values. Checks would be added to make sure the length of the given list is equal to n and that probabilities sum to 1.

For the implementation itself, we could just draw a random number that decide which label value to focus on, then choose randomly a corresponding voxel from the label and return the patch centered on this voxel (with padding if needed).

Would that be enough or am I missing a deeper design choice that would lead to a different solution? In any case I would be happy to provide a PR if needed.

from torchio.

fepegar avatar fepegar commented on July 24, 2024

I'll take a look at this next week. Before I forget, this is related to #50.

I think we can follow NiftyNet's approach, i.e. using weighted samplers. Then a label sampler would be a specific case, where the label map can be used as a weight map. They can be tricky, this needs to be done carefully (NifTK/NiftyNet#432).

from torchio.

GFabien avatar GFabien commented on July 24, 2024

Hi @fepegar! Any update on this issue?

from torchio.

fepegar avatar fepegar commented on July 24, 2024

Sorry, I've been busy. I'll hopefully look into it on Friday.

from torchio.

GFabien avatar GFabien commented on July 24, 2024

No problem!

from torchio.

fepegar avatar fepegar commented on July 24, 2024

I just spent some hours on this. See #175.

from torchio.

fepegar avatar fepegar commented on July 24, 2024

Let me know if that implementation would work for you and I'll merge the changes ASAP.

from torchio.

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.