[Rich feature hierarchies for accurate object detection and semantic segmantation]이라는 제목의 논문을 읽기 시작했다. Abstract : simple하고 scalable한 detection algorithm으로 mean average precision을 30% 가까이 향상시켰음을 보고한다. approach는 (1) CNN을 bottom-up region proposal에 적용해서 object를 localize하고 segmentation할 수 있다, (2) auxiliary task를 통한 supervised pre-training이 의 두 가지 key insight를 결합했다.Introduction - feature의 중요성을 먼저 ..