IP Library Granted Patent US 12,475,426
Granted Patent B2
US 12,475,426 · App. 18/160,876 · Granted Nov 18, 2025

Method for generating portrait of mechanical equipment

Inventors: Xinmeng Wang (Yantai, CN); Zongwen Wang (Yantai, CN); Hailong Li (Yantai, CN)
Assignee: YANTAI JEREH OILFIELD SERVICES GROUP CO., LTD.
G06Q10/06395G06N3/084
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,475,426
App. No.
18/160,876
Granted
Nov 18, 2025
Kind
B2
Abstract

A method for generating a portrait of mechanical equipment includes: obtaining all data information related to mechanical equipment; performing data fusion on the data information related to the mechanical equipment to obtain a multi-source data information set; obtaining target attribute data and target state data of the mechanical equipment based on the multi-source data information set; generating attribute labels of the mechanical equipment based on the obtained target attribute data; inputting current target state data of the mechanical equipment into a trained neural network model to obtain current state labels of the mechanical equipment, where the current state labels include state label values of the mechanical equipment; and generating an equipment portrait of the mechanical equipment through attribute label values of the obtained attribute labels and the state label values of the obtained current state labels.

Claims (73)

1 . A method for generating an equipment portrait of mechanical equipment, comprising:

obtaining data information related to the mechanical equipment;

performing data fusion on the data information related to the mechanical equipment to obtain a multi-source data information set;

obtaining target attribute data and target state data of the mechanical equipment based on the multi-source data information set;

generating attribute labels of the mechanical equipment based on the target attribute data;

inputting the target state data of the mechanical equipment into a trained neural network model to obtain current state labels of the mechanical equipment, wherein the current state labels comprise state label values of the mechanical equipment;

generating the equipment portrait of the mechanical equipment with attribute label values of the attribute labels and the state label values of the current state labels; and

determining whether the mechanical equipment fails based on the equipment portrait of the mechanical equipment;

wherein the performing data fusion on the data information related to the mechanical equipment to obtain a multi-source data information set comprises:

setting unique identifiers for each equipment that are different from each other;

obtaining a first database table with field of a unique identifier for each equipment and a second database table; and

in Structured Query Language (SQL), construct an association relationship between the first database table and the second database table by using the unique identifier as an associated field;

wherein the generating the equipment portrait of the mechanical equipment with attribute label values of the attribute labels and the state label values of the current state labels comprises:

constructing a set of label values and a set of equipment based on the attribute label values and the state label values of the mechanical equipment;

constructing a co-occurrence matrix based on the set of label values and the set of equipment;

obtaining, based on the co-occurrence matrix, label clusters of the attribute labels and the current state labels by using a clustering algorithm; and

obtaining key label values of the equipment based on the label clusters, and generating the equipment portrait of the mechanical equipment.

2 . The method according to claim 1 , further comprising:

initializing the neural network model based on the target state data of the mechanical equipment and a quantity of target state label values of the target state data;

generating a plurality of statistical indicators based on the target state data; and

inputting a data matrix comprising the plurality of statistical indicators and state classification label data of the target state data into the neural network model, and training the neural network model.

3 . The method according to claim 1 , wherein the obtaining target attribute data and target state data of the mechanical equipment based on the multi-source data information set comprises:

obtaining initial attribute data and initial state data based on the multi-source data information set;

obtaining the target attribute data based on a degree of attention to and/or importance of the initial attribute data; and

performing normalization processing on the initial state data to obtain the target state data.

4 . The method according to claim 1 , wherein the obtaining key label values of the equipment based on the label clusters, and generating the equipment portrait of the mechanical equipment comprises:

comparing label values of each equipment with label values included in the label clusters; and

obtaining a first label cluster with a largest quantity of label value categories covered by the label values included in each equipment among the label clusters, and setting corresponding label values in the first label cluster as the key label values of the equipment.

5 . The method according to claim 1 , further comprising:

