Methods › Computer Vision › Image Segmentation Models › DEXTR
Deep Extreme Cut
DEXTR
Introduced by Kevis-Kokitsi Maninis et al. in Deep Extreme Cut: From Extreme Points to Object Segmentation
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
DEXTR, or Deep Extreme Cut, obtains an object segmentation from its four extreme points: the left-most, right-most, top, and bottom pixels. The annotated extreme points are given as a guiding signal to the input of the network. To this end, we create a heatmap with activations in the regions of extreme points. We center a 2D Gaussian around each of the points, in order to create a single heatmap. The heatmap is concatenated with the RGB channels of the input image, to form a 4-channel input for the CNN. In order to focus on the object of interest, the input is cropped by the bounding box, formed from the extreme point annotations. To include context on the resulting crop, we relax the tight bounding box by several pixels. After the pre-processing step that comes exclusively from the extreme clicks, the input consists of an RGB crop including an object, plus its extreme points.
ResNet-101 is chosen as backbone of the architecture. We remove the fully connected layers as well as the max pooling layers in the last two stages to preserve acceptable output resolution for dense prediction, and we introduce atrous convolutions in the last two stages to maintain the same receptive field. After the last ResNet-101 stage, we introduce a pyramid scene parsing module to aggregate global context to the final feature map. The output of the CNN is a probability map representing whether a pixel belongs to the object that we want to segment or not. The CNN is trained to minimize the standard cross entropy loss, which takes into account that different classes occur with different frequency in a dataset.
Papers archive 2025-07-28
5 shown of 5, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
HoughNet: Integrating near and long-range evidence for bottom-up object detection 5 Jul 2020 · 2 repositories · arXiv:2007.02355
-
Interactive Object Segmentation With Inside-Outside Guidance 1 Jun 2020 · 2 repositories
-
Object Instance Annotation With Deep Extreme Level Set Evolution 1 Jun 2019 · 1 repository
-
Bottom-up Object Detection by Grouping Extreme and Center Points 23 Jan 2019 · 2 repositories · arXiv:1901.08043Syntology ran 1 of 5 samples · 4 unverified
-
Deep Extreme Cut: From Extreme Points to Object Segmentation 24 Nov 2017 · 2 repositories · arXiv:1711.09081
Tasks archive 2025-07-28
12 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections