Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/FHDPublic

FHD for CD

NotificationsYou must be signed in to change notification settings

ZSVOS/FHD

Repository files navigation

visitors

Overview

This repository is the official PyTorch implementation for FHD:
Feature Hierarchical Differentiation for Remote Sensing Image Change Detection

Motivation

FHDFigure 1: Comparison of different CD methods. (a) Previous methods. Thedeep features of each temporal RS image are extracted by backbone networks,followed by feature differentiation learning, such as subtraction, concatenation,fusion, and attention. (b). Proposed FHD. We propose a novel FeatureHierarchical Differentiation method with TSF and HD modules to select andfuse critical features. Compared to the previous techniques, the proposed FHDexhibits higher change detection performance.

Framework

FHDFigure 2: The framework of our proposed FHD.

Dependencies

To simplify the reproduction steps, we only need to install

pip install torch==1.7.1 torchvision==0.8.2pip install mmcv-full==1.3.8 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.7.0/index.htmlpip install opencv-python

Dataset

  1. Download fromLEVIR,DSIFN,LEVIR+, andS2Looking.
  2. Crop RS images size of 256 × 256, DSIFN did not crop with 512 × 512.
  3. Format as follows:
|CD_Dataset|----train|---------|A|---------|B|---------|label|----val...|----test...

Training

DownloadMiT-b2 weights pretrained on ImageNet-1K, and put them in a foldermodel_ckpt/.

# single GPU (V100 16G)bash train_eval.sh

Testing

DownloadLEVIR, DSIFN, LEVIR+, S2Looking, and put it in a foldermodel_ckpt/.

# single gpu (V100 16G)bash infer_levir.shbash infer_dsifn.shbash infer_levir+.shbash infer_s2looking.sh

Feature Maps

FHD

Quantitative Results

FHD

Qualitative Results

FHD

Citation

If you find this useful in your research, please consider citing:

@article{pei2022feature,  title={Feature Hierarchical Differentiation for Remote Sensing Image Change Detection},  author={Pei, Gensheng and Zhang, Lulu},  journal={IEEE Geoscience and Remote Sensing Letters},  year={2022},  publisher={IEEE}}

About

FHD for CD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp