The present invention relates to a computer-implemented method for training a machine learning model to detect installation errors in an elevator, in particular an elevator door, as well as a computer-implemented method for classifying installation errors and a system thereof.
One application of the invention is the installation control of elevator doors, in particular elevator landing doors and car doors.
The invention finds application also in predictive maintenance and remote monitoring of elevator doors.
Another application of the invention relates to elevator drive means, in particular motor, brake equipment and encoder.
Another application of the invention is in safeties, for example overspeed governor, safety gear, governor tension rope and shave.
There is also envisaged the control of accelerometers, load weighing transducers and lift controller and door safety switches.
In general, the proposed invention finds application to any component of an elevator.
Monitoring systems of an elevator installation based on data detected from sensors scattered across the installation have already been proposed in the state of the art.
Document U.S. Pat. No. 10,196,236 B2, according to its abstract, proposes a monitoring system of an elevator installation and a method of operating the monitoring system for generating usage data of the elevator door. The monitoring system includes a sensor arranged in the elevator installation, wherein at least one physical parameter of the environment of the sensor can be detected by the sensor, and an evaluating unit, which determines an operating state of the elevator door by a course of the physical parameter over time.
Document US 2020/0062542 A1, according to its abstract, provides a method and system for determining elevator car locations, which are based on operating, by a processor, a machine room sensor to collect vibration data associated with one or more components in a machine room of an elevator system. The elevator system comprises an elevator car and a hoistway and the method analyses the vibration data to determine a position of the elevator car in the hoistway.
The above-mentioned solutions target predictive maintenance aspects but are still affected by poor installation quality. The data retrieved by the sensors are not sufficient to enhance installation quality since they are still indirect data, that means they are not directly connected to the door operator.
There is the need of reducing time and costs caused by faulty installations. In fact, elevator companies and multinationals have the major number of call backs within six months from the elevator release, mostly due to poor installation quality. The main component causing call back is usually the door.
It is apparent that installation quality is the key driver of customer satisfaction.
In this context, the technical task at the basis of the present invention is to propose a computer-implemented method for training a machine learning model to detect installation errors in an elevator, in particular an elevator door, a computer-implemented method for classifying installation errors and a system thereof, which overcome the above-mentioned drawbacks of the prior art.
In particular, the object of the present invention is to propose a computer-implemented method for training a machine learning model to detect installation errors in an elevator, in particular an elevator door, a computer-implemented method for classifying installation errors and a system thereof, allowing to better detect faulty installations of elevator doors with respect to prior art solutions, thus increasing the quality of the installation process, in particular with respect to doors.
Another object of the present invention is to propose a computer-implemented method and a system for classifying installation errors in an elevator, in particular an elevator door, that allow to schedule maintenance operations and monitoring in a more efficient and easy way, thus reducing the time to certify a correct installation.
Another object of the present invention is to propose a computer-implemented method and a system for classifying installation errors in an elevator, in particular an elevator door, that reduce the numbers of knock-on effects due to poor installations.
The stated technical task and specified objects are substantially achieved by a computer-implemented method for training a machine learning model to detect installation errors in an elevator, in particular an elevator door, the machine learning model being a combination of a Set Function model and a Fourier-Transform model, the method comprising the steps of:
According to one aspect of the invention, the dataset comprises a matrix of time series.
According to one aspect of the invention, the dataset further comprises one or more of static values or cyclic values.
According to one aspect of the invention, the dataset further comprises audio samples.
According to one aspect of the invention, the extracted features of the audio samples comprise audio spectrograms.
According to one aspect of the invention, the step of detecting values of the physical parameters by means of the sensors occurs with a different periodicity depending on the type of sensor and of physical parameter involved.
The stated technical task and specified objects are substantially achieved by a computer-implemented method for detecting installation errors in an elevator, in particular an elevator door, the method comprising the steps of:
The stated technical task and specified objects are substantially achieved by a system for detecting installation errors in an elevator, in particular an elevator door, comprising:
According to one aspect of the invention, the sensors are chosen among the following: position sensor, speed sensor, microphone.
Additional features and advantages of the present invention will be more apparent from the approximate, and hence non-restrictive description of a preferred but non-exclusive embodiment of a computer-implemented method for training a machine learning model to detect installation errors in an elevator, in particular an elevator door, a computer-implemented method for classifying installation errors and a system thereof, as illustrated in the appended figures in which:
With reference to the figures, number 100 identifies a computer-implemented method for training a machine learning model to detect installation errors in an elevator, in particular an elevator door.
The method may be applied to an elevator landing door or to an elevator car door.
There are various installation errors in an elevator, that may be detected.
According to a preferred embodiment, the method 100 can identify two categories of installation errors: binary failures and failures measured in percent.
A binary failure is indicated as “present” or “not present”.
In the binary failures there are comprised closing device failure, condition of pulley touching the belt, etc.
A failure measured in percent is rated in a range.
In the failures measured in percent, there are listed: counter rollers installation, horizontal misalignment of the elevator landing/car door, vertical misalignment of the elevator landing/car door, belt tension, zero position, etc.
As illustrated in
The method 100 is in fact based on the measurements of physical parameters detected by the sensors 2 arranged at different positions of an elevator 1 (step 102), for example they are operatively active on a door 10 of the elevator 1.
Sensors 2 may be of different types and numbers. For example, there could be a door speed sensor, a door position sensor, a microphone, Preferably, the measurements are collected for a high number of door cycles, for example 20.000.
The frequency of collection may vary depending on the type of sensor.
In particular, some of the sensors detect values which are static, i.e. they do not change during the cycle. For example, static values relate to the characteristics of the door, like the width, the material, the type of motor, etc.
Other sensors detect values which may have a cyclic change, that means they periodically vary, i.e. temperature, friction, vibration, etc.
Other sensors detect audio samples. These may relate to sound of the moving door, clicking relays, etc.
Other sensors detect values which have a higher frequency variation within a door cycle, thus originating a time series.
All the values detected by the sensors form a database, which comprises at least one time series.
For example, a dataset used for the training method 10 comprises:
Then, the method 100 comprises:
Features or labels are chosen depending on the installation errors that the model shall learn to recognize.
In particular, the features extracted to generate the first input layer relate to time series of the dataset.
The features extracted to generate the second input layer relate to the other fields of the dataset (static values, cyclic values, audio samples).
For audio samples, the feature extraction is carried out transforming the audio samples into visual features representation like audio spectrograms.
A first approach for feature extraction from audio samples is using autoencoders to learn a latent feature vector out of the image by reconstructing the image itself (unsupervised learning).
A second approach is to classify the images with the collected labels via a convolutional neural network and fix one of the last hidden layers to act as additional feature vector for the classification with both the models. For both models, these features would be added at the concatenation step.
The extracted features are then fed to the machine learning model following two different branches at the same level.
In fact, the machine learning model is composed by two models along parallel branches:
The Set Function model is fed with the first input layer (step 105).
The Fourier-Transform model is fed with the second input layer (step 106).
With reference to the first model, that is the Set Function model, the first input layer is obtained after a pre-processing including a normalization step.
Set Functions for Time Series (shortly “SeFT”) classification is a state-of-the-art method for time series classification and regression.
It operates on the raw (normalized) time series as a set and is able to handle additional features which occur once per time series.
In principle the time information is encoded via Positional Encoding and (possibly multiple) weighted means of the measurements are calculated. The weights are trained via the Attention mechanism.
After these steps, one gets a fixed sized vector which describes the time series in a lower dimension.
This vector is concatenated with the other static, cyclic, and possibly audio feature vectors to form the input to classifiers/regressors like neural networks.
A point to have in mind as well is the objective function, which is designed to handle binary targets as well as bounded regression targets. In order to fill the purpose, we have the binary values in {0, 1} and normalize the regression values from [−100%, +100%] to [−1, 1].
SeFT training is carried out by applying binary cross-entropy.
Training time is about one day with circa 20.000 door cycles used for training.
A schematic view of the Set Functions applied in the method 100 proposed herewith is illustrated in
With reference to the second model, that is the Fourier-Transform model, the second input layer is obtained after a pre-processing comprising interpolating the values to get an evenly sampled time series and converting the signal into a phase diagram and normalizing the static features for the classifier.
Fourier transformation converts a time series signal into its frequency parts. For this a door speed-door position phase diagram is generated and altered to form a sinusoid like curve to be used in Fourier transformation.
Per sensor, it is extracted the frequency with the maximum coefficient and the respective coefficient as a two-element vector. All these vectors and the other cyclic features are concatenated to form the feature column which is fed to the Fourier-Transform model.
Preferably, it is used a so-called “XGBoost” that is an implementation of gradient boosted decision trees designed for speed and performance. A decoupled implementation of multiple XGBoost classifiers is used where the hinge loss is used as the loss function for binary classification and squared loss for the regression.
An irregularly sampled timeseries X is interpolated to obtain p equally spaced values.
Fourier-Transform training is carried out by applying hinge loss for classification targets.
Training time is about 3 minutes with circa 20.000 door cycles used for training.
A schematic view of the FFT model applied in the method 100 proposed herewith is illustrated in
With reference to
With reference to
According to one aspect of the invention, the detected physical parameters may be pre-processed before being fed to the first feature extraction unit 3 and to the second feature extraction unit 4.
According to one aspect of the invention, the output of the first extraction unit 3 and of the second extraction unit 4 may be processed before being fed to the machine learning model ML.
The characteristics and the advantages of a computer-implemented method for training a machine learning model to detect installation errors in an elevator, in particular an elevator door, as well as a computer-implemented method for classifying installation errors and a system thereof, according to the present invention, are clear, as are the advantages.
In particular, the proposed method allows to increase the quality of the installation process, in particular with respect to elevator doors, thanks to the huge amount of data retrieved from the sensors directly installed in proximity of the door and to the specific machine learning model chosen.
This reduces the installation times and costs and allows to schedule maintenance operations and monitoring, also reducing the time to obtain quality certification.
The proposed invention is also applicable to other components of the elevator.
Number | Date | Country | Kind |
---|---|---|---|
102021000026375 | Oct 2021 | IT | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/IB2022/055641 | 6/17/2022 | WO |