CIGLR-ai-lab / GreatLakes-TempSensors

Collaborative repository for optimizing the placement of temperature sensors in the Great Lakes using the DeepSensor machine learning framework. Aiming to enhance the quantitative understanding of surface temperature variability for better environmental monitoring and decision-making.
MIT License
0 stars 0 forks source link

Study and summarize the key concepts of the DeepSensor paper #1

Closed DaniJonesOcean closed 3 months ago

DaniJonesOcean commented 4 months ago

Issue Description:

To build a solid foundation for our Great Lakes temperature sensor placement project, a fairly thorough understanding of the paper 'Environmental Sensor Placement with Convolutional Gaussian Neural Processes' by Tom Andersson et al. is essential. This research underpins much of our project's methodology:

Tom Andersson et al. Environmental Sensor Placement with Convolutional Gaussian Neural Processes. Environmental Data Science (2023)

Key objectives:

Suggested study approaches (just suggestions!):

Your ability to convey the core principles and functionality of DeepSensor to other researchers will be really useful. Feel free to use diagrams, analogies, or any other tools that facilitate your comprehension and communication of the material.

Once you've completed this task, you should be prepared to:

Additional resources:

As a companion to the above reading, watch these informative videos to reinforce your understanding:

Review the comprehensive documentation available to solidify your knowledge. This will also be useful as you get used to the software package:

DeepSensor Documentation

Finally, review this possibly useful poster, as it employs DeepSensor for optimal sensor placement in a different context (black carbon):

Paolo Pelucchi et al., Optimal Sensor Placement for Black Carbon AOD with Convolutional Neural Processes, iMIRACLI Summer School / FORCeS annual meeting (2023)

If there are any concepts or sections that are unclear, don't hesitate to reach out for a discussion or further clarification. Enjoy!

eredding02 commented 3 months ago

@DaniJonesOcean

DeepSensor is novel in that in its ConvCNP method it is able to use gridded and non gridded data in predictions, being able to spatially interpolate information onto an internal grid and also handle Nan data. Another important feature is that it is able to capture prediction uncertainty, which the project will utilize to select optimal sample sites.

In its applications it combines modeling and data capture in multiple connections. Combining observations with models such as reanalysis can give improved predictions, but it can also drive data collection. The down-the-line outcome of the project will hopefully be the placement of sensors, which can be used to create better predictions and the cycle continues.

DaniJonesOcean commented 3 months ago

@eredding02 Yes! Very nice summary. I like your description of the model-observational improvement cycle.

Feel free to close this comment and put it in the "done" column!