中文
相关论文

相关论文: Explicit Shape Encoding for Real-Time Instance Seg…

200 篇论文

In this paper, we show that recent advances in self-supervised feature learning enable unsupervised object discovery and semantic segmentation with a performance that matches the state of the field on supervised semantic segmentation 10…

计算机视觉与模式识别 · 计算机科学 2023-05-02 Andrii Zadaianchuk , Matthaeus Kleindessner , Yi Zhu , Francesco Locatello , Thomas Brox

In this paper, we propose PolyTransform, a novel instance segmentation algorithm that produces precise, geometry-preserving masks by combining the strengths of prevailing segmentation approaches and modern polygon-based methods. In…

计算机视觉与模式识别 · 计算机科学 2021-01-19 Justin Liang , Namdar Homayounfar , Wei-Chiu Ma , Yuwen Xiong , Rui Hu , Raquel Urtasun

We present a simple, fully-convolutional model for real-time (>30 fps) instance segmentation that achieves competitive results on MS COCO evaluated on a single Titan Xp, which is significantly faster than any previous state-of-the-art…

计算机视觉与模式识别 · 计算机科学 2020-09-25 Daniel Bolya , Chong Zhou , Fanyi Xiao , Yong Jae Lee

Many two-stage instance segmentation heads predict a coarse 28x28 mask per instance, which is insufficient to capture the fine-grained details of many objects. To address this issue, PointRend and RefineMask predict a 112x112 segmentation…

计算机视觉与模式识别 · 计算机科学 2023-07-06 Cédric Picron , Tinne Tuytelaars

In recent years, the rapid development of deep learning has brought great advancements to image and video segmentation methods based on neural networks. However, to unleash the full potential of such models, large numbers of high-quality…

计算机视觉与模式识别 · 计算机科学 2022-10-19 Yuying Hao , Yi Liu , Yizhou Chen , Lin Han , Juncai Peng , Shiyu Tang , Guowei Chen , Zewu Wu , Zeyu Chen , Baohua Lai

We present a simple, fully-convolutional model for real-time instance segmentation that achieves 29.8 mAP on MS COCO at 33.5 fps evaluated on a single Titan Xp, which is significantly faster than any previous competitive approach. Moreover,…

计算机视觉与模式识别 · 计算机科学 2019-10-28 Daniel Bolya , Chong Zhou , Fanyi Xiao , Yong Jae Lee

We propose a new approach for 3D instance segmentation based on sparse convolution and point affinity prediction, which indicates the likelihood of two points belonging to the same instance. The proposed network, built upon submanifold…

计算机视觉与模式识别 · 计算机科学 2019-02-13 Chen Liu , Yasutaka Furukawa

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

In this paper, we propose a novel encoder-decoder architecture, named SABER, to learn the 6D pose of the object in the embedding space by learning shape representation at a given pose. This model enables us to learn pose by performing shape…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Shishir Reddy Vutukur , Mengkejiergeli Ba , Benjamin Busam , Matthias Kayser , Gurprit Singh

Multi-instance video object segmentation is to segment specific instances throughout a video sequence in pixel level, given only an annotated first frame. In this paper, we implement an effective fully convolutional networks with U-Net…

计算机视觉与模式识别 · 计算机科学 2019-05-21 Heguang Liu , Jingle Jiang

Video amodal segmentation is a particularly challenging task in computer vision, which requires to deduce the full shape of an object from the visible parts of it. Recently, some studies have achieved promising performance by using motion…

计算机视觉与模式识别 · 计算机科学 2023-09-26 Ke Fan , Jingshi Lei , Xuelin Qian , Miaopeng Yu , Tianjun Xiao , Tong He , Zheng Zhang , Yanwei Fu

We propose EM-PASTE: an Expectation Maximization(EM) guided Cut-Paste compositional dataset augmentation approach for weakly-supervised instance segmentation using only image-level supervision. The proposed method consists of three main…

计算机视觉与模式识别 · 计算机科学 2022-12-16 Yunhao Ge , Jiashu Xu , Brian Nlong Zhao , Laurent Itti , Vibhav Vineet

Despite significant efforts, cutting-edge video segmentation methods still remain sensitive to occlusion and rapid movement, due to their reliance on the appearance of objects in the form of object embeddings, which are vulnerable to these…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Qihao Liu , Junfeng Wu , Yi Jiang , Xiang Bai , Alan Yuille , Song Bai

Recent approaches for instance-aware semantic labeling have augmented convolutional neural networks (CNNs) with complex multi-task architectures or computationally expensive graphical models. We present a method that leverages a fully…

计算机视觉与模式识别 · 计算机科学 2016-07-15 Jonas Uhrig , Marius Cordts , Uwe Franke , Thomas Brox

We present a simple and effective framework for simultaneous semantic segmentation and instance segmentation with Fully Convolutional Networks (FCNs). The method, called BiSeg, predicts instance segmentation as a posterior in Bayesian…

计算机视觉与模式识别 · 计算机科学 2017-07-19 Viet-Quoc Pham , Satoshi Ito , Tatsuo Kozakaya

This paper presents a novel training-free framework for open-vocabulary image segmentation and object recognition (OVSR), which leverages EfficientNetB0, a convolutional neural network, for unsupervised segmentation and CLIP, a…

计算机视觉与模式识别 · 计算机科学 2025-10-28 Ying Dai , Wei Yu Chen

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

Learning object segmentation in image and video datasets without human supervision is a challenging problem. Humans easily identify moving salient objects in videos using the gestalt principle of common fate, which suggests that what moves…

计算机视觉与模式识别 · 计算机科学 2023-12-05 Silky Singh , Shripad Deshmukh , Mausoom Sarkar , Balaji Krishnamurthy

Thanks to the impressive progress of large-scale vision-language pretraining, recent recognition models can classify arbitrary objects in a zero-shot and open-set manner, with a surprisingly high accuracy. However, translating this success…

计算机视觉与模式识别 · 计算机科学 2023-04-18 Xinyu Liu , Beiwen Tian , Zhen Wang , Rui Wang , Kehua Sheng , Bo Zhang , Hao Zhao , Guyue Zhou

Unsupervised segmentation approaches have increasingly leveraged foundation models (FM) to improve salient object discovery. However, these methods often falter in scenes with complex, multi-component morphologies, where fine-grained…

计算机视觉与模式识别 · 计算机科学 2026-04-02 Deepank Singh , Anurag Nihal , Vedhus Hoskere