【指导研究生】 |
年份 |
姓名 |
博士/硕士 |
研究方向 |
2024 |
李一林 |
博士 |
数字海洋 |
|
2024 |
段卫湘 |
硕士 |
海工工业软件研发 |
|
2024 |
古镇彰 |
硕士 |
海工工业软件研发 |
|
2023 |
郭金霄 |
博士 |
土木工程信息技术 |
|
2023 |
何佳泽 |
博士 |
土木工程信息技术 |
|
2023 |
冯伟杰 |
博士 |
物理海洋 |
|
2023 |
苏子青 |
硕士 |
土木工程信息技术、海洋环境信息建模及应用 |
|
2023 |
姜熙媛 |
硕士 |
土木工程信息技术 |
|
2022 |
闵妍涛 |
博士 |
建筑信息模型(BIM),数字孪生 |
|
2022 |
安芃 |
博士 |
土木工程信息技术 |
|
2022 |
罗振华 |
博士 |
建筑信息模型(BIM) |
|
2022 |
刘龙祥 |
硕士 |
土木与海洋工程数字防灾 |
|
2020 |
刘毅 |
博士 |
建筑信息模型(BIM)、建筑领域知识库自动构建技术、数字海洋 |
|
2021 |
张嘉鸿 |
硕士(已毕业) |
基于规范的地铁工程领域知识提取与应用 |
中文关键词: |
本体;知识图谱;大语言模型;深度学习 |
中文摘要: |
随着中国经济发展和城镇化的推进,地铁工程数量和规模在过去几十年里持续增长,这些工程通常涉及复杂的建设条件和高安全风险。为应对这些挑战,国家和地方制定了一系列法规和标准,形成了一套较为完善的规范体系,以提升工程规范化水平、确保工程质量并降低风险。然而,在实际应用中,现有规范的应用方式和效率仍面临诸多问题,如规范内容分散、关联性差、依赖人工处理,限制了地铁工程的高质量发展。为了优化地铁工程知识管理,研究人员开始利用信息技术如本体和知识图谱来管理和应用规范知识,但是目前仍然存在规范认知不充分、技术制约以及人工智能研究不足等问题。针对上述问题,本研究结合了深度学习、大语言模型、本体以及知识图谱等技术,对知识分析、知识提取方法、知识管理方法、知识应用四个方面展开研究。
本研究首先对规范文件及其知识建立全面认知。对于文件组成,分析了规范文件的来源,划分了规范边界,并构建了包括 143 个文件的地铁工程规范文件集。从结构、语义、词三个维度分析了规范文本的特征。基于规范构建了地铁工程知识框架,并以自上而下的方式形成多层级地铁工程知识体系。
基于上述认知,本研究开发了地铁工程规范文件的知识提取方法。针对规范文件的组成特征,设计了 TEARS 定义以及相应的成分识别与重构算法。对于条文中的专业实体,构建了 NER 数据集,基于 BiLSTM-CRF 模型对规范条文中的实体元素进行识别,并引入了 BERT 对模型进行优化,实现了高效准确的实体自动化提取。此外,还对大模型在地铁工程领域的应用方法进行研究,提出一种基于大语言模型的地铁工程规范文本 NER 方法。
为了更好地组织规范知识,本研究设计了知识管理方法。结合地铁工程规范的特征与应用需求,提出了一种新的本体构建方法。以该本体为模式层,BERTBiLSTM-CRF 模型为提取技术,从规范文件中提取知识并构建了地铁工程规范知识图谱,共包含 87469 个实体与 330318 个关系。在此基础上,提出了一种将知识图谱与大语言模型结合的知识增强模型架构。最终,本研究开发了一个地铁工程规范知识管理平台,该平台具有知识导航、知识管理与知识问答三类核心功能。
整体而言,本研究对地铁工程规范形成了相对全面的认知,提出的知识提取技术为相关研究提供了技术框架,知识管理与应用方法提高了地铁工程的知识管理水平,并具有较好的应用前景。
|
英文关键词: |
Ontology; Knowledge Graph; Large Language Model; Deep Learning |
英文摘要: |
As China's economy has developed and urbanization has progressed, the number of subway engineering projects have continued to grow over the past few decades. These projects often involve complex construction conditions and high safety risks. To address these challenges, national and local authorities have established a series of codes, forming a relatively comprehensive code system to enhance the standardization of engineering, ensure project quality, and reduce risks. However, in practical applications, the implementation methods and efficiency of existing codes still face many issues, such as scattered content, poor correlation, and reliance on manual processing, which hinder the high-quality development of subway engineering projects. To optimize knowledge management in subway engineering, researchers have begun utilizing information technologies such as ontologies and knowledge graphs to manage and apply knowledge.However, there are still issues such as insufficient understanding of codes, technical limitations, and inadequate research in artificial intelligence. In response to these issues, this study integrates technologies such as deep learning, large language models, ontologies, and knowledge graphs to conduct research in four areas: knowledge analysis, knowledge extraction methods, knowledge management methods, and knowledge application.
This study first establishes a comprehensive understanding of the codes and their knowledge. It analyzes the sources of codes, defines their boundaries, and constructs a subway engineering code collection consisting of 143 files. The characteristics of code texts are analyzed from three dimensions: structure, semantics and words. Based on these codes, a subway engineering knowledge framework is constructed, and a multi-level subway engineering knowledge system is formed.
Based on this understanding, this study developed a method for extracting knowledge from subway engineering codes. According to the composition characteristics of the code, the TEARS definition and the corresponding component identification and reconstruction algorithm are designed. For the entities in the clauses, a NER dataset was constructed. The entities within the code clauses are identified using a BiLSTM-CRF model, and the model is optimized by introducing BERT. The optimized model achieved efficient and accurate automated extraction of entities. Additionally, the application methods of large models in the field of subway engineering were studied, proposing a subway engineering code text NER method based on large language models.
To better organize code knowledge, this study designed a knowledge management method. Combining the characteristics of subway engineering codes, a ontology construction method was proposed. Using this ontology as the schema layer, and the BERT-BiLSTM-CRF model as the extraction technique, knowledge was extracted from the codes and a subway engineering knowledge graph was constructed, containing 87,469 entities and 330,318 relationships. On this basis, a knowledge-enhancement model that combines large language models with knowledge graphs was proposed. Finally, this study developed a subway engineering code knowledge management platform, which has three core functions: knowledge navigation, knowledge management and knowledge question and answer.
Overall, this study has formed a relatively comprehensive understanding of subway engineering codes. The proposed knowledge extraction technology provides a technical framework for related research. The methods of knowledge management and application have enhanced the knowledge management in subway engineering and offer promisingprospects for future application.
|
|
2021 |
张晓冰 |
硕士(已毕业) |
基于知识图谱与数据模板的公路工程安全管理 |
中文关键词: |
公路工程;本体;知识图谱;数据模板;实施场景 |
中文摘要: |
公路工程领域项目实施过程中会涉及大量与工程安全有关的数据、信息或知识,其覆盖范围广且来源广泛。从覆盖范围讲,相关数据、信息或知识可覆盖公路工程的各单位工程如桥梁、隧道等,且涵盖项目全生命期;从来源讲,相关数据源或知识源可分为业务生产数据和规范文本两类,前者真实反映项目在某阶段某场景下的生产情况,后者对项目安全生产过程起约束和指导作用。然而,在传统的公路工程安全管理过程中,安全管理者对相关数据、信息或知识维持着较为粗放的处理逻辑,导致领域内对业务生产数据内容及其关联信息的系统梳理,项目实施场景的准确且直观描述,不依赖专家经验及重复解读且基于规范的安全知识梳理及管理,以及围绕项目实施场景的知识点自动输出及应用等过程具有较高需求。
面对这些需求,本课题引入了本体、知识图谱、数据模版等新兴技术,依次从业务数据梳理、实施场景本体建模、规范知识库搭建以及安全管理模板设计与实现四块内容进行本文安全管理创新研究与应用模式的方法研究及结果讨论。业务数据梳理方面,提出将相关数据划分为项目与组织、结构物、机械设备、施工环境、管理文件五个维度,并充分调研五类数据的层级内容及内部关系;实施场景本体建模方面,对五个子领域数据及一个全局本体的相关概念及内部关联进行语义建模,并融合形成公路工程领域通用的实施场景本体;规范知识库搭建方面,引入传统深度学习模型TextCNN等以及预训练模型BERT、ERNIE,对数百本规范进行实体识别、关系抽取等流程以构建领域知识图谱;安全管理模板设计与实现方面,通过路径规划、检索等过程,将领域实施场景本体自动转化为通用实施场景模板,同时引入典型的作业划分方法以自动构建数百份围绕作业元素的知识反馈模板,二者结合以供管理者在准确且完整识别项目当前作业场景模式的同时及时获取相关知识。
实例验证表明,本课题所构建的实施场景本体及其模板相对传统的施工日志等记录方式可以更加完整且准确地描述项目当前的实施场景,所构建的领域规范知识库质量较好,且基于规范知识库的知识检索、知识反馈模板构建方法可代替专家自动反馈围绕作业元素的知识。总的来说,本课题提出的安全管理模式较大程度提高了我国公路工程安全管理水平,对工程建设领域的综合管理也具有较大参考价值。
|
英文关键词: |
Highway Engineering; Ontology; Knowledge Graph; Data Template; Implementation Scenario |
英文摘要: |
In the field of highway engineering, the implementation process of projects involves a significant amount of data, information, or knowledge related to engineering safety. These resources have a wide coverage and come from diverse sources. In terms of coverage, the relevant data, information, or knowledge can encompass various units of highway engineering, such as bridges, tunnels, etc., and cover the entire lifecycle of the project. In terms of sources, the relevant data sources or knowledge sources can be divided into two categories: production data and normative texts. The former provides an authentic reflection of the project's production status in specific stages and scenarios, while the latter serves as a constraint and guidance for the project's safety production process. However, in the traditional highway engineering safety management process, safety managers tend to employ a relatively broad approach when dealing with relevant data, information, or knowledge. As a result, there is a high demand in the field for systematic sorting of production data and associated information, accurate and intuitive description of project implementation scenarios, standard-based security knowledge sorting and management without expert experience and repeated interpretation, and automatic output and application of knowledge points around project implementation scenarios.
In response to these needs, this study introduces emerging technologies such as ontology, knowledge graph, and data templates. It conducts methodological research and results discussion on innovative safety management and application models, focusing on four aspects: data sorting, implementation scenario ontology modeling, standardized knowledge base construction, as well as design and implementation of security management template. Regarding data sorting, the study proposes dividing relevant data into five dimensions: projects and organizations, structures, mechanical and electrical equipment, construction environment, and management documents. A comprehensive investigation is conducted on the hierarchical content and internal relationships of these five types of data. In terms of implementation scenario ontology modeling, the study performs semantic modeling of relevant concepts and internal associations within the five sub-domains and develops a global ontology. This integrated ontology forms a common implementation scenario ontology in the field of highway engineering. For standardized knowledge graph construction, the study introduces traditional deep learning models such as TextCNN, as well as pretrained models such as BERT and ERNIE. These models undergo processes such as Named Entity Recognition and Relationship Extraction on hundreds of standards to build a domain knowledge graph. In terms of the design and implementation of security management template, the study automates the transformation of the domain implementation scenario ontology into a common implementation scenario template through processes like path planning and retrieval. Additionally, Tables of work classification are introduced to automatically generate hundreds of knowledge feedback templates based on work elements. The combination of these two processes allows managers to accurately and comprehensively identify the current work scenario mode of the project while timely accessing relevant knowledge.
The results of the case verification demonstrate that the implementation scenario ontology and its templates constructed in this study provide a more complete and accurate description of the current project implementation scenario compared to traditional recording methods such as construction logs. The quality of the constructed domain-specific knowledge base is satisfactory, and the methods used for knowledge retrieval and knowledge feedback template construction based on the knowledge graph can replace experts to automaticly feedback knowledge related to work elements. Overall, the safety management model proposed in this study significantly improves the level of safety management in highway projects in our country and holds substantial reference value for comprehensive management in the field of engineering construction.
|
|
2021 |
宁厚淳 |
硕士(已毕业) |
基于数字孪生的海上浮式风机姿态监测与优化技术研究 |
中文关键词: |
数字孪生;海上风电;运维管理;实时监控;可视化技术 |
中文摘要: |
随着全球能源结构转型的推进,海上风电作为可再生能源的重要组成部分,正逐渐成为能源领域的焦点。海上浮式风机因其能够在深远海域利用丰富的风能资源而备受瞩目。然而,这些风机在复杂多变的海洋环境中运行,对姿态监测和控制提出了挑战,尤其是立柱的姿态变化对于保障风机的高效运行和设备安全极为关键。
本课题基于可模拟海上浮式风机各种运行姿态的缩尺模型,深入探索了风机姿态的实时监测与分析技术。重点关注立柱姿态的精确捕捉与分析,通过构建满足弗劳德相似性的风机缩尺模型,为海上浮式风机的数字孪生开发提供了理论基础和技术支撑。利用物联网技术和数据清洗方法,本课题实现了风机姿态数据的实时采集并进行了数据清洗,确保了数据的有效性与可靠性。特别是对风机立柱的形变函数进行了深入分析与拟合,以尽可能精确地捕捉其形态变化。通过自主开发的数字孪生平台,本课题实现了风机运行状态的三维动态可视化,包括立柱的形变、风机的倾斜与旋转等关键姿态的精确模拟以及风速、风向等环境参数的实时监测与展示,显著提升了风机监测与分析的直观性和效率。该平台还支持历史数据查询与回放功能。此外,平台还具备风机姿态的手动调节功能,以及基于风环境数据的自动优化能力。
在重点关注立柱形变拟合方面,本课题采用了先进的有限元技术和数值分析方法。通过对立柱表面的多点监测数据进行分析,捕捉到了立柱在不同风浪条件下的形变特性。利用非线性回归技术对立柱的形变数据进行拟合,得到了一个描述立柱形变的精确数学模型。该模型能够反映立柱在静态载荷下的形变行为,以及其在动态风浪作用下的响应,并为其形变的精确可视化展示提供了支持与保障。
本课题的成果不仅推动了海上风电领域的发展,也为海上风电机组的智能监控与运维管理提供了新的思路和方法。通过实时监测和动态可视化技术,为海上风电的高效运行和安全维护提供了有力的技术支撑,同时也为海上风电领域的数字化转型和智能化升级奠定了坚实的基础。未来,我们将继续优化数字孪生平台的功能,探索更多与实际海洋环境相适应的监测技术,以实现对海上风电系统更全面、更精确的监测和管理,为全球能源结构的绿色转型做出更大的贡献。
|
英文关键词: |
Digital Twin; Offshore Wind Energy; Operational Management; Real-timeMonitoring; Visualization Technology |
英文摘要: |
As the global energy structure transitions towards sustainability, offshore wind power, a vital component of renewable energy sources, is increasingly becoming a focal point in the energy sector. Offshore floating wind turbines, in particular, are garnering attention for their capacity to harness the abundant wind resources in deep-sea areas. However, operating in the complex and variable marine environment poses significant challenges for posture monitoring and control, especially since the posture changes of the turbine column are crucial for ensuring the turbine’s efficient operation and safety.
This project delves into real-time monitoring and analysis techniques for the posture of offshore floating wind turbines, based on a scale model capable of simulating various operational postures. It focuses on the precise capture and analysis of the column posture, utilizing scale models that satisfy Froude’s similarity to lay the theoretical and technical foundation for the digital twin development of offshore floating wind turbines. By employing IoT technology and data cleaning methods, the project achieves real-time collection and cleansing of turbine posture data, ensuring the validity and reliability of the data. Particularly, the project conducts an in-depth analysis and fitting of the wind turbine column’s deformation function to capture its shape changes accurately. With a self-developed digital twin platform, the project facilitates the three-dimensional dynamic visualization of the turbine’s operational state, including precise simulations of key postures such as the column’s deformation, tilt, and rotation of the turbine, as well as real-time monitoring and display of environmental parameters like wind speed and direction, significantly enhancing the intuitiveness and efficiency of turbine monitoring and analysis. The platform also features manual adjustment capabilities for turbine posture and automatic optimization based on wind environment data.
Focusing on column deformation fitting, the project employs advanced finite element technology and numerical analysis methods. By analyzing multipoint monitoring data on the column surface, it captures the column’s deformation characteristics under various wind and wave conditions. Nonlinear regression techniques are used to fit the column’s deformation data, resulting in an accurate mathematical model that reflects the column’s deformation behavior under static loads and its response to dynamic wind and wave actions, providing support and assurance for precise visualization.
The outcomes of this project not only propel the development of the offshore wind power field but also offer new approaches and methods for intelligent monitoring and maintenance management of offshore wind turbine units. Real-time monitoring and dynamic visualization technologies provide robust technical support for the efficient operation and safe maintenance of offshore wind power, laying a solid foundation for the digital and intelligent upgrade of the offshore wind power field. Moving forward, we will continue to optimize the functions of the digital twin platform and explore monitoring technologies adapted to actual marine environments, aiming for a more comprehensive and accurate monitoring and management of offshore wind power systems, thereby making a more significant contribution to the green transformation of the global energy structure.more to the green transformation of the global energy structure.
|
|
2020 |
郭雪卿 |
硕士(已毕业) |
面向典型海洋污染物的多尺度二维扩散数值模拟方法研究 |
中文关键词: |
海洋环境信息;污染物扩散模型;数值模拟方法;海洋可视化系统 |
中文摘要: |
大海洋环境对人类生产生活有着重要意义,是实现绿色、协调、可持续发展的重要组成部分。海洋中污染物的扩散模拟分析对近岸海域治理,以及海洋污染防治、预警也有着重要作用。尽管目前已经有很多针对相关领域的研究和分析系统,但大多都只适用于小范围时空下某种单一污染物的扩散模拟,并且各系统间存在信息壁垒现象,难以实现海洋环境和模拟结果数据的交互应用。另一方面,目前的一些系统在设置相关模拟参数时需要较高的专业水平,使用友好性不足,静态的模拟结果也难以满足动态管理需求,求解方式的冗杂会引起系统总体效率的低迷。
针对上述问题,本研究对海洋环境数据结构,提出了海洋环境信息模型架构,可以实现多源异构海洋环境数据以及地形高程数据的自动获取、标准化处理、以及高效的组织管理,为后续研究提供了数据支持。进一步地,基于污染物本身的物化特性、扩散特征,从宏观和微观两个角度提出了适用于多尺度时空下海洋中各类典型污染物的二维扩散模拟分析模型,将污染物扩散过程分解为几个独立子过程进行分析,并通过不断对比优化确定了关键参数的自动化取值流程,在不明显降低模拟精度的情况下简化了计算量,节省了计算资源,缩短了模拟时间。在此基础上,对海洋环境标、矢量数据可视化技术以及污染物扩散模拟分析的交互应用技术进行了研究,基于 C#、python 和 WinForm 技术设计研发了海洋环境及污染物扩散可视化应用系统,实现了高效数据引擎、自动化信息服务以及污染物扩散模拟分析流程自动化,可以为污染物的动态追踪、预警、溯源提供相关技术与系统支持。
最后,对提出的模型及系统功能进行应用验证与分析。验证与分析结果表明,本研究提出的方法、模型和系统可以实现大尺度时空范围的海洋污染扩散模拟分析并且支持污染物微粒迁移路径追踪、指定位置污染物浓度变化分析以及污染范围计算等功能,并且与其他模型和分析平台相比,具有高自动化、高效率、低专业门槛的优势,可以满足海洋污染物防治、预警、动态追踪等实际需求,在海洋环境保护领域有重要研究意义与广阔应用前景。
|
英文关键词: |
Marine environmental information; Pollutant diffusion model; Numerical simulation methods; Ocean visualization system |
英文摘要: |
The marine environment holds significant importance to human production and living. It is an essential component for achieving green, coordinated, and sustainable development. The simulation and analysis of pollutant diffusion in the ocean play a vital role in the management of coastal waters, marine pollution prevention, and early warning. Although there are currently many research and analysis systems related to this field, most of them are only suitable for simulating the diffusion of a single pollutant on a small spatiotemporal scale. Information barriers exist between these systems, making it difficult to achieve interactive applications of marine environment data and simulation results. On the other hand, setting relevant simulation parameters in some systems requires a high level of expertise, resulting in poor user-friendliness. Static simulation results are also insufficient for dynamic management needs, and overly complex solving algorithms may reduce system efficiency.
In response to the aforementioned issues, this study delves deeply into the structure of marine environmental data and proposes a marine environmental information model framework that enables the automatic acquisition, standardization, and efficient organization and management of multi-source heterogeneous marine environmental data and terrain elevation data. This provides data support for subsequent research. Furthermore, based on the physicochemical properties and diffusion characteristics of pollutants, we propose a two-dimensional diffusion simulation analysis model for various typical pollutants in the ocean under multi-scale spatiotemporal conditions, from both macro and micro perspectives. The pollutant diffusion process is decomposed into several independent sub-processes for analysis, and an automated parameter value selection process is determined through continuous comparison and optimization. This approach simplifies the computational load without significantly reducing the simulation accuracy, saving computational resources and shortening the simulation time. Building upon this foundation, we tackled the challenges of marine environment scalar and vector data visualization techniques and the interactive application of pollutant diffusion simulation analysis. Utilizing C#, Python, and WinForm technologies, we developed a marine environment and pollutant diffusion visualization application system. This system. This study has achieved systematic results in smart maturity assessment in the construction stage of engineering. Firstly, a general composition framework of smart maturity assessment systemsin the construction stage of engineering was proposed. Then, this framework was used to establish two specific smart maturity assessment systems. Finally, a representative industry was selected to practice smart maturity improvement strategies. In a word, this study provided an overall methodology and specific utilization instructions for the smart maturity assessment in the construction stage of engineering, especially construction management and floating wind turbine installation, which is of great significance and broad application prospects for the comprehensive development of smartness in the entire engineering field. achieves an efficient data engine, automated information services, and automation of the pollutant diffusion simulation analysis workflow. It can provide relevant technical and system support for dynamic tracking, early warning, and source tracing of pollutants.
Finally, we apply and analyze the proposed models and system functions. The results show that the methods, models, and systems proposed in this study can achieve large-scale spatiotemporal marine pollution diffusion simulation and analysis, support pollutant particle migration path tracking, designated location pollutant concentration change analysis, and pollution range calculation. Compared with other models and analysis platforms, it has the advantages of high automation, high efficiency, and low professional threshold. It can meet the practical needs of marine pollutant prevention and control, early warning, and dynamic tracking, holding significant research value and broad application prospects in the field of marine environmental protection.
|
|
2020 |
林超 |
硕士(已毕业) |
工程建设阶段的智慧化成熟度评价体系研究 |
中文关键词: |
工程建设阶段;智慧化发展;成熟度评价;建筑施工管理;浮式风机安装 |
中文摘要: |
大量先进技术和管理方法的应用促进了工程建设阶段的智慧化发展,从业组织因为巨大的竞争压力,都在积极探索建设阶段的智慧化转型及发展途径。然而,目前各工程领域普遍缺少针对从业组织自身或所负责项目在建设阶段的智慧化成熟度评价方法或体系,使得各组织无法准确掌握自身或具体项目在建设阶段的智慧化成熟度,也缺少合理可行的智慧化成熟度提升策略帮助它们制定准确并高效的智慧化发展计划。所以,智慧化成熟度评价方法的缺失极大地影响了工程建设阶段的智慧化发展进程。
针对上述问题,本研究通过文献调研、问卷调查、专家讨论和案例分析等方法,首先总结了用于评价工程领域建设阶段智慧化成熟度的体系组成框架,包括体系组成内容及具体构建流程,然后利用该框架分别建立了量化的针对建筑施工管理和浮式风机安装工程的智慧化成熟度评价体系。两套体系具备相同的结构,包括由评价维度和评价指标构成的智慧化成熟度评分表,作为评价结果分别从整体和具体角度呈现方式的智慧化成熟度等级和评价维度雷达图,以及智慧化成熟度提升策略。两套体系在初步建立之后都对其进行了验证与校准,通过案例分析证明了体系的准确性、合理性和实用性,两套体系都可以有效帮助各自行业内的从业组织在自评之后查漏补缺,并逐步提升自身或所负责项目的智慧化成熟度。最后,本研究参照提出的浮式风机安装工程智慧化成熟度评价体系,实际选择智慧化手段进行开发,建立了数字孪生框架,通过分析验证了该体系的积极作用。
本研究针对工程建设阶段智慧化成熟度的评价取得了系统性成果,首先总领性地提出了工程领域在建设阶段的智慧化成熟度评价体系组成框架,其次细分性地使用该框架建立了两套具体的智慧化成熟度评价体系,最后选取有代表性的行业实操智慧化成熟度提升策略,为工程领域尤其是建筑施工管理和浮式风机安装工程的智慧化成熟度评价与提升提供了总体的方法论和具体的使用说明书,对于整体工程领域的智慧化全面发展具有十分重要的意义和广阔的应用前景。
|
英文关键词: |
Construction Stage of Engineering; Smart Development; Maturity Assessment; Construction Management; Floating Wind Turbine Installation |
英文摘要: |
The application of a large number of advanced technologies and managerial approaches has promoted smart development in the construction stage of engineering. Due to the tremendous competitive pressure, related organizations are actively exploring ways of smart transformation and development in the construction stage of engineering. However, there is currently a common lack of assessment methods or systems for the smart maturity of the organizations or projects they are responsible for in the construction stage of engineering, making it difficult for organizations to accurately grasp the smartmaturity of their own or specific projects in the construction stage of engineering, and there is also a lack of reasonable and feasible smart maturity improvement strategies to help them formulate accurate and efficient smart development plans. Therefore, the lack of smart maturity assessment methods has greatly affected the smart development processin the construction stage of engineering.
In response to the above issues, this study, through literature research, questionnaire survey, expert discussion, and case study, first summarized the composition frameworkof systems to assess the smart maturity in the construction stage of engineering, including the system components and specific construction processes. Then, two quantitative smart maturity assessment systems were established using this framework respectively for construction management and floating wind turbine installation. These two systems have identical structures, including smart maturity scoring tables composed of assessment dimensions and indicators, smart maturity levels and radar charts of assessment dimensions as the overall and specific presentation of assessment results, and smart maturity improvement strategies. Both systems were verified and calibrated after being initially established, and the accuracy, rationality and practicality of them were proven by case studies so that they can effectively help practitioners in their respective industries identify and fill gaps after self-assessment, and gradually improve the smart maturity of their own or responsible projects. Finally, this study selected smart measures for actual development referring to the proposed smart maturity assessment system for floating wind turbine installation projects so that a digital twin framework was established, andthe positive effect of this system was verified through analysis.
This study has achieved systematic results in smart maturity assessment in the construction stage of engineering. Firstly, a general composition framework of smart maturity assessment systemsin the construction stage of engineering was proposed. Then, this framework was used to establish two specific smart maturity assessment systems. Finally, a representative industry was selected to practice smart maturity improvement strategies. In a word, this study provided an overall methodology and specific utilization instructions for the smart maturity assessment in the construction stage of engineering, especially construction management and floating wind turbine installation, which is of great significance and broad application prospects for the comprehensive development of smartness in the entire engineering field. |
|
2019 |
吴浪韬 |
硕士(已毕业) |
基于文档的工程建设安全管理知识图谱构建和应用 |
中文关键词: |
信息抽取;知识图谱;自然语言处理;合规性检查;智能问答 |
中文摘要: |
AEC(Architecture, Engineering & Construction,建筑、工程和施工)行业是典型的知识敏感型和风险敏感性行业,其在工程建设过程中高度依赖于国家规范、行业标准、集团内部规定等强制性文件,这给工程建设管理中包括项目管理条例编制、交底方案审查、施工报告验收等多个必要工作带来了较大的困难,因为这些工作所涉及的知识要点繁多且相互关联复杂,同时具体的合规性要求也因行业不断发展和规范不断细化而越发难以被人力所掌握。
另一发面,提高行业的 KM(Knowledge Management,知识管理)水平被认为有显著意义,而目前又已经有较多工作从领域规范性文本出发并展开研究,因为规范性文本包含了大量 AEC 相关的显性知识。因此,可以从这些方向出发,探索上述工程建设管理中典型问题的解决方案,提高工程建设管理的效率和质量。然而,目前相关研究仍然面临两个方面的不足:一是所处理的数据和验证的规模均较小,二是涉及的特征还较为单一。这两点都导致目前的相关研究面临泛用性和可靠性方面的问题。为处理上述问题,本研究首先收集了 307MB 的大规模规范性文本数据,并从多个粒度进行了复杂度降级和丰富的特征分析工作,以支持从规范性文本数据中批量化获取结构化信息。然后,本研究对工程建设管理的基本体系进行梳理,并以工程建设管理知识元对象视角作为切入点,生成了拥有 20 万节点和 200 万条边的大规模知识图谱,用于为相关知识要点及其语义关联的快速检索提供支撑。在此基础上,本研究进一步提出语义化的知识检索、评估、理解和应用全流程,并在工程建设安全管理条例的校核和高指向性的语义化安全知识问答两个方面实现具体的功能应用。最后,本研究对所提出的技术路线以及相应数据积累进行了平台化整合,完成了“特征→知识→应用→平台”完整流程。
实例验证表明,本研究所构造的知识图谱总体质量较好,提出的工程建设安全管理条例的自动校核方法也获得 63%的 F1指标,已经可以在一定程度上支持相关的工作需求。总体上,本研究所提出的技术路线和相应数据积累提高了工程建设管理的自动化水平,并具有较大的应用前景。
|
英文关键词: |
Information Extraction; Knowledge Graph; Natural Language Process; Auto-Compliance Checking; Question & Answering |
英文摘要: |
Architecture, Engineering & Construction (AEC) industry is typical knowledge & risk sensitive, and the process of engineering construction & management highly depends on mandatory documents such as national specifications, industry standards and internal regulations of the group, which brings great difficulties to many necessary tasks in engineering construction management, including project management regulations preparation, disclosure scheme review, construction report acceptance and so on. Because the knowledge involved in these tasks are more and more numerous and interrelated, and the specific compliance requirements are also more and more difficult to be mastered by human being due to the continuous development of AEC.
On the other hand, it is considered significant to improve the Knowledge Management (KM) level of the AEC field, and there has been many works and researches based on AEC normaltive texts, as they contain a large amount of explicit knowledge related to AEC field. It is a feasible way to solve the typical problems above, and improve the efficiency and quality of engineering construction management. However, at present, the relevant research still faces two deficiencies: one is that the scale of data involved is very small, and the other one is that the characteristics involved are relatively simple. These two points lead to the lacks of universality and reliability in the current related research.
In order to deal with the above problems, this study first collected a large scale of 307MB AEC specification text data. And then the hierarchy complexity degradation and feature analysis are carried out, to support the batch acquisition of structured information from the AEC text data. After that, this study combs the basic knowledge system of engineering construction management and defines the “meta knowledge object” of engineering construction management, based on which a large-scale knowledge graph with 200 thousand nodes and 2 million edges is built. The KG can be used to provide support for the fast retrieval of relevant knowledge objects and their semantic relationships. this study further discusses a complete KM flow with semantic knowledge retrieval, evaluation, understanding and application, with which two basic and valuable knowledge application is proposed: one is the engineering construction safety management regulations auto-complicance checking (ACC), and the other is the highly directional semantic safety knowledge question & answering (Q & A). Finally, the whole technical map and results and in this study is integrated to build the construction safety management KM platform, which realizes the complete flow of "feature → knowledge → application → platform". The case study shows that the overall quality of the KG constructed by this research is good, and the ACC of engineering construction safety management regulations also obtains 63% F1 score, which means it can be apply on relevant practical work to a certain extent. In general, the technical map and corresponding data accumulation in this study improve the automation level of engineering construction management, and have great application prospects.
|
|
2018 |
冷烁 |
博士(已毕业) |
基于多尺度建模与数据驱动的建筑运维期风环境分析应用 |
中文关键词: |
建筑风环境;建筑运维;多尺度数值模拟;深度学习;建筑智能平台 |
中文摘要: |
建风环境可对建筑人员、结构、设备与环境带来重大影响,是建筑全生命期需考虑的重要议题。目前,尽管以计算流体力学(Computational fluid dynamics, CFD)为代表的风环境分析技术已较为成熟,一系列建筑风环境分析工具也已被研发,但这些软件大多面向建筑设计阶段,基于当地常年气象统计资料与理想化边界条件进行风环境分析,具有静态性、理想化、求解效率低、专业门槛高等特征,难以满足建筑运维管理实时、实地、动态、易用的风环境分析需求。建筑运维阶段尚不存在适用、成熟的风环境分析应用解决方案,难以实现决策过程中对建筑风环境的定量、精确考虑,限制了建筑运维管理精细化、智能化水平的提升。
针对上述问题,本研究引入多尺度数值模拟与深度学习两项核心技术,对现有风环境分析方法与体系进行改进创新,构建基于多尺度建模与数据驱动的运维期建筑风环境分析框架,进而提出风环境数据管理、运维应用与平台研发方案,形成运维期建筑风环境分析的系统理论、技术、方法与平台。首先,调研当前运维管理与风环境分析流程特征,从数据、模型与应用等层面提出适用于运维期建筑风环境分析的理论体系与技术架构。面向建筑风环境分析应用所涉及的多源异构数据,提出统一信息模型,实现风环境分析应用全过程数据的自动获取、集成与管理。随后,构建耦合中尺度气象模式与微尺度 CFD 的多尺度数值分析模型,支持精确时空条件下的风环境模拟,满足运维阶段动态精确分析需求,并通过专家知识的嵌入实现模拟流程自动化。进而搭建面向建筑风环境预测的深度神经网络模型,以前馈式计算提升建筑风环境预测效率,并提出多尺度数值模拟-深度学习融合分析框架,实现风环境分析效率与准确性的兼顾。围绕污染物扩散、人员舒适性与建筑能耗三个关键运维议题,提出风环境信息在建筑运维阶段的应用途径。在上述关键技术的基础上,研发运维期建筑风环境分析应用平台,为考虑风环境因素的建筑运维决策提供完善的工具与平台支持,并结合实际建筑运维项目,对平台功能流程进行验证。
应用表明,本研究提出的理论、方法、技术与平台,可实现特定气象条件、精确时间范围、实际街区建筑群环境下的风环境动态分析,并支持分析过程的低专业门槛、自动化、高效率进行,满足运维期建筑风环境分析的实际需求,为考虑风环境因素的智能建筑运维提供了可行途径,具有重要研究意义与广阔应用前景。
|
英文关键词: |
Building wind environment; Building O&M; Multi-scale numerical simulation; Deep learning; Building intelligence platform |
英文摘要: |
The wind has a significant impact on building personnel, structures, facilities and the environment, and is an important issue to be considered throughout the building lifecycle. At present, although the wind environment analysis technology represented by Computational Fluid Dynamics (CFD) is relatively mature, and a series of analysis software has been developed, most of the software is developed for the building design stage. The current analysis process usually initiates wind environment analysis based on local meteorological statistics and idealized boundary conditions, which is generally static, idealized, inefficient, and has a high professional threshold. However, the building Operation and Maintenance (O&M) process requires management tasks to be real-time, on-site, dynamic, and easy-to-use. As a result, current wind environment analysis methods are difficult to meet the needs of the O&M tasks, and there is still no applicable and suitable wind analysis solution for the O&M process. It is difficult to realize the quantitative and accurate consideration of the building wind environment in the O&M decision-making process, which limits the improvement of the refinement and intelligence level of building O&M management.
To address the above problems, this study introduces two core technologies of multi-scale numerical simulation and deep learning to improve the existing wind environment analysis methodology, and constructs an original wind environment analysis framework towards the building O&M process based on multi-scale modeling and data-driven methods. Combining the technologies of wind environment data management, data application and platform development, this study proposes a comprehensive solution including theories, technologies, methods and platforms for building wind environment analysis in the O&M period. Firstly, this study summarizes the actual demand of wind information in the O&M phase and investigates the current wind environment analysis theory, and then constructs a theoretical framework for building wind environment analysis in the O&M stage from the aspects of data, models, and applications. To deal with the multi-source, heterogeneous and multi-scale data involved in the analysis process, this study proposes the Building Wind Environment Information Model (BWEIM) which realizes the automatic acquisition, integration and management of the related data,including meteorology data, wind data, buildings and geospatial data. Subsequently, a multi-scale numerical analysis model including the mesoscale meteorology model and the microscale CFD model is constructed to support the wind environment simulation under precise spatial-temporal conditions. The multi-scale model meets the dynamic and on-site analysis requirements in the O&M stage, and realizes the automation of the simulation process through the embedding of expert knowledge. A deep neural network-based wind environment prediction model is then developed to address the inefficiency problem of the numerical simulation model. And a framework that couples multiscale numerical simulation and deep learning methods is proposed to balance the efficiency and accuracy of wind environment analysis. Concerning three key issues in the O&M process including pollutant dispersion, personnel comfort and building energy consumption, this study proposes the application methods of wind environment information in the O&M decision-making process. At last, on the basis of the above-mentioned key technologies, this study develops the wind environment analysis and application platform for the O&M stage. The platform provides comprehensive tools for the O&M decision-making process considering wind factors. The feasibility and reliability of the platform are verified with actual building O&M projects.
It is proved that the theory, method, technology and platform proposed in this study can realize the dynamic, efficient, automatic and low-threshold analysis of wind environment under specific meteorological conditions, given time range, and actual urban morphologies. The proposed approach meets the actual needs of building wind environment analysis during the O&M process, and provides a feasible way for the wind-environment-involved intelligent O&M management, which has important researchsignificance and broad application prospects
|
|
2017 |
袁爽 |
博士(已毕业) |
建筑能耗管理中建筑、人员与数字模型的协同研究 |
中文关键词: |
建筑运维管理;能耗管理;数据模型;数据集成;BIM |
中文摘要: |
建筑在运维阶段的能耗管理对于节省建筑的运营成本,优化建筑能耗和降低碳排放量都有着重要的意义,而数据驱动的能耗管理的精细化、综合化和智慧化,则是能耗管理未来的发展方向。我国的能耗管理已经迈出了数字化的第一步,但是当前的实践中仍然存在着诸多问题:建筑实体、人员和数字模型的三因协同问题缺乏系统的需求分析与理论架构,相关数据标准粒度粗糙、不够完善,不同来源的数据互相异构、难以融合,人员因素缺乏考虑、人机协同水平与交互方式相对有限等等,从而限制了能耗数据分析与应用,以及基于数据驱动的能耗管理的水平。因此,研究建筑能耗管理中建筑实体、人员和数字模型三个主要因素的角色与数据特点、互相作用机制以及具体的数据协同方法与技术至关重要。
本研究针对以上问题,以 BIM 和物联网技术为基础,综合运用模式识别、机器学习等新兴数据技术,对能耗管理中建筑实体、人员与数字模型等三因的协同模式、协同技术和集成应用平台进行了系统性研究。首先,本文对建筑能耗管理的内容和其中三因的角色和数据特点进行研究,提出了建筑能耗管理中三因的协同模式与架构,并对后续研究需要突破的关键技术进行了分析。针对能耗管理过程的数据需求,设计了标准化的静态、运行、环境、能耗和人员等信息的数据模型,为相关数据提供了标准化的描述方法和存储机制,并在此基础上研究了异构能耗数据的集成方法。对于人员信息的提取和检测,设计了基于集成学习的检测方法以解决标注数据缺乏和训练结果实时更新的问题;同时设计了基于墙面触控的与建筑的人机交互方法。最后,针对数据清洗与修复的应用场景,在协同数据的基础上,建立了通过机器学习方法进行数据异常检测和修补的方法,并通过比较预测结果对方法的效果进行了检验。
应用研究表明,本研究所形成的理论、技术、方法和系统,能够实现在建筑能耗管理中建筑实体、人员和数字模型三个因素的有机耦合,为建筑能耗管理实现精细化、智慧化和综合化探索了可行的技术路径,具有切实的理论意义和广阔的应用前景。
|
英文关键词: |
Building O&M Management; Energy Consumption Management; Data Modeling; Data Integration; Building Information Modeling |
英文摘要: |
The operation and maintenance management (O&M Management) of buildings bears significance in saving operational costs, optimizing energy consumption, and reducing carbon emission of buildings, and the future of data-driven building energy consumption management lies in delicacy, smartness, and comprehensiveness. Currently, China has taken the step forward into the digitization of energy consumption management, yet problems exist in its practices: relevant data standards are coarse in granularity and incomplete; data from different sources are heterogeneous and difficult to fuse; occupant factors are deficiently accounted, and the coordination levels and interaction methods between buildings and occupants are relatively backwards. Analyses and applications of relevant data are consequently also restricted. These problems confined the improvement of China’s building energy consumption management levels, therefore making it vital to research the roles, characteristics, interaction mechanisms, and specific coordinationtechniques for the three major factors in building energy consumption management, namely buildings, occupants, and digital models.
Addressing the aforementioned problems, and founded on BIM and IoT technologies, this study comprehensively employed emerging data technologies including pattern recognition and machine learning, and conducted systematic research on the coordinationarchitecture and techniques, and supporting platforms of the three-factor coordination in building energy consumption management. First, through studying the content of building energy consumption management, and the roles and data characteristics of the three factors therein, this study proposed a coordination model and architecture for the three factors, and further identified the key technologies to be researched in successive studies. Then, regarding data requirements in energy consumption management process, this study designed data models for information categories including static, operational, environmental, energy consumption, and occupants, providing standardized description methods and storage mechanisms for relevant data, and on this basis researched the integration methods for heterogeneous energy consumption data. Next, addressing the detection and extraction of occupant information, this study designed an ensemblelearning-based detection scheme to relieve the problems of insufficient labelled data and the synchronous updating of learning models, while also designed an interaction method between buildings and occupants based on wall-surface touch control. Finally, addressing the major application scenario of data cleansing, this study established algorithms for anomaly detections and fixtures on the foundation of coordinated data, and further validated the effectiveness of the algorithms through comparison of prediction accuracies.
Practical researches have suggested that the theories, techniques, methods, and the system established in this study suffice to achieve organic integration of the three factors of buildings, occupants, and digital models, thus blazed a technological path for realizing delicate, smart, and comprehensive management of the management of energy consumption of buildings, and therefore possess pragmatic theoretical significance, and broad prospects of application.
|
|
2016 |
肖亚奇 |
硕士(已毕业) |
基于领域本体的建筑设备运维信息的检索分析研究 |
中文关键词: |
运维管理;本体;知识图谱;机电设备;信息检索 |
中文摘要: |
建筑设备运维管理期间会积累海量而复杂的数据文件,其中大量信息与机电系统相关,具体包括暖通,给排水和电气等专业设备的运行状态、能耗信息及维护维修知识等。这些信息大体上可分为两类,其一为时序性的监测信息,如机电设备运行状态,能耗信息等,其特点是会随时间增加而快速积累,不便于统计分析,目前主要的存储管理介质为电子表格;其二为非结构化的运维信息,如机电系统的设计与维护手册等,其特点是异源地分布在互联网中,对其全面整理较为困难,目前主要的存储管理介质为文档图片。由于当前运维信息存储管理方式不利于计算机进行高效的数据检索和知识学习,在实际运维管理中有多种情形,如能耗数据分析评估,应急管理中的问题构件定位等,依然需要相关专业人士基于多年的知识和经验积累进行决策分析,往往需要消耗较大的人力物力成本。
针对上述问题,本研究引入了较为前沿的语义网和知识图谱技术,并结合神经网络和深度学习模型,在建筑运维领域,分别针对时序信息和非结构化信息建立了监测信息本体和机电知识图谱。前者探究了空间本体,传感器本体及能耗KPI(Key Performance Index)本体的集成框架,给出了基于资源描述框架(RDF Schema, RDFS)的监测信息本体检索分析方法,并实现了基于KPI的能耗分析评估。后者探究了对机电知识的提取、管理与可视化描述方法,具体包括使用双向长短时间记忆(Bi-directional Long Short-Term Memory, Bi-LSTM)和条件随机场(Conditional Random Field, CRF)模型完成机电设备语料分析和实体发现,使用残差卷积神经网络完成机电知识的关系抽取。在此基础上,本文进一步讨论并给出了一种基于BIM(Building Information Model)和语义分析的机电系统逻辑关系自动补全方法。
案例应用与探究部分,本研究使用既有建筑2017-2018年的监测数据建立了监测信息本体,并对其年、月、日各颗粒度的相关能耗KPI进行了计算分析和数据可视化表达。此外还使用实际工程的模型数据对基于机电知识图谱的逻辑关系自动补全方法对进行了检验,取得了较为理想的结果。整体来说,本研究所建立的监测信息本体和机电知识图谱为本领域的相关研究提供了信息集成的技术框架,可在一定程度上满足建筑运维期信息管理的查询分析需求,有助于提高建筑运维期的信息综合管理和检索分析效率。
|
英文关键词: |
Facility Management; Ontology; Knowledge Graph; MEP; Information Retrieval |
英文摘要: |
A large number of complex data files will be accumulated during the operation and maintenance phases, among which most information is related to MEP systems, including the operation status energy consumption information and maintenance knowledge of HVAC, plumbing and electrical equipment. This information can be roughly divided into two categories. One is the sequential monitoring information, such as the operation status and energy consumption information of MEP equipment, which is characterized by rapid accumulation over time and the main storage and management medium is electronic tables. The other one is unstructured operation information, such as the design and maintenance manual of mechanical and electrical systems, which is characterized by lack of computer readable knowledge, and distributed separatly in the Internet which means difficult to collate them comprehensively. The main storage management medium of them are document or pictures. Because the current method of operation and maintenance information storage is not conducive to efficient data retrieval and knowledge learning by computers, there are many use case in operation and maintenance phases, such as energy consumption data analysis and evaluation, locating component in emergency management, etc, are still needed to make decision analysis by engineer based on years of knowledge and experience accumulation, which always means requiring a large amount of manpower and material resources.
To solve the above problems, combining with neural network and deep learning model, the ontology of monitoring information and the knowledge graph of MEP have been constructed in this study. In the monitoring information ontology, the definition and integration of spatial ontology, sensor ontology, monitoring equipment and monitoring KPI are realized. The methods of sensor information parsing, transformation and retrieval based on RDF are given. AS for the establishment MEP knowledge graph, this study explores the key technologies related to deep learning, including MEP entity reorganization by Bi-LSTM model, MEP images classification and retrieval with VGG16 model, relationship extraction of MEP entities with residual neural network, and finally using neo4j to realize storage and visualization of MEP knowledge graph. With the logic information in knowledge graph, this paper proposes an approach to automatically generate the topological chain of MEP systems with topological analysis, which can improve the efficiency of facility management (FM) activities such as locating components and retrieving related maintenance information for prompt failure detection or emergency management.
In the case study section, the monitoring information ontology is developed by using the monitoring data of the existing buildings from 2017 to 2018. This paper calculates and analyses the annual, monthly and daily KPI of energy consumption. In addition, the prototype system of automatic completion of logic relationships was applied to a real-world project for validation. The results showed that the approach was able to generate topological chains of MEP systems with an average accuracy of over 80%. Overall, the monitoring information ontology and MEP knowledge graph developed in this study provide a useful framework for related research in this field, as well as contribute to the comprehensive information management and retrieval during O&M phase.
|
|
2015 |
周一 |
硕士(已毕业) |
基于BIM技术的地铁保护系统研究与开发 |
中文关键词: |
建筑信息模型;地铁保护;IFC扩展;信息集成;数据分析 |
中文摘要: |
地铁不仅是便捷的交通纽带,也对沿线的城市规划具有积极影响和导向作用,地铁车站周边上马大批新的工程项目是十分常见的现象。这些周边外部项目开展相关土建活动时,不可避免地会对地铁结构的安全和运行产生影响。因此在外部项目施工前和各施工过程中,需要评估其对地铁结构的影响,保证车站和轨行区结构的安全,及时发现可能的安全隐患并加以控制。“地铁保护”正是专门对外部项目进行相关的隐患排查、监管、每日巡检、审批以及制定各种应急措施预案等工作的总称。地铁保护工作关注地铁既有结构与外部项目结构之间的相互影响,需要综合地铁结构、外部项目、周边地质层等诸多信息,结合相关规范确定外部项目对地铁既有结构的影响程度,具有工作参与方多、相关模型复杂、信息量大的特点,这些特点导致了当前“地铁保护”工作中存在的模型信息隔离、信息提取困难、数据处理分析手段有限等问题。
地铁保护中的困难,其根源是模型之间的“信息隔离”导致信息交互不便。要解决地铁保护中存在的“信息隔离”问题,BIM 技术是一个可行的解决方案。BIM(Building Information Model/Modeling,建筑信息模型)是面向建筑全生命周期,旨在解决建筑行业长期存在的“信息隔离”现象的新技术。本研究在调研地铁保护的需求后,提出了基于IFC(Industry Foundation Classes)的地铁保护信息模型(Metro Protection Information Model,MPIM),该信息模型针对地铁保护的领域特点,对IFC原始实体进行了扩展,定义多种共享层构件实体和对应的属性集、枚举类型,从而能够更为准确地描述、集成地铁保护中的各种信息。进一步以MPIM为数据源,针对地铁保护中的主要工作流程,提出了基于信息提取与分类的自动评审算法以及基于层次分析法和神经网络的巡检记录优先度评价算法,实现对地铁保护主要工作的计算机辅助和决策支持。
以课题组已有的BIM-FIM为基础,研发了基于BIM的地铁保护系统(BIM-MPS,BIM-based Metro Protection System),并应用于广州地铁八号线磨碟沙至新港东区间的地铁保护工作当中,以验证本研究提出的模型、算法的实际效果。经过试用,管理人员声称系统能够普遍节约评审时间40%以上。取得了良好的效果。也为进一步在地铁保护中应用BIM技术提供了借鉴和经验。
|
英文关键词: |
building information model/modeling (BIM); metro protection; IFC expansion; information integration; data analysis |
英文摘要: |
The metro is not only a convenient means of transport, but also has a guiding effect on the urban planning along the line. It is a common phenomenon that a large number of new construction projects are launched around the metro structure. When these surrounding external projects launched relevant civil construction activities, they will inevitably affect the safety and normal operation of the metro structure. Therefore, it is necessary to evaluate the influence on the subway structure before and during the construction of the external project to ensure the safety of the metro, detect and control the potential safety risks in time. ‘Metro protection’ is exactly the task of evaluating, detecting, and controlling the potential threats presented by external projects to metro structures, it’s in charge of the supervision, safety evaluation and regular patrols of the external projects and draws up detailed emergency preplans. Metro protection work concerns the interaction between existing metro structures and external project structures. To determine the influence level of external projects on the existing metro structure, various information must be integrated and comprehensive considered. Multi-participants, complexity of models and mass information are the three major characteristics of metro protection work. These characteristics have led to handicaps in the current metro protection work such as isolation of models, difficulties in information extraction, and the lack of data processing and analysis methods.
The “information isolation” is the root of various barriers in metro protection work, which leads to inconvenience in information exchange. BIM is a feasible solution to overcome the aforementioned isolation problem. BIM(Building Information Model/Modeling) is a new technology that aims to solve the long-standing “information isolation” phenomenon in the entire life cycle of architecture. After investigating the requirements of metro protection, this study proposed the Metro Protection Information Model (MPIM) based on Industry Foundation Classes (IFC), the general international standard for BIM information exchange. MPIM has expanded the original IFC by defining multiple shared-layer entities and corresponding property sets and enumerated types based on the domain features of the metro protection, thereby enabling more accurate information expression mode and integration of various information. Taking MPIM as a data source and aiming at the main work flow in metro protection, an automatic reviewing algorithm based on information extraction and classification, and an evaluation algorithm to quantitatively assess the priority and urgency based on analytic hierarchy process and neural network are proposed to realize computer-aided
evaluation and decision-making in the work process of metro protection.
Based on the existing BIM-FIM of the research group, a BIM-based Metro Protection System (BIM-MPS) was developed. BIM-MPS was applied to the the metro protection work in the section between the Modiesha station and Xingangdong of the Guangzhou Metro Line 8 to verify the actual results and effects of the model and algorithm proposed in this study. Managers claim that the system saves more than 40% of the evaluation time and the safety scores given by the algorithm are rather satisfactory and reliable. Trial has achieved good results and also provided reference and experience for further application of BIM technology in metro protection.
|
|
2015 |
彭阳 |
硕士(优秀毕业生) |
基于BIM和机器学习的公共建筑动态疏散策略研究(优秀硕士论文) |
中文关键词: |
疏散;动态策略;机器学习;神经网络;建筑信息模型 |
中文摘要: |
疏散策略规划是大型公共建筑日常安全管理的基本任务。如今复杂而庞大的建筑物使这项工作变得更加困难。传统的疏散仿真通常需要对几何数据和属性信息进行单调乏味的建模,而疏散路径规划中不能直接使用设计数据。这会浪费人力和造成不准确的数据。另外,现有的基于图搜索的寻路算法在时间复杂度方面不尽如人意,并且难以处理实时情况。
为解决这些问题,本文提出了一种用于大型公共建筑物疏散规划的动态策略规划方法,核心算法基于BIM(Building Information Model)技术和各种机器学习技术。首先给出了一个疏散子模型的定义,该子模型能够表示所有需要的信息,包括疏散实体的定义和拓扑关系。还提出了应用机器学习技术自动评估区域安全等级的方法来完善疏散信息。根据施工阶段交付的BIM数据,本文进一步提出一种空间拓扑算法以自动建立空间拓扑结构。之后,将路径生成算法和局面评估方法相结合,生成了用于策略网络的巨大训练集。当主要策略网络得到充分的训练后,就将进入自学迭代的循环。然后提出一种动态多人策略算法来计算整个建筑物内的多人路径之间的交叉影响。这里策略网络可以将人员分散到更安全的地区,而且能降低平均的紧急度指标。最后提出数据后处理中的信息挖掘技术,并应用至实际项目的疏散模拟结果,以得到更深层次的有用信息。
在基于BIM的大型建筑安全管理平台BIM-SMP中编制了一个应用插件,称为基于BIM的动态疏散策略应用平台,作为验证本研究成果的原型系统。BIM可视化编程为功能点提供了形象的展示手段,实现了各种疏散元素的交互显示和路线的多种可视化效果。在案例研究中,生成了大约4000个公共建筑的有关疏散的实体信息。根据算法要求,共有八代策略网络接受了训练。现场BIM应用的两个典型使用案例已经验证了所提出的方法。后处理阶段还应用了混合数据挖掘技术。这些应用案例为大型公共建筑的安全管理提供了合理而有用的切入点,并且证明所提出的动态疏散策略方法可以在复杂、广阔的空间内组织实时紧急疏散,并有助于日常疏散管理以精确模拟各种情景。
|
英文关键词: |
evacuation; dynamic policy; machine learning; neural network; building information model (BIM) |
英文摘要: |
Evacuation path planning is a basic task in routine safety management of large public buildings. With the development of functional and voluminous public buildings, safe and efficient evacuation under emergency scenarios remains a serious issue. Difficulties on evacuation path planning emerge in modeling methods, speed of algorithms, and reliability. Traditional evacuation simulation usually requires tedious modeling of geometry data and property information where design data cannot be directly used in the evacuation path planning. This brings waste of human labor and possibly inaccurate input. In addition, existing path finding algorithms based on graph searching can hardly handle changing real-time conditions.
In order to address these problems, this paper proposed a dynamic evacuation policy approach for evacuation path planning in large public buildings. The core method is based on Building Information Model and various machine learning technologies. First, a scheme of evacuation sub-model is given to represent all needed information, including evacuation entity definitions and topology relationships. Here an automated safety level evaluation based on two machine learning methods is proposed as an auxiliary algorithm. Space topology is automatically established according to delivered data from construction phase. Then, a path generation algorithm and an evaluating algorithm are combined to generate a huge training set for policy networks, where the analogy between evacuation paths and chess games is exploited to train the policy network. When the primary policy network is adequately trained, it falls into a self-learning iteration. A policy network is expected to output a correct path very quickly despite the changing environment but has not yet considered negative effects from other paths. A dynamic path planning algorithm is then proposed to calculate overlapping among paths all over the building. The policy networks can spread people out into safer regions, which has been verified in terms of reducing the average emergency level. Finally, some data mining skills are proposed towards evacuation simulation results for real building projects in order to find deeper information behind massive data.
An application plug-in was developed in BIM-SMP, a large-scale construction safety management platform based on BIM. It was called the BIM-based dynamic evacuation policy application platform as a prototype system to verify the research results. The BIM visual programming provides a flexible display method, enabling the interactive display of various evacuation elements and multiple visualization effects of routes. In the case study section, about 4,000 evacuation elements of a public building were generated according to the proposed scheme. Eight generations of policy networks were trained. Two typical use cases by on-site consultant groups have verified the proposed method. At post-processing stage, hybrid data mining methods are used in practice. All these applications provided reasonable and useful insights for safety management of large public buildings. The dynamic path planning method has the potential to organize real-time emergency evacuation in complex, wide space, as well as help routine evacuation management to simulate various scenarios with fine accuracy.
|
|
2015 |
龚敏 |
工程硕士(已毕业) |
北京地铁8号线三期土建施工中的BIM技术应用研究 |
中文关键词: |
北京地铁施工; BIM技术; 可视化; 信息化 |
中文摘要: |
地铁建设作为城市基础建设的重要组成部分,已经成为城市发展的重要名片,甚至可以用来衡量一个城市的发达程度。我国主要城市的地铁建设水平依然落后于发达国家,在未来一段时间内,大力发展地铁建设依然是我国城市发展的主要旋律。
地铁施工作为地铁建设的最重要的一环,依然面临着很多问题。不同于一般的建筑施工,地铁施工中面临着诸多难题。主要体现在:临时占地的方案受周边环境制约难以确定,尤其是涉及的产权单位及属地管辖政府的要求难以满足;施工方案受周边环境影响难以确定;地下结构的复杂性与不确定性,使得施工过程中的风险很高,甚至于出现地面塌陷等严重事故;单位工程多,工序复杂,施工组织难度高;地铁工程往往是政绩工程,工期十分紧张;严格的环保政策,对于地铁施工长周期的土方作业的约束很大;地铁施工范围跨度大,安全质量隐患更容易出现。
本文以北京地铁8号线三期土建施工01合同段为例,在项目的前期准备阶段、临建建设阶段、初支暗挖阶段直到进入结构二衬阶段的全过程中,通过应用BIM技术,将过程中遇到的各类问题进行研究分析并解决,对施工方案进行优化设计,协助施工方案的制定。通过应用BIM技术,将各工序进行模拟建造,可视化交底,指导施工人员施工,发现工序中的关键信息,保证各工序施工组织合理,施工质量可控。利于相关的平台工具,摸索地铁施工中的信息化管理的模式。在技术人员及施工人员素质参差不齐的条件下,能够对其进行有效的培训指导。同时使用一种可以普及到施工最前线的信息传递方式,对变化的施工现场进行动态管理,及时发现各类隐患,及时处理,并将隐患信息分类分析,为施工现场的教育培训提供指导。应用一种基于二维码的管理技术,实现地铁施工中的设备维护的信息化管理及施工质量的可追溯性。
地铁施工中还是过多的依靠施工从业人员的经验和资历,这是行业的特性。通过本应用研究,为施工单位在地铁施工中如何应用BIM技术来协助从业人员解决施工中的问题提供了参考,并提供了一种简单便捷、经济有效的信息化管理方式,为BIM技术在地铁施工领域的推广提供了思路。
|
英文关键词: |
Beijing subway construction; BIM technology; Visualization; Informationization |
英文摘要: |
As an important part of urban infrastructure construction, subway construction has become an important business card for urban development and can even be used to measure the degree of development of a city. The level of subway construction in major cities in China still lags behind that of developed countries. In the coming period, vigorously developing subway construction is still the main melody of urban development in China.
As the most important part of subway construction, subway construction still faces many problems. Different from general construction, there are many difficulties in subway construction. Mainly reflected in: the temporary land occupation plan is difficult to determine by the surrounding environment constraints, especially the requirements of the property rights unit and the territorial jurisdiction of the government are difficult to meet; the construction plan is difficult to determine by the surrounding environment; the complexity and uncertainty of the underground structure, The risk in the construction process is very high, and even serious accidents such as ground collapse occur; there are many unit projects, complicated processes, and difficult construction organization; subway projects are often political achievements, and the construction period is very tight; strict environmental protection policies for the subway construction The earthwork of the cycle is very restrictive; the construction scope of the subway is large, and the safety quality hazard is more likely to occur.
This paper takes the contract section of the third phase of civil engineering construction of Beijing Metro Line 8 as an example. Through the application of BIM technology in the preliminary preparation stage, the temporary construction stage, and the initial branching stage of the project until the entry into the second lining stage of the structure, Research and analyze various problems encountered in the process, optimize the design of the construction plan, and assist in the formulation of the construction plan. Through the application of BIM technology, each process will be simulated and constructed, visualized to the bottom, the construction personnel will be guided to construct the key information in the process, and the construction organization of each process will be reasonable and the construction quality can be controlled. Conducive to relevant platform tools, explore the mode of information management in subway construction.
Under the condition that the quality of technicians and construction personnel is uneven, it can be effectively trained and guided. At the same time, using a kind of information transmission method that can be popularized at the forefront of construction, dynamic management of the changed construction site, timely detection of various hidden dangers, timely processing, and classification and analysis of hidden danger information, to provide guidance for education and training on the construction site. Applying a two-dimensional code-based management technology to realize the information management of equipment maintenance and the traceability of construction quality in subway construction.
In the construction of subways, it is still too much to rely on the experience and qualifications of construction practitioners, which is the characteristics of the industry. Through this application research, it provides a reference for how the construction unit applies BIM technology in the subway construction to assist the practitioners to solve the problems in the construction, and provides a simple, convenient and economical information management method. It provides ideas for the promotion of BIM technology in the field of subway construction.
|
|
2014 |
田佩龙 |
硕士(已毕业) |
基于BIM与建筑自动化系统的设备运维期监控与管理 |
中文关键词: |
建筑信息模型;监测;运营维护;IFC标准;建筑设备 |
中文摘要: |
建筑业一直存在信息化、智能化水平不高,管理效率低下等问题,在建筑的运营维护管理过程中尤其突出。建筑设备的正常运行是建筑内部良好环境的重要保障,因此建筑设备的管理是建筑运营维护管理中的关键任务。过去,建筑设备运行管理的信息化手段主要是应用建筑自动化系统(Building Automation System,BAS),但是,其较强的专业性导致运维管理人员难以有效使用。另外,设备运行监测数据仅仅存在于自动化系统中,产生“信息孤岛”局面,难以对监测数据有效利用。建筑信息模型(Building Information Model/Modeling,BIM)技术可以支持将设备监测数据与工程数据集成管理和应用,从而辅助运营维护过程中的综合分析与决策,以充分发挥工程信息的价值。
由于建筑自动化系统的传输协议不统一、监测数据量大、实时性要求高等特点,造成其与BIM系统集成过程中存在信息存储、集成和应用等多方面的问题。本研究首先从信息存储层面研究基于IFC(Industry Foundation Class,工业基础类)的信息扩展方法,利用扩展IFC属性集的方式实现在IFC中存储和表达建筑自动化系统中的监测信息。其次,从信息集成层面研究面向多协议的动态监测系统与BIM开放平台集成的关键技术,包括基于消息的分布式架构技术、基于插件的多协议扩展技术、时间序列数据处理技术、基于内存数据库的实时数据管理技术、基于时间序列数据库的历史数据管理技术和基于RESTful架构的监测数据查询服务技术。再者,从信息应用层面研究停车场监测信息在停车场智能管理中的应用、室内环境监测信息在舒适度评价中的应用、水位水质监测信息在水厂智能运维管理中的应用,扩展BIM的应用范围。最终,开发基于BIM的建筑设备自动化集成系统,并应用到合肥湖畔新城项目和北京槐房再生水厂项目。
应用表明,本研究提出的基于BIM的建筑自动化集成技术和所研发的系统能有效地解决监测数据与BIM模型的集成问题,可提高建筑运行维护管理水平,具有广阔的应用前景和价值。
|
英文关键词: |
BIM(Building Information Modeling); Monitoring; Operation and maintenance management; IFC(Industry Foundation Classes); Equipment |
英文摘要: |
The construction industry has always been at low levels in informationization, intelligentization and management efficiency, especially in the operation and maintenance (O&M) management. Since normal operations of construction equipment can ensure a good environment inside the buildings, management on the construction equipment serves as a critical task in O&M management. In the past, the informationization of O&M on construction equipment was implemented by the application of the Building Automation System (BAS). However, its demand on professionalism made the O&M personnel hard to effectively use the system. Besides, the equipment operation monitoring data only existed in the automation system, leading to a situation of “information island”, and the monitoring data cannot be effectively used. The Building Information Model/Modeling (BIM) technology can implement integrated management and application of monitoring data and engineering data, thus assisting in comprehensive analysis and decision-making during O&M to make full use of engineering information.
As BAS has inconsistent transport protocols, numerous monitoring data and requires strict real-time property, many problems occur in information storage, integration and applications, etc. amid integration with BIM system. This study firstly implemented storage and expression of monitoring information in the BAS by extending the Industry Foundation Class (IFC) attribute set using the IFC-based information extension method from the information storage layer. Secondly, it made a research on critical technologies for integration of the multi-protocol-oriented dynamic monitoring system and BIM open platform from the information integration layer, including the distributive architecture technology based on messages, multi-protocol extension technology based on plug-ins, data processing technology in time sequence, real-time data management technology based on memory databases, historic data management technology based on time sequence databases, and monitoring data query service technology based on the RESTful architecture. Thirdly, this thesis studied the application of parking monitoring information in intelligent management of the parking lot, the application of indoor environment monitoring information in comfort evaluation, and the application of water level and quality monitoring information in intelligent O&M of water plants to expand the application scope of the BIM. Finally, a BIM-based construction equipment automation integration system is developed and applied to the Hefei Hupanxincheng Project and Beijing Huaifang Water Recycling Plant Project.
The applications demonstrate that the BIM-based construction equipment automation system integration technology and the technologies proposed in this thesis can effectively integrate the monitoring data and BIM to improve the building O&M management, which has wide application prospects and values.
|
|
2013 |
张晓洋 |
硕士(已毕业) |
基于BIM的时变结构安全性能分析与管控系统 |
中文关键词: |
建筑信息模型;时变结构;安全分析;质量管控;建筑施工 |
中文摘要: |
建筑业是世界上最大的行业劳动群体,也是国民经济的重要支柱产业。由于建设工程劳动密集、投资大等特点,导致建筑业安全事故严重,建筑施工安全问题严重影响了建筑业的可持续发展和社会稳定,成为建筑业发展的巨大障碍。
我国建筑施工安全水平较低,针对施工过程“时变结构”,缺乏先进、科学、实用的分析技术手段和管理工具,主要表现在:1)现有的基于静态结构的安全分析方法对建筑施工期的连续时变特性的描述和计算精度存在不足和局限,难以满足大型、复杂工程的施工安全分析;2)现有的基于时变理论的安全分析方法实际操作困难,用于整个施工期结构安全分析工作量巨大,自动化程度较低;3)现有的质量安全管控模式,更多的取决于足够数量的案例、数据和专家经验的支持,应用于施工现场的可操作性和准确性较差;4)由于导致施工安全事故的因素诸多、关系复杂,而且具有相当的不确定性和偶然性,难以实现对诸多因素的集成监控管理和综合分析管控。
为改变我国建筑安全技术落后的局面,引入信息技术是一条必需的途径。本研究通过引入建筑信息模型((Building Information Model,BIM)和4D技术,将建筑结构安全分析与施工质量安全管控相结合,研究面向建筑施工过程新的安全性能分析和管控的理论、技术和管理工具,为实现自动化、集成化、动态化的安全分析与管控服务。首先建立一个面向建筑设计、结构分析及施工安全管控的扩展的4D施工安全信息模型(4DSIM++),并在此基础上研究基于4DSIM++的模型转换机制,实现建筑结构模型自动转换及多结构分析模型的联合对比;之后研究模型整合与数据集成技术,形成完备的4DSIM++并提出基于4DSIM++的安全分析与管控的整体应用流程以及一系列动态安全分析与管控的技术支持;最终研发具有自主知识产权的“基于BIM的时变结构安全性能分析与管控系统”(BIM-SAMS),并在实际工程项目中得以验证。
本研究实现施工期时变结构自动、连续、动态的安全分析以及集数据采集、动态集成、智能分析于一体的的质量安全管控,为施工期时变结构的安全分析与管控提供一套完整的理论、技术与平台支持,对于改变建筑施工安全管理手段落后的局面,提高安全水平具有重要的意义和广阔的应用前景。
|
|
2012 |
陈祥祥 |
硕士(已毕业) |
面向建筑管道工厂化施工的深化设计与辅助施工系统 |
中文关键词: |
建筑管道工厂化;预制构件;建筑信息模型;信息共享;协同工作 |
中文摘要: |
随着我国建筑产业化进程不断推进,建筑工程也逐渐由现场施工转为工厂化预制加工的生产方式。尽管,对于后者而言,前期建立工厂以及购买设备的资金投入比较高,但实际工程数据表明,后者相比前者能够显著缩短工期、降低总成本、节省人力物力、降低环境污染等,因此近年来得到了越来越广泛的关注和应用。
其中,管道工程是当前建筑产业化中较为成熟的应用主体。其施工流程包括预制构件的深化设计、预制加工、运输和现场安装,并最终将设施实体竣工交付至运维管理。但此流程目前还存在如下几个问题:1)我国建筑管道工厂化施工方式仍然处于起步阶段,其工作流程及管理模式还不够完善;2)缺乏智能有效的深化设计工具,其深化设计过程严重依赖于设备厂家,设计过程不透明;3)信息传递以纸质或电子版文件为主,容易造成信息丢失与冗余,而且可能在多个地方都有备份,导致数据的不一致;4)缺乏信息共享机制,导致各阶段信息无法有效的从一个阶段传递到下一个阶段,形成“信息孤岛”问题;5)各参与方之间的沟通机制不完善,没有有效的协同工作平台,容易导致信息扭曲或丢失。
建筑信息模型(Building Information Model、BIM)是在三维数字模型的基础之上集成了建筑项目及产品的各种相关信息,形成的工程项目及过程的数字化模型。BIM技术可以有效的解决各阶段信息共享以及多参与方协同工作的问题,可以支持可视化、智能化的深化设计,从而为解决上述问题提供了技术支撑。基于这一理念和技术,本文面向建筑管道工厂化施工,首先研究了建筑管道工厂化全流程的技术和管理特点,接着对预制构件深化设计技术及多参与方业务流程管理这两个关键问题进行了深入研究,从而提出了基于BIM的建筑管道工厂化深化设计与辅助施工的解决方案。基于此解决方案,并结合课题组前期研究工作,设计并搭建了一个基于BIM的建筑管道工厂化信息管理平台(BIM-IMP)。该平台主要包含四个系统,分别为建筑管道工厂化预制构件设计系统(BIM-FDD)、建筑管道工厂化辅助施工管理系统(BIM-FC)、建筑管道工厂化移动平台信息管理系统(BIM-FM)、机电设备运维管理系统(BIM-FIM)。BIM-LMP可以解决建筑工厂化各阶段信息共享问题,为多参与方协同工作提供了统一的平台。该平台在两个大型项目中进行了应用验证,取得了良好的经济效益和社会效益,为进一步推动建筑工厂化和BIM技术的发展提供了良好的借鉴。
|
英文关键词: |
Building Pipeline Factory; Prefabricated Components; Building Information Model; Information sharing; Collaborative work |
英文摘要: |
With the development of construction industrialization in China, construction engineering is also gradually transforming itself from onsite construction to factorial prefabrication process. Compared with the onsite construction mode, the factorial construction costs a lot to build factories and buy equipments in the early period. But it can also shorten the whole construction period, reduce total cost, save manpower and material resource, and is friendly to environment. Therefore it attracts more and more attention and has been applied to many projects.
Factorial pipeline construction is a mature part of current construction industrialization. The production process consists of several stages, i.e., detail design of prefabricated components, prefabrication processing, transportation, installation, and finally facilities delivery to operation and maintenance stage. However at present, this production process faces the following problems. 1) Factorial pipline construction is still in its infancy in China so that its working process and management method are inperfect. 2) With the lack of effective intelligent detail design tools, the detail design process heavily depends on the equipment manufacturers. 3) Information loss and redundancy, and data inconsistencies caused by paper-based or file-based information transfer. 4) Information isolation due to the lack of effective information sharing platform and methods. 5) Information distortion and loss result from an undeveloped communication between each stage and each participant.
Building Information Model (BIM) is a digital model of the project and process based on 3D digital model. It integrates various information related to construction projects and products. BIM can effectively solve the problems caused by information sharing and collaborative works in each stage and support the visualization, intelligent detail design. From the perspective of factorial pipeline construction, this research firstly studied the characteristics of the lifecycle process management of building pipeline factory. Then two key issues, i.e., detail design of prefabricated components and business process management for multi-participants were addressed, and corresponding methods were presented respectively. Based on these methods, a BIM-based solution to factorial construction oriented detail design and computer aided construction was porposed. Combining with some early achivements of our group, a BIM-based information management platform (BIM-IMP) for building pipeline factory was developed. On this platform, there were mainly four systems, i.e., a BIM-based detail design system for pipeline prefabricated components (BIM-FDD), a BIM-based computer aided construction management system (BIM-FC) for building pipelines, A BIM-based mobile system for factorial information management (BIM-FM) and a BIM-based intelligent facility management system (BIM-FIM). The BIM-IMP supported information sharing in each stage and provided a unified platform for the collaborative works among multi-participants. The platform was applied to two large-scale projects and achieved desirable economic and social benefits, providing a good reference for promoting building factory and BIM technology.
|
|