Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computing Ocean Surface Currents From GOCI Ocean Color Satellite Imagery #7

Open
KenichiSasaki opened this issue Oct 21, 2019 · 0 comments
Labels
Feature Engineering Feature Extraction Satellite Imagery Paper about satellite image classification Statistical Method Employ classic statistical method

Comments

@KenichiSasaki
Copy link
Collaborator

KenichiSasaki commented Oct 21, 2019

概要

  • アルゴリズム適応論文(2017)
  • 静止衛星の日本近海画像から海流の流れを可視化および計算の高速化
    • 日本近海の海流は太平洋の海洋学上重要

アルゴリズム

  • Maximum Cross Correlation (MCC)を利用
    • 各search window内のtemplate window同士の相関を比較
    • 最大となるwindow同士の中心点をつなげた点をVelocity vectorと定義
    • 隣接する値,毎時間のデータの平均を取得し,全範囲に適用
      2019-10-21_17h55_44

実装

  • 韓国の静止軌道衛星の搭載されているNASAのセンサGOCIのデータ使用
  • 年間の平均,各季節ごと,月ごとの傾向を可視化
  • 計算コストを20分の1に抑え,カバー率を25%増加

所感

  • 衛星データから物理的要素を取り出す応用例として研究例が多数ある模様
  • 気候モデルなど地球規模の物理モデルを学習する際に有効になりそう
  • 本研究は統計手法だが,CNN等の近年の機械学習手法で同等のことができないか
    • できれば,特徴量抽出の自動化,効率化できる?
@KenichiSasaki KenichiSasaki added Feature Engineering Feature Extraction Statistical Method Employ classic statistical method labels Oct 21, 2019
@Shaw0202 Shaw0202 added the Satellite Imagery Paper about satellite image classification label Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Engineering Feature Extraction Satellite Imagery Paper about satellite image classification Statistical Method Employ classic statistical method
Projects
None yet
Development

No branches or pull requests

2 participants