Skip to content

Multimodal SuperCon: Classifier for Drivers of Deforestation in Indonesia

Notifications You must be signed in to change notification settings

bellasih/multimodal_supercon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multimodal SuperCon: Classifier for Drivers of Deforestation in Indonesia

This repository contains code implementations of contrastive learning architecture, called Multimodal SuperCon, for classifying drivers of deforestation in Indonesia using satellite images obtained from Landsat 8. Multimodal SuperCon is an architecture which combines contrastive learning and multimodal fusion to handle the available deforestation dataset.

This project is using several papers as the main references:

  1. ForestNet
  2. Rotation Equivariant Deforestation Segmentation and Driver Classification

Architecture

This project implements two-stage learning, representation and classification stage for training the models. Training process takes 2 step:

  1. Representation Stage using Supervised Contrastive Learning.
  2. Classification Stage using Supervised Learning with Multimodal Fusion.

How to Use

Requirements:

Main libraries and dependencies:

  1. PyTorch
  2. Shapely: python package for set-theoretic analysis and manipulation of planar features, beneficial for spatial data analysis
  3. Albumentation: python package for image augmentations

Run The Program

  1. To run the program, simply by re-running the available notebook: Training - Effnet + Resnet.ipynb and Training - UNet.ipynb
  2. If you want to add any available auxiliaries/predictors from ForestNet dataset, you can modify the backbone model where the code implementation can be found under model folder (will update the other examples, especially with four auxiliaries/predictors, soon)

How to Cite

Bibtex

@article{10.1117/1.JRS.17.036502,
author = {Bella Septina Ika Hartanti and Valentino Vito and Aniati Murni Arymurthy and Adila Alfa Krisnadhi and Andie Setiyoko},
title = {{Multimodal SuperCon: classifier for drivers of deforestation in Indonesia}},
volume = {17},
journal = {Journal of Applied Remote Sensing},
number = {3},
publisher = {SPIE},
pages = {036502},
keywords = {deforestation driver classification, contrastive learning, class imbalance, multimodal fusion, Machine learning, Education and training, Data modeling, Image fusion, Performance modeling, Atmospheric modeling, Data fusion, Deep learning, Landsat, RGB color model},
year = {2023},
doi = {10.1117/1.JRS.17.036502},
URL = {https://doi.org/10.1117/1.JRS.17.036502}
}

About

Multimodal SuperCon: Classifier for Drivers of Deforestation in Indonesia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published