visualizing the generated equipment portrait as a portrait word cloud map.

6 . The method according to claim 1 , further comprising:

comparing state label values of the target state data of the mechanical equipment with set values to obtain the current state labels of the mechanical equipment.

7 . The method according to claim 1 , wherein the neural network model comprises a backpropagation neural network model.

8 . The method according to claim 2 , wherein the statistical indicators comprise: a mean value, a standard deviation, a square root amplitude, an effective value, a peak value, skewness, kurtosis, a maximum value, a margin value, a form factor, or a pulse index.

9 . The method according to claim 6 , wherein the state label values comprise: normal, fault, high, medium, and low.

10 . A computer device, comprising a memory and a processor, wherein the memory stores a computer program executable on the processor, and the processor, when executing the computer program, is configured to perform operations comprising:

obtaining data information related to mechanical equipment;

performing data fusion on the data information related to the mechanical equipment to obtain a multi-source data information set;

obtaining target attribute data and target state data of the mechanical equipment based on the multi-source data information set;

generating attribute labels of the mechanical equipment based on the target attribute data;

inputting the target state data of the mechanical equipment into a trained neural network model to obtain current state labels of the mechanical equipment, wherein the current state labels comprise state label values of the mechanical equipment; and

generating an equipment portrait of the mechanical equipment with attribute label values of the attribute labels and the state label values of the current state labels.

11 . The computer device according to claim 10 , wherein the operations further comprise:

initializing the neural network model based on the target state data of the mechanical equipment and a quantity of target state label values of the target state data;

generating a plurality of statistical indicators based on the target state data; and

inputting a data matrix comprising the plurality of statistical indicators and state classification label data of the target state data into the neural network model, and training the neural network model.

12 . The computer device according to claim 10 , wherein the obtaining target attribute data and target state data of the mechanical equipment based on the multi-source data information set comprises:

obtaining initial attribute data and initial state data based on the multi-source data information set;

obtaining the target attribute data based on a degree of attention to and/or importance of the initial attribute data; and

performing normalization processing on the initial state data to obtain the target state data.

13 . The computer device according to claim 10 , wherein the generating the equipment portrait of the mechanical equipment with attribute label values of the attribute labels and the state label values of the current state labels comprises:

constructing a set of label values and a set of equipment based on the attribute label values and the state label values of the mechanical equipment;

constructing a co-occurrence matrix based on the set of label values and the set of equipment;

obtaining, based on the co-occurrence matrix, label clusters of the attribute labels and the current state labels by using a clustering algorithm; and

obtaining key label values of the equipment based on the label clusters, and generating the equipment portrait of the mechanical equipment.

14 . The computer device according to claim 13 , wherein the obtaining key label values of the equipment based on the label clusters, and generating the equipment portrait of the mechanical equipment comprises:

comparing label values of each equipment with label values included in the label clusters; and

obtaining a first label cluster with a largest quantity of label value categories covered by the label values included in each equipment among the label clusters, and setting corresponding label values in the first label cluster as the key label values of the equipment.

15 . The computer device according to claim 10 , wherein the operations further comprise:

visualizing the generated equipment portrait as a portrait word cloud map.

16 . The computer device according to claim 10 , wherein the operations further comprise:

comparing state label values of the target state data of the mechanical equipment with set values to obtain the current state labels of the mechanical equipment.

17 . The computer device according to claim 10 , wherein the performing data fusion on the data information related to the mechanical equipment to obtain a multi-source data information set comprises:

setting unique identifiers for each equipment that are different from each other;

obtaining a first database table with a unique identifier for each equipment and a second database table associated with the first database table; and

associating the first database table with the second database table by using the unique identifier.

18 . A non-transitory computer-readable storage medium, storing a computer program, wherein the computer program, when executed by a processor, causes the processor to perform operations comprising:

obtaining data information related to mechanical equipment;

performing data fusion on the data information related to the mechanical equipment to obtain a multi-source data information set;

