Shapley Features for Robust Signal Prediction in Tactile Internet
Mohammad Ali Vahedifar, Qi Zhang
TL;DR
This work tackles the challenge of robust, low-latency haptic signal prediction in the Tactile Internet by introducing a two-stage framework where a Gaussian Process (GP) oracle guides a ResNet-based neural network (NN). A Jensen-Shannon Divergence loss aligns the NN's predicted distribution with the GP oracle, while Shapley Feature Values (SFV) perform offline feature selection to identify the most informative inputs, reducing computation without sacrificing accuracy. Empirically, GP+SFV achieves 95.72% accuracy (outperforming LeFo by 11.1%), with substantial inference-time reductions (GP refit every 10 samples and per-sample inference around 2.2 ms). The approach demonstrates a practical, high-accuracy, and efficient solution for bidirectional haptic communication in TI, leveraging offline analysis to support real-time operations and extending SFV as a general-purpose accelerator for TI signal processing.
Abstract
The Tactile Internet (TI) requires ultra-low latency and reliable haptic signal transmission, yet packet loss and delay remain unresolved challenges. We present a novel prediction framework that integrates Gaussian Processes (GP) with a ResNet-based Neural Network, where GP acts as an oracle to recover signals lost or heavily delayed. To further optimize performance, we introduce Shapley Feature Values (SFV), a principled feature selection mechanism that isolates the most informative inputs for prediction. This GP+SFV framework achieves 95.72% accuracy, surpassing the state-of-the-art LeFo method by 11.1%, while simultaneously relaxing TI's rigid delay constraints. Beyond accuracy, SFV operates as a modular accelerator: when paired with LeFo, it reduces inference time by 27%, and when paired with GP, by 72%. These results establish GP+SFV as both a high-accuracy and high-efficiency solution, paving the way for practical and reliable haptic communications in TI systems.
