CVSep 17, 2014

Going Deeper with Convolutions

arXiv:1409.4842v147329 citations
Originality Highly original
AI Analysis

This work addresses the problem of efficient deep learning for computer vision researchers and practitioners, representing a significant advancement rather than an incremental improvement.

The paper tackled the challenge of improving image classification and detection performance by introducing the Inception architecture, which achieved state-of-the-art results in the ILSVRC 2014 competition with a 22-layer GoogLeNet model.

We propose a deep convolutional neural network architecture codenamed "Inception", which was responsible for setting the new state of the art for classification and detection in the ImageNet Large-Scale Visual Recognition Challenge 2014 (ILSVRC 2014). The main hallmark of this architecture is the improved utilization of the computing resources inside the network. This was achieved by a carefully crafted design that allows for increasing the depth and width of the network while keeping the computational budget constant. To optimize quality, the architectural decisions were based on the Hebbian principle and the intuition of multi-scale processing. One particular incarnation used in our submission for ILSVRC 2014 is called GoogLeNet, a 22 layers deep network, the quality of which is assessed in the context of classification and detection.

Code Implementations83 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes