paper-with-me

홈 › Papers

Collaborative Training between Region Proposal Localization and Classification for Domain Adaptive Object Detection

2020-09-17 · ECCV 2020 8 · Ganlong Zhao, Guanbin Li, Ruijia Xu, Liang Lin

Object detectors are usually trained with large amount of labeled data, which is expensive and labor-intensive. Pre-trained detectors applied to unlabeled dataset always suffer from the difference of dataset distribution, also called domain shift. Domain adaptation for object detection tries to adapt the detector from labeled datasets to unlabeled ones for better performance. In this paper, we are the first to reveal that the region proposal network (RPN) and region proposal classifier~(RPC) in the endemic two-stage detectors (e.g., Faster RCNN) demonstrate significantly different transferability when facing large domain gap. The region classifier shows preferable performance but is limited without RPN's high-quality proposals while simple alignment in the backbone network is not effective enough for RPN adaptation. We delve into the consistency and the difference of RPN and RPC, treat them individually and leverage high-confidence output of one as mutual guidance to train the other. Moreover, the samples with low-confidence are used for discrepancy calculation between RPN and RPC and minimax optimization. Extensive experimental results on various scenarios have demonstrated the effectiveness of our proposed method in both domain-adaptive region proposal generation and object detection. Code is available at https://github.com/GanlongZhao/CST_DA_detection.

📄 PDF Abstract BibTeX arXiv:2009.08119

Code (1)

GanlongZhao/CST_DA_detection 공식 구현 pytorch

Tasks

Domain AdaptationGeneral ClassificationObjectobject-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

Object-Extent Pooling for Weakly Supervised Single-Shot Localization

2017-07-19 · Amogh Gudi, Nicolai van Rosmalen, Marco Loog, Jan van Gemert

In the face of scarcity in detailed training annotations, the ability to perform object localization tasks in real-time with weak-supervision is very valuable. However, the computational cost of generating and evaluating…

ObjectObject LocalizationRegion ProposalWeakly-Supervised Object Localization

Weakly Supervised Phrase Localization With Multi-Scale Anchored Transformer Network

2018-06-01 · CVPR 2018 6 · Fang Zhao, Jianshu Li, Jian Zhao, Jiashi Feng

In this paper, we propose a novel weakly supervised model, Multi-scale Anchored Transformer Network (MATN), to accurately localize free-form textual phrases with only image-level supervision. The proposed MATN takes regi…

Region ProposalTriplet

Pointly-Supervised Action Localization

2018-05-29 · Pascal Mettes, Cees G. M. Snoek

This paper strives for spatio-temporal localization of human actions in videos. In the literature, the consensus is to achieve localization by training on bounding box annotations provided for each frame of each training…

Action LocalizationMultiple Instance LearningTemporal Localization

Detection and Localization of Robotic Tools in Robot-Assisted Surgery Videos Using Deep Neural Networks for Region Proposal and Detection

2020-07-29 · Duygu Sarikaya, Jason J. Corso, Khurshid A. Guru

Video understanding of robot-assisted surgery (RAS) videos is an active research area. Modeling the gestures and skill level of surgeons presents an interesting problem. The insights drawn may be applied in effective ski…

object-detectionObject DetectionRegion ProposalVideo Understanding

Improving Action Localization by Progressive Cross-stream Cooperation

2019-05-28 · CVPR 2019 6 · Rui Su, Wanli Ouyang, Luping Zhou, Dong Xu

Spatio-temporal action localization consists of three levels of tasks: spatial localization, action classification, and temporal segmentation. In this work, we propose a new Progressive Cross-stream Cooperation (PCSC) fr…

Action ClassificationAction DetectionAction LocalizationSpatio-Temporal Action Localization+1