paper-with-me

Papers

Weakly Supervised Object Localization as Domain Adaption

2022-03-03 · CVPR 2022 1 · Lei Zhu, Qi She, Qian Chen, Yunfei You, Boyu Wang, Yanye Lu

Weakly supervised object localization (WSOL) focuses on localizing objects only with the supervision of image-level classification masks. Most previous WSOL methods follow the classification activation map (CAM) that localizes objects based on the classification structure with the multi-instance learning (MIL) mechanism. However, the MIL mechanism makes CAM only activate discriminative object parts rather than the whole object, weakening its performance for localizing objects. To avoid this problem, this work provides a novel perspective that models WSOL as a domain adaption (DA) task, where the score estimator trained on the source/image domain is tested on the target/pixel domain to locate objects. Under this perspective, a DA-WSOL pipeline is designed to better engage DA approaches into WSOL to enhance localization performance. It utilizes a proposed target sampling strategy to select different types of target samples. Based on these types of target samples, domain adaption localization (DAL) loss is elaborated. It aligns the feature distribution between the two domains by DA and makes the estimator perceive target domain cues by Universum regularization. Experiments show that our pipeline outperforms SOTA methods on multi benchmarks. Code are released at \url{https://github.com/zh460045050/DA-WSOL_CVPR2022}.

📄 PDF Abstract BibTeX arXiv:2203.01714

Code (1)

zh460045050/da-wsol_cvpr2022 공식 구현 pytorch

Tasks

ClassificationDomain AdaptationObjectObject LocalizationWeakly-Supervised Object Localization

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

D2DF2WOD: Learning Object Proposals for Weakly-Supervised Object Detection via Progressive Domain Adaptation

2022-12-02 · Yuting Wang, Ricardo Guerrero, Vladimir Pavlovic

Weakly-supervised object detection (WSOD) models attempt to leverage image-level annotations in lieu of accurate but costly-to-obtain object localization labels. This oftentimes leads to substandard object detection and …

Domain AdaptationObjectobject-detectionObject Detection+2

Fine-grained Temporal Contrastive Learning for Weakly-supervised Temporal Action Localization

2022-03-31 · CVPR 2022 1 · Junyu Gao, Mengyuan Chen, Changsheng Xu

We target at the task of weakly-supervised action localization (WSAL), where only video-level action labels are available during model training. Despite the recent progress, existing methods mainly embrace a localization…

Action LocalizationClassificationContrastive LearningInductive Bias+3

Hide-and-Seek: Forcing a Network to be Meticulous for Weakly-supervised Object and Action Localization

2017-04-13 · ICCV 2017 10 · Krishna Kumar Singh, Yong Jae Lee

We propose `Hide-and-Seek', a weakly-supervised framework that aims to improve object localization in images and action localization in videos. Most existing weakly-supervised methods localize only the most discriminativ…

Action LocalizationObjectObject LocalizationWeakly Supervised Action Localization+1

Self-Transfer Learning for Fully Weakly Supervised Object Localization

2016-02-04 · Sangheum Hwang, Hyo-Eun Kim

Recent advances of deep learning have achieved remarkable performances in various challenging computer vision tasks. Especially in object localization, deep convolutional neural networks outperform traditional approaches…

Medical Image AnalysisObjectObject LocalizationTransfer Learning+2

Rethinking the Route Towards Weakly Supervised Object Localization

2020-02-26 · CVPR 2020 6 · Chen-Lin Zhang, Yun-Hao Cao, Jianxin Wu

Weakly supervised object localization (WSOL) aims to localize objects with only image-level labels. Previous methods often try to utilize feature maps and classification weights to localize objects using image level anno…

General ClassificationObjectObject LocalizationWeakly-Supervised Object Localization