CN117035694B - BIM system management method and device and computer equipment - Google Patents

BIM system management method and device and computer equipment Download PDF

Info

Publication number
CN117035694B
CN117035694B CN202311290212.3A CN202311290212A CN117035694B CN 117035694 B CN117035694 B CN 117035694B CN 202311290212 A CN202311290212 A CN 202311290212A CN 117035694 B CN117035694 B CN 117035694B
Authority
CN
China
Prior art keywords
bim
target
preset
item
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202311290212.3A
Other languages
Chinese (zh)
Other versions
CN117035694A (en
Inventor
汤琼
封齐鹏
廖丹蓉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Chenpson Information Technology Co ltd
Original Assignee
Shenzhen Chenpson Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Chenpson Information Technology Co ltd filed Critical Shenzhen Chenpson Information Technology Co ltd
Priority to CN202311290212.3A priority Critical patent/CN117035694B/en
Publication of CN117035694A publication Critical patent/CN117035694A/en
Application granted granted Critical
Publication of CN117035694B publication Critical patent/CN117035694B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/08Construction

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Engineering & Computer Science (AREA)
  • General Business, Economics & Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a system management method, a device and computer equipment of BIM, wherein the method comprises the following steps: and acquiring a similar system according to the item label, extracting application points from the similar system, establishing a directed ring graph, encoding and decoding based on the directed ring graph to obtain a related system architecture, and acquiring a template to obtain the target BIM system. The invention has the beneficial effects that: the method realizes the construction of the corresponding BIM system according to project information, realizes the efficient construction of the BIM system, greatly reduces the development cost of the BIM system and realizes the fine management of BIM projects.

Description

BIM system management method and device and computer equipment
Technical Field
The present invention relates to the field of artificial intelligence, and in particular, to a method, an apparatus, and a computer device for managing a BIM system.
Background
Development of BIM (Building Information Modeling, building information model) technology and wide application in engineering construction have prompted generation of a full-flow management mode. In the aspect of BIM application software, most of software in the current domestic market mainly meets single application, BIM application systems with high integration are fewer, integrated application with a project management system is deficient, and BIM special application is more, so that the use synergy is high. In addition, the market competition and the technical barriers exist between software vendors, so that data integration and data interaction between software are difficult, and a proper BIM system is difficult to construct according to project information, and the application and development of BIM are greatly restricted.
Disclosure of Invention
The invention mainly aims to provide a BIM system management method, device and computer equipment, and aims to solve the problem that a proper BIM system is difficult to construct according to project information.
The invention provides a system management method of BIM, comprising the following steps:
acquiring an item tag of a target BIM system to be constructed;
obtaining a similar system from a preset BIM system database according to the item label;
extracting application points from the similar system;
constructing a directed ring graph according to the interrelation of each application point in the similar system; wherein each node in the directed graph is formed by one application point;
inputting the directed ring graph into a long-term and short-term memory network model to obtain a system code;
inputting the system codes and the item labels into a long-term and short-term memory network decoder to obtain a system architecture; the long-period memory network model and the long-period memory network decoder are trained by taking a plurality of directed cyclic graphs and corresponding item labels as inputs and taking the corresponding system architecture as output;
downloading a template file corresponding to the system architecture to form the target BIM system.
Further, the step of obtaining the item tag of the target BIM system to be built includes:
acquiring a project text input by a user;
extracting text information of the project text according to a preset file extraction model;
the item tag is generated based on the text information.
Further, the step of obtaining the similar system from the preset BIM system database according to the item tag includes:
vectorizing the item label to obtain a label vector;
according to the formulaCalculating a similarity value between a label vector and a pre-stored vector of each system in a preset BIM system database, wherein A represents the pre-stored vector corresponding to each system in the preset BIM database, and B represents the label vector;
and selecting the similar system according to the magnitude of the similar value.
Further, the step of inputting the system code and the item tag into a long-short-term memory network decoder to obtain a system architecture includes:
splitting the system code into a plurality of subcodes in sequence;
sequentially inputting the subcodes into a preset decoder according to the sequence for decoding; the operation of the current encoding and decoding is that a hidden layer in the last encoding and decoding process, the item label and the current subcode are input into a preset decoder to obtain a decoding result of the current subcode;
and splicing all decoding results in sequence to obtain the system architecture.
Further, the step of downloading the template file corresponding to the system architecture to form the target BIM system includes:
acquiring a target application point in the system architecture;
searching a corresponding template file in a pre-established template database based on the target application point;
and downloading the template file to a position corresponding to a target application point in the system architecture, and obtaining the target BIM system after the downloading is completed.
Further, after the step of downloading the template file corresponding to the system architecture to form the target BIM system, the method further includes:
obtaining analog data and inputting the analog data into the target BIM system;
detecting the analog data in the target BIM system in a preset detection mode;
if the detection result is normal, judging that the target BIM system meets the requirements.
Further, the step of constructing a directed graph according to the interrelationship of the application points in the similar system includes:
acquiring the data transmission times among the application points of the similar system;
taking the duty ratio of the data transmission times as the interrelation between the application points;
and establishing the directed ring graph based on the interrelationships.
The invention also provides a system management device of the BIM, which comprises:
the first acquisition module is used for acquiring item tags of a target BIM system to be constructed;
the second acquisition module is used for acquiring a similar system from a preset BIM system database according to the item label;
the extraction module is used for extracting application points from the similar system;
the construction module is used for constructing a directed ring graph according to the interrelation of each application point in the similar system; wherein each node in the directed graph is formed by one application point;
the first input module is used for inputting the directed ring graph into a long-period memory network model so as to obtain a system code;
the second input module is used for inputting the system code and the item label into a long-term and short-term memory network decoder to obtain a system architecture; the long-period memory network model and the long-period memory network decoder are trained by taking a plurality of directed cyclic graphs and corresponding item labels as inputs and taking the corresponding system architecture as output;
and the downloading module is used for downloading the template file corresponding to the system architecture to form the target BIM system.
The invention also provides a computer device comprising a memory storing a computer program and a processor implementing the steps of any of the methods described above when the processor executes the computer program.
The invention also provides a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the method of any of the preceding claims.
The invention has the beneficial effects that: and acquiring a similar system according to the item label, extracting application points from the similar system, establishing a directed ring graph, encoding and decoding based on the directed ring graph to obtain a related system architecture, and acquiring a template to obtain the target BIM system. Therefore, the corresponding BIM system is built according to project information, the BIM system is built efficiently, the development cost of the BIM system is greatly reduced, and the fine management of BIM projects is realized.
Drawings
FIG. 1 is a flow chart of a system management method of BIM according to an embodiment of the invention;
FIG. 2 is a schematic block diagram of a system management device of a BIM according to an embodiment of the invention;
fig. 3 is a block diagram schematically illustrating a structure of a computer device according to an embodiment of the present application.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
It should be noted that, in the embodiments of the present invention, all directional indicators (such as up, down, left, right, front, and back) are merely used to explain the relative positional relationship, movement conditions, and the like between the components in a specific posture (as shown in the drawings), if the specific posture is changed, the directional indicators correspondingly change, and the connection may be a direct connection or an indirect connection.
The term "and/or" is herein merely an association relation describing an associated object, meaning that there may be three relations, e.g., a and B, may represent: a exists alone, A and B exist together, and B exists alone.
Furthermore, descriptions such as those referred to as "first," "second," and the like, are provided for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implying an order of magnitude of the indicated technical features in the present disclosure. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include at least one such feature. In addition, the technical solutions of the embodiments may be combined with each other, but it is necessary to base that the technical solutions can be realized by those skilled in the art, and when the technical solutions are contradictory or cannot be realized, the combination of the technical solutions should be considered to be absent and not within the scope of protection claimed in the present invention.
Referring to fig. 1, the present invention proposes a system management method of BIM, including:
s1: acquiring an item tag of a target BIM system to be constructed;
s2: obtaining a similar system from a preset BIM system database according to the item label;
s3: extracting application points from the similar system;
s4: constructing a directed ring graph according to the interrelation of each application point in the similar system; wherein each node in the directed graph is formed by one application point;
s5: inputting the directed ring graph into a long-term and short-term memory network model to obtain a system code;
s6: inputting the system codes and the item labels into a long-term and short-term memory network decoder to obtain a system architecture; the long-period memory network model and the long-period memory network decoder are trained by taking a plurality of directed cyclic graphs and corresponding item labels as inputs and taking the corresponding system architecture as output;
s7: downloading a template file corresponding to the system architecture to form the target BIM system.
As described in step S1, the project label of the target BIM system to be constructed is obtained, where the project label may be one or more of a project type, an engineering stage, an engineering scale, a geographical location, a related industry or department, a technical requirement, and a regulatory dependency, and the project label may be extracted according to project information or manually.
And step S2, obtaining similar systems from a preset BIM system database according to the item labels. The preset BIM system database is a preset system database, and is a BIM system formed by related projects in the past, namely a system which can be used normally, and because the compatibility among all application points and the cooperative relationship among all application points are considered in the prior system, the problem of the problem is not needed to be worried about at the moment, the corresponding similar system can be directly obtained, and particularly, the systems in the preset BIM system database all have corresponding project labels, and the similar system can be obtained by selecting according to the similarity of the project labels.
As described in step S3, the application point is a module in the system, which has a certain function, and the data connection between the modules can be established, so that the similar system contains a plurality of application points, and the extraction can be directly performed, so that other specific data do not need to be acquired.
As described in step S4 above, a directed graph of loops is constructed from the correlations of the individual application points in the similar system. Each node in the directed ring graph is composed of an application point, and a directed ring graph is built for all application points, so that the transition probability from the application point A to the application point B can be calculated, wherein if a Markov chain is divided into m states, historical data is converted into a sequence composed of the m states. From any one state, one of states 1, 2, … …, m must occur after any one transition, and transitions between such states are referred to as transition probabilities.
And (5) inputting the directed loop graph into a long-short-term memory network model to obtain a system code as described in the steps S5-S6. The long-term memory network model and the long-term memory network decoder are encoders and decoders, the directed ring graph is input into the long-term memory network model for encoding, and in the decoding process, the input characteristics (namely the item labels) of the user are also input into the preset decoder as an independent input characteristic. The input of the preset decoder at time t is:
1. hidden layer state characteristics at the previous time t-1;
2. vector features of the output result at the previous time t-1;
3. user input features (item tags).
The long-short-term memory network decoder has the 3 inputs at each moment, and the output is the output result of predicting the current moment, and the output result is also used as the input of the next moment. And finally, all the generated output results are spliced in sequence to form a system architecture, so that the generated architecture has application points corresponding to the project labels.
And step S7, downloading the template file corresponding to the system architecture to form the target BIM system. Each application point is provided with a corresponding template, some application points possibly comprise templates of various different types, the templates can be pre-downloaded to obtain a temporary BIM system, then compatibility of each application point is detected, each template is replaced until each application point is compatible, and a final template BIM system is formed, so that the corresponding BIM system is built according to project information, the BIM system is built efficiently, development cost of the BIM system is reduced greatly, and fine management of BIM projects is realized.
In one embodiment, the step S1 of obtaining the item tag of the target BIM system to be built includes:
s101: acquiring a project text input by a user;
s102: extracting text information of the project text according to a preset file extraction model;
s103: the item tag is generated based on the text information.
If the information input by the user is text information, the BERT model may be used to extract the text information, and then the item label may be generated based on the text information, specifically, the text information may be keywords, and the corresponding table of each keyword and the item label is pre-performed, thereby realizing the generation of the item label.
In one embodiment, the step S2 of obtaining the similar system from the preset BIM system database according to the item tag includes:
s201: vectorizing the item label to obtain a label vector;
s203: according to the formulaCalculating a similarity value between a label vector and a pre-stored vector of each system in a preset BIM system database, wherein A represents the pre-stored vector corresponding to each system in the preset BIM database, and B represents the label vector;
s204: and selecting the similar system according to the magnitude of the similar value.
As described in the above steps S201 to S204, the item label is vectorized to obtain a label vector, and the multidimensional coordinates of the label vector are obtained to facilitate subsequent calculation. The item tags may be vectorized by the Google word2vec tool. According to the formulaCalculating the similarity value between the label vector and the pre-stored vector, when the similarity value is smaller, the label vector is not matched with the pre-stored vector of the system, when the similarity value is larger, the label vector is matched with the pre-stored vector of the system, and then the pre-stored vector of the similar system is selected according to the size of the similarity value.
In one embodiment, the step S6 of inputting the system code and the item tag into a long-short-term memory network decoder to obtain a system architecture includes:
s601: splitting the system code into a plurality of subcodes in sequence;
s602: sequentially inputting the subcodes into a preset decoder according to the sequence for decoding; the operation of the current encoding and decoding is that a hidden layer in the last encoding and decoding process, the item label and the current subcode are input into a preset decoder to obtain a decoding result of the current subcode;
s603: and splicing all decoding results in sequence to obtain the system architecture.
As described in the above steps S601-S603, the system codes are split in sequence, specifically, the splitting manner may be to split the system codes by size or function, so as to obtain a plurality of subcodes, and then input into a preset decoder, where the preset decoder is a long-short-term memory network decoder, so that the input of the preset decoder at the time t is:
1. hidden layer state characteristics at the previous time t-1;
2. vector features of the output result at the previous time t-1;
3. user input features (item tags).
The long-short-term memory network decoder has the 3 inputs at each moment, and the output is the output result of predicting the current moment, and the output result is also used as the input of the next moment. And finally, all the generated output results are spliced in sequence to form a system architecture, so that the generated architecture has application points corresponding to the project labels.
In one embodiment, the step S7 of downloading the template file corresponding to the system architecture to form the target BIM system includes:
s701: acquiring a target application point in the system architecture;
s702: searching a corresponding template file in a pre-established template database based on the target application point;
s703: and downloading the template file to a position corresponding to a target application point in the system architecture, and obtaining the target BIM system after the downloading is completed.
As described in the above steps S701-S703, the target BIM system is obtained, the templates of each application point, that is, the code data, are stored in the template database in advance and output to the architecture to obtain the corresponding system, so that the corresponding template files can be found according to the target application points in the system architecture, at this time, the compatibility between each template file can be detected, and if compatible, the target BIM system is obtained.
In one embodiment, after the step S7 of downloading the template file corresponding to the system architecture to form the target BIM system, the method further includes:
s801: obtaining analog data and inputting the analog data into the target BIM system;
s802: detecting the analog data in the target BIM system in a preset detection mode;
s803: if the detection result is normal, judging that the target BIM system meets the requirements.
As described in the above steps S801 to S803, the compatibility detection of the target BIM system is achieved, and because there is a possibility of incompatibility between the template files acquired by each application point, analog data needs to be acquired for detection, where the analog data is preset by related personnel, and the corresponding prediction detection result is preset, and when the actual detection result matches with the prediction detection result, it can be determined that the target BIM system meets the requirement, otherwise, fine adjustment, such as changing the template, needs to be performed again on the data of each application point until the target BIM system meets the requirement.
In one embodiment, the step S4 of constructing a directed ring graph according to the interrelationship between the application points in the similar system includes:
s401: acquiring the data transmission times among the application points of the similar system;
s402: taking the duty ratio of the data transmission times as the interrelation between the application points;
s403: and establishing the directed ring graph based on the interrelationships.
As described in the above steps S401 to S403, the establishment of the directed ring graph is realized, and because the relationship between the application points can be reflected by the data interaction, the data transmission times are used as the relationship between the application points, and the directed ring graph is established according to the relationship, so that the directed ring graph also includes the data interaction relationship between the application points, and the system architecture of the subsequent production can be more fit with the requirement of the project, and the final target BIM system is better.
Referring to fig. 2, the present invention also provides a system management device of a BIM, including:
a first obtaining module 10, configured to obtain an item tag of a target BIM system to be built;
a second obtaining module 20, configured to obtain a similar system from a preset BIM system database according to the item tag;
an extraction module 30, configured to extract application points from the similar system;
a construction module 40, configured to construct a directed graph of loops according to correlations among the application points in the similar system; wherein each node in the directed graph is formed by one application point;
a first input module 50, configured to input the directed graph into a long-short term memory network model to obtain a system code;
a second input module 60, configured to input the system code and the item tag into a long-short-term memory network decoder, so as to obtain a system architecture; the long-period memory network model and the long-period memory network decoder are trained by taking a plurality of directed cyclic graphs and corresponding item labels as inputs and taking the corresponding system architecture as output;
and the downloading module 70 is configured to download the template file corresponding to the system architecture to form the target BIM system.
In one embodiment, the first acquisition module 10 comprises:
the project text acquisition sub-module is used for acquiring project text input by a user;
the text information extraction sub-module is used for extracting text information of the item text according to a preset file extraction model;
and the item label generation sub-module is used for generating the item label based on the text information.
In one embodiment, the second acquisition module 20 includes:
the vectorization sub-module is used for vectorizing the item label to obtain a label vector;
a similarity value calculation sub-module for calculating a similarity value according to the formulaCalculating a similarity value between a label vector and a pre-stored vector of each system in a preset BIM system database, wherein A represents the pre-stored vector corresponding to each system in the preset BIM database, and B represents the label vector;
and the similar system selecting sub-module is used for selecting the similar system according to the magnitude of the similar value.
In one embodiment, the second input module 60 includes:
the splitting module is used for splitting the system code into a plurality of subcodes according to the sequence;
the decoding sub-module is used for sequentially inputting the sub-codes into a preset decoder according to the sequence for decoding; the operation of the current encoding and decoding is that a hidden layer in the last encoding and decoding process, the item label and the current subcode are input into a preset decoder to obtain a decoding result of the current subcode;
and the splicing sub-module is used for splicing all decoding results in sequence to obtain the system architecture.
In one embodiment, the download module 70 includes:
a target application point acquisition sub-module, configured to acquire a target application point in the system architecture;
the template file searching sub-module is used for searching a corresponding template file in a pre-established template database based on the target application point;
and the downloading sub-module is used for downloading the template file to the position corresponding to the target application point in the system architecture, and obtaining the target BIM system after the downloading is completed.
In one embodiment, the system management device of the BIM further includes:
the analog data acquisition module is used for acquiring analog data and inputting the analog data into the target BIM system;
the detection module is used for detecting the analog data in the target BIM system in a preset detection mode;
and the judging module is used for judging that the target BIM system meets the requirements if the detection result is normal.
In one embodiment, build module 40 includes:
the transmission times acquisition sub-module is used for acquiring the data transmission times among the application points of the similar system;
the interrelationship calculation sub-module is used for taking the duty ratio of the data transmission times as the interrelationship between application points;
and the establishing submodule is used for establishing the directed ring graph based on the mutual relation.
The invention has the beneficial effects that: and acquiring a similar system according to the item label, extracting application points from the similar system, establishing a directed ring graph, encoding and decoding based on the directed ring graph to obtain a related system architecture, and acquiring a template to obtain the target BIM system. Therefore, the corresponding BIM system is built according to project information, the BIM system is built efficiently, the development cost of the BIM system is greatly reduced, and the fine management of BIM projects is realized.
Referring to fig. 3, a computer device is further provided in the embodiment of the present application, where the computer device may be a server, and the internal structure of the computer device may be as shown in fig. 3. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the computer is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used to store various item tags and the like. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, may implement the system management method of BIM according to any of the embodiments described above.
Those skilled in the art will appreciate that the architecture shown in fig. 3 is merely a block diagram of a portion of the architecture in connection with the present application and is not intended to limit the computer device to which the present application is applied.
The embodiment of the present application further provides a computer readable storage medium, on which a computer program is stored, where the computer program when executed by a processor may implement the system management method of BIM described in any of the foregoing embodiments.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium provided herein and used in embodiments may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, apparatus, article, or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, apparatus, article, or method. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, apparatus, article or method that comprises the element.
The embodiment of the application can acquire and process the related data based on the artificial intelligence technology. Among these, artificial intelligence (Artificial Intelligence, AI) is the theory, method, technique and application system that uses a digital computer or a digital computer-controlled machine to simulate, extend and extend human intelligence, sense the environment, acquire knowledge and use knowledge to obtain optimal results.
Artificial intelligence infrastructure technologies generally include technologies such as sensors, dedicated artificial intelligence chips, cloud computing, distributed storage, big data processing technologies, operation/interaction systems, mechatronics, and the like. The artificial intelligence software technology mainly comprises a computer vision technology, a robot technology, a biological recognition technology, a voice processing technology, a natural language processing technology, machine learning/deep learning and other directions.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the scope of the claims of the present invention.

Claims (9)

1. A system management method of BIM, comprising:
acquiring an item tag of a target BIM system to be constructed;
obtaining a similar system from a preset BIM system database according to the item label;
extracting application points from the similar system;
constructing a directed ring graph according to the interrelation of each application point in the similar system; wherein each node in the directed graph is formed by one application point;
inputting the directed ring graph into a long-term and short-term memory network model to obtain a system code;
inputting the system codes and the item labels into a long-term and short-term memory network decoder to obtain a system architecture;
downloading a template file corresponding to the system architecture to form the target BIM system;
the step of inputting the system code and the item label into a long-short-term memory network decoder to obtain a system architecture comprises the following steps:
splitting the system code into a plurality of subcodes in sequence;
sequentially inputting the subcodes into a preset decoder according to the sequence for decoding; the operation of the current encoding and decoding is that a hidden layer in the last encoding and decoding process, the item label and the current subcode are input into a preset decoder to obtain a decoding result of the current subcode;
and splicing all decoding results in sequence to obtain the system architecture.
2. The system management method of BIM according to claim 1, wherein the step of obtaining the item tag of the target BIM system to be constructed includes:
acquiring a project text input by a user;
extracting text information of the project text according to a preset file extraction model;
the item tag is generated based on the text information.
3. The system management method of BIM according to claim 1, wherein the step of acquiring the similar system from a preset BIM system database according to the item tag includes:
vectorizing the item label to obtain a label vector;
according to the formulaCalculating a similarity value between a label vector and a pre-stored vector of each system in a preset BIM system database, wherein A represents the pre-stored vector corresponding to each system in the preset BIM database, and B represents the label vector;
and selecting the similar system according to the magnitude of the similar value.
4. The system management method of BIM according to claim 1, wherein the step of downloading the template file corresponding to the system architecture to form the target BIM system includes:
acquiring a target application point in the system architecture;
searching a corresponding template file in a pre-established template database based on the target application point;
and downloading the template file to a position corresponding to a target application point in the system architecture, and obtaining the target BIM system after the downloading is completed.
5. The system management method of BIM according to claim 1, wherein after the step of downloading the template file corresponding to the system architecture to form the target BIM system, further includes:
obtaining analog data and inputting the analog data into the target BIM system;
detecting the analog data in the target BIM system in a preset detection mode;
if the detection result is normal, judging that the target BIM system meets the requirements.
6. The system management method of BIM according to claim 1, wherein the step of constructing a directed ring graph from correlations of the respective application points in the similar system includes:
acquiring the data transmission times among the application points of the similar system;
taking the duty ratio of the data transmission times as the interrelation between the application points;
and establishing the directed ring graph based on the interrelationships.
7. A system management apparatus for BIM, comprising:
the first acquisition module is used for acquiring item tags of a target BIM system to be constructed;
the second acquisition module is used for acquiring a similar system from a preset BIM system database according to the item label;
the extraction module is used for extracting application points from the similar system;
the construction module is used for constructing a directed ring graph according to the interrelation of each application point in the similar system; wherein each node in the directed graph is formed by one application point;
the first input module is used for inputting the directed ring graph into a long-period memory network model so as to obtain a system code;
the second input module is used for inputting the system code and the item label into a long-term and short-term memory network decoder to obtain a system architecture;
the downloading module is used for downloading the template file corresponding to the system architecture to form the target BIM system;
the second input module includes:
the splitting module is used for splitting the system code into a plurality of subcodes according to the sequence;
the decoding sub-module is used for sequentially inputting the sub-codes into a preset decoder according to the sequence for decoding; the operation of the current encoding and decoding is that a hidden layer in the last encoding and decoding process, the item label and the current subcode are input into a preset decoder to obtain a decoding result of the current subcode;
and the splicing sub-module is used for splicing all decoding results in sequence to obtain the system architecture.
8. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 6 when the computer program is executed.
9. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
CN202311290212.3A 2023-10-08 2023-10-08 BIM system management method and device and computer equipment Active CN117035694B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311290212.3A CN117035694B (en) 2023-10-08 2023-10-08 BIM system management method and device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311290212.3A CN117035694B (en) 2023-10-08 2023-10-08 BIM system management method and device and computer equipment

Publications (2)

Publication Number Publication Date
CN117035694A CN117035694A (en) 2023-11-10
CN117035694B true CN117035694B (en) 2024-01-26

Family

ID=88630361

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311290212.3A Active CN117035694B (en) 2023-10-08 2023-10-08 BIM system management method and device and computer equipment

Country Status (1)

Country Link
CN (1) CN117035694B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021114625A1 (en) * 2020-05-28 2021-06-17 平安科技(深圳)有限公司 Network structure construction method and apparatus for use in multi-task scenario
CN114329727A (en) * 2021-12-31 2022-04-12 创辉达设计股份有限公司 Construction supervision method, device, equipment and medium based on BIM modeling
CN115712842A (en) * 2022-11-29 2023-02-24 广西路桥工程集团有限公司 BIM and business system association method and system based on fuzzy matching
KR20230046562A (en) * 2021-09-30 2023-04-06 세종대학교산학협력단 Method and system for automatic generation of bim models through evaluation of similarity between 3d scan data and bim library objects
CN116756832A (en) * 2023-07-13 2023-09-15 深圳市华阳国际工程造价咨询有限公司 BIM technology-based engineering cost management and control system and method
CN116795535A (en) * 2023-04-14 2023-09-22 杭州远眺科技有限公司 Task unloading method, system and medium based on cloud-edge cooperative architecture

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021114625A1 (en) * 2020-05-28 2021-06-17 平安科技(深圳)有限公司 Network structure construction method and apparatus for use in multi-task scenario
KR20230046562A (en) * 2021-09-30 2023-04-06 세종대학교산학협력단 Method and system for automatic generation of bim models through evaluation of similarity between 3d scan data and bim library objects
CN114329727A (en) * 2021-12-31 2022-04-12 创辉达设计股份有限公司 Construction supervision method, device, equipment and medium based on BIM modeling
CN115712842A (en) * 2022-11-29 2023-02-24 广西路桥工程集团有限公司 BIM and business system association method and system based on fuzzy matching
CN116795535A (en) * 2023-04-14 2023-09-22 杭州远眺科技有限公司 Task unloading method, system and medium based on cloud-edge cooperative architecture
CN116756832A (en) * 2023-07-13 2023-09-15 深圳市华阳国际工程造价咨询有限公司 BIM technology-based engineering cost management and control system and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于BIM的项目文本信息集成方法研究;姜韶华 等;《工程管理学报》;第29卷(第4期);101-106页 *

Also Published As

Publication number Publication date
CN117035694A (en) 2023-11-10

Similar Documents

Publication Publication Date Title
CN111461301B (en) Serialized data processing method and device, and text processing method and device
CN112732899A (en) Abstract statement extraction method, device, server and computer readable storage medium
US20190088256A1 (en) Human-machine interaction method and apparatus based on artificial intelligence
CN110866115A (en) Sequence labeling method, system, computer equipment and computer readable storage medium
WO2022174496A1 (en) Data annotation method and apparatus based on generative model, and device and storage medium
CN111309305A (en) Intelligent contract-oriented code automatic recommendation method, system, computer equipment and storage medium
CN113887237A (en) Slot position prediction method and device for multi-intention text and computer equipment
CN113342927B (en) Sensitive word recognition method, device, equipment and storage medium
CN113065322B (en) Code segment annotation generation method and system and readable storage medium
CN112800737A (en) Natural language text generation method and device and dialogue system
CN110717333A (en) Method and device for automatically generating article abstract and computer readable storage medium
CN112579733A (en) Rule matching method, rule matching device, storage medium and electronic equipment
CN110609618A (en) Man-machine conversation method and device, computer equipment and storage medium
CN117035694B (en) BIM system management method and device and computer equipment
CN112395398A (en) Question and answer processing method, device and equipment
CN115169333A (en) Text entity identification method, device, equipment, storage medium and program product
CN113051920A (en) Named entity recognition method and device, computer equipment and storage medium
CN112936281B (en) Robot control method and device
CN113986245A (en) Object code generation method, device, equipment and medium based on HALO platform
CN114861647A (en) Resume information extraction method and device
CN113722584A (en) Task pushing method and device and storage medium
CN114329016A (en) Picture label generation method and character matching method
CN111967253A (en) Entity disambiguation method and device, computer equipment and storage medium
CN111897832A (en) Model deployment method, device and readable storage medium
CN113255292B (en) End-to-end text generation method based on pre-training model and related equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant