Weakly Supervised Object Localization as Domain Adaption
Lei Zhu, Qi She, Qian Chen, Yunfei You, Boyu Wang, Yanye Lu

TL;DR
This paper redefines weakly supervised object localization as a domain adaptation problem, introducing a novel pipeline that improves localization accuracy by aligning feature distributions across domains and utilizing target sampling strategies.
Contribution
It presents a new perspective modeling WSOL as a domain adaptation task and proposes a DA-WSOL pipeline with a target sampling strategy and DAL loss to enhance localization performance.
Findings
Outperforms state-of-the-art methods on multiple benchmarks.
Utilizes domain adaptation techniques to improve object localization.
Introduces a target sampling strategy and DAL loss for better domain alignment.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsClass-activation map
