CVOct 3, 2022

Multipod Convolutional Network

arXiv:2210.00689v12 citationsh-index: 37
Originality Incremental advance
AI Analysis

This addresses object recognition tasks, offering incremental improvements in accuracy for datasets like CIFAR-10 and ImageNet.

The paper tackles object recognition by introducing MultiPodNet, a convolutional network that fuses outputs from multiple parallel networks, with TripodNet achieving state-of-the-art performance, improving accuracy from 91.66% to 92.47% on CIFAR-10.

In this paper, we introduce a convolutional network which we call MultiPodNet consisting of a combination of two or more convolutional networks which process the input image in parallel to achieve the same goal. Output feature maps of parallel convolutional networks are fused at the fully connected layer of the network. We experimentally observed that three parallel pod networks (TripodNet) produce the best results in commonly used object recognition datasets. Baseline pod networks can be of any type. In this paper, we use ResNets as baseline networks and their inputs are augmented image patches. The number of parameters of the TripodNet is about three times that of a single ResNet. We train the TripodNet using the standard backpropagation type algorithms. In each individual ResNet, parameters are initialized with different random numbers during training. The TripodNet achieved state-of-the-art performance on CIFAR-10 and ImageNet datasets. For example, it improved the accuracy of a single ResNet from 91.66% to 92.47% under the same training process on the CIFAR-10 dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes