CVApr 14, 2021

Harmonious Semantic Line Detection via Maximal Weight Clique Selection

arXiv:2104.06903v16 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for improved semantic line detection in computer vision, offering a method that enhances harmony in line sets, though it appears incremental in its approach.

The paper tackles the problem of detecting harmonious semantic lines in images by proposing a novel algorithm that uses two networks and maximal weight clique selection, achieving effective and efficient detection as demonstrated experimentally.

A novel algorithm to detect an optimal set of semantic lines is proposed in this work. We develop two networks: selection network (S-Net) and harmonization network (H-Net). First, S-Net computes the probabilities and offsets of line candidates. Second, we filter out irrelevant lines through a selection-and-removal process. Third, we construct a complete graph, whose edge weights are computed by H-Net. Finally, we determine a maximal weight clique representing an optimal set of semantic lines. Moreover, to assess the overall harmony of detected lines, we propose a novel metric, called HIoU. Experimental results demonstrate that the proposed algorithm can detect harmonious semantic lines effectively and efficiently. Our codes are available at https://github.com/dongkwonjin/Semantic-Line-MWCS.

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