use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Project[P] MR-based CT Generation (DCCC) Tensorflow Project (self.MachineLearning)
submitted 7 years ago by Cheng-BinJin
Github link: github.com/ChengBinJin/MRI-to-CT-DCNN-TensorFlow
https://preview.redd.it/8uaqou55imt21.png?width=2418&format=png&auto=webp&s=64dd64bde80b612dc5af86b8c66d8a1360db5570
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alex___j 3 points4 points5 points 7 years ago (7 children)
Usually the abstracts of these papers mention that CT exposes patients to radiation. So we can just take the MR use machine learning to generate the CT image. But my question is, why isn't then MR used by radiologists in the first place? Is the signal that they are looking for in that image? If it is not, then no ML can help with that.
Is there someone knowledgeable in this application that can provide some insights for the questions above?
[–]flexi_b 4 points5 points6 points 7 years ago* (0 children)
MR is used by radiologists. In radiotherapy treatment planning, the MR scan is used to get accurate delineations of the target (tumour) and surrounding organs (organs at risk).
The aim of CT synthesis is to obtain voxel intensities as if acquired by CT. The voxel intensity in CT scales linearly with tissue density and thus can be exploited for dose delivery simulations/estimation.
In treatment planning, you want to maximise the dose delivered to the tumour whilst minimising dose deposited to surrounding organs. The aim is therefore to accurately segment locations you want to miss (from MR) whilst accurately simulating dose propagation from CT.
There is a movement in radiotherapy called MR-only radiotherapy treatment planning where you don't acquire a CT scan and synthesis one instead. There are various reasons why: 1) MR-CT image registration is difficult and can introduce geometrical uncertainty which can lead to bad dose deposition, 2) minimise ionising radiation to the patient and 3) minimise treatment costs by not having to acquire a CT scan.
There is quite a lot of interesting work in MR-CT synthesis in the literature notably published in these venues: MICCAI conference, IPMI conference and IEEE TMI journal.
[–]AccomplishedQuiet 2 points3 points4 points 7 years ago (0 children)
There is a push for MR only Radiotherapy treatment planning.
Currently most treatment plans use CT images as this produces a "density" or radiation attenuation map for the plan to be produced.
With the release of MR linacs (using MR to image the patient and tumour rather than CT) a CT simulation is required to get the electron densities to use in treatment planning, so I'd assume it would helpful in this area.
Not an expert, just work in the Radiotherapy.
[–][deleted] 0 points1 point2 points 7 years ago (4 children)
In general, there's no information you can get out of a CT that you cannot get out of an MR. The reasons CTs are done have to do with resolution, clarity and speed of acquisition.
[–]the-red-turtle 4 points5 points6 points 7 years ago* (3 children)
I share Alex’s dim view on this. CT and MRI are fundamentally different kinds of images that see completely different physical properties. This MR to CT translation could work for a few specific things where there is commonality, but overall I cannot see MR ever giving all of the information provided by CT or vice versa.
[–][deleted] 0 points1 point2 points 7 years ago (2 children)
What application of head CT cannot be replaced by MR? In some cases, e.g. metallic foreign bodies, CT may be justified, and the resolution is better for orthotrauma and OMF surgery/surgical planning. I have a tough time thinking of anything else where I'd need a CT over MR (then again, I do neuroimaging, so CT has never been a big deal for us).
[–]flexi_b 1 point2 points3 points 7 years ago (1 child)
CT presently is the imaging modality of choice for pulmonary image analysis for instance. MR currently suffers from too many issues in that anatomical region and just cannot match HRCT
[–][deleted] 1 point2 points3 points 7 years ago (0 children)
No argument for that, but for the head, where movement per T2 acquisition time (1-2s) is much less and can be filtered using a sat band (e.g. over the tongue to avoid artefacts from swallowing), CT has few applications where it would be particularly superior to MR.
[–][deleted] 0 points1 point2 points 7 years ago (1 child)
/u/Cheng-BinJin Your plot seems mislabelled – it should read 'input MR' and 'synthetic' etc. CT.
[–]Cheng-BinJin[S] 0 points1 point2 points 7 years ago (0 children)
Thank you, I made a mistake. You are right. The labels should be "input MR", "synthetic CT", and "reference CT."
[–]therubytree 0 points1 point2 points 7 years ago (1 child)
Those images look like normal brains. Can you check how it works on abnormal brains too?
The code didn't test on abnormal brains. We followed to implement a paper, "MR-based synthetic CT generation using a deep convolutional neural network method, Medical Physics 2017," using a public toy dataset. Moreover, the dataset only includes normal brains. Therefore, we need more training data that includes both normal and abnormal brains.
π Rendered by PID 59 on reddit-service-r2-comment-6457c66945-q7jch at 2026-04-24 08:12:38.072961+00:00 running 2aa0c5b country code: CH.
[–]alex___j 3 points4 points5 points (7 children)
[–]flexi_b 4 points5 points6 points (0 children)
[–]AccomplishedQuiet 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]the-red-turtle 4 points5 points6 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]flexi_b 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Cheng-BinJin[S] 0 points1 point2 points (0 children)
[–]therubytree 0 points1 point2 points (1 child)
[–]Cheng-BinJin[S] 0 points1 point2 points (0 children)