K

Kathleen Martin

Guest
When it comes to machine learning (ML), sometimes every problem looks like it needs a neural net, when in fact it just needs some statistics. This is especially true when it comes to running algorithms on microcontrollers and for industrial use cases such as predictive maintenance, according to Bernard Burg, director of AI and data science at Infineon.
I focus a lot on using machine learning at the edge — specifically the idea of running machine learning models on microcontrollers, known as TinyML — because there are clear benefits for the IoT. By analyzing incoming data where that data is created, engineers can reduce latency, lower bandwidth costs, and increase privacy while also saving on energy consumption. But one doesn’t always need TinyML. Sometimes using linear regression or anomaly detection will do.
Burg told me that so far he’s seen three broad use cases where local data analysis needs to take place, and not all of them require a neural net or true machine learning.
The first use case is handling time series data. Time series data is simply a time stamp and the measurement of something, be that temperature, humidity, light levels, or whatever. Sure, companies can build a neural net to analyze that data, but it’s not necessary and oftentimes isn’t accepted because it can be hard to explain how a neural net makes a decision.
“Those models are in competition with control systems, and people have been building those models for 50-60 years,” said Burg. “So when we come in as AI guys we have to be able to explain why they do what they do.” In that case, Burg argues that a linear regression is probably a better option because it’s both simple and explicable.
The second use case is focused on sound detection. As the incoming data usually looks like a wave pattern, the goal is to match that wave pattern to a wake word, or the noise of, say, glass breaking to the same sound in the environment.
Continue reading: https://staceyoniot.com/when-is-tinyml-too-much/
 

Attachments

  • p0008858.m08447.stacey_on_iot_logo.png
    p0008858.m08447.stacey_on_iot_logo.png
    177.7 KB · Views: 13
  • Like
Reactions: Kathleen Martin