paper-with-me

홈 › Papers

Ubicomp Digital 2020 -- Handwriting classification using a convolutional recurrent network

2020-08-03 · Wei-Cheng Lai, Hendrik Schröter

The Ubicomp Digital 2020 -- Time Series Classification Challenge from STABILO is a challenge about multi-variate time series classification. The data collected from 100 volunteer writers, and contains 15 features measured with multiple sensors on a pen. In this paper,we use a neural network to classify the data into 52 classes, that is lower and upper cases of Arabic letters. The proposed architecture of the neural network a is CNN-LSTM network. It combines convolutional neural network (CNN) for short term context with along short term memory layer (LSTM) for also long term dependencies. We reached an accuracy of 68% on our writer exclusive test set and64.6% on the blind challenge test set resulting in the second place.

📄 PDF Abstract BibTeX arXiv:2008.01078

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationTime SeriesTime Series AnalysisTime Series Classification

Similar Papers 제목 키워드 기반

FairComp: Workshop on Fairness and Robustness in Machine Learning for Ubiquitous Computing

2023-09-22 · Sofia Yfantidou, Dimitris Spathis, Marios Constantinides, Tong Xia 외

How can we ensure that Ubiquitous Computing (UbiComp) research outcomes are both ethical and fair? While fairness in machine learning (ML) has gained traction in recent years, fairness in UbiComp remains unexplored. This…

Fairness

Online Handwriting Trajectory Reconstruction from Kinematic Sensors using Temporal Convolutional Network

2026-07-29 · Wassim Swaileh, Florent Imbert, Yann Soullard, Romain Tavenard 외 arxiv

Handwriting with digital pens is a common way to facilitate human-computer interaction through the use of Online Handwriting (OH) trajectory reconstruction. In this work, we focus on a digital pen equipped with sensors f…

Dropout improves Recurrent Neural Networks for Handwriting Recognition

2013-11-05 · Vu Pham, Théodore Bluche, Christopher Kermorvant, Jérôme Louradour

Recurrent neural networks (RNNs) with Long Short-Term memory cells currently hold the best known results in unconstrained handwriting recognition. We show that their performance can be greatly improved using dropout - a …

Handwriting Recognition

The Dynamics of Handwriting Improves the Automated Diagnosis of Dysgraphia

2019-06-12 · Konrad Zolna, Thibault Asselborn, Caroline Jolly, Laurence Casteran 외

Handwriting disorder (termed dysgraphia) is a far from a singular problem as nearly 8.6% of the population in France is considered dysgraphic. Moreover, research highlights the fundamental importance to detect and remedi…

Benchmarking Online Sequence-to-Sequence and Character-based Handwriting Recognition from IMU-Enhanced Pens

2022-02-14 · Felix Ott, David Rügamer, Lucas Heublein, Tim Hamann 외

Purpose. Handwriting is one of the most frequently occurring patterns in everyday life and with it come challenging applications such as handwriting recognition (HWR), writer identification, and signature verification. I…

BenchmarkingHandwriting RecognitionTime Series Analysis