paper-with-me

Papers

Deep Extreme Cut: From Extreme Points to Object Segmentation

2017-11-24 · CVPR 2018 6 · Kevis-Kokitsi Maninis, Sergi Caelles, Jordi Pont-Tuset, Luc van Gool

This paper explores the use of extreme points in an object (left-most, right-most, top, bottom pixels) as input to obtain precise object segmentation for images and videos. We do so by adding an extra channel to the image in the input of a convolutional neural network (CNN), which contains a Gaussian centered in each of the extreme points. The CNN learns to transform this information into a segmentation of an object that matches those extreme points. We demonstrate the usefulness of this approach for guided segmentation (grabcut-style), interactive segmentation, video object segmentation, and dense segmentation annotation. We show that we obtain the most precise results to date, also with less user input, in an extensive and varied selection of benchmarks and datasets. All our models and code are publicly available on http://www.vision.ee.ethz.ch/~cvlsegmentation/dextr/.

📄 PDF Abstract BibTeX arXiv:1711.09081

Code (2)

scaelles/DEXTR-KerasTensorflow 공식 구현 tf
scaelles/DEXTR-PyTorch 공식 구현 pytorch

Tasks

Instance SegmentationInteractive SegmentationObjectSegmentationSemantic SegmentationVideo Object Segmentation

Methods 이 논문이 사용한 방법론

Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Kaiming Initialization 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

FAIRS -- Soft Focus Generator and Attention for Robust Object Segmentation from Extreme Points

2020-04-04 · Ahmed H. Shahin, Prateek Munjal, Ling Shao, Shadab Khan

Semantic segmentation from user inputs has been actively studied to facilitate interactive segmentation for data annotation and other applications. Recent studies have shown that extreme points can be effectively used to…

Interactive SegmentationSegmentationSemantic Segmentation

Extreme clicking for efficient object annotation

2017-08-09 · ICCV 2017 10 · Dim P. Papadopoulos, Jasper R. R. Uijlings, Frank Keller, Vittorio Ferrari

Manually annotating object bounding boxes is central to building computer vision datasets, and it is very time consuming (annotating ILSVRC [53] took 35s for one high-quality box [62]). It involves clicking on imaginary …

Object

S4M: Segment Anything with 4 Extreme Points

2025-03-07 · Adrien Meyer, Lorenzo Arboit, Giuseppe Massimiani, Francesco Brucchi 외

The Segment Anything Model (SAM) has revolutionized open-set interactive image segmentation, inspiring numerous adapters for the medical domain. However, SAM primarily relies on sparse prompts such as point or bounding b…

Image SegmentationInstance SegmentationSemantic Segmentation

Extreme Point Supervised Instance Segmentation

2024-05-31 · CVPR 2024 1 · Hyeonjun Lee, Sehyun Hwang, Suha Kwak

This paper introduces a novel approach to learning instance segmentation using extreme points, i.e., the topmost, leftmost, bottommost, and rightmost points, of each object. These points are readily available in the mode…

Instance SegmentationPoint-Supervised Instance SegmentationPseudo LabelSegmentation+1

Inter Extreme Points Geodesics for End-to-End Weakly Supervised Image Segmentation

2021-07-01 · Reuben Dorent, Samuel Joutard, Jonathan Shapey, Aaron Kujawa 외

We introduce $\textit{InExtremIS}$, a weakly supervised 3D approach to train a deep image segmentation network using particularly weak train-time annotations: only 6 extreme clicks at the boundary of the objects of inter…

Image SegmentationSegmentationSemantic SegmentationWeakly supervised segmentation