Scientists Siyuan Chen, Xin Gao and Shuyu Sun as well as researchers from The Chinese University of Hong Kong, are using applied machine learning and artificial intelligence to automate the identification of potential landing as well as exploration sites on the Moon. Their goal is to look for lunar features such as craters and rilles, which are allegedly hot spots for energy resources like uranium and helium-3—a for nuclear fusion.
Both uranium and helium-3—a have been detected in moon craters and could be very useful resources for replenishing spacecraft fuel. One issue they encountered was that there was no labeled dataset for rilles, so the scientists had to construct their own training dataset with annotations for both craters as well as rilles. They used an approach called transfer learning to pre-train their rille model on a surface crack dataset with some fine tuning using actual rille masks. Next, they developed a computational approach to identify craters and rilles simultaneously.
- Interactive model – Inspire kids to build a representation of the Earth, Sun and Moon in orbit with this LEGO Technic Planet Earth and Moon in Orbit...
- Educational space toy – Kids can turn the crank to see how the Earth and the Moon orbit around the Sun
- Includes months and moon phases – This solar system toy includes printed details, like the month and moon phases to help kids see how the Earth’s...
This is a pixel-to-pixel problem for which we need to accurately mask the craters and rilles in a lunar image. We solved this problem by constructing a deep learning framework called high-resolution-moon-net, which has two independent networks that share the same network architecture to identify craters and rilles simultaneously,” said Siyuan Chen.