I'm going to tackle the meta-question here, which is "How can one determine what the hot research topics in Remote Sensing are?"
Here is a two fold approach that I can recommend for any field of study:
Use the 100 papers in 7 hours method to summarize the last couple of years of research in a field. The short version of this is to skim 100 papers in a structured way (using a spreadsheet or bibtex/endnote editor) to figure out research directions in the field. Key journals to go through in remote sensing would be Remote Sensing of Environment, the International Journal of Remote Sensing, and the IEEE Transactions on Geoscience and Remote Sensing.
Figure out what other fields your field draws methods or inspiration from. This is super important in remote sensing where almost everything is derived from applied mathematics, machine learning, or physics. Once you've done this:
correlate the problems you're looking at with standard approaches to those problems in the other disciplines.
contrast this with the methods you've found in your own field (remote sensing in this case).
at this point, you'll probably have found several methods from e.g. machine learning that outperform the methods being used in remote sensing for analogous problems.
One example of this might be, for instance, image filter based classification done in a naive layer stack method (a typical method for combining texture information in classification in remote sensing ) for finding objects . A quick survey of the literature in machine learning, for instance, would show that this should be outperformed by methods like:
multiple classifiers and inputs used in the context of boosting in computer vision.
deep convolutional neural networks.
Now all you have to (ha!) is figure out how to adapt some of the more promising techniques in these other fields to the remote sensing domain!
Copied from
Remote Sensing: Can anyone suggest hot research topics in the Remote Sensing? Answer (1 of 2): I'm going to tackle the meta-question here, which is "How can one determine what the hot research topics in Remote Sensing are?" Here is a two fold approach that I can recommend for any field of study: * Use the 100 papers in 7 hours method to summarize the last couple of year...