question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Potential issue with gold standards (or fifty shades of myelin)

See original GitHub issue

I was experimenting with a model and I used data from the folder SEM_3c_512 (Duke) and I found that the gold standards contained a range of pixel intensities that weren’t one of the three classes [background, myelin, axon]. For instance, if I just want the myelin content, I threshold for the myelin pixel intensity and it creates a ground truth like this one below:

image

image

Where we can see the noisy pixels on many places. Please note that GitHub is resampling these images, so they look less bad then they’re in reality.

When we look on the original gold standards, we can see that there are indeed many different shades representing the classes:

image

This might be an effect of resampling of the gold standards, that might be creating interpolation on the gold standard and therefore messing up with the class definitions. This may be a problem for AxonDeepSeg if the training is being done without taking into consideration these issues, but I’m not sure how these gold standars are being handled today on AxonDeepSeg. I’m not sure if the data used for training is also from this same folder on Duke.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jcohenadadcommented, Jul 30, 2019
  1. We should fix the gold standard at the first place
  2. The answer is in the raw data (ie: the image)
0reactions
vasudev-sharmacommented, Jul 30, 2019

What do you think @mathieuboudreau / @jcohenadad is it a problem or is it fine ?

it is a problem

So, I have 2 questions in this regard : -

  1. Should we handle it in Dataset building(from raw datasets to patches) or during training ?
  2. Should we replace this value either by myelin or by axon values else should go we with different approach ?
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fifty Shades of Brain: A Review on the ... - Springer Link
One major issue considering the mechanical testing of brain tissue is that it is exceptionally challenging to obtain adequate material.
Read more >
Fifty Shades of Brain: A Review on the Mechanical Testing ...
In this review, we carefully assess the challenges associated with brain tissue testing and modeling, and work out the most important characteristics of...
Read more >
Stimulation‐induced Ca2+ influx at nodes of Ranvier in mouse ...
With intact myelin the depolarization of the axolemma during action potentials (shades of red) is largely restricted to the node; the much smaller ......
Read more >
(PDF) Fifty Shades of Brain: A Review on the Mechanical ...
One major issue considering the mechanical testing ... 10 Stress relaxation behavior of brain tissue with standard deviations and stress ...
Read more >
Mild Traumatic Brain Injury Results in Significant ... - Frontiers
The gold standard for measuring human cortical myelin content is post- ... Due to the potential to stimulate remyelination before.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found