# ChoiceNet: CNN learning through choice of multiple feature map   representations

**Authors:** Farshid Rayhan, Aphrodite Galata, Timothy F. Cootes

arXiv: 1904.09472 · 2019-08-27

## TL;DR

ChoiceNet is a novel CNN architecture with skip connections and feature reuse that improves gradient flow, reduces parameters, and performs well on object recognition and segmentation benchmarks.

## Contribution

It introduces a highly connected CNN architecture with channelwise concatenations to enhance feature reuse and training efficiency.

## Key findings

- Reduces vanishing gradient problems
- Achieves competitive performance on ImageNet, CIFAR, SVHN, and CamVid
- Uses fewer parameters without sacrificing accuracy

## Abstract

We introduce a new architecture called ChoiceNet where each layer of the network is highly connected with skip connections and channelwise concatenations. This enables the network to alleviate the problem of vanishing gradients, reduces the number of parameters without sacrificing performance, and encourages feature reuse. We evaluate our proposed architecture on three benchmark datasets for object recognition tasks (ImageNet, CIFAR- 10, CIFAR-100, SVHN) and on a semantic segmentation dataset (CamVid).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.09472/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09472/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1904.09472/full.md

---
Source: https://tomesphere.com/paper/1904.09472