What is: NAS-FCOS?
Source | NAS-FCOS: Fast Neural Architecture Search for Object Detection |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
NAS-FCOS consists of two sub networks, an FPN and a set of prediction heads 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.