English
Related papers

Related papers: Multi-task Fusion for Efficient Panoptic-Part Segm…

200 papers

This paper introduces a new method of partitioning the solution space of a multi-objective optimisation problem for parallel processing, called Efficient Projection Partitioning. This method projects solutions down into a single dimension,…

Optimization and Control · Mathematics 2017-11-23 William Pettersson , Melih Ozlen

Real-time semantic segmentation is desirable in many robotic applications with limited computation resources. One challenge of semantic segmentation is to deal with the object scale variations and leverage the context. How to perform…

Computer Vision and Pattern Recognition · Computer Science 2020-03-10 Zhanpeng Zhang , Kaipeng Zhang

Panoptic segmentation combines instance and semantic predictions, allowing the detection of "things" and "stuff" simultaneously. Effectively approaching panoptic segmentation in remotely sensed data can be auspicious in many challenging…

Recently, fully-convolutional one-stage networks have shown superior performance comparing to two-stage frameworks for instance segmentation as typically they can generate higher-quality mask predictions with less computation. In addition,…

Computer Vision and Pattern Recognition · Computer Science 2020-11-20 Hao Chen , Chunhua Shen , Zhi Tian

3D point clouds are rich in geometric structure information, while 2D images contain important and continuous texture information. Combining 2D information to achieve better 3D semantic segmentation has become mainstream in 3D scene…

Computer Vision and Pattern Recognition · Computer Science 2022-12-14 Chaolong Yang , Yuyao Yan , Weiguang Zhao , Jianan Ye , Xi Yang , Amir Hussain , Kaizhu Huang

We study multi-sensor fusion for 3D semantic segmentation that is important to scene understanding for many applications, such as autonomous driving and robotics. Existing fusion-based methods, however, may not achieve promising performance…

Computer Vision and Pattern Recognition · Computer Science 2024-09-10 Mingkui Tan , Zhuangwei Zhuang , Sitao Chen , Rong Li , Kui Jia , Qicheng Wang , Yuanqing Li

Despite recent advances in multi-scale deep representations, their limitations are attributed to expensive parameters and weak fusion modules. Hence, we propose an efficient approach to fuse multi-scale deep representations, called…

Computer Vision and Pattern Recognition · Computer Science 2016-11-18 Yu Liu , Yanming Guo , Michael S. Lew

LiDAR panoptic segmentation is a newly proposed technical task for autonomous driving. In contrast to popular end-to-end deep learning solutions, we propose a hybrid method with an existing semantic segmentation network to extract semantic…

Computer Vision and Pattern Recognition · Computer Science 2021-08-24 Yiming Zhao , Xiao Zhang , Xinming Huang

We propose PanopticFusion, a novel online volumetric semantic mapping system at the level of stuff and things. In contrast to previous semantic mapping systems, PanopticFusion is able to densely predict class labels of a background region…

Computer Vision and Pattern Recognition · Computer Science 2019-09-10 Gaku Narita , Takashi Seno , Tomoya Ishikawa , Yohsuke Kaji

Semantic image segmentation is one of the most challenged tasks in computer vision. In this paper, we propose a highly fused convolutional network, which consists of three parts: feature downsampling, combined feature upsampling and…

Computer Vision and Pattern Recognition · Computer Science 2018-01-08 Tao Yang , Yan Wu , Junqiao Zhao , Linting Guan

Panoptic segmentation requires segments of both "things" (countable object instances) and "stuff" (uncountable and amorphous regions) within a single output. A common approach involves the fusion of instance segmentation (for "things") and…

Computer Vision and Pattern Recognition · Computer Science 2020-04-09 Justin Lazarow , Kwonjoon Lee , Kunyu Shi , Zhuowen Tu

Feature fusion modules from encoder and self-attention module have been adopted in semantic segmentation. However, the computation of these modules is costly and has operational limitations in real-time environments. In addition,…

Computer Vision and Pattern Recognition · Computer Science 2022-10-05 Jaehyun Park , Subin Lee , Eon Kim , Byeongjun Moon , Dabeen Yu , Yeonseung Yu , Junghwan Kim

In this paper, we present a novel neural network using multi scale feature fusion at various scales for accurate and efficient semantic image segmentation. We used ResNet based feature extractor, dilated convolutional layers in downsampling…

Computer Vision and Pattern Recognition · Computer Science 2020-10-02 Abhinav Sagar , RajKumar Soundrapandiyan

Panoptic segmentation is an important computer vision task which combines semantic and instance segmentation. It plays a crucial role in domains of medical image analysis, self-driving vehicles, and robotics by providing a comprehensive…

Computer Vision and Pattern Recognition · Computer Science 2023-11-20 Shourya Verma

We demonstrate our solution for the 2019 COCO panoptic segmentation task. Our method first performs instance segmentation and semantic segmentation separately, then combines the two to generate panoptic segmentation results. To enhance the…

Computer Vision and Pattern Recognition · Computer Science 2023-04-21 Mehmet Yildirim , Yogesh Langhe

In this work, we present an end-to-end network for fast panoptic segmentation. This network, called Fast Panoptic Segmentation Network (FPSNet), does not require computationally costly instance mask predictions or merging heuristics. This…

Computer Vision and Pattern Recognition · Computer Science 2019-10-10 Daan de Geus , Panagiotis Meletis , Gijs Dubbelman

Online semantic 3D segmentation in company with real-time RGB-D reconstruction poses special challenges such as how to perform 3D convolution directly over the progressively fused 3D geometric data, and how to smartly fuse information from…

Graphics · Computer Science 2022-01-14 Jiazhao Zhang , Chenyang Zhu , Lintao Zheng , Kai Xu

Nucleus segmentation is a challenging task due to the crowded distribution and blurry boundaries of nuclei. Recent approaches represent nuclei by means of polygons to differentiate between touching and overlapping nuclei and have…

Computer Vision and Pattern Recognition · Computer Science 2023-03-17 Shengcong Chen , Changxing Ding , Minfeng Liu , Jun Cheng , Dacheng Tao

Deployment of deep learning models in robotics as sensory information extractors can be a daunting task to handle, even using generic GPU cards. Here, we address three of its most prominent hurdles, namely, i) the adaptation of a single…

Computer Vision and Pattern Recognition · Computer Science 2019-02-28 Vladimir Nekrasov , Thanuja Dharmasiri , Andrew Spek , Tom Drummond , Chunhua Shen , Ian Reid

In this work, we introduce Panoptic-DeepLab, a simple, strong, and fast system for panoptic segmentation, aiming to establish a solid baseline for bottom-up methods that can achieve comparable performance of two-stage methods while yielding…

Computer Vision and Pattern Recognition · Computer Science 2020-03-12 Bowen Cheng , Maxwell D. Collins , Yukun Zhu , Ting Liu , Thomas S. Huang , Hartwig Adam , Liang-Chieh Chen