Hacker News new | ask | show | jobs
by aabajian 3158 days ago
Wow, this is fascinating. From a radiology perspective, it could be the missing method for segmenting findings inside a convoluted radiograph.
1 comments

Yes, and that's possible now with many different CNNs. The limiting factor is the training/validation/test data in your subject.

For example you couldn't implement Mask R-CNN with the COCO dataset as implemented here and get inference on your radiology problem set.

Would transfer learning help with that?
Yea I mean transfer learning would bring over the first n convolutions so it would be faster than from scratch, but you still need the radiology data to get the last few steps.