zyrant / LSNet

[TIP2023][LSNet]Lightweight Spatial Boosting Network for Detecting Salient Objects in RGB-Thermal Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSNet

This project provides the code and results for 'LSNet: Lightweight Spatial Boosting Network for Detecting Salient Objects in RGB-Thermal Images', IEEE TIP, 2023. IEEE link

Requirements

Python 3.7+, Pytorch 1.5.0+, Cuda 10.2+, TensorboardX 2.1, opencv-python
If anything goes wrong with the environment, please check requirements.txt for details.

Architecture and Details

image drawing drawing

Results

drawing

drawing

drawing

drawing

Data Preparation

Note that the depth maps of the raw data above are foreground is white.

Training & Testing

modify the train_root train_root save_path path in config.py according to your own data path.

  • Train the LSNet:

    python train.py

modify the test_path path in config.py according to your own data path.

  • Test the LSNet:

    python test.py

Note that task in config.py determines which task and dataset to use.

Evaluate tools

Saliency Maps

Note that we resize the testing data to the size of 224 * 224 for quicky evaluate.
please check our previous works APNet and CCAFNet.

Pretraining Models

Citation

    @ARTICLE{Zhou_2023_LSNet,
                author={Zhou, Wujie and Zhu, Yun and Lei, Jingsheng and Yang, Rongwang and Yu, Lu},
                journal={IEEE Transactions on Image Processing}, 
                title={LSNet: Lightweight Spatial Boosting Network for Detecting Salient Objects in RGB-Thermal Images}, 
                year={2023},
                volume={32},
                number={},
                pages={1329-1340},
                doi={10.1109/TIP.2023.3242775}}      

Acknowledgement

The implement of this project is based on the codebases bellow.

If you find this project helpful, Please also cite codebases above.

Contact

Please drop me an email for any problems or discussion: https://wujiezhou.github.io/ (wujiezhou@163.com) or zzzyylink@gmail.com.

About

[TIP2023][LSNet]Lightweight Spatial Boosting Network for Detecting Salient Objects in RGB-Thermal Images


Languages

Language:Python 100.0%