Coder Social home page Coder Social logo

Medical Imaging about capsnet-tensorflow HOT 7 OPEN

AuliaRizky avatar AuliaRizky commented on June 19, 2024
Medical Imaging

from capsnet-tensorflow.

Comments (7)

TarrySingh avatar TarrySingh commented on June 19, 2024

Yes, it is

from capsnet-tensorflow.

parinaya-007 avatar parinaya-007 commented on June 19, 2024

You can definitely use capsule net for medical imaging but then you will have to be careful about the architecture. You need to be aware of what type of entities the capsules represent and also the number of capsules in the final capsule layer are appropriate.
What exactly are you talking about in medical imaging? Like detection problems or generative problems?

from capsnet-tensorflow.

AuliaRizky avatar AuliaRizky commented on June 19, 2024

I want to do segmentation on ischemic stroke using ISLES 2017 dataset. How do we decide those parameters such as number of capsules, the vector length, and else so that CapsNet could be implemented for 5D (or 4D) dataset. Of course conv3D will be used for architecture, but is it still possible to use basic architecture?

from capsnet-tensorflow.

parinaya-007 avatar parinaya-007 commented on June 19, 2024

@AuliaRizky In your case, I don't think the basic architecture will work. And as you said, conv3D should be applied for initial layers and then for primary capsule layer it's the matter of experiment in order to choose hyperparameters like number of capsules, vector length, etc.
What I can contribute in this is that you should keep in mind that each capsule in primary capsule layer represents probability and orientation information of a specific entity/object/part-of-object so you can take a look into your data and accordingly decide the number of such entities/object/part-of-object that would be required for the same.

from capsnet-tensorflow.

AuliaRizky avatar AuliaRizky commented on June 19, 2024

Thanks a lot!
So from my understanding, in determining the number of hyperparameters I should test few (or lots) of combinations? Is there any method that I could use to optimize my experiment?

from capsnet-tensorflow.

parinaya-007 avatar parinaya-007 commented on June 19, 2024

@AuliaRizky Everytime when you apply a network to a new kind of dataset you need to run the model with various combinations of hyperparameters for the network. But I would like to suggest a research paper for you to understand the basics required for at least the convergence of capsule network on basis of hyperparameters. Following is the paper:
Empirical Study on convergence of Capsule Networks with various hyperparameters
http://people.cs.vt.edu/~bhuang/courses/opt18/projects/capsule.pdf

from capsnet-tensorflow.

AuliaRizky avatar AuliaRizky commented on June 19, 2024

@parinaya-007 Can you explain to me how to changes information of pixels (scalar) to pose parameter (which is a vector) after applying convolution?
I have read "Transforming Auto-encoders" by Hinton that should explained it, but I am not fully understand. And after watching video from https://www.youtube.com/watch?v=pPN8d0E3900&t=722s , the creator said that we apply reshape to the feature maps. It still confuses me
And thanks for the paper!

from capsnet-tensorflow.

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.