Abstract
We present a portable framework that enables inference and training of neural networks directly on embedded devices. It consists of a PyTorch model parser that exports networks to a binary format and a C++ runtime capable of executing inference and training on this binary format. A run of a minimal CNN on MNIST achieved numerical parity with PyTorch in inference and demonstrated the feasibility of our framework for on-device fine-tuning in non-time-constrained scenarios on an STM32F469 microcontroller.
| Original language | English |
|---|---|
| Publication status | Accepted/In press - 2026 |
| Event | 20th International Conference on Computer Aided Systems Theory - Museo Elder de la Ciencia y la Tecnología, Las Palmas de Gran Canaria, Spain Duration: 23 Feb 2026 → 27 Feb 2026 https://eurocast2026.fulp.es/ |
Conference
| Conference | 20th International Conference on Computer Aided Systems Theory |
|---|---|
| Abbreviated title | Eurocast 2026 |
| Country/Territory | Spain |
| City | Las Palmas de Gran Canaria |
| Period | 23.02.2026 → 27.02.2026 |
| Internet address |
Keywords
- embedded ML
- on-device training
- tinyML