Is expanding the research of a group into machine learning as a PhD student risky?Choosing and training (admitted) PhD students for researchContemplating about a second PhD in statistics/machine learningContacting professor for PhD in different research area than past experience: do I need to prepare a research proposal before first contact?Masters in US or (Masters + MPhil) in UKWill a 2-year post-doc in deep-learning harm me in the long-term?Communication & Networks v/s Signal Processing & Optimization - what area to work in?I'm confused and frustrated by my postdoc mentor's stubbornness and not caring for my future at all. What should I do?Doing PhD on computer vision with an engineering backgroundWant pursue phd in Machine Learning but having a networking backgroundDoes it look bad if I apply to two very different fields for grad school?
How do scammers retract money, while you can’t?
Are student evaluations of teaching assistants read by others in the faculty?
How to be diplomatic in refusing to write code that breaches the privacy of our users
Escape a backup date in a file name
What is the difference between "behavior" and "behaviour"?
How does buying out courses with grant money work?
Method to test if a number is a perfect power?
Pole-zeros of a real-valued causal FIR system
What is paid subscription needed for in Mortal Kombat 11?
How did Doctor Strange see the winning outcome in Avengers: Infinity War?
Balance Issues for a Custom Sorcerer Variant
Class Action - which options I have?
Do the temporary hit points from Reckless Abandon stack if I make multiple attacks on my turn?
Lay out the Carpet
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
Where does the Z80 processor start executing from?
Type int? vs type int
How to run a prison with the smallest amount of guards?
What is the opposite of 'gravitas'?
Failed to fetch jessie backports repository
Do all network devices need to make routing decisions, regardless of communication across networks or within a network?
How do I go from 300 unfinished/half written blog posts, to published posts?
Sequence of Tenses: Translating the subjunctive
Avoiding estate tax by giving multiple gifts
Is expanding the research of a group into machine learning as a PhD student risky?
Choosing and training (admitted) PhD students for researchContemplating about a second PhD in statistics/machine learningContacting professor for PhD in different research area than past experience: do I need to prepare a research proposal before first contact?Masters in US or (Masters + MPhil) in UKWill a 2-year post-doc in deep-learning harm me in the long-term?Communication & Networks v/s Signal Processing & Optimization - what area to work in?I'm confused and frustrated by my postdoc mentor's stubbornness and not caring for my future at all. What should I do?Doing PhD on computer vision with an engineering backgroundWant pursue phd in Machine Learning but having a networking backgroundDoes it look bad if I apply to two very different fields for grad school?
I have the opportunity of doing a PhD under the supervision of an expert in medical imaging at a top institution. Currently their group does not conduct research into the application of machine learning to medical image acquisition and processing. The purpose of the PhD studentship would be to pursue research into this. The department has significant machine learning and signal processing research groups whose seminars I will be able to attend and academics I can have contact with.
The supervisor has not for some time (before deep learning) pursued research in machine learning. The PhD itself is as yet not strongly structured and will initially require a deal of exploration and prospecting before its final form is decided.
Given that there is a safe fallback of medical imaging I do not foresee a risk to completing the PhD. However, as the only member of the group pursuing machine learning would this be a very risky PhD to embark on, particularly considering that afterwards I intend to pursue a career in academia? Are there any benefits?
I also have an offer for a PhD at my current university which is less risky but for which the funding is not yet fully guaranteed.
I hope this question is not too broad. Thank you.
phd research-process united-kingdom supervision
New contributor
add a comment |
I have the opportunity of doing a PhD under the supervision of an expert in medical imaging at a top institution. Currently their group does not conduct research into the application of machine learning to medical image acquisition and processing. The purpose of the PhD studentship would be to pursue research into this. The department has significant machine learning and signal processing research groups whose seminars I will be able to attend and academics I can have contact with.
The supervisor has not for some time (before deep learning) pursued research in machine learning. The PhD itself is as yet not strongly structured and will initially require a deal of exploration and prospecting before its final form is decided.
Given that there is a safe fallback of medical imaging I do not foresee a risk to completing the PhD. However, as the only member of the group pursuing machine learning would this be a very risky PhD to embark on, particularly considering that afterwards I intend to pursue a career in academia? Are there any benefits?
I also have an offer for a PhD at my current university which is less risky but for which the funding is not yet fully guaranteed.
I hope this question is not too broad. Thank you.
phd research-process united-kingdom supervision
New contributor
add a comment |
I have the opportunity of doing a PhD under the supervision of an expert in medical imaging at a top institution. Currently their group does not conduct research into the application of machine learning to medical image acquisition and processing. The purpose of the PhD studentship would be to pursue research into this. The department has significant machine learning and signal processing research groups whose seminars I will be able to attend and academics I can have contact with.
The supervisor has not for some time (before deep learning) pursued research in machine learning. The PhD itself is as yet not strongly structured and will initially require a deal of exploration and prospecting before its final form is decided.
Given that there is a safe fallback of medical imaging I do not foresee a risk to completing the PhD. However, as the only member of the group pursuing machine learning would this be a very risky PhD to embark on, particularly considering that afterwards I intend to pursue a career in academia? Are there any benefits?
I also have an offer for a PhD at my current university which is less risky but for which the funding is not yet fully guaranteed.
I hope this question is not too broad. Thank you.
phd research-process united-kingdom supervision
New contributor
I have the opportunity of doing a PhD under the supervision of an expert in medical imaging at a top institution. Currently their group does not conduct research into the application of machine learning to medical image acquisition and processing. The purpose of the PhD studentship would be to pursue research into this. The department has significant machine learning and signal processing research groups whose seminars I will be able to attend and academics I can have contact with.
The supervisor has not for some time (before deep learning) pursued research in machine learning. The PhD itself is as yet not strongly structured and will initially require a deal of exploration and prospecting before its final form is decided.
Given that there is a safe fallback of medical imaging I do not foresee a risk to completing the PhD. However, as the only member of the group pursuing machine learning would this be a very risky PhD to embark on, particularly considering that afterwards I intend to pursue a career in academia? Are there any benefits?
I also have an offer for a PhD at my current university which is less risky but for which the funding is not yet fully guaranteed.
I hope this question is not too broad. Thank you.
phd research-process united-kingdom supervision
phd research-process united-kingdom supervision
New contributor
New contributor
New contributor
asked yesterday
MHiltonMHilton
10414
10414
New contributor
New contributor
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
I would ask about having a co-supervisor. Having access to esteemed DL researchers is great -- but they will have limited time/interest in helping you if you are not "formally" their student. If you manage to find someone in this role, I think your position is just about perfect.
If you don't manage to find someone in this role, I have three main concerns:
- You will spend a ton of time re-inventing the wheel. For example, can you train a CNN on ImageNet from scratch? There are a lot of caveats needed to obtain state-of-the-art results (e.g., dataset augmentation, regularization loss, etc.), and you will likely rediscover them one-by-one (or, use a black-box model you don't really understand). A DL expert would likely already have working code and could explain it to you, allowing you to jump right to the research. (Yes, there are open source codes...but in my experience, they all require a lot of work to be both transparent and accurate.
- Mathematical rigor. It's easy to just learn ML/DL at a "technician level" -- but as a PhD in it, you should really understand it a mathematical level if not a theorem/proof level. It can be difficult to do this on your own.
- Problem selection. Your medical advisor will likely find it super novel to run existing techniques on medical images. There may even be a novel application here, on the medical side -- but on the ML side, this is not really interesting, it's just a straightforward application of one technique to a straightforward problem. You would essentially be on your own to find a technique that is interesting from an ML perspective and apply it to a problem that is interesting from a medical perspective. That will be difficult to do (for the first time) without advisors on both sides.
Those are the main blind alleys I see. Of course, there is also a ton of upside -- this sounds like a very interesting, prestigious position that would position you well for an academic career. Only you can judge this tradeoff.
(+1) One other thing I would add is that if OP does decide to do this, I would strongly advise they try to get something like a pure ML co-advisor
– Cliff AB
6 hours ago
Yes, guess I didn't explicitly say the co-supervisor should be from ML rather than medicine, but that is a key point.
– cag51
5 hours ago
Thank you very much for this answer. Particularly for the ML specific technical points.
– MHilton
1 hour ago
add a comment |
Do you want to design a tool that can build many things, or learn how best to use the available tools to build a house?
Do you want to do a PhD in machine learning or are you trying to use machine learning to solve problems in medical imaging?
In the first case I would agree with @cag51. Without a Deep Learning supervisor, it would be challenging and also unlikely your PhD would reach its full potential.
However, if you are more interested in finding novel and practical uses for existing machine learning techniques in order to improve the field of medical imaging then the lack of specialist supervisor is less important. There is a startling amount of low hanging fruit which requires only a broad conceptual understanding of machine learning combined with domain-specific expertise (e.g medical imaging).
After your first paper/project you will no doubt discover a host of problems that are specific to your domain area which require further research and in-depth knowledge of the domain area which can be provided by your primary supervisor.
It could be a great opportunity to help the field take advantage of benefits provided by machine learning in a very applied and practical way as well as carve out your own niche in academia.
New contributor
+1 ... while even getting "state-of-the-art" results with existing ML techniques is hard to do totally from scratch (see the first point on my answer), I agree that my third point (and maybe parts of my second point) don't apply if OP's real interests are in medicine. As you say in your last paragraph, I think whoever takes this position could likely become an "expert" in both.
– cag51
5 hours ago
add a comment |
Sounds like a great fit, with some options for different paths post-Ph.D. along with some fallback if things don't work out perfectly. I wouldn't be super concerned about having all kinds of supervision by a deep expert. It is common for grad students to do their own work without significant apprenticeship by the "advisor" (grant writer). As long as you are careful to look out for yourself by sticking to tractable problem(s), it should be fine.
In addition, you seem to have thought things out and expressed them well. And some of your comments (like department work in signal processing) show enough awareness that you seem to be able to look out for yourself and drive your own research.
New contributor
add a comment |
I agree with Jonno Bourne's answer, but I don't have enough reputation to comment.
I just want to add that I was in this same situation during my PhD. Specifically, I was in the second scenario, so if this is what you pursue, I can say from my experience that it is perfectly viable. You will just have to learn a lot of stuff on your own, but this is the cool part of a PhD, isn't it?
If instead you want to do a PhD on machine learning, as opposed as using machine learning, then I would too consider looking for a (co-)supervisor with ML expertise.
New contributor
add a comment |
Yes, this can be possible to do. I would not consider it particularly risky.
One of my professors when I was a MSc student did almost exactly this when he did his PhD once upon a time. He specialized in one learning method and built applications for it in his main supervisors field.
But it was long time before "deep learning" existed and subsequent ML-trends appeared. So I imagine it should hardly be more difficult now to motivate than it was then.
The idea of trying to get a co-supervisor with good skills in learning seems like very good advice.
add a comment |
I recently graduated with a PhD in Plant Breeding. At my university, an increasing number of students are working with building predictive machines that their major advisers have no experience with. Most of us (myself included) were first students in plant breeding that applied predictive machines in largely technical manner, producing fairly derivative research from a predictive perspective, but was novel based on the crop is was applied to. The students that excelled in this situation the best were those with significant modelling experience to begin with, and almost all had completed Masters. If you go this route, you'll need to be more self-directed than average, and prepare to teach your major advisor as much as they teach you. I struggled a lot with the lack of clear direction from my major advisor, but it was ultimately worth it, as it opened up more options than would have been available if I took a more traditional path.
New contributor
add a comment |
Important questions to answer for yourself:
1. Jonno Bourne's question of what area do you want to focus on is important. In other words start with the end in mind.
2. Most of what you learn will not be from your prospective supervisor and his recent experience with ML is not very important. Are you someone comfortable defining your own path?
3. What do other graduate students working with your prospective supervisor think of him?
This is important. He may want a particular outcome and will limit your investigations or he may encourage creativity and let you decide how you can contribute.
Funding for my RA was very important and it gave me peace of mind.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "415"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
MHilton is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f127106%2fis-expanding-the-research-of-a-group-into-machine-learning-as-a-phd-student-risk%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would ask about having a co-supervisor. Having access to esteemed DL researchers is great -- but they will have limited time/interest in helping you if you are not "formally" their student. If you manage to find someone in this role, I think your position is just about perfect.
If you don't manage to find someone in this role, I have three main concerns:
- You will spend a ton of time re-inventing the wheel. For example, can you train a CNN on ImageNet from scratch? There are a lot of caveats needed to obtain state-of-the-art results (e.g., dataset augmentation, regularization loss, etc.), and you will likely rediscover them one-by-one (or, use a black-box model you don't really understand). A DL expert would likely already have working code and could explain it to you, allowing you to jump right to the research. (Yes, there are open source codes...but in my experience, they all require a lot of work to be both transparent and accurate.
- Mathematical rigor. It's easy to just learn ML/DL at a "technician level" -- but as a PhD in it, you should really understand it a mathematical level if not a theorem/proof level. It can be difficult to do this on your own.
- Problem selection. Your medical advisor will likely find it super novel to run existing techniques on medical images. There may even be a novel application here, on the medical side -- but on the ML side, this is not really interesting, it's just a straightforward application of one technique to a straightforward problem. You would essentially be on your own to find a technique that is interesting from an ML perspective and apply it to a problem that is interesting from a medical perspective. That will be difficult to do (for the first time) without advisors on both sides.
Those are the main blind alleys I see. Of course, there is also a ton of upside -- this sounds like a very interesting, prestigious position that would position you well for an academic career. Only you can judge this tradeoff.
(+1) One other thing I would add is that if OP does decide to do this, I would strongly advise they try to get something like a pure ML co-advisor
– Cliff AB
6 hours ago
Yes, guess I didn't explicitly say the co-supervisor should be from ML rather than medicine, but that is a key point.
– cag51
5 hours ago
Thank you very much for this answer. Particularly for the ML specific technical points.
– MHilton
1 hour ago
add a comment |
I would ask about having a co-supervisor. Having access to esteemed DL researchers is great -- but they will have limited time/interest in helping you if you are not "formally" their student. If you manage to find someone in this role, I think your position is just about perfect.
If you don't manage to find someone in this role, I have three main concerns:
- You will spend a ton of time re-inventing the wheel. For example, can you train a CNN on ImageNet from scratch? There are a lot of caveats needed to obtain state-of-the-art results (e.g., dataset augmentation, regularization loss, etc.), and you will likely rediscover them one-by-one (or, use a black-box model you don't really understand). A DL expert would likely already have working code and could explain it to you, allowing you to jump right to the research. (Yes, there are open source codes...but in my experience, they all require a lot of work to be both transparent and accurate.
- Mathematical rigor. It's easy to just learn ML/DL at a "technician level" -- but as a PhD in it, you should really understand it a mathematical level if not a theorem/proof level. It can be difficult to do this on your own.
- Problem selection. Your medical advisor will likely find it super novel to run existing techniques on medical images. There may even be a novel application here, on the medical side -- but on the ML side, this is not really interesting, it's just a straightforward application of one technique to a straightforward problem. You would essentially be on your own to find a technique that is interesting from an ML perspective and apply it to a problem that is interesting from a medical perspective. That will be difficult to do (for the first time) without advisors on both sides.
Those are the main blind alleys I see. Of course, there is also a ton of upside -- this sounds like a very interesting, prestigious position that would position you well for an academic career. Only you can judge this tradeoff.
(+1) One other thing I would add is that if OP does decide to do this, I would strongly advise they try to get something like a pure ML co-advisor
– Cliff AB
6 hours ago
Yes, guess I didn't explicitly say the co-supervisor should be from ML rather than medicine, but that is a key point.
– cag51
5 hours ago
Thank you very much for this answer. Particularly for the ML specific technical points.
– MHilton
1 hour ago
add a comment |
I would ask about having a co-supervisor. Having access to esteemed DL researchers is great -- but they will have limited time/interest in helping you if you are not "formally" their student. If you manage to find someone in this role, I think your position is just about perfect.
If you don't manage to find someone in this role, I have three main concerns:
- You will spend a ton of time re-inventing the wheel. For example, can you train a CNN on ImageNet from scratch? There are a lot of caveats needed to obtain state-of-the-art results (e.g., dataset augmentation, regularization loss, etc.), and you will likely rediscover them one-by-one (or, use a black-box model you don't really understand). A DL expert would likely already have working code and could explain it to you, allowing you to jump right to the research. (Yes, there are open source codes...but in my experience, they all require a lot of work to be both transparent and accurate.
- Mathematical rigor. It's easy to just learn ML/DL at a "technician level" -- but as a PhD in it, you should really understand it a mathematical level if not a theorem/proof level. It can be difficult to do this on your own.
- Problem selection. Your medical advisor will likely find it super novel to run existing techniques on medical images. There may even be a novel application here, on the medical side -- but on the ML side, this is not really interesting, it's just a straightforward application of one technique to a straightforward problem. You would essentially be on your own to find a technique that is interesting from an ML perspective and apply it to a problem that is interesting from a medical perspective. That will be difficult to do (for the first time) without advisors on both sides.
Those are the main blind alleys I see. Of course, there is also a ton of upside -- this sounds like a very interesting, prestigious position that would position you well for an academic career. Only you can judge this tradeoff.
I would ask about having a co-supervisor. Having access to esteemed DL researchers is great -- but they will have limited time/interest in helping you if you are not "formally" their student. If you manage to find someone in this role, I think your position is just about perfect.
If you don't manage to find someone in this role, I have three main concerns:
- You will spend a ton of time re-inventing the wheel. For example, can you train a CNN on ImageNet from scratch? There are a lot of caveats needed to obtain state-of-the-art results (e.g., dataset augmentation, regularization loss, etc.), and you will likely rediscover them one-by-one (or, use a black-box model you don't really understand). A DL expert would likely already have working code and could explain it to you, allowing you to jump right to the research. (Yes, there are open source codes...but in my experience, they all require a lot of work to be both transparent and accurate.
- Mathematical rigor. It's easy to just learn ML/DL at a "technician level" -- but as a PhD in it, you should really understand it a mathematical level if not a theorem/proof level. It can be difficult to do this on your own.
- Problem selection. Your medical advisor will likely find it super novel to run existing techniques on medical images. There may even be a novel application here, on the medical side -- but on the ML side, this is not really interesting, it's just a straightforward application of one technique to a straightforward problem. You would essentially be on your own to find a technique that is interesting from an ML perspective and apply it to a problem that is interesting from a medical perspective. That will be difficult to do (for the first time) without advisors on both sides.
Those are the main blind alleys I see. Of course, there is also a ton of upside -- this sounds like a very interesting, prestigious position that would position you well for an academic career. Only you can judge this tradeoff.
answered 23 hours ago
cag51cag51
17.1k63564
17.1k63564
(+1) One other thing I would add is that if OP does decide to do this, I would strongly advise they try to get something like a pure ML co-advisor
– Cliff AB
6 hours ago
Yes, guess I didn't explicitly say the co-supervisor should be from ML rather than medicine, but that is a key point.
– cag51
5 hours ago
Thank you very much for this answer. Particularly for the ML specific technical points.
– MHilton
1 hour ago
add a comment |
(+1) One other thing I would add is that if OP does decide to do this, I would strongly advise they try to get something like a pure ML co-advisor
– Cliff AB
6 hours ago
Yes, guess I didn't explicitly say the co-supervisor should be from ML rather than medicine, but that is a key point.
– cag51
5 hours ago
Thank you very much for this answer. Particularly for the ML specific technical points.
– MHilton
1 hour ago
(+1) One other thing I would add is that if OP does decide to do this, I would strongly advise they try to get something like a pure ML co-advisor
– Cliff AB
6 hours ago
(+1) One other thing I would add is that if OP does decide to do this, I would strongly advise they try to get something like a pure ML co-advisor
– Cliff AB
6 hours ago
Yes, guess I didn't explicitly say the co-supervisor should be from ML rather than medicine, but that is a key point.
– cag51
5 hours ago
Yes, guess I didn't explicitly say the co-supervisor should be from ML rather than medicine, but that is a key point.
– cag51
5 hours ago
Thank you very much for this answer. Particularly for the ML specific technical points.
– MHilton
1 hour ago
Thank you very much for this answer. Particularly for the ML specific technical points.
– MHilton
1 hour ago
add a comment |
Do you want to design a tool that can build many things, or learn how best to use the available tools to build a house?
Do you want to do a PhD in machine learning or are you trying to use machine learning to solve problems in medical imaging?
In the first case I would agree with @cag51. Without a Deep Learning supervisor, it would be challenging and also unlikely your PhD would reach its full potential.
However, if you are more interested in finding novel and practical uses for existing machine learning techniques in order to improve the field of medical imaging then the lack of specialist supervisor is less important. There is a startling amount of low hanging fruit which requires only a broad conceptual understanding of machine learning combined with domain-specific expertise (e.g medical imaging).
After your first paper/project you will no doubt discover a host of problems that are specific to your domain area which require further research and in-depth knowledge of the domain area which can be provided by your primary supervisor.
It could be a great opportunity to help the field take advantage of benefits provided by machine learning in a very applied and practical way as well as carve out your own niche in academia.
New contributor
+1 ... while even getting "state-of-the-art" results with existing ML techniques is hard to do totally from scratch (see the first point on my answer), I agree that my third point (and maybe parts of my second point) don't apply if OP's real interests are in medicine. As you say in your last paragraph, I think whoever takes this position could likely become an "expert" in both.
– cag51
5 hours ago
add a comment |
Do you want to design a tool that can build many things, or learn how best to use the available tools to build a house?
Do you want to do a PhD in machine learning or are you trying to use machine learning to solve problems in medical imaging?
In the first case I would agree with @cag51. Without a Deep Learning supervisor, it would be challenging and also unlikely your PhD would reach its full potential.
However, if you are more interested in finding novel and practical uses for existing machine learning techniques in order to improve the field of medical imaging then the lack of specialist supervisor is less important. There is a startling amount of low hanging fruit which requires only a broad conceptual understanding of machine learning combined with domain-specific expertise (e.g medical imaging).
After your first paper/project you will no doubt discover a host of problems that are specific to your domain area which require further research and in-depth knowledge of the domain area which can be provided by your primary supervisor.
It could be a great opportunity to help the field take advantage of benefits provided by machine learning in a very applied and practical way as well as carve out your own niche in academia.
New contributor
+1 ... while even getting "state-of-the-art" results with existing ML techniques is hard to do totally from scratch (see the first point on my answer), I agree that my third point (and maybe parts of my second point) don't apply if OP's real interests are in medicine. As you say in your last paragraph, I think whoever takes this position could likely become an "expert" in both.
– cag51
5 hours ago
add a comment |
Do you want to design a tool that can build many things, or learn how best to use the available tools to build a house?
Do you want to do a PhD in machine learning or are you trying to use machine learning to solve problems in medical imaging?
In the first case I would agree with @cag51. Without a Deep Learning supervisor, it would be challenging and also unlikely your PhD would reach its full potential.
However, if you are more interested in finding novel and practical uses for existing machine learning techniques in order to improve the field of medical imaging then the lack of specialist supervisor is less important. There is a startling amount of low hanging fruit which requires only a broad conceptual understanding of machine learning combined with domain-specific expertise (e.g medical imaging).
After your first paper/project you will no doubt discover a host of problems that are specific to your domain area which require further research and in-depth knowledge of the domain area which can be provided by your primary supervisor.
It could be a great opportunity to help the field take advantage of benefits provided by machine learning in a very applied and practical way as well as carve out your own niche in academia.
New contributor
Do you want to design a tool that can build many things, or learn how best to use the available tools to build a house?
Do you want to do a PhD in machine learning or are you trying to use machine learning to solve problems in medical imaging?
In the first case I would agree with @cag51. Without a Deep Learning supervisor, it would be challenging and also unlikely your PhD would reach its full potential.
However, if you are more interested in finding novel and practical uses for existing machine learning techniques in order to improve the field of medical imaging then the lack of specialist supervisor is less important. There is a startling amount of low hanging fruit which requires only a broad conceptual understanding of machine learning combined with domain-specific expertise (e.g medical imaging).
After your first paper/project you will no doubt discover a host of problems that are specific to your domain area which require further research and in-depth knowledge of the domain area which can be provided by your primary supervisor.
It could be a great opportunity to help the field take advantage of benefits provided by machine learning in a very applied and practical way as well as carve out your own niche in academia.
New contributor
New contributor
answered 14 hours ago
Jonno BourneJonno Bourne
1913
1913
New contributor
New contributor
+1 ... while even getting "state-of-the-art" results with existing ML techniques is hard to do totally from scratch (see the first point on my answer), I agree that my third point (and maybe parts of my second point) don't apply if OP's real interests are in medicine. As you say in your last paragraph, I think whoever takes this position could likely become an "expert" in both.
– cag51
5 hours ago
add a comment |
+1 ... while even getting "state-of-the-art" results with existing ML techniques is hard to do totally from scratch (see the first point on my answer), I agree that my third point (and maybe parts of my second point) don't apply if OP's real interests are in medicine. As you say in your last paragraph, I think whoever takes this position could likely become an "expert" in both.
– cag51
5 hours ago
+1 ... while even getting "state-of-the-art" results with existing ML techniques is hard to do totally from scratch (see the first point on my answer), I agree that my third point (and maybe parts of my second point) don't apply if OP's real interests are in medicine. As you say in your last paragraph, I think whoever takes this position could likely become an "expert" in both.
– cag51
5 hours ago
+1 ... while even getting "state-of-the-art" results with existing ML techniques is hard to do totally from scratch (see the first point on my answer), I agree that my third point (and maybe parts of my second point) don't apply if OP's real interests are in medicine. As you say in your last paragraph, I think whoever takes this position could likely become an "expert" in both.
– cag51
5 hours ago
add a comment |
Sounds like a great fit, with some options for different paths post-Ph.D. along with some fallback if things don't work out perfectly. I wouldn't be super concerned about having all kinds of supervision by a deep expert. It is common for grad students to do their own work without significant apprenticeship by the "advisor" (grant writer). As long as you are careful to look out for yourself by sticking to tractable problem(s), it should be fine.
In addition, you seem to have thought things out and expressed them well. And some of your comments (like department work in signal processing) show enough awareness that you seem to be able to look out for yourself and drive your own research.
New contributor
add a comment |
Sounds like a great fit, with some options for different paths post-Ph.D. along with some fallback if things don't work out perfectly. I wouldn't be super concerned about having all kinds of supervision by a deep expert. It is common for grad students to do their own work without significant apprenticeship by the "advisor" (grant writer). As long as you are careful to look out for yourself by sticking to tractable problem(s), it should be fine.
In addition, you seem to have thought things out and expressed them well. And some of your comments (like department work in signal processing) show enough awareness that you seem to be able to look out for yourself and drive your own research.
New contributor
add a comment |
Sounds like a great fit, with some options for different paths post-Ph.D. along with some fallback if things don't work out perfectly. I wouldn't be super concerned about having all kinds of supervision by a deep expert. It is common for grad students to do their own work without significant apprenticeship by the "advisor" (grant writer). As long as you are careful to look out for yourself by sticking to tractable problem(s), it should be fine.
In addition, you seem to have thought things out and expressed them well. And some of your comments (like department work in signal processing) show enough awareness that you seem to be able to look out for yourself and drive your own research.
New contributor
Sounds like a great fit, with some options for different paths post-Ph.D. along with some fallback if things don't work out perfectly. I wouldn't be super concerned about having all kinds of supervision by a deep expert. It is common for grad students to do their own work without significant apprenticeship by the "advisor" (grant writer). As long as you are careful to look out for yourself by sticking to tractable problem(s), it should be fine.
In addition, you seem to have thought things out and expressed them well. And some of your comments (like department work in signal processing) show enough awareness that you seem to be able to look out for yourself and drive your own research.
New contributor
New contributor
answered yesterday
guestguest
2663
2663
New contributor
New contributor
add a comment |
add a comment |
I agree with Jonno Bourne's answer, but I don't have enough reputation to comment.
I just want to add that I was in this same situation during my PhD. Specifically, I was in the second scenario, so if this is what you pursue, I can say from my experience that it is perfectly viable. You will just have to learn a lot of stuff on your own, but this is the cool part of a PhD, isn't it?
If instead you want to do a PhD on machine learning, as opposed as using machine learning, then I would too consider looking for a (co-)supervisor with ML expertise.
New contributor
add a comment |
I agree with Jonno Bourne's answer, but I don't have enough reputation to comment.
I just want to add that I was in this same situation during my PhD. Specifically, I was in the second scenario, so if this is what you pursue, I can say from my experience that it is perfectly viable. You will just have to learn a lot of stuff on your own, but this is the cool part of a PhD, isn't it?
If instead you want to do a PhD on machine learning, as opposed as using machine learning, then I would too consider looking for a (co-)supervisor with ML expertise.
New contributor
add a comment |
I agree with Jonno Bourne's answer, but I don't have enough reputation to comment.
I just want to add that I was in this same situation during my PhD. Specifically, I was in the second scenario, so if this is what you pursue, I can say from my experience that it is perfectly viable. You will just have to learn a lot of stuff on your own, but this is the cool part of a PhD, isn't it?
If instead you want to do a PhD on machine learning, as opposed as using machine learning, then I would too consider looking for a (co-)supervisor with ML expertise.
New contributor
I agree with Jonno Bourne's answer, but I don't have enough reputation to comment.
I just want to add that I was in this same situation during my PhD. Specifically, I was in the second scenario, so if this is what you pursue, I can say from my experience that it is perfectly viable. You will just have to learn a lot of stuff on your own, but this is the cool part of a PhD, isn't it?
If instead you want to do a PhD on machine learning, as opposed as using machine learning, then I would too consider looking for a (co-)supervisor with ML expertise.
New contributor
New contributor
answered 13 hours ago
nanakinanaki
312
312
New contributor
New contributor
add a comment |
add a comment |
Yes, this can be possible to do. I would not consider it particularly risky.
One of my professors when I was a MSc student did almost exactly this when he did his PhD once upon a time. He specialized in one learning method and built applications for it in his main supervisors field.
But it was long time before "deep learning" existed and subsequent ML-trends appeared. So I imagine it should hardly be more difficult now to motivate than it was then.
The idea of trying to get a co-supervisor with good skills in learning seems like very good advice.
add a comment |
Yes, this can be possible to do. I would not consider it particularly risky.
One of my professors when I was a MSc student did almost exactly this when he did his PhD once upon a time. He specialized in one learning method and built applications for it in his main supervisors field.
But it was long time before "deep learning" existed and subsequent ML-trends appeared. So I imagine it should hardly be more difficult now to motivate than it was then.
The idea of trying to get a co-supervisor with good skills in learning seems like very good advice.
add a comment |
Yes, this can be possible to do. I would not consider it particularly risky.
One of my professors when I was a MSc student did almost exactly this when he did his PhD once upon a time. He specialized in one learning method and built applications for it in his main supervisors field.
But it was long time before "deep learning" existed and subsequent ML-trends appeared. So I imagine it should hardly be more difficult now to motivate than it was then.
The idea of trying to get a co-supervisor with good skills in learning seems like very good advice.
Yes, this can be possible to do. I would not consider it particularly risky.
One of my professors when I was a MSc student did almost exactly this when he did his PhD once upon a time. He specialized in one learning method and built applications for it in his main supervisors field.
But it was long time before "deep learning" existed and subsequent ML-trends appeared. So I imagine it should hardly be more difficult now to motivate than it was then.
The idea of trying to get a co-supervisor with good skills in learning seems like very good advice.
answered 6 hours ago
mathreadlermathreadler
1,079510
1,079510
add a comment |
add a comment |
I recently graduated with a PhD in Plant Breeding. At my university, an increasing number of students are working with building predictive machines that their major advisers have no experience with. Most of us (myself included) were first students in plant breeding that applied predictive machines in largely technical manner, producing fairly derivative research from a predictive perspective, but was novel based on the crop is was applied to. The students that excelled in this situation the best were those with significant modelling experience to begin with, and almost all had completed Masters. If you go this route, you'll need to be more self-directed than average, and prepare to teach your major advisor as much as they teach you. I struggled a lot with the lack of clear direction from my major advisor, but it was ultimately worth it, as it opened up more options than would have been available if I took a more traditional path.
New contributor
add a comment |
I recently graduated with a PhD in Plant Breeding. At my university, an increasing number of students are working with building predictive machines that their major advisers have no experience with. Most of us (myself included) were first students in plant breeding that applied predictive machines in largely technical manner, producing fairly derivative research from a predictive perspective, but was novel based on the crop is was applied to. The students that excelled in this situation the best were those with significant modelling experience to begin with, and almost all had completed Masters. If you go this route, you'll need to be more self-directed than average, and prepare to teach your major advisor as much as they teach you. I struggled a lot with the lack of clear direction from my major advisor, but it was ultimately worth it, as it opened up more options than would have been available if I took a more traditional path.
New contributor
add a comment |
I recently graduated with a PhD in Plant Breeding. At my university, an increasing number of students are working with building predictive machines that their major advisers have no experience with. Most of us (myself included) were first students in plant breeding that applied predictive machines in largely technical manner, producing fairly derivative research from a predictive perspective, but was novel based on the crop is was applied to. The students that excelled in this situation the best were those with significant modelling experience to begin with, and almost all had completed Masters. If you go this route, you'll need to be more self-directed than average, and prepare to teach your major advisor as much as they teach you. I struggled a lot with the lack of clear direction from my major advisor, but it was ultimately worth it, as it opened up more options than would have been available if I took a more traditional path.
New contributor
I recently graduated with a PhD in Plant Breeding. At my university, an increasing number of students are working with building predictive machines that their major advisers have no experience with. Most of us (myself included) were first students in plant breeding that applied predictive machines in largely technical manner, producing fairly derivative research from a predictive perspective, but was novel based on the crop is was applied to. The students that excelled in this situation the best were those with significant modelling experience to begin with, and almost all had completed Masters. If you go this route, you'll need to be more self-directed than average, and prepare to teach your major advisor as much as they teach you. I struggled a lot with the lack of clear direction from my major advisor, but it was ultimately worth it, as it opened up more options than would have been available if I took a more traditional path.
New contributor
New contributor
answered 5 hours ago
Brett BurdoBrett Burdo
211
211
New contributor
New contributor
add a comment |
add a comment |
Important questions to answer for yourself:
1. Jonno Bourne's question of what area do you want to focus on is important. In other words start with the end in mind.
2. Most of what you learn will not be from your prospective supervisor and his recent experience with ML is not very important. Are you someone comfortable defining your own path?
3. What do other graduate students working with your prospective supervisor think of him?
This is important. He may want a particular outcome and will limit your investigations or he may encourage creativity and let you decide how you can contribute.
Funding for my RA was very important and it gave me peace of mind.
New contributor
add a comment |
Important questions to answer for yourself:
1. Jonno Bourne's question of what area do you want to focus on is important. In other words start with the end in mind.
2. Most of what you learn will not be from your prospective supervisor and his recent experience with ML is not very important. Are you someone comfortable defining your own path?
3. What do other graduate students working with your prospective supervisor think of him?
This is important. He may want a particular outcome and will limit your investigations or he may encourage creativity and let you decide how you can contribute.
Funding for my RA was very important and it gave me peace of mind.
New contributor
add a comment |
Important questions to answer for yourself:
1. Jonno Bourne's question of what area do you want to focus on is important. In other words start with the end in mind.
2. Most of what you learn will not be from your prospective supervisor and his recent experience with ML is not very important. Are you someone comfortable defining your own path?
3. What do other graduate students working with your prospective supervisor think of him?
This is important. He may want a particular outcome and will limit your investigations or he may encourage creativity and let you decide how you can contribute.
Funding for my RA was very important and it gave me peace of mind.
New contributor
Important questions to answer for yourself:
1. Jonno Bourne's question of what area do you want to focus on is important. In other words start with the end in mind.
2. Most of what you learn will not be from your prospective supervisor and his recent experience with ML is not very important. Are you someone comfortable defining your own path?
3. What do other graduate students working with your prospective supervisor think of him?
This is important. He may want a particular outcome and will limit your investigations or he may encourage creativity and let you decide how you can contribute.
Funding for my RA was very important and it gave me peace of mind.
New contributor
New contributor
answered 5 hours ago
Craig BaysingerCraig Baysinger
1
1
New contributor
New contributor
add a comment |
add a comment |
MHilton is a new contributor. Be nice, and check out our Code of Conduct.
MHilton is a new contributor. Be nice, and check out our Code of Conduct.
MHilton is a new contributor. Be nice, and check out our Code of Conduct.
MHilton is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Academia Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f127106%2fis-expanding-the-research-of-a-group-into-machine-learning-as-a-phd-student-risk%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown