Contour Detection

16 papers with code • 0 benchmarks • 1 datasets

Object Contour Detection extracts information about the object shape in images.

Source: Object Contour and Edge Detection with RefineContourNet

Datasets


Most implemented papers

Object Contour Detection with a Fully Convolutional Encoder-Decoder Network

jimeiyang/objectContourDetector CVPR 2016

We develop a deep learning algorithm for contour detection with a fully convolutional encoder-decoder network.

Convolutional Oriented Boundaries: From Image Segmentation to High-Level Tasks

kmaninis/COB 17 Jan 2017

We present Convolutional Oriented Boundaries (COB), which produces multiscale oriented contours and region hierarchies starting from generic image classification Convolutional Neural Networks (CNNs).

Object Contour and Edge Detection with RefineContourNet

AndreKelm/RefineContourNet 30 Apr 2019

A ResNet-based multi-path refinement CNN is used for object contour detection.

Convolutional Oriented Boundaries

kmaninis/COB 9 Aug 2016

We present Convolutional Oriented Boundaries (COB), which produces multiscale oriented contours and region hierarchies starting from generic image classification Convolutional Neural Networks (CNNs).

Learning long-range spatial dependencies with horizontal gated-recurrent units

serre-lab/hgru_share NeurIPS 2018

As a prime example, convolutional neural networks, a type of feedforward neural networks, are now approaching -- and sometimes even surpassing -- human accuracy on a variety of visual recognition tasks.

Adaptive multi-focus regions defining and implementation on mobile phone

trongan93/viplab-mip-multifocus 30 Jun 2018

To perform the identification of focused regions and the objects within the image, this thesis proposes the method of aggregating information from the recognition of the edge on image.

Contour Knowledge Transfer for Salient Object Detection

lixin666/C2SNet ECCV 2018

Our goal is to overcome this limitation by automatically converting an existing deep contour detection model into a salient object detection model without using any manual salient object masks.

A Mutual Learning Method for Salient Object Detection With Intertwined Multi-Supervision

JosephineRabbit/MLMSNet CVPR 2019

Though deep learning techniques have made great progress in salient object detection recently, the predicted saliency maps still suffer from incomplete predictions due to the internal complexity of objects and inaccurate boundaries caused by strides in convolution and pooling operations.

Contour Integration using Graph-Cut and Non-Classical Receptive Field

z-mousavi/ContourGraphCut 27 Oct 2020

Many edge and contour detection algorithms give a soft-value as an output and the final binary map is commonly obtained by applying an optimal threshold.