0
$\begingroup$

I'm reading old papers:

In both cases, the authors refer to a "fast version of Zeiler and Fergus (ZF) Net"; specifically:

  • In SPPNet:

    ZF-5: this architecture is based on Zeiler and Fergus’s (ZF) “fast” (smaller) model [4]. The number indicates five convolutional layers.

  • In Faster R-CNN:

    we use the “fast” version of ZF net [32] that has five convolutional layers and three fully-connected layers..

where both [4] and [32] refer to the same famous paper Visualizing and Understanding Convolutional Networks by D. Zeiler and R. Fergus.

My question: what is the "fast" version of ZFNet?

Searching for ZFNet and reading the paper, there seems to be only one architecture with five convolutional layers and three fully-connected layers. What exactly differentiates the "fast" version from any other version of ZFNet mentioned in subsequent papers?

$\endgroup$

1 Answer 1

0
$\begingroup$

The "fast" version uses all convolutional layers and fully connected layers in comparison to the other versions, in which they remove several different layers. This version is likely called the "fast" version because it is can predict results faster as a result of having more convolutional layers. This downsamples the image further before getting to the fully connected layers, which leads to a lower number of paramaters in the model.

$\endgroup$
2
  • $\begingroup$ Thank you @Oxbowerce. Is all this explained in the ZFNet paper? $\endgroup$ Commented Jun 16, 2024 at 19:57
  • $\begingroup$ So in reality this "fast" version is the architecture commonly called ZFNet? $\endgroup$ Commented Jun 16, 2024 at 20:27

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.