






















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
{2025} CS 7643 Quiz 1,2 & 3 Questions and Answers Latest 2025 Guide Georgia Institute of Technology graded A 2025 LATEST VERSION
Typology: Exams
1 / 30
This page cannot be seen from the preview
Don't miss anything!























CS 7643: Quiz 3 Study online at https://quizlet.com/_dt689k
What is the equa tion for the num ber of parame ters in a convolu tional layer? (kernel_height * kernel_width * input_channels + 1) * num_filters
How do you find the gradient of the weights and input for a convo lutional layer? To compute dw:
sponding change in the output. In CNNs, the most common example is pooling layers. Shifting objects in an image slightly produces no change in activation, resulting in translation invariance. Equivariance refers to a change in the input producing some equivalent change 1 / 3 CS 7643: Quiz 3 Study online at https://quizlet.com/_dt689k in the output. The most common example is convolution layers. For example, if an edge detected in the top right corner of one image is present in the top left corner of another, the corresponding activation should shift to the left.
What are saliency maps? Saliency mapping is a technique where the gradient is computed with respect to the original image. Pixels with high absolute gradient values are then colored, which allow you to visualize regions of input pixels that are considered "important".
What is guid ed backpropaga tion? A technique which modifies standard backpropagation by only propagating posi tive gradients for the rectified units. Results in cleaner and sharper visualizations. Helps understand which parts of the image contribute positively to the model's classification.
2 / 3 CS 7643: Quiz 3 Study online at https://quizlet.com/_dt689k What are Class Activation Map pings? Relies on the global average pooling layer in a CNN. It weights the final convolution layer's feature maps by the weights of the output layer to create a coarse heat map of the important regions. Shows discriminative image regions used by a CNN to identify specific classes.
"kernel overlay" in the original image
Summarize AlexNet Used 5 convolutional layers and 3 fully connected layers. Was the first to use ReLU activations. Started with large filters and then narrowed as network grew deeper.
Summarize VG GNet 16 or 19 layers, often stacked into "blocks" with max pooling. Emphasized the use of multiple 3x3 filters
Summarize In ception Net Uses inception modules, which compute multiple filter sizes at each layer
Summarize ResNet Uses residual blocks, which contain "skip connections", allowing gradients to flow better in deeper networks. Can be very deep, up to 100+ layers
Explain invari ance and equi variance Invariance refers to the property where a change in the input produces no corre sponding change in the output. In CNNs, the most common example is pooling layers. Shifting objects in an image slightly produces no change in activation, resulting in translation invariance. Equivariance refers to a change in the input producing some equivalent change 1 / 3 CS 7643: Quiz 3 Study online at https://quizlet.com/_dt689k in the output. The most common example is convolution layers. For example, if an edge detected in the top right corner of one image is present in the top left corner of another, the corresponding activation should shift to the left.
What are saliency maps? Saliency mapping is a technique where the gradient is computed with respect to the original image. Pixels with high absolute gradient values are then colored, which allow you to visualize regions of input pixels that are considered "important".
What is guid ed backpropaga
layer's feature maps by the weights of the output layer to create a coarse heat map of the important regions. Shows discriminative image regions used by a CNN to identify specific classes.
What is the equa tion for the num ber of parame ters in a convolu tional layer? (kernel_height * kernel_width * input_channels + 1) * num_filters
How do you find the gradient of the weights and
input for a convo lutional layer? To compute dw:
Summarize AlexNet Used 5 convolutional layers and 3 fully connected layers. Was the first to use ReLU activations. Started with large filters and then narrowed as network grew deeper.
Summarize VG GNet 16 or 19 layers, often stacked into "blocks" with max pooling. Emphasized the use of multiple 3x3 filters
Summarize In ception Net Uses inception modules, which compute multiple filter sizes at each layer
which allow you to visualize regions of input pixels that are considered "important".
What is guid ed backpropaga tion? A technique which modifies standard backpropagation by only propagating posi tive gradients for the rectified units. Results in cleaner and sharper visualizations. Helps understand which parts of the image contribute positively to the model's classification.
2 / 3 CS 7643: Quiz 3 Study online at https://quizlet.com/_dt689k
What are Class Activation Map pings? Relies on the global average pooling layer in a CNN. It weights the final convolution layer's feature maps by the weights of the output layer to create a coarse heat map of the important regions. Shows discriminative image regions used by a CNN to identify specific classes.
What is the equa tion for the num ber of parame ters in a convolu tional layer?
Summarize In ception Net Uses inception modules, which compute multiple filter sizes at each layer
Summarize ResNet Uses residual blocks, which contain "skip connections", allowing gradients to flow better in deeper networks. Can be very deep, up to 100+ layers
Explain invari ance and equi variance Invariance refers to the property where a change in the input produces no corre sponding change in the output. In CNNs, the most common example is pooling layers. Shifting objects in an image slightly produces no change in activation, resulting in translation invariance. Equivariance refers to a change in the input producing some equivalent change 1 / 3 CS 7643: Quiz 3 Study online at https://quizlet.com/_dt689k in the output. The most common example is convolution layers. For example, if an edge detected in the top right corner of one image is present in the top left corner of another, the corresponding activation should shift to the left.
What are saliency maps? Saliency mapping is a technique where the gradient is computed with respect to the original image. Pixels with high absolute gradient values are then colored, which allow you to visualize regions of input pixels that are considered "important".
What is guid ed backpropaga tion? A technique which modifies standard backpropagation by only propagating posi tive gradients for the rectified units. Results in cleaner and sharper visualizations. Helps understand which parts of the image contribute positively to the model's classification.