中文
相关论文

相关论文: Contour Loss for Instance Segmentation via k-step …

200 篇论文

The attributes of object contours has great significance for instance segmentation task. However, most of the current popular deep neural networks do not pay much attention to the object edge information. Inspired by the human annotation…

计算机视觉与模式识别 · 计算机科学 2021-07-06 Wenchao Zhang , Chong Fu , Mai Zhu

Direct contour regression for instance segmentation is a challenging task. Previous works usually achieve it by learning to progressively refine the contour prediction or adopting a shape representation with limited expressiveness. In this…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Tutian Tang , Wenqiang Xu , Ruolin Ye , Yan-Feng Wang , Cewu Lu

Current state-of-the-art instance segmentation methods are not suited for real-time applications like autonomous driving, which require fast execution times at high accuracy. Although the currently dominant proposal-based methods have high…

计算机视觉与模式识别 · 计算机科学 2019-08-05 Davy Neven , Bert De Brabandere , Marc Proesmans , Luc Van Gool

Instance segmentation is a core computer vision task with great practical significance. Recent advances, driven by large-scale benchmark datasets, have yielded good general-purpose Convolutional Neural Network (CNN)-based methods. Natural…

计算机视觉与模式识别 · 计算机科学 2024-10-11 Przemyslaw Polewski , Jacquelyn Shelton , Wei Yao , Marco Heurich

A good object segmentation should contain clear contours and complete regions. However, mask-based segmentation can not handle contour features well on a coarse prediction grid, thus causing problems of blurry edges. While contour-based…

计算机视觉与模式识别 · 计算机科学 2020-07-16 Junwen Chen , Yi Lu , Yaran Chen , Dongbin Zhao , Zhonghua Pang

Image segmentation is critically important in almost all medical image analysis for automatic interpretations and processing. However, it is often challenging to perform image segmentation due to data imbalance between intra- and…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Zhhengyong Huang , Yao Sui

Instance segmentation is the problem of detecting and delineating each distinct object of interest appearing in an image. Current instance segmentation approaches consist of ensembles of modules that are trained independently of each other,…

计算机视觉与模式识别 · 计算机科学 2016-10-26 Bernardino Romera-Paredes , Philip H. S. Torr

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

This paper presents Contourformer, a real-time contour-based instance segmentation algorithm. The method is fully based on the DETR paradigm and achieves end-to-end inference through iterative and progressive mechanisms to optimize…

计算机视觉与模式识别 · 计算机科学 2025-04-16 Weiwei Yao , Chen Li , Minjun Xiong , Wenbo Dong , Hao Chen , Xiong Xiao

This paper introduces a novel contour-based approach named deep snake for real-time instance segmentation. Unlike some recent methods that directly regress the coordinates of the object boundary points from an image, deep snake uses a…

计算机视觉与模式识别 · 计算机科学 2020-04-02 Sida Peng , Wen Jiang , Huaijin Pi , Xiuli Li , Hujun Bao , Xiaowei Zhou

Letting a deep network be aware of the quality of its own predictions is an interesting yet important problem. In the task of instance segmentation, the confidence of instance classification is used as mask quality score in most instance…

计算机视觉与模式识别 · 计算机科学 2019-03-04 Zhaojin Huang , Lichao Huang , Yongchao Gong , Chang Huang , Xinggang Wang

In this paper we present a new computer vision task, named video instance segmentation. The goal of this new task is simultaneous detection, segmentation and tracking of instances in videos. In words, it is the first time that the image…

计算机视觉与模式识别 · 计算机科学 2019-08-19 Linjie Yang , Yuchen Fan , Ning Xu

Obtaining precise instance segmentation masks is of high importance in many modern applications such as robotic manipulation and autonomous driving. Currently, many state of the art models are based on the Mask R-CNN framework which, while…

计算机视觉与模式识别 · 计算机科学 2020-07-31 Namdar Homayounfar , Yuwen Xiong , Justin Liang , Wei-Chiu Ma , Raquel Urtasun

We propose a simple yet effective instance segmentation framework, termed CondInst (conditional convolutions for instance segmentation). Top-performing instance segmentation methods such as Mask R-CNN rely on ROI operations (typically…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Zhi Tian , Chunhua Shen , Hao Chen

Segmenting object instances is a key task in machine perception, with safety-critical applications in robotics and autonomous driving. We introduce a novel approach to instance segmentation that jointly leverages measurements from multiple…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Alex Zihao Zhu , Vincent Casser , Reza Mahjourian , Henrik Kretzschmar , Sören Pirk

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

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

We present a conceptually simple, flexible, and general framework for object instance segmentation. Our approach efficiently detects objects in an image while simultaneously generating a high-quality segmentation mask for each instance. The…

计算机视觉与模式识别 · 计算机科学 2018-01-25 Kaiming He , Georgia Gkioxari , Piotr Dollár , Ross Girshick

Instance segmentation is one of the fundamental vision tasks. Recently, fully convolutional instance segmentation methods have drawn much attention as they are often simpler and more efficient than two-stage approaches like Mask R-CNN. To…

计算机视觉与模式识别 · 计算机科学 2020-04-28 Hao Chen , Kunyang Sun , Zhi Tian , Chunhua Shen , Yongming Huang , Youliang Yan

In recent years, the task of segmenting foreground objects from background in a video, i.e. video object segmentation (VOS), has received considerable attention. In this paper, we propose a single end-to-end trainable deep neural network,…

计算机视觉与模式识别 · 计算机科学 2019-10-02 Ye Lyu , George Vosselman , Gui-Song Xia , Michael Ying Yang
‹ 上一页 1 2 3 10 下一页 ›