AICurious Logo

What is: NAS-FCOS?

SourceNAS-FCOS: Fast Neural Architecture Search for Object Detection
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

NAS-FCOS consists of two sub networks, an FPN ff and a set of prediction heads hh which have shared structures. One notable difference with other FPN-based one-stage detectors is that our heads have partially shared weights. Only the last several layers of the predictions heads (marked as yellow) are tied by their weights. The number of layers to share is decided automatically by the search algorithm. Note that both FPN and head are in our actual search space; and have more layers than shown in this figure.