paper-with-me

홈 › Papers

ContourFormer:Real-Time Contour-Based End-to-End Instance Segmentation Transformer

2025-01-29 · Weiwei Yao, Chen Li, Minjun Xiong, Wenbo Dong, Hao Chen, Xiong Xiao

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 contours. To improve efficiency and accuracy, we develop two novel techniques: sub-contour decoupling mechanisms and contour fine-grained distribution refinement. In the sub-contour decoupling mechanism, we propose a deformable attention-based module that adaptively selects sampling regions based on the current predicted contour, enabling more effective capturing of object boundary information. Additionally, we design a multi-stage optimization process to enhance segmentation precision by progressively refining sub-contours. The contour fine-grained distribution refinement technique aims to further improve the ability to express fine details of contours. These innovations enable Contourformer to achieve stable and precise segmentation for each instance while maintaining real-time performance. Extensive experiments demonstrate the superior performance of Contourformer on multiple benchmark datasets, including SBD, COCO, and KINS. We conduct comprehensive evaluations and comparisons with existing state-of-the-art methods, showing significant improvements in both accuracy and inference speed. This work provides a new solution for contour-based instance segmentation tasks and lays a foundation for future research, with the potential to become a strong baseline method in this field.

📄 PDF Abstract BibTeX arXiv:2501.17688

Code (1)

talebolano/contourformer 공식 구현 pytorch

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Deep Snake for Real-Time Instance Segmentation

2020-01-06 · CVPR 2020 6 · Sida Peng, Wen Jiang, Huaijin Pi, Xiuli Li 외

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, dee…

GPUInstance SegmentationObjectObject Localization+3

Contour Proposal Networks for Biomedical Instance Segmentation

2021-04-07 · Eric Upschulte, Stefan Harmeling, Katrin Amunts, Timo Dickscheid

We present a conceptually simple framework for object instance segmentation called Contour Proposal Network (CPN), which detects possibly overlapping objects in an image while simultaneously fitting closed object contour…

Blood Cell DetectionCell DetectionCell SegmentationInstance Segmentation+6

Applying Eigencontours to PolarMask-Based Instance Segmentation

2022-08-24 · Wonhui Park, Dongkwon Jin, Chang-Su Kim

Eigencontours are the first data-driven contour descriptors based on singular value decomposition. Based on the implementation of ESE-Seg, eigencontours were applied to the instance segmentation task successfully. In thi…

Instance SegmentationSegmentationSemantic Segmentation

E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation

2022-03-08 · CVPR 2022 1 · Tao Zhang, Shiqing Wei, Shunping Ji

Contour-based instance segmentation methods have developed rapidly recently but feature rough and hand-crafted front-end contour initialization, which restricts the model performance, and an empirical and fixed backend p…

GPUInstance SegmentationSemantic SegmentationVocal Bursts Intensity Prediction

Contour Loss for Instance Segmentation via k-step Distance Transformation Image

2021-02-22 · Xiaolong Guo, Xiaosong Lan, Kunfeng Wang, Shuxiao Li

Instance segmentation aims to locate targets in the image and segment each target area at pixel level, which is one of the most important tasks in computer vision. Mask R-CNN is a classic method of instance segmentation,…

Instance SegmentationSegmentationSemantic Segmentation