Simultaneous Detection and Segmentation(SDS)
论文理解
==============================================================================================
如题目而言,把分割与检测同时做,文章是用他们之前CVPR14的MCG(Multiscale Combinatorial Grouping)来做分割的candidate region,而不像他们R-CNN框架用Selective Search提取bounding boxes的方法,这里MCG提取的是region,就是用bottom-up分割出的结果,然后把region以及由它组合成bounding boxes来同时优化two-path 的网络,整体框架如下: