Home

Awesome

<p align=center>ERRNet [Pattern Recognition @2022]</p>

Our project is under construction. If you find some bugs, please let me know or directly pull the request in the github. Contact E-mail: gepengai.ji@gmail.com.

News & Updates

Introduction

<p align="center"> <img src="./assets/framework.png"/> <br /> <em> Figure 1: The overall pipeline of the proposed ERRNet that contains three main cooperative components, including Atrous Spatial Pyramid Pooling (ASPP) for initiating global prior, Selective Edge Aggregation (SEA) for generating edge prior, and Reversible Re-calibration Unit (RRU) for modulating and refining the NGES Priors in a cascaded manner. </em> </p>

Code Usage

Prediction Results

Origin results reported in our PR journal can be downloaded here: Google Drive.

<p align="center"> <img src="./assets/prediction_compare.png"/> <br /> <em> Figure 2: Visual comparison of camouflaged object detection maps produced by different methods. (a) Input images, (b) GT, which stands for the ground truths, (c) camouflaged object detection maps produced by our method, (d) SINet [1], (e) EGNet [24], (f) HTC [20], (g) CPD [23], and (h) PFANet [60]. </em> </p>

Citation

If you find this project useful, please consider citing:

@article{ji2022fast,
  title = {Fast Camouflaged Object Detection via Edge-based Reversible Re-calibration Network},
  journal = {Pattern Recognition},
  volume = {123},
  pages = {108414},
  year = {2022}
}

License

The source code is free for research and education use only. Any commercial usage should get formal permission first.