paper-with-me

Papers

FourierNet: Compact mask representation for instance segmentation using differentiable shape decoders

2020-02-07 · Hamd ul Moqeet Riaz, Nuri Benbarka, Andreas Zell

We present FourierNet, a single shot, anchor-free, fully convolutional instance segmentation method that predicts a shape vector. Consequently, this shape vector is converted into the masks' contour points using a fast numerical transform. Compared to previous methods, we introduce a new training technique, where we utilize a differentiable shape decoder, which manages the automatic weight balancing of the shape vector's coefficients. We used the Fourier series as a shape encoder because of its coefficient interpretability and fast implementation. FourierNet shows promising results compared to polygon representation methods, achieving 30.6 mAP on the MS COCO 2017 benchmark. At lower image resolutions, it runs at 26.6 FPS with 24.3 mAP. It reaches 23.3 mAP using just eight parameters to represent the mask (note that at least four parameters are needed for bounding box prediction only). Qualitative analysis shows that suppressing a reasonable proportion of higher frequencies of Fourier series, still generates meaningful masks. These results validate our understanding that lower frequency components hold higher information for the segmentation task, and therefore, we can achieve a compressed representation. Code is available at: github.com/cogsys-tuebingen/FourierNet.

📄 PDF Abstract BibTeX arXiv:2002.02709

Code (1)

cogsys-tuebingen/FourierNet 공식 구현 pytorch

Tasks

DecoderInstance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Mask Encoding for Single Shot Instance Segmentation

2020-03-26 · CVPR 2020 6 · Rufeng Zhang, Zhi Tian, Chunhua Shen, Mingyu You 외

To date, instance segmentation is dominated by twostage methods, as pioneered by Mask R-CNN. In contrast, one-stage alternatives cannot compete with Mask R-CNN in mask AP, mainly due to the difficulty of compactly repres…

Instance SegmentationSegmentationSemantic Segmentation

DCT-Mask: Discrete Cosine Transform Mask Representation for Instance Segmentation

2020-11-19 · CVPR 2021 1 · Xing Shen, Jirui Yang, Chunbo Wei, Bing Deng 외

Binary grid mask representation is broadly used in instance segmentation. A representative instantiation is Mask R-CNN which predicts masks on a $28\times 28$ binary grid. Generally, a low-resolution grid is not sufficie…

Instance SegmentationSemantic Segmentation

FourierNet: Shape-Preserving Network for Henle's Fiber Layer Segmentation in Optical Coherence Tomography Images

2022-01-17 · Selahattin Cansiz, Cem Kesim, Sevval Nur Bektas, Zeynep Kulali 외

The Henle's fiber layer (HFL) in the retina carries valuable information on the macular condition of an eye. However, in the common practice, this layer is not separately segmented but rather included in the outer nuclea…

regressionSegmentation

SAF-IS: a Spatial Annotation Free Framework for Instance Segmentation of Surgical Tools

2023-09-04 · Luca Sestini, Benoit Rosa, Elena De Momi, Giancarlo Ferrigno 외

Instance segmentation of surgical instruments is a long-standing research problem, crucial for the development of many applications for computer-assisted surgery. This problem is commonly tackled via fully-supervised tra…

Instance SegmentationSegmentationSemantic Segmentation

Mask4Former: Mask Transformer for 4D Panoptic Segmentation

2023-09-28 · Kadir Yilmaz, Jonas Schult, Alexey Nekrasov, Bastian Leibe

Accurately perceiving and tracking instances over time is essential for the decision-making processes of autonomous agents interacting safely in dynamic environments. With this intention, we propose Mask4Former for the c…

4D Panoptic SegmentationInstance SegmentationObject TrackingPanoptic Segmentation+1