中文
相关论文

相关论文: Proposal-Free Volumetric Instance Segmentation fro…

200 篇论文

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

We propose a new method for semantic instance segmentation, by first computing how likely two pixels are to belong to the same object, and then by grouping similar pixels together. Our similarity metric is based on a deep, fully…

计算机视觉与模式识别 · 计算机科学 2017-03-31 Alireza Fathi , Zbigniew Wojna , Vivek Rathod , Peng Wang , Hyun Oh Song , Sergio Guadarrama , Kevin P. Murphy

Unsupervised semantic segmentation aims to automatically partition images into semantically meaningful regions by identifying global semantic categories within an image corpus without any form of annotation. Building upon recent advances in…

计算机视觉与模式识别 · 计算机科学 2024-10-08 Oliver Hahn , Nikita Araslanov , Simone Schaub-Meyer , Stefan Roth

In this work, we present a new operator, called Instance Mask Projection (IMP), which projects a predicted Instance Segmentation as a new feature for semantic segmentation. It also supports back propagation so is trainable end-to-end. Our…

计算机视觉与模式识别 · 计算机科学 2019-06-18 Cheng-Yang Fu , Tamara L. Berg , Alexander C. Berg

Instance segmentation aims to delineate each individual object of interest in an image. State-of-the-art approaches achieve this goal by either partitioning semantic segmentations or refining coarse representations of detected objects. In…

计算机视觉与模式识别 · 计算机科学 2022-10-10 Long Chen , Yuli Wu , Dorit Merhof

Existing 3D instance segmentation methods frequently encounter issues with over-segmentation, leading to redundant and inaccurate 3D proposals that complicate downstream tasks. This challenge arises from their unsupervised merging approach,…

计算机视觉与模式识别 · 计算机科学 2024-11-26 Phuc Nguyen , Minh Luu , Anh Tran , Cuong Pham , Khoi Nguyen

Recent object detection systems rely on two critical steps: (1) a set of object proposals is predicted as efficiently as possible, and (2) this set of candidate proposals is then passed to an object classifier. Such approaches have been…

计算机视觉与模式识别 · 计算机科学 2015-09-02 Pedro O. Pinheiro , Ronan Collobert , Piotr Dollar

In semantic segmentation, generalizing a visual system to both seen categories and novel categories at inference time has always been practically valuable yet challenging. To enable such functionality, existing methods mainly rely on either…

计算机视觉与模式识别 · 计算机科学 2024-07-12 Yuhuan Yang , Chaofan Ma , Chen Ju , Fei Zhang , Jiangchao Yao , Ya Zhang , Yanfeng Wang

Precise segmentation and anatomical identification of the vertebrae provides the basis for automatic analysis of the spine, such as detection of vertebral compression fractures or other abnormalities. Most dedicated spine CT and MR scans as…

计算机视觉与模式识别 · 计算机科学 2019-02-15 Nikolas Lessmann , Bram van Ginneken , Pim A. de Jong , Ivana Išgum

Open-vocabulary 3D instance segmentation is a core capability for robotics and AR/VR, but prior methods trade one bottleneck for another: multi-stage 2D+3D pipelines aggregate foundation-model outputs at hundreds of seconds per scene, while…

计算机视觉与模式识别 · 计算机科学 2026-04-23 Chris Choy , Junha Lee , Chunghyun Park , Minsu Cho , Jan Kautz

Learning-based lossless image compression employs pixel-based or subimage-based auto-regression for probability estimation, which achieves desirable performances. However, the existing works only consider context dependencies in one…

图像与视频处理 · 电气工程与系统科学 2025-03-17 Tiantian Li , Qunbing Xia , Yue Li , Ruixiao Guo , Gaobo Yang

The two-stage methods for instance segmentation, e.g. Mask R-CNN, have achieved excellent performance recently. However, the segmented masks are still very coarse due to the downsampling operations in both the feature pyramid and the…

计算机视觉与模式识别 · 计算机科学 2021-04-20 Gang Zhang , Xin Lu , Jingru Tan , Jianmin Li , Zhaoxiang Zhang , Quanquan Li , Xiaolin Hu

In this paper, we propose a simple yet efficientinstance segmentation approach based on the single-stage anchor-free detector, termed SAIS. In our approach, the instancesegmentation task consists of two parallel subtasks which re-spectively…

计算机视觉与模式识别 · 计算机科学 2019-12-04 Canqun Xiang , Shishun Tian , Wenbin Zou , Chen Xu

3D instance segmentation is crucial for applications demanding comprehensive 3D scene understanding. In this paper, we introduce a novel method that simultaneously learns coefficients and prototypes. Employing an overcomplete sampling…

计算机视觉与模式识别 · 计算机科学 2024-07-11 Remco Royen , Leon Denis , Adrian Munteanu

We present a new instance segmentation approach tailored to biological images, where instances may correspond to individual cells, organisms or plant parts. Unlike instance segmentation for user photographs or road scenes, in biological…

计算机视觉与模式识别 · 计算机科学 2020-04-24 Victor Kulikov , Victor Lempitsky

In this work, we propose a new unsupervised image segmentation approach based on mutual information maximization between different constructed views of the inputs. Taking inspiration from autoregressive generative models that predict the…

计算机视觉与模式识别 · 计算机科学 2020-07-17 Yassine Ouali , Céline Hudelot , Myriam Tami

Instance segmentation of remote sensing images (RSIs) is an essential task for a wide range of applications such as land planning and intelligent transport. Instance segmentation of RSIs is constantly plagued by the unbalanced ratio of…

计算机视觉与模式识别 · 计算机科学 2024-09-12 Xuexue Li

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

Melanoma segmentation in Whole Slide Images (WSIs) is useful for prognosis and the measurement of crucial prognostic factors such as Breslow depth and primary invasive tumor size. In this paper, we present a novel approach that uses the…

计算机视觉与模式识别 · 计算机科学 2024-10-04 Qingyuan Liu , Avideh Zakhor

We propose a simple yet effective framework for instance and panoptic segmentation, termed CondInst (conditional convolutions for instance and panoptic segmentation). In the literature, top-performing instance segmentation methods typically…

计算机视觉与模式识别 · 计算机科学 2022-01-21 Zhi Tian , Bowen Zhang , Hao Chen , Chunhua Shen