In this paper, we propose a new way to generate object proposals, introducing an approach based on a discriminative convolutional network.
Our model is trained jointly with two objectives: given an image patch, the first part of the system outputs a class-agnostic segmentation mask, while the second part of the system outputs the likelihood of the patch being centered on a full object.
模型
- 说明
- 基础网络VGG
- 两个输出:
- 分割:针对输入图像中的中间物体进行分割【单个物体输出】
- 满足下面两个条件才设置为证样本【如上图中的绿色框,红框表示负样本】
- 物体在batch图像中心位置
- batch图像能包含整个物体【考虑不同尺度】
- 满足下面两个条件才设置为证样本【如上图中的绿色框,红框表示负样本】
- 分割:针对输入图像中的中间物体进行分割【单个物体输出】