AICurious Logo

What is: Fast R-CNN?

SourceFast R-CNN
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN features independently for each region of interest, Fast R-CNN aggregates them into a single forward pass over the image; i.e. regions of interest from the same image share computation and memory in the forward and backward passes.