paper-with-me

Papers

Open-Set Object Detection Using Classification-free Object Proposal and Instance-level Contrastive Learning

2022-11-21 · Zhongxiang Zhou, Yifei Yang, Yue Wang, Rong Xiong

Detecting both known and unknown objects is a fundamental skill for robot manipulation in unstructured environments. Open-set object detection (OSOD) is a promising direction to handle the problem consisting of two subtasks: objects and background separation, and open-set object classification. In this paper, we present Openset RCNN to address the challenging OSOD. To disambiguate unknown objects and background in the first subtask, we propose to use classification-free region proposal network (CF-RPN) which estimates the objectness score of each region purely using cues from object's location and shape preventing overfitting to the training categories. To identify unknown objects in the second subtask, we propose to represent them using the complementary region of known categories in a latent space which is accomplished by a prototype learning network (PLN). PLN performs instance-level contrastive learning to encode proposals to a latent space and builds a compact region centering with a prototype for each known category. Further, we note that the detection performance of unknown objects can not be unbiasedly evaluated on the situation that commonly used object detection datasets are not fully annotated. Thus, a new benchmark is introduced by reorganizing GraspNet-1billion, a robotic grasp pose detection dataset with complete annotation. Extensive experiments demonstrate the merits of our method. We finally show that our Openset RCNN can endow the robot with an open-set perception ability to support robotic rearrangement tasks in cluttered environments. More details can be found in https://sites.google.com/view/openset-rcnn/

📄 PDF Abstract BibTeX arXiv:2211.11530

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningObjectobject-detectionObject DetectionRegion ProposalRobot Manipulation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Identifying the Unknown: Prompt-Free Open Vocabulary Anomaly Recognition for Robot-Object Interaction

2026-06-25 · Philipp Allgeuer, Jan-Gerrit Habekost, Stefan Wermter arxiv

Robots operating in real-world environments must in general be able to recognize previously unseen objects. As robotic systems move toward open-world autonomy, there is a growing, yet largely unmet, need for open vocabul…

Anomaly Detection

Training-free Boost for Open-Vocabulary Object Detection with Confidence Aggregation

2024-04-12 · Yanhao Zheng, Kai Liu

Open-vocabulary object detection (OVOD) aims at localizing and recognizing visual objects from novel classes unseen at the training time. Whereas, empirical studies reveal that advanced detectors generally assign lower s…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+2

Learning Open-World Object Proposals without Learning to Classify

2021-08-15 · Dahun Kim, Tsung-Yi Lin, Anelia Angelova, In So Kweon 외

Object proposals have become an integral preprocessing steps of many vision pipelines including object detection, weakly supervised detection, object discovery, tracking, etc. Compared to the learning-free methods, learn…

Objectobject-detectionObject DetectionObject Discovery+3

Learning Object-Language Alignments for Open-Vocabulary Object Detection

2022-11-27 · Chuang Lin, Peize Sun, Yi Jiang, Ping Luo 외

Existing object detection methods are bounded in a fixed-set vocabulary by costly labeled data. When dealing with novel categories, the model has to be retrained with more bounding box annotations. Natural language super…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+3

Extending One-Stage Detection with Open-World Proposals

2022-01-07 · Sachin Konan, Kevin J Liang, Li Yin

In many applications, such as autonomous driving, hand manipulation, or robot navigation, object detection methods must be able to detect objects unseen in the training set. Open World Detection(OWD) seeks to tackle this…

Autonomous DrivingClassificationobject-detectionObject Detection+2