菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-24
📄 Abstract - FUTO Swipe: Layout-Agnostic Neural Swipe Decoding

Neural swipe decoders are typically tied to the keyboard they were trained on, requiring a new corpus and training run for each layout. In this report, we document our approach toward training models that can function on any contiguous mobile keyboard layout. At each point along the swipe, our encoder predicts whether the user is indicating a character and where on the keyboard that character lies. The keyboard layout is supplied at inference time and used to map the spatial and temporal prediction to a logit at each key, rather than being learned during training. Training neural models requires substantial data, but public swipe data is limited, particularly for non-QWERTY layouts. We release this http URL, the largest MIT-licensed swipe corpus we are aware of, containing over 1M donated swipes from more than 12k donor sessions. To generalize beyond the English QWERTY layout, we apply geometric augmentations to both the swipe trajectory and the keyboard layout at every training step, forcing the model to make predictions based on characteristics of the swipe gesture rather than the training layout. The model generalizes to layouts absent from training, in some cases more accurately than the layout it was trained on. This combines the layout-flexibility of an algorithmic decoder with the accuracy of a neural model. Trained models are publicly available.

顶级标签: machine learning natural language processing
详细标签: swipe decoding keyboard layout data augmentation generalization 或 搜索:

FUTO Swipe:布局无关的神经滑行解码 / FUTO Swipe: Layout-Agnostic Neural Swipe Decoding


1️⃣ 一句话总结

本文提出了一种创新的神经滑行解码方法,通过在推理时动态引入键盘布局信息,并采用几何数据增强技术,使得模型能够准确解码不同键盘布局(包括未见过布局)上的滑行输入,同时公开了目前最大的MIT许可滑行数据集,兼具算法解码器的布局灵活性与神经网络的准确性。

源自 arXiv: 2606.25247