The Rise of Deep Intelligent Operation
Supriya Guha
Partner, AI & Data, Deloitte | PHD Candidate - "Intelligent Automation with Deep Learning and IoT"
As a practitioner in the AI industry, I have not spoken with a single client recently who does not have 'Intelligent Operation' in their vision and roadmap. Welcome to 2022! .. and this applies across industry domains.
There is one critical success factor that underpins this; successful deployment and implementation of industrial IoT (IIoT) systems that connects the physical world to the digital world on a real time basis.
Intelligent Connected Operation with IIOT
Intelligent Connected Operation is a future looking vision that aspires to apply Industrial IoT (IIoT) sensors at scale to generate and analyse real time streaming data from various parts of the operation and enables automated (or assisted) decision making, or even in its advanced state, it may enable "things", that is machines, to make cognitive decisions and initiate action.
As an example, a control system in a plant detects an anomaly pattern coming up within next 10 mins, and therefore initiates an action - may be a SOS message to the operator, or even closing a valve to control the flow in a part of the plant. Or, a medical sensor indicates low blood sugar being dangerously low in a patient and calls an ambulance or presses an alarm bell for the carer. However, the IIoT sensors by themselves wont be able to achieve any of these unless and until the data in motion that they generate is captured and embedded in the backbone of the operation on near real time basis. And that, is not trivial.
The "Data Deluge" problem with IIoT
A large IIoT setup generates enormous amount of data. The implicit nature of IoT data is heterogeneous time series generated by a multitude of sensors, and therefore the collection, transformation, correlation analysis, and cross stream pattern discovery from this data requires advanced methods and algorithms.
As an example, a complex IIoT setup representing connected operation in a plant may have thousands of sensors; these sensors generate time series data of different characteristics, frequency, and behaviours. A key challenge is to collect, transform, store, and model that data in real time to enable the "Things" to make accurate decisions.?The “Things”, in particular Intelligent Systems, learn from historical data to anticipate future trends.?Only single numeric values from a sensor at a point in time won’t suffice; the inherent time series and the temporal patterns therein, as well as the interactions and correlations between multiple sensors are equally important to train these intelligent systems so that they can then identify patterns on real time basis and act accordingly.?Existing time series analysis methods struggle to handle this due to following reasons:
领英推荐
This is where Deep Learning comes in.
So, what is Deep Learning?
Simply put, deep learning is a subset of machine learning in which large artificial neural networks with deep layers of neurons imitate the inner workings of the human brain to extract patterns and insights out of data.
Over the the past years, deep learning has been largely applied in the domain of computer vision and speech recognition; driverless cars, voice control in consumer devices like phones, tablets, TVs, and hands-free speakers - are some example of this phenomenon. Recently, deep learning is being applied in time series research domain for IoT, and is a promising avenue wherein a multi-sensor IIoT system generating multiple time series can pass through a deep learning model that reduces the dimensionality of the whole datasets and derives an abstracted representation of the data that can then be taken up for any further ML analysis such as classification, regression, anomaly detection etc. Over the past years, significant progress has been made in deep learning application in IoT time series. With the advent of deep networks such as Convolutional LSTM (Long Short Term Memory) that can memorise temporal patterns of time series, many of the challenges mentioned above can now be addressed.
There are still areas that need resolution; e.g., deciding an optimal sliding window size for a multivariate time series is a challenge that needs attention. I intend to write more on these topics in future. But from practitioner's perspective, applying deep learning in IIoT is going to be a game changer in achieving Connected Intelligent Operations goals.
Recently, I applied a deep learning model (Convolutional LSTM autoencoder) to smart meter reading data to derive anomaly detection by looking at the reconstruction loss and it was good fun.
Have you tried deep learning in real life scenario? Please share your experience.
Partner at Deloitte
2 年Well done, thanks for sharing
Program Management | IT Leadership | Business Delivery & Improvements
2 年Thanks for sharing this paper, its insightful
Research Advisor | Deblending Expert | Deep Learning researcher | PhD
2 年Coming from the seismic data processing background, we can talk our experience for the optimal window size for a particular data processing step. And Indeed, there is no straightforward formula to decide the optimal window size for a particular problem, and so much of hit-trail goes on until we are satisfied with one set of parameters. But in general, the window length should be long enough to contain at least one cycle of the lowest frequency desired in the output. However, that most of the time are not effective for the high-frequency band in the input data which needs much smaller window length to have a desired output. So in general, we follow a two step process: Global windowing followed by local windowing. Or sometimes, dividing the data in multi-frequencies band (low, mid and high) and then choose appropriate window sizes for each band. Or, transform the data in different sparse domains ( e.g., Fourier, Curvelet). There are similar issues with deep learning models too, results are much more dependent on different input data sizes, therefore we may need frequency-dependent deep-learning models too to have desired results? I hope I make sense here :)
Director - Strategic GSIs, ANZ
2 年Curious to understand dependencies around quality of data to support these models