[Incomplete] "Current ML techniques in Landslide Detection & Prediction"

Posted by : at

Category : Notes


Notes from ‘A dual-encoder U-Net for landslide deetection using Sentinel-2 and DEM data.

What are they doing:

  • Semantic Segmentation: (A per-pixel classification) Landslide prediction.
  • A duel-encoder architecture that use both
  • Workflow to construct the landslide dataset???

Good for us:

  • They claim that the popularly used models are U-Net, Attention U-Net and Seg-Net (Which is still a little outdated) We can definitely develop a more landslide-science based model.

Bad for us:

Datasets Available: Semantic Segmentation Dataset: Google Earth images of 2.39m spatial resolution in Jinsha River basin and corresponding per-pixel annotations.

Iburi Landslide Dataset - Check out the original paper for data description.

Take-aways:

  • Since this paper is very recent (Published last week lol) we can rely on the related work section to a bit to understand background work so far.

There are majorly 5 methods used - ‘Visual Representation’ Example, ‘Change Detection-based’, ‘Knowledge-based’, ‘ML based’ and ‘DL based’.

Most ML methods (like SVMs, random forest, logistic regression, bayesian classifier and DST) have already been tried out but the issue is the high requirement for data preprocessing and feature engineering.

DL methods are majorly object-detection (using bounding boxes to locate landslides in a given image) and segmentation based (classifying pixel by pixel as landslide or not-landslide).

DL Object-detection (R-CNNs, Mask R-CNNs, YOLOs + Attention). Drawback: These only give a rectangular box around the landslide and not the exact boundary of the landslide.

DL Segmentation (FCN, U-Net, GCN, DeepLab on River Landslide dataset & LandsNet for Earthquake-triggered landslide detection)

Next Steps:

Run RCNN on Instance Segmentation. Define variations on RCNN architecture for Instance Segmentation. Take out YOLO v8 model (More YOLO models as well) from the official package and run it on our data (for 7 bands or more)

About Vihaan Akshaay

Life is a continuous learning journey! I am an enthusiastic and dedicated graduate student, currently pursuing a Master of Science in Computer Science. My background includes a B.Tech in Mechanical Engineering and an M.Tech in Robotics from IIT Madras. I am versatile, quick to grasp new concepts, and enjoy collaboration. My current focus is on Deep Reinforcement Learning and Robotics. My ambition is to develop embodied AI systems that continuously learn from human interaction, envisioning a future where robots become integral, ever-learning assistants in our daily lives.

Useful Links