paper-with-me

NAS-FCOS

2000년 도입 · 논문 2편에서 사용

NAS-FCOS consists of two sub networks, an FPN $f$ and a set of prediction heads $h$ 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.

출처: NAS-FCOS: Fast Neural Architecture Search for Object Detection

소개 논문: NAS-FCOS: Fast Neural Architecture Search for Object Detection

Object Detection Models · Computer Vision