CVAINov 8, 2020

Adaptive Linear Span Network for Object Skeleton Detection

arXiv:2011.03972v129 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the problem of object skeleton detection for computer vision applications, offering an automated approach that improves performance over conventional hand-crafted networks.

The paper tackles object skeleton detection by proposing an adaptive linear span network (AdaLSN) that uses neural architecture search to automatically configure scale-aware features, achieving significantly higher accuracy and latency trade-off compared to state-of-the-art methods.

Conventional networks for object skeleton detection are usually hand-crafted. Although effective, they require intensive priori knowledge to configure representative features for objects in different scale granularity.In this paper, we propose adaptive linear span network (AdaLSN), driven by neural architecture search (NAS), to automatically configure and integrate scale-aware features for object skeleton detection. AdaLSN is formulated with the theory of linear span, which provides one of the earliest explanations for multi-scale deep feature fusion. AdaLSN is materialized by defining a mixed unit-pyramid search space, which goes beyond many existing search spaces using unit-level or pyramid-level features.Within the mixed space, we apply genetic architecture search to jointly optimize unit-level operations and pyramid-level connections for adaptive feature space expansion. AdaLSN substantiates its versatility by achieving significantly higher accuracy and latency trade-off compared with state-of-the-arts. It also demonstrates general applicability to image-to-mask tasks such as edge detection and road extraction. Code is available at \href{https://github.com/sunsmarterjie/SDL-Skeleton}{\color{magenta}github.com/sunsmarterjie/SDL-Skeleton}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes