배경: 최근, 대부분의 detectors들은 다양한 크기의 objects를 detect하기 위해 feature pyramid를 활용함.문제 제기: 하지만 existing FPN-based feature extraction networks는 effective semantic information을 capturing하는 데에 더 집중하고핵심 아이디어, 제안: 이 문제를 해결하기 위해, 우리는 any FPN-based network model에 적용할 수 있는 a novel attention structure를 제안한다.(배경)
(문제 제기)
FPN은 계속 발전되어 옴.
SFAM, PANet...
하지만, 그들은 feature fusion에서 dataset 안에 object scale distribution의 영향을 고려하지 않았고, 모든 input features를 동등하게 대했다. (treated equally)
output feature에 대한 서로 다른 resolutions에서의 input features의 contribution은 dataset에서 the scale distribution of objects에 영향을 받을 것이고, 이는 unequal하다.
하지만 FPN 기반의 detection methods들은 effective semantic information을 capturing하는 데에 집중하고
the influence of the object scale distribution in the dataset은 고려하지 않았다.
(이게 구체적으로 어떤 문제를 야기하는가?)
(관련 연구)
(제안)





