vix.ing · top · new · best · stats · spec

A Smart Sliding Chinese Pinyin Input Method Editor on Touchscreen

2019/09/03 by Zhuosheng Zhang, Zhen Meng, Zhang, Zhuosheng +3
Computer Science · Engineering · #Artificial Intelligence (cs.AI) #Computation and Language (cs.CL) #FOS: Computer and information sciences #Human Motion and Animation #Human Pose and Action Recognition #Video Analysis and Summarization

paper · pdf · doi:10.48550/arxiv.1909.01063

openalex publication_date 2019/09/03 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

This paper presents a smart sliding Chinese pinyin Input Method Editor (IME) for touchscreen devices which allows user finger sliding from one key to another on the touchscreen instead of tapping keys one by one, while the target Chinese character sequence will be predicted during the sliding process to help user input Chinese characters efficiently. Moreover, the layout of the virtual keyboard of our IME adapts to user sliding for more efficient inputting. The layout adaption process is utilized with Recurrent Neural Networks (RNN) and deep reinforcement learning. The pinyin-to-character converter is implemented with a sequence-to-sequence (Seq2Seq) model to predict the target Chinese sequence. A sliding simulator is built to automatically produce sliding samples for model training and virtual keyboard test. The key advantage of our proposed IME is that nearly all its built-in tactics can be optimized automatically with deep learning algorithms only following user behavior. Empirical studies verify the effectiveness of the proposed model and show a better user input efficiency.

Citations

Related