paper-with-me

홈 › Papers

SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation

2020-07-29 · ECCV 2020 8 · Jiale Cao, Rao Muhammad Anwer, Hisham Cholakkal, Fahad Shahbaz Khan, Yanwei Pang, Ling Shao

Single-stage instance segmentation approaches have recently gained popularity due to their speed and simplicity, but are still lagging behind in accuracy, compared to two-stage methods. We propose a fast single-stage instance segmentation method, called SipMask, that preserves instance-specific spatial information by separating mask prediction of an instance to different sub-regions of a detected bounding-box. Our main contribution is a novel light-weight spatial preservation (SP) module that generates a separate set of spatial coefficients for each sub-region within a bounding-box, leading to improved mask predictions. It also enables accurate delineation of spatially adjacent instances. Further, we introduce a mask alignment weighting loss and a feature alignment scheme to better correlate mask prediction with object detection. On COCO test-dev, our SipMask outperforms the existing single-stage methods. Compared to the state-of-the-art single-stage TensorMask, SipMask obtains an absolute gain of 1.0% (mask AP), while providing a four-fold speedup. In terms of real-time capabilities, SipMask outperforms YOLACT with an absolute gain of 3.0% (mask AP) under similar settings, while operating at comparable speed on a Titan Xp. We also evaluate our SipMask for real-time video instance segmentation, achieving promising results on YouTube-VIS dataset. The source code is available at https://github.com/JialeCao001/SipMask.

📄 PDF Abstract BibTeX arXiv:2007.14772

Code (1)

JialeCao001/SipMask 공식 구현 pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionReal-time Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation

Similar Papers 제목 키워드 기반

A Variational Pan-Sharpening With Local Gradient Constraints

2019-06-01 · CVPR 2019 6 · Xueyang Fu, Zihuang Lin, Yue Huang, Xinghao Ding

Pan-sharpening aims at fusing spectral and spatial information, which are respectively contained in the multispectral (MS) image and panchromatic (PAN) image, to produce a high resolution multi-spectral (HRMS) image. In …

Significantly Fast and Robust Fuzzy C-MeansClustering Algorithm Based on MorphologicalReconstruction and Membership Filtering

2018-01-23 · IEEE 2018 1 · Tao Lei, Xiaohong Jia, Yanning Zhang, Lifeng He 외

As fuzzy c-means clustering (FCM) algorithm issensitive to noise, local spatial information is often introducedto an objective function to improve the robustness of the FCMalgorithm for image segm…

ClusteringImage SegmentationSemantic Segmentation

LASPA: Latent Spatial Alignment for Fast Training-free Single Image Editing

2024-03-19 · Yazeed Alharbi, Peter Wonka

We present a novel, training-free approach for textual editing of real images using diffusion models. Unlike prior methods that rely on computationally expensive finetuning, our approach leverages LAtent SPatial Alignmen…

PanNet: A Deep Network Architecture for Pan-Sharpening

2017-10-01 · ICCV 2017 10 · Junfeng Yang, Xueyang Fu, Yuwen Hu, Yue Huang 외

We propose a deep network architecture for the pan-sharpening problem called PanNet. We incorporate domain-specific knowledge to design our PanNet architecture by focusing on the two aims of the pan-sharpening problem: s…

Fast Symmetric Diffeomorphic Image Registration with Convolutional Neural Networks

2020-03-20 · CVPR 2020 6 · Tony C. W. Mok, Albert C. S. Chung

Diffeomorphic deformable image registration is crucial in many medical image studies, as it offers unique, special properties including topology preservation and invertibility of the transformation. Recent deep learning-…

Image Registration