中文
相关论文

相关论文: Towards Good Practices for Instance Segmentation

200 篇论文

Cascade is a classic yet powerful architecture that has boosted performance on various tasks. However, how to introduce cascade to instance segmentation remains an open question. A simple combination of Cascade R-CNN and Mask R-CNN only…

计算机视觉与模式识别 · 计算机科学 2019-04-10 Kai Chen , Jiangmiao Pang , Jiaqi Wang , Yu Xiong , Xiaoxiao Li , Shuyang Sun , Wansen Feng , Ziwei Liu , Jianping Shi , Wanli Ouyang , Chen Change Loy , Dahua Lin

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…

计算机视觉与模式识别 · 计算机科学 2023-04-21 Mehmet Yildirim , Yogesh Langhe

Copy-Paste has proven to be a very effective data augmentation for instance segmentation which can improve the generalization of the model. We used a task-specific Copy-Paste data augmentation method to achieve good performance on the…

计算机视觉与模式识别 · 计算机科学 2021-10-04 Jahongir Yunusov , Shohruh Rakhmatov , Abdulaziz Namozov , Abdulaziz Gaybulayev , Tae-Hyong Kim

Semi-supervised video object segmentation is an interesting yet challenging task in machine learning. In this work, we conduct a series of refinements with the propagation-based video object segmentation method and empirically evaluate…

计算机视觉与模式识别 · 计算机科学 2019-10-01 Dongdong Yu , Kai Su , Hengkai Guo , Jian Wang , Kaihui Zhou , Yuanyuan Huang , Minghui Dong , Jie Shao , Changhu Wang

Multi-Person Pose Estimation is an interesting yet challenging task in computer vision. In this paper, we conduct a series of refinements with the MSPN and PoseFix Networks, and empirically evaluate their impact on the final model…

计算机视觉与模式识别 · 计算机科学 2019-11-20 Dongdong Yu , Kai Su , Changhu Wang

Instance Segmentation, which seeks to obtain both class and instance labels for each pixel in the input image, is a challenging task in computer vision. State-of-the-art algorithms often employ two separate stages, the first one generating…

计算机视觉与模式识别 · 计算机科学 2020-10-27 Jialin Yuan , Chao Chen , Li Fuxin

Semantic segmentation research has recently witnessed rapid progress, but many leading methods are unable to identify object instances. In this paper, we present Multi-task Network Cascades for instance-aware semantic segmentation. Our…

计算机视觉与模式识别 · 计算机科学 2015-12-15 Jifeng Dai , Kaiming He , Jian Sun

The instance segmentation problem intends to precisely detect and delineate objects in images. Most of the current solutions rely on deep convolutional neural networks but despite this fact proposed solutions are very diverse. Some…

计算机视觉与模式识别 · 计算机科学 2019-02-15 Thomio Watanabe , Denis Wolf

Occlusion is a long-standing problem in computer vision, particularly in instance segmentation. ACM MMSports 2023 DeepSportRadar has introduced a dataset that focuses on segmenting human subjects within a basketball context and a…

计算机视觉与模式识别 · 计算机科学 2023-11-22 Son Nguyen , Mikel Lainsa , Hung Dao , Daeyoung Kim , Giang Nguyen

Instance segmentation with neural networks is an essential task in environment perception. In many works, it has been observed that neural networks can predict false positive instances with high confidence values and true positives with low…

计算机视觉与模式识别 · 计算机科学 2026-01-13 Kira Maag , Matthias Rottmann , Serin Varghese , Fabian Hueger , Peter Schlicht , Hanno Gottschalk

Weakly-supervised instance segmentation, which could greatly save labor and time cost of pixel mask annotation, has attracted increasing attention in recent years. The commonly used pipeline firstly utilizes conventional image segmentation…

计算机视觉与模式识别 · 计算机科学 2018-12-13 Shisha Liao , Yongqing Sun , Chenqiang Gao , Pranav Shenoy K P , Song Mu , Jun Shimamura , Atsushi Sagata

Existing instance segmentation techniques are primarily tailored for high-visibility inputs, but their performance significantly deteriorates in extremely low-light environments. In this work, we take a deep look at instance segmentation in…

计算机视觉与模式识别 · 计算机科学 2023-09-12 Linwei Chen , Ying Fu , Kaixuan Wei , Dezhi Zheng , Felix Heide

We present an end-to-end network to bridge the gap between training and inference pipeline for panoptic segmentation, a task that seeks to partition an image into semantic regions for "stuff" and object instances for "things". In contrast…

计算机视觉与模式识别 · 计算机科学 2020-05-28 Qizhu Li , Xiaojuan Qi , Philip H. S. Torr

Instance segmentation of compound objects in XXL-CT imagery poses a unique challenge in non-destructive testing. This complexity arises from the lack of known reference segmentation labels, limited applicable segmentation tools, as well as…

计算机视觉与模式识别 · 计算机科学 2024-11-08 Roland Gruber , Johann Christopher Engster , Markus Michen , Nele Blum , Maik Stille , Stefan Gerth , Thomas Wittenberg

Instance segmentation is a form of image detection which has a range of applications, such as object refinement, medical image analysis, and image/video editing, all of which demand a high degree of accuracy. However, this precision is…

计算机视觉与模式识别 · 计算机科学 2024-11-26 Muhammed Korkmaz , T. Metin Sezgin

High-quality instance segmentation has shown emerging importance in computer vision. Without any refinement, DCT-Mask directly generates high-resolution masks by compressed vectors. To further refine masks obtained by compressed vectors, we…

计算机视觉与模式识别 · 计算机科学 2023-02-08 Qinrou Wen , Jirui Yang , Xue Yang , Kewei Liang

Most of the modern instance segmentation approaches fall into two categories: region-based approaches in which object bounding boxes are detected first and later used in cropping and segmenting instances; and keypoint-based approaches in…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Xingqian Xu , Mang Tik Chiu , Thomas S. Huang , Honghui Shi

In this work, we tackle the problem of instance segmentation, the task of simultaneously solving object detection and semantic segmentation. Towards this goal, we present a model, called MaskLab, which produces three outputs: box detection,…

计算机视觉与模式识别 · 计算机科学 2017-12-14 Liang-Chieh Chen , Alexander Hermans , George Papandreou , Florian Schroff , Peng Wang , Hartwig Adam

Cascaded architectures have brought significant performance improvement in object detection and instance segmentation. However, there are lingering issues regarding the disparity in the Intersection-over-Union (IoU) distribution of the…

计算机视觉与模式识别 · 计算机科学 2020-12-21 Thang Vu , Haeyong Kang , Chang D. Yoo

Instance segmentation is a computer vision task where separate objects in an image are detected and segmented. State-of-the-art deep neural network models require large amounts of labeled data in order to perform well in this task. Making…

计算机视觉与模式识别 · 计算机科学 2022-02-21 Tuomas Sormunen , Arttu Lämsä , Miguel Bordallo Lopez
‹ 上一页 1 2 3 10 下一页 ›