mfprn_tgrs

[TGRS 2023] An official implementation of Multitype Feature Perception and Refined Network for Spaceborne Infrared Ship Detection

https://github.com/bilityniu/mfprn_tgrs

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: ieee.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary

Keywords

infrared-images object-detection remote-sensing ship-detection
Last synced: 6 months ago · JSON representation ·

Repository

[TGRS 2023] An official implementation of Multitype Feature Perception and Refined Network for Spaceborne Infrared Ship Detection

Basic Info
  • Host: GitHub
  • Owner: bilityniu
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 21.8 MB
Statistics
  • Stars: 12
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Topics
infrared-images object-detection remote-sensing ship-detection
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

A Multitype Feature Perception and Refined Network for Spaceborne Infrared Ship Detection

This repository contains the code (in PyTorch) for the paper: (IEEE TGRS)

If you use this code, please cite our paper. Please hit the star at the top-right corner. Thanks!

Introduction

Spaceborne infrared ship detection holds immense research significance in both military and civilian domains. Nonetheless, the focus of research in this field remains primarily on optical and Synthetic Aperture Radar (SAR) images due to the confidentiality and limited accessibility of infrared data. The challenges in spaceborne ship detection arise from the long-distance capture and low signal-to-noise ratio of infrared images, which contribute to false alarm misclassifications. To handle this problem, this paper concentrates on enhancing information interaction during feature extraction to discern disparities between targets and backgrounds more effectively, and we propose a Multi-Type Feature Perception and Refined Network (MFPRN). Specifically, we propose a dual feature fusion scheme, which combines a Fast Fourier module used to obtain comprehensive receptive field and a lightweight MLP applied to capture the long-range feature dependencies. Besides, we adopt a Cascade Region Proposal Network to leverage high-quality region proposals for the prediction head. Through the extraction of rich features and refined candidate boxes, we successfully mitigate false alarms. Experimental results illustrate that our method significantly reduces false alarms for general detectors, culminating in state-of-the-art performance as demonstrated on the public ISDD baseline.

pipeline pipeline

Dependencies

  • Python == 3.7.11
  • PyTorch == 1.10.1
  • mmdetection == 2.22.0
  • mmcv == 1.4.0
  • numpy == 1.21.2

Installation

The basic installation follows with mmdetection. It is recommended to use manual installation.

Datasets

ISDD: https://github.com/yaqihan-9898/ISDD

After downloading all datasets, create ISDD document.

$ cd data $ mkdir ISDD

It is recommended to symlink the dataset root to $data.

ISDD ├── data │ ├── ISDD │ │ ├──VOC2007 │ │ │ ├── JPEGImages │ │ │ ├── ImgaeSets │ │ │ ├── Annotations

Train

$ python tools/train.py configs/mfprn/crpn_mfprn_r50_fpn_1x_isdd_voc.py

Test

$ python tools/test.py configs/mfprn/crpn_mfprn_r50_fpn_1x_isdd_voc.py <path/to/checkpoints>

Checkpoint

isdd: https://drive.google.com/file/d/1uLUUjuTU1OFsc6HP9YJeRutRQ2Ssl5w/view?usp=drivelink

Results

pipeline

Acknowledgement

Thanks MMDetection team for the wonderful open source project!

Citation

@ARTICLE{Yuan2023mfprn, author={Yuan, Jieyu and Cai, Zhanchuan and Wang, Shiyu and Kong, Xiaoxi}, journal={IEEE Transactions on Geoscience and Remote Sensing}, title={A Multitype Feature Perception and Refined Network for Spaceborne Infrared Ship Detection}, year={2024}, volume={62}, number={}, pages={1-11}, doi={10.1109/TGRS.2023.3341215}}

Owner

  • Name: JieYu, Yuan
  • Login: bilityniu
  • Kind: user
  • Location: Macao,China
  • Company: Macau University of Science and Technology

I‘m currently pursuing the Ph.D. degree in M.U.S.T.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - name: "MMDetection Contributors"
title: "OpenMMLab Detection Toolbox and Benchmark"
date-released: 2018-08-22
url: "https://github.com/open-mmlab/mmdetection"
license: Apache-2.0

GitHub Events

Total
  • Issues event: 1
  • Watch event: 6
Last Year
  • Issues event: 1
  • Watch event: 6