合成開口レーダー(SAR)のスペックル除去は、スペックルがSAR画像を劣化させ、検出やセグメンテーションなどのダウンストリームタスクに影響を与えるため、リモートセンシングにおける重要な問題です。最近の研究では、畳み込みニューラルネットワーク(CNN)が従来のスペックル除去法よりも優れていることが示されています。従来のCNNは、ネットワークが深くなるにつれて受容野のサイズを大きくしようとするため、グローバルな特徴が抽出されます。ただし、スペックルは比較的小さく、受容野を増やしてもスペックルの特徴を抽出するのに役立ちません。この研究では、受容野を制限することによって低レベルの機能の学習に焦点を当てるために、過剰なCNNアーキテクチャを採用しています。提案されたネットワークは、ローカル構造に焦点を当てた不完全なブランチと、グローバル構造に焦点を当てた不完全なブランチで構成されています。提案されたネットワークが、合成および実際のSAR画像での最近のスペックル除去方法と比較してスペックル除去性能を改善することを示します。
Synthetic Aperture Radar (SAR) despeckling is an important problem in remote sensing as speckle degrades SAR images, affecting downstream tasks like detection and segmentation. Recent studies show that convolutional neural networks(CNNs) outperform classical despeckling methods. Traditional CNNs try to increase the receptive field size as the network goes deeper, thus extracting global features. However,speckle is relatively small, and increasing receptive field does not help in extracting speckle features. This study employs an overcomplete CNN architecture to focus on learning low-level features by restricting the receptive field. The proposed network consists of an overcomplete branch to focus on the local structures and an undercomplete branch that focuses on the global structures. We show that the proposed network improves despeckling performance compared to recent despeckling methods on synthetic and real SAR images.