Home

Awesome

LFG-Net: Low-level Feature Guided Network for Precise Ship Instance Segmentation in SAR Images

This project hosts the code for reproducing experiment results of LFG-Net

LFG-Net is based on mmdetection framework. Please follow the official guideline of installing the prerequisites

Highlights

Requirements

Usage

Training

To train LFG-Net model with original settings of our paper, run:

python train.py

Inference

To inference the trained model with a single gpu, run:

python tools/test.py <CONFIG_FILE> <DET_CHECKPOINT_FILE> --eval bbox segm

Performance on HRSID

Ship instance segmentation results on HRSID. The models are trained for 12 epochs with the initial learning rate at 0.0025. Results are evaluated with MS COCO evaluation metrics, Parameters, and FPS on Quadaro RTX 6000.

ModelAPAP<sub>50</sub>AP<sub>75</sub>AP<sub>S</sub>AP<sub>M</sub>AP<sub>L</sub>Params.FPS
SOLO13.827.813.814.213.63.854.92M14.2
Yolact35.367.235.234.150.06.234.73M17.3
Mask R-CNN52.280.663.751.861.39.943.75M14.9
Point Rend53.881.865.353.163.315.555.53M12.3
GRoIE52.079.762.851.461.117.547.54M8.3
Mask Scoring R-CNN53.080.863.852.661.011.860.01M14.7
R-ARE-Net53.680.465.955.355.213.546.58M10.4
QueryInst44.269.553.243.454.612.2172.22M4.5
Cascade Mask R-CNN53.382.064.052.761.918.376.08M13.5
Hybrid Task Cascade53.682.364.752.863.218.679.73M9.7
Detectors54.182.465.553.364.220.7134.00M6.3
SCNet54.482.465.954.162.113.294.29M8.6
LFG-Net59.788.572.359.764.211.8116.78M6.6
LFG-Net*63.990.176.863.669.542.5174.28M5.0

Performance on AirSARShip

Ship detection and ship instance segmentation results on AirSARShip dataset. The models are trained for 36 epochs with the initial learning rate at 0.0025. In addition to the MS COCO evaluation metrics, Parameters, and FPS, we also provide the gap between AP<sup>Bbox</sup> and AP<sup>Mask</sup>.

ModelAP<sup>Bbox</sup>AP<sub>50</sub>AP<sub>75</sub>AP<sub>S</sub>AP<sub>M</sub>AP<sub>L</sub>AP<sup>Mask</sup>AP<sub>50</sub>AP<sub>75</sub>AP<sub>S</sub>AP<sub>M</sub>AP<sub>L</sub>GapParams.FPS
Mask R-CNN56.882.264.049.461.925.749.177.156.940.153.330.87.743.75M21.8
Point Rend58.383.467.150.063.729.754.180.564.041.659.040.94.255.53M20.1
GRoIE57.582.066.349.262.928.251.478.759.940.755.837.26.147.54M10.3
Mask Scoring R-CNN58.083.166.155.063.032.249.477.656.539.353.634.08.660.01M20.8
R-ARE-Net56.683.364.849.061.931.553.880.463.846.458.532.22.846.58M12.1
QueryInst40.164.542.837.343.125.435.460.338.329.138.431.74.7172.22M6.4
Cascade Mask R-CNN60.683.369.250.866.034.150.978.458.540.055.434.39.776.80M18.0
Hybrid Task Cascade60.784.169.050.966.136.352.780.261.341.557.039.88.079.73M13.6
Detectors61.785.069.251.567.137.554.581.563.642.658.942.67.2134.00M7.7
SCNet60.183.267.750.865.632.954.380.663.542.858.742.55.894.29M10.5
LFG-Net*64.884.173.658.869.339.261.882.170.853.865.353.43.0174.28M9.0

Citation

If the project helps your research, please cite our paper:

@article{wei2022lfgnet,
title={LFG-Net: Low-level Feature Guided Network for Precise Ship Instance Segmentation in SAR Images},
author={Wei Shunjun, Zeng Xiangfeng, Zhang Hao, Zhou Zichen, Shi Jun, Zhang Xiaoling},
journal={IEEE Transactions on Geoscience and Remote Sensing},
volume={60},
year={2022},
publisher={IEEE}
}