Deriving Equations from Sensor Data Using Dimensional Function Synthesis

Deriving Equations from Sensor Data Using Dimensional Function Synthesis
Vasileios Tsoutsouras, Sam Willis, and Phillip Stanley-Marbell. Communications of the ACM.
Deriving equations from sensor data using dimensional function synthesis | Communications of the ACM

Abstract

We present a new method for deriving functions that model the relationship between multiple signals in a physical system. The method, which we call dimensional function synthesis, applies to data streams where the dimensions of the signals (e.g., length, mass, etc.) are known. The method comprises two phases: a compile-time synthesis phase and a subsequent calibration using sensor data. We implement dimensional function synthesis and use the implementation to demonstrate efficiently summarizing multimodal sensor data for two physical systems using 90 laboratory experiments and 10,000 synthetic idealized measurements. The results show that our technique can generate models in less than 300 ms on average across all the physical systems we evaluated. This is a marked improvement when compared to an average of 16 s for training neural networks of comparable accuracy on the same computing platform. When calibrated with sensor data, our models outperform traditional regression and neural network models in inference accuracy in all the cases we evaluated. In addition, our models perform better in training latency (up to 1096X improvement) and required arithmetic operations in inference (up to 34X improvement). These significant gains are largely the result of exploiting information on the physics of signals that has hitherto been ignored.

Cite as:

Vasileios Tsoutsouras, Sam Willis, and Phillip Stanley-Marbell. 2021. Deriving equations from sensor data using dimensional function synthesis. Commun. ACM 64, 7 (July 2021), 91–99. DOI:https://doi.org/10.1145/3465216

BibTeX:

@article{10.1145/3465216,
    author     = {Tsoutsouras, Vasileios and Willis, Sam and Stanley-Marbell, Phillip},
    title      = {Deriving Equations from Sensor Data Using Dimensional Function Synthesis},
    year       = {2021},
    issue_date = {July 2021},
    publisher  = {Association for Computing Machinery},
    address    = {New York, NY, USA},
    volume     = {64},
    number     = {7},
    issn       = {0001-0782},
    url        = {https://doi.org/10.1145/3465216},
    doi        = {10.1145/3465216},
    journal    = {Commun. ACM},
    month      = jun,
    pages      = {91–99},
    numpages   = {9}
}