All Projects → jwyang → C3Net.pytorch

jwyang / C3Net.pytorch

Licence: MIT license
Pytorch code for our NeurIPS 2019 paper "Cross-channel Communication Networks"

Programming Languages

python
139335 projects - #7 most used programming language

C3Net

Pytorch implementation of our NeurIPS 2019 paper "Cross-channel Communication Networks"

Introduction

As shown above, the motivation behind our proposed C3Net is that:

  • Neurons at the same layer do not directly interact with each other.
  • Different neurons might respond to the same patterns and locations.

In this paper, we mainly focus on convolutional neural networks (CNN). In CNN, channel responses naturally encodes which pattern is at where. Our main idea is to enable channels at the same layer to communicate with each other and then calibrate their responses accordingly. We want different filters learn to focus on different useful patterns, so that they are complementary to each other.

The main contributions are:

  • We proposed cross-channel communication (C3) block to enable full interactions across channels at the same layer.
  • It achieved better performance on image classification, object detection and semantic segmentation.
  • It captured more diverse representations with light-weight networks.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].