Git Product home page Git Product logo

Comments (12)

btgraham avatar btgraham commented on July 1, 2024

Re: the Diabetic Retinopathy competition
The 5 probabilities produced by softmax add to 1, so there are only 4 degrees of freedom (drop one of the outputs). If you have multiple networks, you can just average them. Using both the eye being tested, and the other eye, that gives 4+4=8 features. You can then use linear regression to approximate the class.

from sparseconvnet-archived.

tengshaofeng avatar tengshaofeng commented on July 1, 2024

to left eye ,for example the output average of three nets is (0.1, 0.1, 0.1, 0.1, 0.6), then drop which one?
to right eye ,for exaple (0.1, 0.1, 0.1, 0.05, 0.65),
so do you say that the 8 features are (0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.05 )?
I can not understand.

from sparseconvnet-archived.

btgraham avatar btgraham commented on July 1, 2024

Say the probabilities are (L[0],L[1],L[2],L[3],L[4]) for the left eye and (R[0],R[1],R[2],R[3],R[4]) for the right eye. Use (L[1],L[2],L[3],L[4],R[1],R[2],R[3],R[4]) to predict the left eye and
(R[1],R[2],R[3],R[4],L[1],L[2],L[3],L[4]) to predict the right eye.

from sparseconvnet-archived.

tengshaofeng avatar tengshaofeng commented on July 1, 2024

thanks for your reply。
three questions
1)why drop the L(0)?
2) linear regress with features(L[1],L[2],L[3],L[4],R[1],R[2],R[3],R[4]) with labels rates.
used the trained model to map a float value. and set the threshold to decide which rate?
for example <0.5 map to 0
3) have you tried just average of output of multi nets and repeat random tests? how much is kappa score?

from sparseconvnet-archived.

tengshaofeng avatar tengshaofeng commented on July 1, 2024

and the fourth question is:
after you preprocess the image. the value is around 128.
image

and whether needed normalization?
like (x-mean)/std or x/255.0?

thanks so much

from sparseconvnet-archived.

btgraham avatar btgraham commented on July 1, 2024
  1. L(0) adds no extra information (linearly dependent)
  2. Use cross validation to decide the thresholds.
  3. Similar to using forests.
  4. Only the corners should look like that. The center should be more interesting.

from sparseconvnet-archived.

tengshaofeng avatar tengshaofeng commented on July 1, 2024

thank you very much for your help. It really helped me.
but to the fourth question I am not confused about the 128 around the corner.
I am confused about that if I should do normalization such as (img-mean)/std before input to the cnn net

from sparseconvnet-archived.

btgraham avatar btgraham commented on July 1, 2024

I think I scaled to [-1, +1], but other scalings could work.

from sparseconvnet-archived.

tengshaofeng avatar tengshaofeng commented on July 1, 2024

ok, thank you very much. so kind of you .

from sparseconvnet-archived.

tengshaofeng avatar tengshaofeng commented on July 1, 2024

@btgraham
sorry to bother you again. i am reading your paper .
image
I know the radius is the eye's. but i do not know the exact size of input image. is it 540*540 if radius is 270?

from sparseconvnet-archived.

btgraham avatar btgraham commented on July 1, 2024

Input size should be >= 540x540. Larger sizes were used to allow data augmentation (translations).

from sparseconvnet-archived.

tengshaofeng avatar tengshaofeng commented on July 1, 2024

for example, image of 540540 is randomly cropped from image of 600600. then take the image of 540*540 to the input?

from sparseconvnet-archived.

Related Issues (10)

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.