RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      2D 벡터 건축구조 도면을 통한 결정론적 증거 기반 BIM 자동 생성

      한글로보기

      https://www.riss.kr/link?id=T17411102

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

      Deterministic Evidence-Based BIM Generation from 2D Vector Structural Floor Plans Kim, Si Uk Department of Architecture Engineering Graduate School Dankook University Advisor : Kim, Chee Kyeong The construction industry is operated on a vast asset base of 2D CAD drawings and demands a paradigm shift to Building Information Modeling (BIM) in order to improve productivity and strengthen data quality. Under current domestic policy, there is a trend toward making BIM mandatory for all future public works, and the demand for converting 2D drawing data into 3D BIM is continuously increasing. Despite efforts to introduce BIM, the digitalization of the construction sector in Korea remains at an early stage in terms of BIM adoption on site, and the level of subsequent utilization is low. The main reason is that the process of building BIM models requires an excessive amount of time and manpower. In the process of engineers interpreting complex drawing information, highly skilled experts must perform repetitive manual work, and this leads to inefficiencies in time, manpower, and cost. Existing studies tend to rely on parsing based on algorithmic tree structures, machine learning that uses drawing image recognition techniques, or, more recently, large language models. Through these methods, patterns and shapes that frequently appear in real-world drawings have been extracted and recognized to construct automatic modeling pipelines. However, these methods have not resolved the needs for determinism, explicit evidence, and operational safety that are required in real projects. This study proposes a vector-first hybrid pipeline that combines uncertainty-aware rule-based parsing and large language model orchestration to generate structural BIM from 2D vector drawings. Each run is logged into an evidence file(evidence.json), a structured JSON record that aggregates inputs, parameters, diagnostics, and per element scores for reproducible auditing. Previous research on drawing recognition for practical conversion from drawings to BIM has explored rule-based vector parsing, machine learning on rasterized plan images, and pipelines that heavily depend on large language models. These approaches learn recurring patterns and shapes in real-world drawings and can automatically construct BIM models. However, they do not cover the full range of design symbols and project-specific rules and remain sensitive to overlapping or inconsistent layer conventions. In addition, they rarely express uncertainty explicitly, and there are very few cases that provide machine-readable evidence and deterministic execution that enable safe rollback, regression testing, and traceable auditing. The core contribution of this study is a hybrid pipeline that automates BIM generation from structural drawings based on explicit intermediate evidence and contract-like data representations. First, vector DXF files are taken as input, and overlapping objects are separated using geometric algorithms and layer information. Geometric defects such as unclosed polygons, broken lines, and micro gaps are detected and corrected to stabilize subsequent modeling stages, and each candidate wall, column, beam, and slab segment is assigned confidence scores and evidence handles, which are recorded in evidence.json. Next, facts and actions are separated into two contract-based intermediate representations. BIM-JSON stores geometry, topology, and key parameters for the current interpretation as a single source of truth, and Action-JSON stores a small set of atomic operations, with explicit bounds and idempotency keys, for execution in Revit. For type inference and parameter extraction tasks that are difficult to express using rules alone, a large language model operates only on these structured packets and plays the role of a policy corrector within the action schema. This model reviews unmatched labels and ambiguous matches, proposes limited action adjustments based on calibrated confidence, and, instead of creating new facts, attaches links to the evidence that supports the adjustments. To avoid amplifying misrecognition when label or object information is missing, the pipeline adopts a vertical stepwise validation procedure. Three LLM agents that run independently play the roles of Planner, Validator, and Mapper and review matching consistency and potential errors, and only then are BIM actions accepted. After that, the Preflight module performs rule-based checks on unit and coordinate consistency, clash and continuity, and schema conformity, and it rejects or separately isolates any action set that violates the contract. Finally, automatic modeling in Revit is performed through Python scripts only for Action-JSON that has completed validation, and the logs and evidence collected at each stage are recorded for feedback and auditing. Transactions are executed atomically so that partial model creation or side effects that are not left in the logs do not occur when errors arise. Geometric information is exported in GeoJSON format together with overlay images so that experts can quickly cross-check the results against evidence.json at key stages. By making use of vector data, the proposed pipeline can directly use accurate coordinate and topological information without relying on image recognition, and as a result it can reduce dimensional and positional errors in the generated models. By structuring the conversion from 2D vector drawings to BIM as an end-to-end process that includes explicit intermediate representations, evidence, and validation, this approach reduces repetitive intervention by engineers while maintaining determinism and traceability. Unlike existing pipelines that rely only on rule-based algorithms or only on large language models, the proposed architecture restricts the role of the language model to a scope with clear boundaries and maintains machine-readable evidence at points where engineering judgment is required. It also supports controlled rollback and re-execution and guarantees that repeated runs under the same conditions produce identical outputs that can be compared and audited. This study shows that BIM models can be generated from early-stage structural drawings while reducing modeling time by 41.3±4.8% compared with traditional manual modeling and keeping the manual modification rate at the level of 8.1±2.5% of all elements. Through experiments conducted on actual building projects in the domestic construction environment, it is confirmed that the proposed pipeline can be integrated into real workflows without changing drawing conventions. The results show that combining uncertainty-aware vector parsing with contract-like validation of actions allows large language models to make a practical contribution to the automation of drawing recognition and BIM modeling. In this configuration, the system also meets engineering requirements for accuracy, determinism, and auditability.
      번역하기

      Deterministic Evidence-Based BIM Generation from 2D Vector Structural Floor Plans Kim, Si Uk Department of Architecture Engineering Graduate School Dankook University Advisor : Kim, Chee Kyeong The construction industry is operated on a vast asset bas...

      Deterministic Evidence-Based BIM Generation from 2D Vector Structural Floor Plans Kim, Si Uk Department of Architecture Engineering Graduate School Dankook University Advisor : Kim, Chee Kyeong The construction industry is operated on a vast asset base of 2D CAD drawings and demands a paradigm shift to Building Information Modeling (BIM) in order to improve productivity and strengthen data quality. Under current domestic policy, there is a trend toward making BIM mandatory for all future public works, and the demand for converting 2D drawing data into 3D BIM is continuously increasing. Despite efforts to introduce BIM, the digitalization of the construction sector in Korea remains at an early stage in terms of BIM adoption on site, and the level of subsequent utilization is low. The main reason is that the process of building BIM models requires an excessive amount of time and manpower. In the process of engineers interpreting complex drawing information, highly skilled experts must perform repetitive manual work, and this leads to inefficiencies in time, manpower, and cost. Existing studies tend to rely on parsing based on algorithmic tree structures, machine learning that uses drawing image recognition techniques, or, more recently, large language models. Through these methods, patterns and shapes that frequently appear in real-world drawings have been extracted and recognized to construct automatic modeling pipelines. However, these methods have not resolved the needs for determinism, explicit evidence, and operational safety that are required in real projects. This study proposes a vector-first hybrid pipeline that combines uncertainty-aware rule-based parsing and large language model orchestration to generate structural BIM from 2D vector drawings. Each run is logged into an evidence file(evidence.json), a structured JSON record that aggregates inputs, parameters, diagnostics, and per element scores for reproducible auditing. Previous research on drawing recognition for practical conversion from drawings to BIM has explored rule-based vector parsing, machine learning on rasterized plan images, and pipelines that heavily depend on large language models. These approaches learn recurring patterns and shapes in real-world drawings and can automatically construct BIM models. However, they do not cover the full range of design symbols and project-specific rules and remain sensitive to overlapping or inconsistent layer conventions. In addition, they rarely express uncertainty explicitly, and there are very few cases that provide machine-readable evidence and deterministic execution that enable safe rollback, regression testing, and traceable auditing. The core contribution of this study is a hybrid pipeline that automates BIM generation from structural drawings based on explicit intermediate evidence and contract-like data representations. First, vector DXF files are taken as input, and overlapping objects are separated using geometric algorithms and layer information. Geometric defects such as unclosed polygons, broken lines, and micro gaps are detected and corrected to stabilize subsequent modeling stages, and each candidate wall, column, beam, and slab segment is assigned confidence scores and evidence handles, which are recorded in evidence.json. Next, facts and actions are separated into two contract-based intermediate representations. BIM-JSON stores geometry, topology, and key parameters for the current interpretation as a single source of truth, and Action-JSON stores a small set of atomic operations, with explicit bounds and idempotency keys, for execution in Revit. For type inference and parameter extraction tasks that are difficult to express using rules alone, a large language model operates only on these structured packets and plays the role of a policy corrector within the action schema. This model reviews unmatched labels and ambiguous matches, proposes limited action adjustments based on calibrated confidence, and, instead of creating new facts, attaches links to the evidence that supports the adjustments. To avoid amplifying misrecognition when label or object information is missing, the pipeline adopts a vertical stepwise validation procedure. Three LLM agents that run independently play the roles of Planner, Validator, and Mapper and review matching consistency and potential errors, and only then are BIM actions accepted. After that, the Preflight module performs rule-based checks on unit and coordinate consistency, clash and continuity, and schema conformity, and it rejects or separately isolates any action set that violates the contract. Finally, automatic modeling in Revit is performed through Python scripts only for Action-JSON that has completed validation, and the logs and evidence collected at each stage are recorded for feedback and auditing. Transactions are executed atomically so that partial model creation or side effects that are not left in the logs do not occur when errors arise. Geometric information is exported in GeoJSON format together with overlay images so that experts can quickly cross-check the results against evidence.json at key stages. By making use of vector data, the proposed pipeline can directly use accurate coordinate and topological information without relying on image recognition, and as a result it can reduce dimensional and positional errors in the generated models. By structuring the conversion from 2D vector drawings to BIM as an end-to-end process that includes explicit intermediate representations, evidence, and validation, this approach reduces repetitive intervention by engineers while maintaining determinism and traceability. Unlike existing pipelines that rely only on rule-based algorithms or only on large language models, the proposed architecture restricts the role of the language model to a scope with clear boundaries and maintains machine-readable evidence at points where engineering judgment is required. It also supports controlled rollback and re-execution and guarantees that repeated runs under the same conditions produce identical outputs that can be compared and audited. This study shows that BIM models can be generated from early-stage structural drawings while reducing modeling time by 41.3±4.8% compared with traditional manual modeling and keeping the manual modification rate at the level of 8.1±2.5% of all elements. Through experiments conducted on actual building projects in the domestic construction environment, it is confirmed that the proposed pipeline can be integrated into real workflows without changing drawing conventions. The results show that combining uncertainty-aware vector parsing with contract-like validation of actions allows large language models to make a practical contribution to the automation of drawing recognition and BIM modeling. In this configuration, the system also meets engineering requirements for accuracy, determinism, and auditability.

      더보기

      목차 (Table of Contents)

      • I. Introduction 1
      • 1.1 Background and Motivation 1
      • 1.2 Problem Statement and Constraints 6
      • 1.3 Research Gap 12
      • 1.4 Research Objectives and Methodology 14
      • I. Introduction 1
      • 1.1 Background and Motivation 1
      • 1.2 Problem Statement and Constraints 6
      • 1.3 Research Gap 12
      • 1.4 Research Objectives and Methodology 14
      • 1.5 Research Questions (RQ) 17
      • 1.6 Scope, Assumptions, and Limitations of the Study 20
      • 1.7 Structure of Dissertation 22
      • Ⅱ. Related work 24
      • 2.1 Historical Evolution and Definitions of BIM 24
      • 2.2 Spectrum of Approaches from 2D Plans to BIM 26
      • 2.3 Comparative Studies of Revit Automation and Manual Modeling 38
      • 2.4 Trends in LLM-Based Revit Modeling 45
      • 2.5 Positioning and Scope of the Study 51
      • 2.6 Summary 57
      • Ⅲ. Development 1 – Rule-Based Vector Parser 60
      • 3.1 Input and Preprocessing: Units, Coordinates, and Layer Normalization 60
      • 3.2 Structural Line Detection 77
      • 3.3 Wall Candidate Generation 89
      • 3.4 Column Candidate Generation 104
      • 3.5 Global Matching 117
      • 3.6 Single Source of Truth (SSOT) 132
      • 3.7 Summary 138
      • Ⅳ. Development 2 – LLM Correction Loop and BIM Integration 141
      • 4.1 Conceptual Structure and Design Principles 141
      • 4.2 Action-JSON Generation Rules (Path A) 151
      • 4.3 LLM-Based Property-Edit Path (Path B) 155
      • 4.4 Preflight and Executor Integration 158
      • 4.5 Logging, Settings, and Recovery 161
      • 4.6 Summary 165
      • Ⅴ. Experiments and Validation 170
      • 5.1 Goals and Metric Definitions 170
      • 5.2 Dataset 180
      • 5.3 Experimental Protocol 184
      • 5.4 Results 188
      • 5.5 Ablation 198
      • Ⅵ. Conclusion 206
      • 6.1 Reframing the Study Overview 208
      • 6.2 Answers to the Research Questions 209
      • 6.3 Academic and Practical Contributions 210
      • 6.4 Limitations and Threats to Validity 212
      • 6.5 Future Work 213
      • Reference 216
      • 국문초록 220
      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