An open API service indexing awesome lists of open source software.

https://github.com/henghuiding/ccl

[CVPR-2018] Context Contrasted Feature and Gated Multi-Scale Aggregation for Scene Segmentation
https://github.com/henghuiding/ccl

ccl cvpr18 matconvnet matlab scene-segmentation semantic-segmentation

Last synced: 6 months ago
JSON representation

[CVPR-2018] Context Contrasted Feature and Gated Multi-Scale Aggregation for Scene Segmentation

Awesome Lists containing this project

README

          

# [Context Contrasted Feature and Gated Multi-Scale Aggregation for Scene Segmentation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Ding_Context_Contrasted_Feature_CVPR_2018_paper.pdf)

1. Install MatConvNet

- The code is tested on matlab and [MatConvNet](https://www.vlfeat.org/matconvnet/)

2. Citation

- Please consider citing our paper in your publications if the project helps your research.
```
@inproceedings{ding2018context,
title={Context contrasted feature and gated multi-scale aggregation for scene segmentation},
author={Ding, Henghui and Jiang, Xudong and Shuai, Bing and Qun Liu, Ai and Wang, Gang},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={2393--2402},
year={2018}
}
```
and
```
@article{ding2020semantic,
title={Semantic Segmentation with Context Encoding and Multi-Path Decoding},
author={Ding, Henghui and Jiang, Xudong and Shuai, Bing and Liu, Ai Qun and Wang, Gang},
journal={IEEE Transactions on Image Processing},
year={2020},
publisher={IEEE}
}
```