RustCoSeg is a is a novel two-stage pipeline that first classifies wheat leaf images using a Vision Transformer, followed by
segmentation using a Co-Salient Object Detection-inspired architecture, effectively isolating rust-infected regions across related samples.
Base models include:
--ViT based classification and DCFM based co-salient feature extraction for segmenting out wheat rust disease.
ViT
Vision Transformer.
DCFM
The official repo of the paper Democracy Does Matter: Comprehensive Feature Mining for Co-Salient Object Detection.
Environment Requirement
create enviroment and intall as following:
pip install -r requirements.txt
reprodution by myself on TITAN X can be found at reproduction3.
Others
The code is based on GCoNet.
I've added a validation part to help select the model for closer results. This validation part is based on GCoNet_plus. You can try different evaluation metrics to select the model.