Nick5577's picture
Update README.md
823bd07 verified
|
Raw
History Blame Contribute Delete
970 Bytes
metadata
license: mit
tags:
  - remote-sensing
  - satellite-imagery
  - multi-label-classification
  - pytorch
  - efficientnetv2
  - mobilenetv2
datasets:
  - planet-understanding-the-amazon-from-space
metrics:
  - fbeta_score

๐Ÿ›ฐ๏ธ Planet Amazon Satellite Scene Multi-Label Classifier

Multi-label classification of remote sensing satellite images over the Amazon rainforest using MobileNetV2 (Baseline) and EfficientNetV2-S (Proposed Novel Architecture).

๐Ÿ“Š Performance Benchmarks

  • Dataset: Planet Amazon (40,479 images, 17 classes)
  • Macro Recall: 98.72% (EfficientNetV2-S)
  • Official Kaggle Public Score: 0.60475
  • Official Kaggle Private Score: 0.59929 (Zero Overfitting, ฮ” = 0.0054)

๐Ÿ—๏ธ Architecture Innovations

  • Backbone: EfficientNetV2-S with Fused-MBConv layers
  • Loss: Label Smoothing Binary Cross-Entropy (ฮต = 0.05)
  • Schedule: Cosine Annealing Learning Rate
  • Activation: GELU non-linearities in 2-stage classification head