kaggle_ndsb2017 icon indicating copy to clipboard operation
kaggle_ndsb2017 copied to clipboard

How to extract overlays from images for the U-net mass detector?

Open guyucowboy opened this issue 7 years ago • 8 comments

Hi, julian, How do you extract overlays from images for the U-net mass detector? The overlays in "resources\segmenter_traindata\ *_o.png". How to generate those files? Thank you!

guyucowboy avatar Aug 05 '17 08:08 guyucowboy

Hello, I labeled them by hand. They are in the resources file. You don't need this part of the solution to get a good score. It improves everything just a little.

juliandewit avatar Aug 06 '17 10:08 juliandewit

Thanks for your reply!

guyucowboy avatar Aug 07 '17 03:08 guyucowboy

@juliandewit
Hi,julian. How do you know or discover the "mass"feature (or other feature ) of nodule detection which improves everything just a little? How to get this conclusion? Thanks!

guyucowboy avatar Aug 11 '17 11:08 guyucowboy

hi,julian. Another simple question: when you submit the final_submission.csv to kaggle competition, do you keep as it is? Or change the "cancer" value to 1 if it is bigger than 0.5 and vice versa ?
Thanks!

guyucowboy avatar Aug 11 '17 12:08 guyucowboy

Keep it as it is. You can still submit to Kaggle and see the results.

juliandewit avatar Aug 14 '17 12:08 juliandewit

I did local cross validation + cross validation against leaderboard. BOTH needed to show improvements. I tried around 50 features. Almost none gave consistent improvements. Mainly due to the outlier-leaderboard but we did not know that at that time.

juliandewit avatar Aug 14 '17 12:08 juliandewit

Hi, julian. Thank you for your reply! I am newcomer to Kaggle. I find the public and private leaderboard, what is the outlier-leaderboard? Thanks again.

guyucowboy avatar Aug 14 '17 13:08 guyucowboy

Hi, julian. what are the 50 features? Are they the bottleneck features of the CNN network? Or some of the features are irrelevant with CNN network and are just calculated by some formulas ? Do you use some feature selection algorithms ? Maybe the combination of some features indicated by feature selection algorithm would improve the result even if each feature make a little effect. But I am not sure about that. Thanks.

guyucowboy avatar Aug 14 '17 13:08 guyucowboy