中文
相关论文

相关论文: Panoptic Segmentation with a Joint Semantic and In…

200 篇论文

We present Panoptic-DeepLab, a bottom-up and single-shot approach for panoptic segmentation. Our Panoptic-DeepLab is conceptually simple and delivers state-of-the-art results. In particular, we adopt the dual-ASPP and dual-decoder…

计算机视觉与模式识别 · 计算机科学 2019-10-25 Bowen Cheng , Maxwell D. Collins , Yukun Zhu , Ting Liu , Thomas S. Huang , Hartwig Adam , Liang-Chieh Chen

Modern approaches typically formulate semantic segmentation as a per-pixel classification task, while instance-level segmentation is handled with an alternative mask classification. Our key insight: mask classification is sufficiently…

计算机视觉与模式识别 · 计算机科学 2021-11-02 Bowen Cheng , Alexander G. Schwing , Alexander Kirillov

Pixel-level semantic segmentation is a challenging task with a huge amount of computation, especially if the size of input is large. In the segmentation model, apart from the feature extraction, the extra decoder structure is often employed…

计算机视觉与模式识别 · 计算机科学 2019-06-19 Xiaoyu Chen , Xiaotian Lou , Lianfa Bai , Jing Han

We present joint learning of instance and semantic segmentation for visible and occluded region masks. Sharing the feature extractor with instance occlusion segmentation, we introduce semantic occlusion segmentation into the instance…

机器人学 · 计算机科学 2020-01-22 Kentaro Wada , Kei Okada , Masayuki Inaba

We present a recurrent model for semantic instance segmentation that sequentially generates binary masks and their associated class probabilities for every object in an image. Our proposed system is trainable end-to-end from an input image…

计算机视觉与模式识别 · 计算机科学 2019-04-15 Amaia Salvador , Miriam Bellver , Victor Campos , Manel Baradad , Ferran Marques , Jordi Torres , Xavier Giro-i-Nieto

Panoptic segmentation is posed as a new popular test-bed for the state-of-the-art holistic scene understanding methods with the requirement of simultaneously segmenting both foreground things and background stuff. The state-of-the-art…

计算机视觉与模式识别 · 计算机科学 2020-11-02 Yangxin Wu , Gengwei Zhang , Hang Xu , Xiaodan Liang , Liang Lin

Panoptic segmentation involves a combination of joint semantic segmentation and instance segmentation, where image contents are divided into two types: things and stuff. We present Panoptic SegFormer, a general framework for panoptic…

计算机视觉与模式识别 · 计算机科学 2022-03-21 Zhiqi Li , Wenhai Wang , Enze Xie , Zhiding Yu , Anima Anandkumar , Jose M. Alvarez , Ping Luo , Tong Lu

This dissertation addresses visual scene understanding and enhances segmentation performance and generalization, training efficiency of networks, and holistic understanding. First, we investigate semantic segmentation in the context of…

计算机视觉与模式识别 · 计算机科学 2022-01-20 Panagiotis Meletis

Panoptic Part Segmentation (PPS) unifies panoptic and part segmentation into one task. Previous works utilize separate approaches to handle things, stuff, and part predictions without shared computation and task association. We aim to unify…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Xiangtai Li , Shilin Xu , Yibo Yang , Haobo Yuan , Guangliang Cheng , Yunhai Tong , Zhouchen Lin , Ming-Hsuan Yang , Dacheng Tao

Classic computer vision algorithms, instance segmentation, and semantic segmentation can not provide a holistic understanding of the surroundings for the visually impaired. In this paper, we utilize panoptic segmentation to assist the…

计算机视觉与模式识别 · 计算机科学 2021-03-09 Wei Mao , Jiaming Zhang , Kailun Yang , Rainer Stiefelhagen

We propose an approach to instance-level image segmentation that is built on top of category-level segmentation. Specifically, for each pixel in a semantic category mask, its corresponding instance bounding box is predicted using a deep…

计算机视觉与模式识别 · 计算机科学 2016-05-24 Zifeng Wu , Chunhua Shen , Anton van den Hengel

We describe and analyze a simple and effective algorithm for sequence segmentation applied to speech processing tasks. We propose a neural architecture that is composed of two modules trained jointly: a recurrent neural network (RNN) module…

计算与语言 · 计算机科学 2016-10-26 Yossi Adi , Joseph Keshet , Emily Cibelli , Matthew Goldrick

Panoptic segmentation has recently unified semantic and instance segmentation, previously addressed separately, thus taking a step further towards creating more comprehensive and efficient perception systems. In this paper, we present…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Stefano Gasperini , Mohammad-Ali Nikouei Mahani , Alvaro Marcos-Ramiro , Nassir Navab , Federico Tombari

Panoptic segmentation presents a new challenge in exploiting the merits of both detection and segmentation, with the aim of unifying instance segmentation and semantic segmentation in a single framework. However, an efficient solution for…

计算机视觉与模式识别 · 计算机科学 2021-03-30 Zixiang Zhou , Yang Zhang , Hassan Foroosh

Panoptic segmentation combines the advantages of semantic and instance segmentation, which can provide both pixel-level and instance-level environmental perception information for intelligent vehicles. However, it is challenged with…

计算机视觉与模式识别 · 计算机科学 2022-09-08 Weihao Yan , Yeqiang Qian , Chunxiang Wang , Ming Yang

We present a new method for efficient high-quality image segmentation of objects and scenes. By analogizing classical computer graphics methods for efficient rendering with over- and undersampling challenges faced in pixel labeling tasks,…

计算机视觉与模式识别 · 计算机科学 2020-02-18 Alexander Kirillov , Yuxin Wu , Kaiming He , Ross Girshick

Understanding the scene in which an autonomous robot operates is critical for its competent functioning. Such scene comprehension necessitates recognizing instances of traffic participants along with general scene semantics which can be…

计算机视觉与模式识别 · 计算机科学 2021-11-05 Rohit Mohan , Abhinav Valada

Instance segmentation is an important task for biomedical and biological image analysis. Due to the complicated background components, the high variability of object appearances, numerous overlapping objects, and ambiguous object…

计算机视觉与模式识别 · 计算机科学 2021-02-24 Dongnan Liu , Donghao Zhang , Yang Song , Heng Huang , Weidong Cai

Instance segmentation is a promising yet challenging topic in computer vision. Recent approaches such as Mask R-CNN typically divide this problem into two parts -- a detection component and a mask generation branch, and mostly focus on the…

计算机视觉与模式识别 · 计算机科学 2019-09-30 Shichao Xu , Shuyue Lan , Qi Zhu

We present a new, embarrassingly simple approach to instance segmentation in images. Compared to many other dense prediction tasks, e.g., semantic segmentation, it is the arbitrary number of instances that have made instance segmentation…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Xinlong Wang , Tao Kong , Chunhua Shen , Yuning Jiang , Lei Li