paper-with-me

Papers

Vec2Instance: Parameterization for Deep Instance Segmentation

2020-10-06 · N. Lakmal Deshapriya, Matthew N. Dailey, Manzul Kumar Hazarika, Hiroyuki Miyazaki

Current advances in deep learning is leading to human-level accuracy in computer vision tasks such as object classification, localization, semantic segmentation, and instance segmentation. In this paper, we describe a new deep convolutional neural network architecture called Vec2Instance for instance segmentation. Vec2Instance provides a framework for parametrization of instances, allowing convolutional neural networks to efficiently estimate the complex shapes of instances around their centroids. We demonstrate the feasibility of the proposed architecture with respect to instance segmentation tasks on satellite images, which have a wide range of applications. Moreover, we demonstrate the usefulness of the new method for extracting building foot-prints from satellite images. Total pixel-wise accuracy of our approach is 89\%, near the accuracy of the state-of-the-art Mask RCNN (91\%). Vec2Instance is an alternative approach to complex instance segmentation pipelines, offering simplicity and intuitiveness. The code developed under this study is available in the Vec2Instance GitHub repository, https://github.com/lakmalnd/Vec2Instance

📄 PDF Abstract BibTeX arXiv:2010.02725

Code (1)

lakmalnd/Vec2Instance 공식 구현 tf

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

SurfDist: Interpretable Three-Dimensional Instance Segmentation Using Curved Surface Patches

2025-07-11 · Jackson Borchardt, Saul Kato arxiv

We present SurfDist, a convolutional neural network architecture for three-dimensional volumetric instance segmentation. SurfDist enables prediction of instances represented as closed surfaces composed of smooth parametr…

Instance Segmentation

RepSNet: A Nucleus Instance Segmentation model based on Boundary Regression and Structural Re-parameterization

2025-05-08 · Shengchun Xiong, Xiangru Li, Yunpeng Zhong, Wanfen Peng

Pathological diagnosis is the gold standard for tumor diagnosis, and nucleus instance segmentation is a key step in digital pathology analysis and pathological diagnosis. However, the computational efficiency of the mode…

Computational EfficiencyInstance SegmentationSemantic Segmentation

Learning deep structured active contours end-to-end

2018-03-16 · CVPR 2018 6 · Diego Marcos, Devis Tuia, Benjamin Kellenberger, Lisa Zhang 외

The world is covered with millions of buildings, and precisely knowing each instance's position and extents is vital to a multitude of applications. Recently, automated building footprint segmentation models have shown s…

Instance SegmentationSegmentationSemantic Segmentation

Learning Panoptic Segmentation from Instance Contours

2020-10-16 · Sumanth Chennupati, Venkatraman Narayanan, Ganesh Sistu, Senthil Yogamani 외

Panoptic Segmentation aims to provide an understanding of background (stuff) and instances of objects (things) at a pixel level. It combines the separate tasks of semantic segmentation (pixel level classification) and in…

ClusteringInstance SegmentationPanoptic SegmentationScene Understanding+2

SOLO: Segmenting Objects by Locations

2019-12-10 · ECCV 2020 8 · Xinlong Wang, Tao Kong, Chunhua Shen, Yuning Jiang 외

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 inst…

ClusteringGeneral ClassificationInstance SegmentationSegmentation+1