Skip to content
/ OCINet Public

[TIM2025] [OCINet] Ordered Cross-Scale Interaction Network for No-Service Rail Surface Defect Segmentation

Notifications You must be signed in to change notification settings

MathLee/OCINet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCINet

This project provides the code and results for 'Ordered Cross-Scale Interaction Network for No-Service Rail Surface Defect Segmentation', IEEE TIM, 2025. IEEE Homepage

Network Architecture

Requirements

python 3.8 + pytorch 1.9.0

Saliency maps

We provide segmentation maps (code: gaw6) of our OCINet and 19 compared methods on the NRSD-MN dataset.

Image

Training

Download pvt_v2_b2.pth (code: sxiq), and put it in './model/'.

Download dataset.zip (code: ajsz), and unzip it. Then, we use data_aug.m for data augmentation.

Modify paths of datasets, then run train_OCINet.py.

Note: Our main model is under './model/OCINet_models.py'

Pre-trained model and testing

  1. Download the pre-trained model (code: hryz) on the NRSD-MN dataset, and put it in './models/'.

  2. Modify paths of pre-trained models and datasets.

  3. Run test_OCINet.py.

Evaluation Tool

You can use 'evaluation_Dice.py' to evaluate the segmentation maps.

Our related work

2025_IEEE SJ_DiffRSDI

2023_IEEE TIM_NaDiNet

2022_IEEE TIM_TSERNet

2022_Measurement_CSEPNet

Citation

    @ARTICLE{Li_2025_OCINet,
            author = {Gongyang Li and Xiaofei Zhou and Hongyun Li},
            title = {Ordered Cross-Scale Interaction Network for No-Service Rail Surface Defect Segmentation},
            journal = {IEEE Transactions on Instrumentation and Measurement},
            volume = {74},
            pages = {5033210},
            year = {2025},
            month = {Jun.},
            }

If you encounter any problems with the code, want to report bugs, etc.

Please get in touch with me at lllmiemie@163.com or ligongyang@shu.edu.cn.

About

[TIM2025] [OCINet] Ordered Cross-Scale Interaction Network for No-Service Rail Surface Defect Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages