paper-with-me

Papers

Segmenting Known Objects and Unseen Unknowns without Prior Knowledge

2022-09-12 · ICCV 2023 1 · Stefano Gasperini, Alvaro Marcos-Ramiro, Michael Schmidt, Nassir Navab, Benjamin Busam, Federico Tombari

Panoptic segmentation methods assign a known class to each pixel given in input. Even for state-of-the-art approaches, this inevitably enforces decisions that systematically lead to wrong predictions for objects outside the training categories. However, robustness against out-of-distribution samples and corner cases is crucial in safety-critical settings to avoid dangerous consequences. Since real-world datasets cannot contain enough data points to adequately sample the long tail of the underlying distribution, models must be able to deal with unseen and unknown scenarios as well. Previous methods targeted this by re-identifying already-seen unlabeled objects. In this work, we propose the necessary step to extend segmentation with a new setting which we term holistic segmentation. Holistic segmentation aims to identify and separate objects of unseen, unknown categories into instances without any prior knowledge about them while performing panoptic segmentation of known classes. We tackle this new problem with U3HS, which finds unknowns as highly uncertain regions and clusters their corresponding instance-aware embeddings into individual objects. By doing so, for the first time in panoptic segmentation with unknown objects, our U3HS is trained without unknown categories, reducing assumptions and leaving the settings as unconstrained as in real-life scenarios. Extensive experiments on public data from MS COCO, Cityscapes, and Lost&Found demonstrate the effectiveness of U3HS for this new, challenging, and assumptions-free setting called holistic segmentation. Project page: https://holisticseg.github.io.

📄 PDF Abstract BibTeX arXiv:2209.05407

Code (1)

RuiZhou-cn/U3HS pytorch

Tasks

Instance SegmentationObject DetectionPanoptic SegmentationScene UnderstandingSegmentation

Similar Papers 제목 키워드 기반

Unknown-Aware Deep Neural Network

2019-09-25 · Lei Cao, Yizhou Yan, Samuel Madden, Elke Rundensteiner

An important property of image classification systems in the real world is that they both accurately classify objects from target classes (``knowns'') and safely reject unknown objects (``unknowns'') that belong to class…

image-classificationImage Classification

Learning to Prompt Knowledge Transfer for Open-World Continual Learning

2023-12-22 · Yujie Li, Xin Yang, Hao Wang, Xiangkun Wang 외

This paper studies the problem of continual learning in an open-world scenario, referred to as Open-world Continual Learning (OwCL). OwCL is increasingly rising while it is highly challenging in two-fold: i) learning a s…

Continual LearningTransfer Learning

Open-set Recognition via Augmentation-based Similarity Learning

2022-03-24 · Sepideh Esmaeilpour, Lei Shu, Bing Liu

The primary assumption of conventional supervised learning or classification is that the test samples are drawn from the same distribution as the training samples, which is called closed set learning or classification. I…

Open Set Learning

Unsupervised Recognition of Unknown Objects for Open-World Object Detection

2023-08-31 · Ruohuan Fang, Guansong Pang, Lei Zhou, Xiao Bai 외

Open-World Object Detection (OWOD) extends object detection problem to a realistic and dynamic scenario, where a detection model is required to be capable of detecting both known and unknown objects and incrementally lea…

Objectobject-detectionObject DetectionOpen World Object Detection+1

Revisiting Unknowns: Towards Effective and Efficient Open-Set Active Learning

2026-03-09 · Chen-Chen Zong, Yu-Qi Chi, Xie-Yang Wang, Yan Cui 외 arxiv

Open-set active learning (OSAL) aims to identify informative samples for annotation when unlabeled data may contain previously unseen classes-a common challenge in safety-critical and open-world scenarios. Existing appro…

Active Learning