CNN Feature Map Basics Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 6575 | Total Attempts: 67,424
| Questions: 15 | Updated: May 2, 2026
Please wait...
Question 1 / 16
🏆 Rank #--
0 %
0/100
Score 0/100

1. A feature map in a CNN is the output produced by applying a _____ to the input or previous layer.

Explanation

A feature map in a Convolutional Neural Network (CNN) is generated by applying a convolution filter to the input or the previous layer's output. This process detects specific patterns or features in the data, such as edges or textures, which are crucial for tasks like image recognition and classification.

Submit
Please wait...
About This Quiz
CNN Feature Map Basics Quiz - Quiz

This CNN Feature Map Basics Quiz evaluates your understanding of how convolutional neural networks extract and process visual information. You'll test your knowledge of feature maps, filters, activation functions, and spatial transformations that enable CNNs to recognize patterns in images. Ideal for college-level learners studying deep learning fundamentals.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. What is the primary purpose of a convolutional layer in a neural network?

Explanation

A convolutional layer's main function is to identify and extract spatial features and patterns from input data, such as images. By applying filters to the input, it captures local dependencies and important features, enabling the network to learn hierarchical representations that are crucial for tasks like image recognition and classification.

Submit

3. If a 5×5 filter is applied to a 28×28 input with no padding and stride 1, what are the dimensions of the output feature map?

Explanation

When a 5×5 filter is applied to a 28×28 input with no padding and a stride of 1, the output dimensions are calculated by subtracting the filter size from the input size and adding one. Thus, the width and height of the output feature map are (28 - 5 + 1) = 24, resulting in a 24×24 output.

Submit

4. The depth (number of channels) of a feature map after the first convolutional layer equals the number of _____ used in that layer.

Explanation

In a convolutional neural network, each filter in the first convolutional layer learns to detect specific features from the input image. The depth of the resulting feature map corresponds to the number of filters applied, as each filter generates a separate channel that highlights different aspects of the input data.

Submit

5. Which of the following best describes the effect of stride in convolution?

Explanation

Stride in convolution refers to the step size at which the filter moves across the input image. A larger stride means the filter jumps further, reducing the number of overlapping regions it processes. This impacts the spatial dimensions of the output feature map, allowing for more control over the downsampling of the input data.

Submit

6. Padding in CNNs is primarily used to _____ the spatial dimensions of feature maps across layers.

Explanation

Padding in Convolutional Neural Networks (CNNs) is used to maintain the spatial dimensions of feature maps. By adding extra pixels around the input, padding ensures that the output size remains consistent across layers, preventing the loss of important spatial information and allowing deeper networks to learn more complex features without shrinking the dimensions excessively.

Submit

7. What is the relationship between a filter's receptive field and the feature map it produces?

Explanation

Each value in a feature map represents the result of applying a filter to a specific region of the input image. The filter slides over the image, and at each position, it computes a value based on the pixels it covers, thus directly linking the filter's receptive field to the corresponding value in the feature map.

Submit

8. In a typical CNN architecture, feature maps become _____ (spatially smaller) but _____ (more channels) as you go deeper.

Explanation

In a typical Convolutional Neural Network (CNN), as you progress deeper into the architecture, the spatial dimensions of feature maps decrease due to pooling and convolution operations. Simultaneously, the number of channels (or depth) increases, allowing the network to capture more complex features and patterns in the data.

Submit

9. Which activation function is most commonly applied immediately after convolution operations?

Explanation

ReLU (Rectified Linear Unit) is preferred after convolution operations due to its ability to introduce non-linearity while maintaining computational efficiency. It effectively addresses the vanishing gradient problem, allowing models to learn faster and perform better. ReLU outputs zero for negative inputs, which helps in sparse activation and reduces the likelihood of overfitting.

Submit

10. Max pooling reduces feature map dimensions by selecting the _____ value within each pooling window.

Explanation

Max pooling is a downsampling technique used in convolutional neural networks. It operates by sliding a window over the feature map and selecting the highest value within that window. This process reduces the spatial dimensions while retaining the most significant features, helping to minimize computational load and prevent overfitting.

Submit

11. What does it mean if two filters in the same layer produce nearly identical feature maps?

Explanation

When two filters in the same layer produce nearly identical feature maps, it indicates that the network is capturing the same patterns or characteristics in the input data. This redundancy suggests that the model may not be effectively utilizing its capacity, as both filters are essentially learning the same information rather than extracting diverse features.

Submit

12. A 1×1 convolution is primarily used to _____ the number of channels in a feature map without changing spatial dimensions.

Explanation

A 1×1 convolution allows for the manipulation of the number of channels in a feature map while maintaining the same spatial dimensions. This technique is useful for reducing or increasing the depth of the feature map, enabling more efficient processing and enhancing model performance in tasks such as feature extraction and dimensionality reduction.

Submit

13. In the context of CNNs, what is a 'learned filter' and how does it differ from a fixed filter?

Submit

14. If a CNN has 64 filters in layer 2 and the input to layer 2 has 32 channels, how many parameters does layer 2's convolution have (assuming 3×3 filters and no bias)?

Submit

15. Feature maps from early CNN layers typically detect _____ (e.g., edges, textures), while deeper layers detect _____ (e.g., objects, shapes).

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A feature map in a CNN is the output produced by applying a _____ to...
What is the primary purpose of a convolutional layer in a neural...
If a 5×5 filter is applied to a 28×28 input with no padding and...
The depth (number of channels) of a feature map after the first...
Which of the following best describes the effect of stride in...
Padding in CNNs is primarily used to _____ the spatial dimensions of...
What is the relationship between a filter's receptive field and the...
In a typical CNN architecture, feature maps become _____ (spatially...
Which activation function is most commonly applied immediately after...
Max pooling reduces feature map dimensions by selecting the _____...
What does it mean if two filters in the same layer produce nearly...
A 1×1 convolution is primarily used to _____ the number of channels...
In the context of CNNs, what is a 'learned filter' and how does it...
If a CNN has 64 filters in layer 2 and the input to layer 2 has 32...
Feature maps from early CNN layers typically detect _____ (e.g.,...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!