Quiz Space

Deep Learning Practice · End Term · 31 Aug 2025 · May 2025 term · Set QDB3

Question 10: Which of the following are valid advantages of YOLO comp…

Question 10

+5 marksOne or more correct options

Which of the following are valid advantages of YOLO compared to Fast R-CNN or Faster R-CNN?

Select all that apply.

  1. A

    YOLO is faster at inference time because it predicts bounding boxes and class probabilities in a single pass.

  2. B

    YOLO is fully end-to-end trainable and does not rely on external region proposal mechanisms.

  3. C

    YOLO achieves higher recall than Faster R-CNN on all types of objects, especially small and overlapping ones.

  4. D

    YOLO formulates detection as a combination of regression (for bounding box coordinates and objectness score) and classification (for discrete object categories).

  5. E

    YOLO uses multi-scale feature fusion to improve detection of small objects.

  6. F

    YOLO’s architecture allows it to be deployed more easily on real-time and edge devices due to its compactness.

Show answer

Correct answers

  • A

    YOLO is faster at inference time because it predicts bounding boxes and class probabilities in a single pass.

  • B

    YOLO is fully end-to-end trainable and does not rely on external region proposal mechanisms.

  • D

    YOLO formulates detection as a combination of regression (for bounding box coordinates and objectness score) and classification (for discrete object categories).

  • F

    YOLO’s architecture allows it to be deployed more easily on real-time and edge devices due to its compactness.

Question 10 of 22 in the IIT Madras BS Deep Learning Practice (Deep Learning Practice) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M DEGREE AN EXAM QDB3 31 Aug 2025). It carries 5 marks.

More questions from this paper

  1. Q1Consider the task of applying a convolutional layer with a stride of 1 to an image of size 111 × 111 (Grayscale), while…
  2. Q2Figure question
  3. Q3Figure question
  4. Q4Consider the following PyTorch CNN model used for a classification task on a small dataset of 32 x 32 RGB images: You r…
  5. Q5You are building a classifier for a medical imaging dataset with 5 categories (e.g., types of skin lesions). You decide…
  6. Q6The diagram below represents the block-wise flow of the Faster R-CNN object detection pipeline: \boxed{A} \longrightarr…
  7. Q7In the original U-Net architecture, which of the following statements about the decoder (expanding) path is correct?
  8. Q8Which of the following are valid reasons why Convolutional Neural Networks (CNNs) are preferred over fully connected Mu…
  9. Q9In the Faster R-CNN architecture, the Region of Interest (RoI) Pooling layer plays a key role in the object detection p…
  10. Q11Which of the following are NOT advantages of AlexNet over InceptionNet?
  11. Q12Which of the following code snippets can be used for data augmentation during training in PyTorch?
  12. Q13Which of the following statements are correct regarding the training dynamics and properties of Generative Adversarial …
  13. Q14SRGAN and ESRGAN are both deep learning architectures designed for single image super- resolution. Which of the followi…
  14. Q15The Multi-stage Progressive Image Restoration Network (MPRNet) is designed to progressively restore degraded images acr…
  15. Q16You are given a feature map of size 64 \times 64 \times 64 (height \times width \times channels). Three convolution ope…
  16. Q17Figure question
  17. Q18You are evaluating an object detection model using the Mean Intersection over Union (mIoU) metric. The model predicts t…
  18. Q19Figure question
  19. Q20Two models, Model 1 and Model 2, are used to reconstruct grayscale images with pixel intensity values in the range [0, …
  20. Q21Two models, Model 1 and Model 2, are used to reconstruct grayscale images with pixel intensity values in the range [0, …
  21. Q22Two models, Model 1 and Model 2, are used to reconstruct grayscale images with pixel intensity values in the range [0, …