Skip to main content
QUICK REVIEW

[論文レビュー] Satellite-Based Detection of Looted Archaeological Sites Using Machine Learning

Girmaw Abebe Tadesse, Titien Bartette|arXiv (Cornell University)|Feb 23, 2026
Archaeological Research and Protection被引用数 0
ひとこと要約

この論文は、生の PlanetScope 画像で学習したエンドツーエンドの CNN を、手作り特徴量とファウンデーションモデル埋め込みを用いた伝統的な ML モデルと体系的に比較し、アフガニスタンの略奪跡地検出を評価している。ImageNet-pretrained CNNs の空間マスク適用が最も高い F1 を達成(0.926)、最も強力な伝統的 ML セットアップ(0.710)を大きく上回る。

ABSTRACT

Looting at archaeological sites poses a severe risk to cultural heritage, yet monitoring thousands of remote locations remains operationally difficult. We present a scalable and satellite-based pipeline to detect looted archaeological sites, using PlanetScope monthly mosaics (4.7m/pixel) and a curated dataset of 1,943 archaeological sites in Afghanistan (898 looted, 1,045 preserved) with multi-year imagery (2016--2023) and site-footprint masks. We compare (i) end-to-end CNN classifiers trained on raw RGB patches and (ii) traditional machine learning (ML) trained on handcrafted spectral/texture features and embeddings from recent remote-sensing foundation models. Results indicate that ImageNet-pretrained CNNs combined with spatial masking reach an F1 score of 0.926, clearly surpassing the strongest traditional ML setup, which attains an F1 score of 0.710 using SatCLIP-V+RF+Mean, i.e., location and vision embeddings fed into a Random Forest with mean-based temporal aggregation. Ablation studies demonstrate that ImageNet pretraining (even in the presence of domain shift) and spatial masking enhance performance. In contrast, geospatial foundation model embeddings perform competitively with handcrafted features, suggesting that looting signatures are extremely localized. The repository is available at https://github.com/microsoft/looted_site_detection.

研究の動機と目的

  • 遠隔地の多数の考古遺跡の略奪監視におけるスケーラビリティ課題に対処する。
  • raw 画像で学習したエンドツーエンドの CNN 分類器を、手作り特徴量とファウンデーションモデル埋め込みを用いた伝統的 ML 法と比較する。
  • looting 検出のための ImageNet 事前学習と空間マスクの利点を定量化する。
  • 空間的フィートプリントを用いた略奪・保全サイトの大規模で長期的なデータセットを構築・共有する。

提案手法

  • 2016–2023 年の PlanetScope 月次モザイク(4.7 m/pixel)を用いて、1 km x 1 km のサイト中心パッチを作成する。
  • 2つの方法論ファミリーを評価する:RGB パッチのエンドツーエンド CNN と、手作り特徴量+ファウンデーションモデル埋め込みを用いた伝統的 ML。
  • 手動で注釈されたサイト footprints を空間マスクとして組み込み、モデルをガイドする。
  • ImageNet 事前学習の有無とマスキングの有無で複数のCNNバックボーン(ResNet-18/34/50、EfficientNet-B0/B1)を比較する。
  • 多年分画像に対する temporal aggregation 戦略(mean、median、concatenation、PCA)を評価する。
Figure 1 : Overview of the archaeological sites in Afghanistan in this work. The sites are composed of $1045$ preserved and $898$ looted sites.
Figure 1 : Overview of the archaeological sites in Afghanistan in this work. The sites are composed of $1045$ preserved and $898$ looted sites.

実験結果

リサーチクエスチョン

  • RQ1 raw RGB 画像で学習したエンドツーエンド CNN が、手作り特徴量とファウンデーション-model 埋め込みを用いた伝統的 ML パイプラインと比較して略奪サイト検出でどの程度の差を生むか。
  • RQ2 ImageNet 事前学習と空間マスクが検出性能に与える影響は何か。
  • RQ3 年次ラベルノイズを考慮した場合、単一年の訓練体制は多年訓練よりロバストか、どの集約戦略が時間を通じて識別情報を最もよく保持するか。
  • RQ4 アフガニスタンで略奪パターンを堅牢に検出するには、どれくらいのデータセットと何年分の画像が必要か。
  • RQ5 もっとも情報価値の高い特徴量や埋め込みは何か。

主な発見

Model / ConfigurationAccuracyPrecisionRecallF1AUROC
EfficientNet-B00.923 ± 0.0180.913 ± 0.0370.923 ± 0.0170.918 ± 0.0180.966 ± 0.015
EfficientNet-B10.925 ± 0.0130.910 ± 0.0340.933 ± 0.0340.921 ± 0.0140.970 ± 0.007
ResNet-180.927 ± 0.0220.904 ± 0.0310.943 ± 0.0160.923 ± 0.0220.968 ± 0.013
ResNet-340.917 ± 0.0180.888 ± 0.0380.941 ± 0.0110.913 ± 0.0170.965 ± 0.006
ResNet-500.930 ± 0.0160.915 ± 0.0460.940 ± 0.0290.926 ± 0.0150.970 ± 0.009
SatCLIP-V + RF + Mean0.716 ± 0.0170.674 ± 0.0210.751 ± 0.0180.710 ± 0.0150.781 ± 0.011
Handcrafted + XGB + PCA0.718 ± 0.0130.703 ± 0.0140.678 ± 0.0310.690 ± 0.0180.786 ± 0.012
GeoRSCLIP + LR + PCA0.690 ± 0.0220.662 ± 0.0190.674 ± 0.0450.668 ± 0.0300.751 ± 0.019
Satlas Pretrain + LR + Concat0.623 ± 0.0210.591 ± 0.0260.610 ± 0.0350.599 ± 0.0220.676 ± 0.011
Prithvi EO 2.0 + LR + PCA0.597 ± 0.0380.563 ± 0.0400.570 ± 0.0580.566 ± 0.0480.635 ± 0.029
SatMAE + GB + Concat0.606 ± 0.0230.577 ± 0.0250.553 ± 0.0330.565 ± 0.0270.640 ± 0.018
DINOv3 + RF + Median0.596 ± 0.0280.566 ± 0.0310.547 ± 0.0350.556 ± 0.0320.621 ± 0.022
  • ImageNet で事前学習し空間マスクを用いた CNN が最も高い平均 F1 を達成(ResNet-50: 0.926 ± 0.015)。
  • 最も強力な伝統的 ML セットアップ(SatCLIP-V+RF+Mean)は F1 = 0.710 ± 0.015 にとどまり、CNN の性能を大きく下回る。
  • ImageNet 事前学習はバックボーン全体の F1 を向上させる(ResNet-34 で最大 +0.143)。
  • 空間マスクはサイト footprints に焦点を当てることで顕著な利得を生む(F1 が 0.301 から 0.455 増加)。
  • ファウンデーションモデルの埋め込みは手作り特徴量と競合し得るが、手作りのテクスチャ特徴量(GLCM)は略奪のテクスチャパターンに強い信号を提供する。
  • データセットはアフガニスタンの 1,943 サイト(略奪 898、保全 1,045)、PlanetScope データ 96 ヶ月で構成され、時系列の一貫性と年次訓練はラベルノイズを低減する。
Figure 2 : EfficientNet-B1 performance across individual years (2017–2023), pretrained with spatial masking. Error bars show std across folds.
Figure 2 : EfficientNet-B1 performance across individual years (2017–2023), pretrained with spatial masking. Error bars show std across folds.

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。