paper-with-me

홈 › Papers

Walk the Lines: Object Contour Tracing CNN for Contour Completion of Ships

2020-04-14 · André Peter Kelm, Udo Zölzer

We develop a new contour tracing algorithm to enhance the results of the latest object contour detectors. The goal is to achieve a perfectly closed, 1 pixel wide and detailed object contour, since this type of contour could be analyzed using methods such as Fourier descriptors. Convolutional Neural Networks (CNNs) are rarely used for contour tracing. However, we find CNNs are tailor-made for this task and that's why we present the Walk the Lines (WtL) algorithm, a standard regression CNN trained to follow object contours. To make the first step, we train the CNN only on ship contours, but the principle is also applicable to other objects. Input data are the image and the associated object contour prediction of the recently published RefineContourNet. The WtL gets a center pixel, which defines an input section and an angle for rotating this section. Ideally, the center pixel moves on the contour, while the angle describes upcoming directional contour changes. The WtL predicts its steps pixelwise in a selfrouting way. To obtain a complete object contour the WtL runs in parallel at different image locations and the traces of its individual paths are summed. In contrast to the comparable Non-Maximum Suppression method, our approach produces connected contours with finer details. Finally, the object contour is binarized under the condition of being closed. In case all procedures work as desired, excellent ship segmentations with high IoUs are produced, showing details such as antennas and ship superstructures that are easily omitted by other segmentation methods.

📄 PDF Abstract BibTeX arXiv:2004.06587

Code (0)

등록된 구현이 없습니다.

Tasks

Object

Similar Papers 제목 키워드 기반

Walk the Lines 2: Contour Tracking for Detailed Segmentation

2025-11-07 · André Peter Kelm, Max Braeschke, Emre Gülsoylu, Simone Frintrop arxiv

This paper presents Walk the Lines 2 (WtL2), a unique contour tracking algorithm specifically adapted for detailed segmentation of infrared (IR) ships and various objects in RGB.1 This extends the original Walk the Lines…

Image Segmentation

Generative AI for Industrial Contour Detection: A Language-Guided Vision System

2025-08-29 · Liang Gong, Tommy, Wang, Sara Chaker 외 arxiv

Industrial computer vision systems often struggle with noise, material variability, and uncontrolled imaging conditions, limiting the effectiveness of classical edge detectors and handcrafted pipelines. In this work, we …

Contouring by Unit Vector Field Regression

2023-05-26 · Amir Jamaludin, Sarim Ather, Timor Kadir, Rhydian Windsor

This work introduces a simple deep-learning based method to delineate contours by `walking' along learnt unit vector fields. We demonstrate the effectiveness of our pipeline on the unique case of open contours on the tas…

regression

Marking anything: application of point cloud in extracting video target features

2023-06-13 · Xiangchun Xu

Extracting retrievable features from video is of great significance for structured video database construction, video copyright protection and fake video rumor refutation. Inspired by point cloud data processing, this pa…

Multi-Object TrackingObject TrackingRetrieval

A Deep Active Contour Model for Delineating Glacier Calving Fronts

2023-07-07 · Konrad Heidler, Lichao Mou, Erik Loebel, Mirko Scheinert 외

Choosing how to encode a real-world problem as a machine learning task is an important design decision in machine learning. The task of glacier calving front modeling has often been approached as a semantic segmentation …

Contour DetectionEdge DetectionSegmentationSemantic Segmentation