TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Choose a Neutral Net Architecture for Medical Image Segmentation

40 pointsby jdgiesealmost 5 years ago

5 comments

skwbalmost 5 years ago
I work in the medical imaging space, specifically with implementing deep learning into clinical practice. I see a lot of people making a lot of fuss about what type of network or loss function to use. I would argue that this focus is misguided 90% of the time. Sure, maybe using a very specific network architecture and custom loss can edge you out by a 2-3% performance gain. But is that making or breaking the fundamental clinical application? I would argue that it usually is not. Instead, I&#x27;ve seen how much of the deep learning in medical imaging is driven by the quality and diversity of source data, which in the medical space can often be scarce for a number of reasons.<p>I&#x27;m reminded about this tweet, which emphasizes that a lot of your performance is going to be down to how good your datasets are [0].<p>[0]. <a href="https:&#x2F;&#x2F;twitter.com&#x2F;lishali88&#x2F;status&#x2F;994723759981453312" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;lishali88&#x2F;status&#x2F;994723759981453312</a>
评论 #23990976 未加载
评论 #23990216 未加载
5440almost 5 years ago
As part of a law firm, I&#x27;ve submitted about 50+ AI&#x2F;ML applications to FDA and EU on behalf of our clients. I don&#x27;t think Ive ever seen anything but U-Net and Resnet at this point. This article was helpful for me.
prashpalmost 5 years ago
What about providing some empirical evidence on how to choose a network? It&#x27;s not enough to list a few alternative architectures - how are readers supposed to know which ones are worth trying first? This seems to be a problem in deep learning - too many seemingly important model parameter choices are more often than not just selected based on author preference.
评论 #23991780 未加载
vladTheInhaleralmost 5 years ago
For another perspective on applying machine learning to medical imaging, I recommend the blog of Luke Oakden-Rayner[1]. He&#x27;s a radiologist first, so he&#x27;s in a great position to bring some well-needed skepticism to the conversation. I learned about a lot of complications that I never would have imagined as a lay-person.<p>[1] <a href="https:&#x2F;&#x2F;lukeoakdenrayner.wordpress.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lukeoakdenrayner.wordpress.com&#x2F;</a>
TheMblablaalmost 5 years ago
Should be Neural Net in the title :&#x2F;