제목 그대로 object detection에서
class-label은 존재하지만 bounding box-label 은 존재하지 않을 때,
해결 방법으로는
weakly-supervised Object Localization or learning 의 도메인과
Zero-Shot Learning 이 대표적이라고 한다.
아래는 그에 관한 참고 논문.
Zhou, B., Khosla, A., Lapedriza, A., Oliva, A., & Torralba, A. (2016). Learning deep features for discriminative localization. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 2921-2929).
Bilen, H., & Vedaldi, A. (2016). Weakly supervised deep detection networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (pp. 2846-2854).
Tao, Q., Yang, H., & Cai, J. (2018). Zero-annotation object detection with web knowledge transfer. In Proceedings of the European Conference on Computer Vision (ECCV) (pp. 369-384).
'# Machine Learning > 글 공부' 카테고리의 다른 글
superpixel algorithm 이란? (0) | 2019.03.02 |
---|---|
DataFrame, Series, NumPy, dtype에 관해서(error issue) (0) | 2019.02.22 |
Tensorflow 설치 관련 (0) | 2019.01.29 |
FR(face recognition)의 과거부터 현재까지의 동향이 궁금하다면? (0) | 2018.12.26 |
deconvolution(conv2Dtranspose) vs upsampling (0) | 2018.12.10 |