Mar-16-2022: Based on the latest Class-aware Regularizations (CAR), CAA + ConvNeXt-Large achieved 64.12% mIOU on Pascal Context! The repo of CAR also contains the train code for CAA.
Some segmentation results on Flickr images:
- Install TensorFlow (>= 2.4, 2.3 is not recommend for GPU, but okay for TPU)
- Install iSeg (My personal segmentation codebase, update soon at https://github.com/edwardyehuang/iSeg)
- Install iDS (Dataset supports for iSeg, update soon at https://github.com/edwardyehuang/iDS)
- Clone this repo
Since some of the original experiments (especially for ResNet-101) are conducted a long time ago, the ckpts listed below may have slightly different performance with paper reported.
Backbone | ckpts | mIOU% | configs |
---|---|---|---|
ResNet-101 | weiyun | 55.0 | configs |
EfficientNet-B7 | weiyun | 60.3 | configs |
Backbone | ckpts | mIOU% | configs |
---|---|---|---|
ResNet-101 | weiyun | 41.2 | configs |
Backbone | ckpts | mIOU% | configs |
---|---|---|---|
EfficientNet-B5 | weiyun | 47.27 | configs |
@InProceedings{cCAA,
author = "Ye Huang and Di Kang and Wenjing Jia and Xiangjian He and Liu liu",
title = "Channelized Axial Attention - Considering Channel Relation within Spatial Attention for Semantic Segmentation",
booktitle = "Proceedings of the AAAI Conference on Artificial Intelligence",
year = "2022",
DOI={10.1609/aaai.v36i1.19985},
}