obtaining target attribute data and target state data of the mechanical equipment based on the multi-source data information set;

generating attribute labels of the mechanical equipment based on the target attribute data;

inputting the target state data of the mechanical equipment into a trained neural network model to obtain current state labels of the mechanical equipment, wherein the current state labels comprise state label values of the mechanical equipment; and

generating an equipment portrait of the mechanical equipment with attribute label values of the attribute labels and the state label values of the current state labels.

Assignments (2)
CORRECTIVE ASSIGNMENT TO CORRECT THE INADVERTENTLY OMITTED SECOND PAGE OF THE ASSIGNMENT PREVIOUSLY RECORDED ON REEL 62517 FRAME 704. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT. Recorded Jul 17, 2025
From: WANG, XINMENG; WANG, ZONGWEN; LI, HAILONG
To: YANTAI JEREH OILFIELD SERVICES GROUP CO., LTD.
Reel/Frame 072608/0486 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jan 27, 2023
From: WANG, XINMENG; WANG, ZONGWEN; LI, HAILONG
To: YANTAI JEREH OILFIELD SERVICES GROUP CO., LTD.
Reel/Frame 062517/0704 →
Priority Claims (1)
CN 202210132467.6 · Feb 14, 2022 · national
Continuity (2)
Continuation PCTCN2022090147 · Apr 29, 2022
Related Publication 20230259862A1 · Aug 17, 2023
References Cited (33)
US 9645575B2 · Watson · 2017 [cited by examiner]
US 9756518B1 · Sheen · 2017 [cited by examiner]
US 9892238B2 · Lahiri · 2018 [cited by examiner]
US 10430690B1 · Chen · 2019 [cited by examiner]
US 11334407B2 · Okanohara · 2022 [cited by examiner]
US 11526754B2 · Odibat · 2022 [cited by examiner]
US 11544491B2 · Pouyan · 2023 [cited by examiner]
US 20090300417A1 · Bonissone · 2009 [cited by examiner]
US 20100023307A1 · Lee · 2010 [cited by examiner]
US 20170046619A1 · Towailib · 2017 [cited by examiner]
US 20170067325A1 · Garcia Zurita · 2017 [cited by examiner]
US 20170109646A1 · David · 2017 [cited by examiner]
US 20180335018A1 · Cao · 2018 [cited by examiner]
US 20190384255A1 · Krishnaswamy · 2019 [cited by examiner]
US 20210181732A1 · Sadazuka · 2021 [cited by examiner]
US 20210216813A1 · Pouyan · 2021 [cited by examiner]
US 20210248457A1 · Odibat · 2021 [cited by examiner]
US 20210319368A1 · Motegi · 2021 [cited by examiner]
US 20210349919A1 · Mandal · 2021 [cited by examiner]
CN 107423442A · 2017 [cited by applicant]
CN 108416620A · 2018 [cited by applicant]
CN 109614509A · 2019 [cited by applicant]
CN 110544109A · 2019 [cited by applicant]
CN 112364008A · 2021 [cited by applicant]
CN 113408753A · 2021 [cited by applicant]
CN 113887626A · 2022 [cited by applicant]
JP 2019008675A · 2019 [cited by examiner]
WO 2021245834A1 · 2021 [cited by applicant]
Written Opinion and International Search Report for PCT Application No. PCT/CN2022/090147 mailed on Aug. 29, 2022. [cited by applicant]
First Office Action for Chinese Application No. 202210132467.6 mailed on Aug. 14, 2024. [cited by applicant]
First Search for Chinese Application No. 202210132467.6 mailed on Aug. 2, 2024. [cited by applicant]
Lv et al., “Study on Tag Portrait Technology Based on Electric Power Big Data and Its Application”, China Academic Journal electronic Publishing House, Feb. 16, 2017, English abstract provided. [cited by applicant]
International Preliminary Report on Patentability Chapter I for PCT Application No. PCT/CN2022/090147 mailed on Aug. 29, 2024. [cited by applicant]