paper-with-me

홈 › Papers

FloorPlanCAD: A Large-Scale CAD Drawing Dataset for Panoptic Symbol Spotting

2021-05-15 · ICCV 2021 10 · Zhiwen Fan, Lingjie Zhu, Honghua Li, Xiaohao Chen, Siyu Zhu, Ping Tan

Access to large and diverse computer-aided design (CAD) drawings is critical for developing symbol spotting algorithms. In this paper, we present FloorPlanCAD, a large-scale real-world CAD drawing dataset containing over 10,000 floor plans, ranging from residential to commercial buildings. CAD drawings in the dataset are all represented as vector graphics, which enable us to provide line-grained annotations of 30 object categories. Equipped by such annotations, we introduce the task of panoptic symbol spotting, which requires to spot not only instances of countable things, but also the semantic of uncountable stuff. Aiming to solve this task, we propose a novel method by combining Graph Convolutional Networks (GCNs) with Convolutional Neural Networks (CNNs), which captures both non-Euclidean and Euclidean features and can be trained end-to-end. The proposed CNN-GCN method achieved state-of-the-art (SOTA) performance on the task of semantic symbol spotting, and help us build a baseline network for the panoptic symbol spotting task. Our contributions are three-fold: 1) to the best of our knowledge, the presented CAD drawing dataset is the first of its kind; 2) the panoptic symbol spotting task considers the spotting of both thing instances and stuff semantic as one recognition problem; and 3) we presented a baseline solution to the panoptic symbol spotting task based on a novel CNN-GCN method, which achieved SOTA performance on semantic symbol spotting. We believe that these contributions will boost research in related areas.

📄 PDF Abstract BibTeX arXiv:2105.07147

Code (0)

등록된 구현이 없습니다.

Tasks

Vector Graphics

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

CADSpotting: Robust Panoptic Symbol Spotting on Large-Scale CAD Drawings

2024-12-10 · Jiazuo Mu, Fuyi Yang, Yanshun Zhang, Junxiong Zhang 외

We introduce CADSpotting, an efficient method for panoptic symbol spotting in large-scale architectural CAD drawings. Existing approaches struggle with the diversity of symbols, scale variations, and overlapping elements…

DiversityPanoptic Segmentation

CADTransformer: Panoptic Symbol Spotting Transformer for CAD Drawings

2022-01-01 · CVPR 2022 1 · Zhiwen Fan, Tianlong Chen, Peihao Wang, Zhangyang Wang

Understanding 2D computer-aided design (CAD) drawings plays a crucial role for creating 3D prototypes in architecture, engineering and construction (AEC) industries. The task of automated panoptic symbol spotting, i.…

Data Augmentation

Symbol as Points: Panoptic Symbol Spotting via Point-based Representation

2024-01-19 · Wenlong Liu, Tianyu Yang, YuHan Wang, QiZhi Yu 외

This work studies the problem of panoptic symbol spotting, which is to spot and parse both countable object instances (windows, doors, tables, etc.) and uncountable stuff (wall, railing, etc.) from computer-aided design …

Point Cloud SegmentationVector Graphics

ArchCAD-400K: An Open Large-Scale Architectural CAD Dataset and New Baseline for Panoptic Symbol Spotting

2025-03-28 · Ruifeng Luo, Zhengjie Liu, Tianxiao Cheng, Jie Wang 외

Recognizing symbols in architectural CAD drawings is critical for various advanced engineering applications. In this paper, we propose a novel CAD data annotation engine that leverages intrinsic attributes from systemati…

Diversity

VectorGraphNET: Graph Attention Networks for Accurate Segmentation of Complex Technical Drawings

2024-10-02 · Andrea Carrara, Stavros Nousias, André Borrmann

This paper introduces a new approach to extract and analyze vector data from technical drawings in PDF format. Our method involves converting PDF files into SVG format and creating a feature-rich graph representation, wh…

GPUGraph AttentionSemantic Segmentation