Learning Open-World Object Proposals without Learning to Classify
 
 
Go to file
Dahun Kim 572c2f567e add figures 2021-08-30 12:21:16 +09:00
configs first commit 2021-08-30 12:07:34 +09:00
docker first commit 2021-08-30 01:36:15 +09:00
docs first commit 2021-08-30 01:36:15 +09:00
images add figures 2021-08-30 12:21:16 +09:00
mmdet first commit 2021-08-30 01:36:15 +09:00
mmdet.egg-info first commit 2021-08-30 01:36:15 +09:00
requirements first commit 2021-08-30 01:36:15 +09:00
resources first commit 2021-08-30 01:36:15 +09:00
run_scripts first commit 2021-08-30 01:36:15 +09:00
tests first commit 2021-08-30 01:36:15 +09:00
tools first commit 2021-08-30 12:07:34 +09:00
.gitignore first commit 2021-08-30 12:07:34 +09:00
LICENSE first commit 2021-08-30 01:36:15 +09:00
README.md add figures 2021-08-30 12:21:16 +09:00
pytest.ini first commit 2021-08-30 01:36:15 +09:00
requirements.txt first commit 2021-08-30 01:36:15 +09:00
setup.cfg first commit 2021-08-30 01:36:15 +09:00
setup.py first commit 2021-08-30 01:36:15 +09:00

README.md

Learning Open-World Object Proposals without Learning to Classify

Pytorch implementation for "Learning Open-World Object Proposals without Learning to Classify" (arXiv 2021)

Dahun Kim, Tsung-Yi Lin, Anelia Angelova, In So Kweon, and Weicheng Kuo.

Introduction

Humans can recognize novel objects in this image despite having never seen them before. “Is it possible to learn open-world (novel) object proposals?” In this paper we propose Object Localization Network (OLN) that learns localization cues instead of foreground vs background classification. Only trained on COCO, OLN is able to propose many novel objects (top) missed by Mask R-CNN (bottom) on an out-of-sample frame in an ego-centric video.


License

This project is released under the Apache 2.0 license.

Installation

Please refer to get_started.md for installation.

Acknowledgement

MMDetection is an open source project that is contributed by researchers and engineers from various colleges and companies. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new detectors.

Citation

If you use this toolbox or benchmark in your research, please cite this project.

@article{kim2021oln,
  title={Learning Open-World Object Proposals without Learning to Classify},
  author={Kim, Dahun and Lin, Tsung-Yi and Angelova, Anelia and Kweon, In So and Kuo, Weicheng},
  journal={arXiv preprint arXiv:2108.06753},
  year={2021}
}