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
- Host: GitHub
- URL: https://github.com/henghuiding/ccl
- Owner: henghuiding
- License: mit
- Created: 2019-02-20T04:30:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T06:38:25.000Z (over 5 years ago)
- Last Synced: 2025-03-25T10:51:10.654Z (7 months ago)
- Topics: ccl, cvpr18, matconvnet, matlab, scene-segmentation, semantic-segmentation
- Language: MATLAB
- Homepage:
- Size: 153 KB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
}
```