Pith. sign in

REVIEW 4 major objections 5 minor 53 references

Handwriting-based Automated Assessment and Grading of Degree of Handedness: A Pilot Study

T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read The paper claims that degree of handedness can be graded automatically from handwriting strokes, with a CNN separating dominant from non-dominant strokes at 95.06% accuracy and computational scores agreeing with the Edinburgh Inventory…

desk verdict The pilot's headline accuracy is inflated by subject leakage and its grading scale rests on an unvalidated monotonicity assumption, but the subject-disjoint ordering of accuracies makes the underlying question worth a serious referee. read the letter →

arxiv 2412.01587 v1 pith:SZNEA5AS submitted 2024-12-02 cs.AI cs.HC

classification cs.AIcs.HC
keywords degreeofhandednesshandwritinganalysisstrokesconvolutionalneuralnetworkEdinburghInventoryDavies-Bouldinindexlateralizationautomatedgrading
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This pilot study tries to establish that degree of handedness—how strongly someone favors one hand, as opposed to merely which hand they prefer—is measurable from handwriting. The authors segment writing into strokes using zero crossings of vertical velocity, extract kinematic and static features, and grade each subject by how well a classifier can separate their dominant-hand strokes from their non-dominant-hand strokes. A convolutional neural network operating directly on stroke coordinates and timestamps reached 95.06±3.08% average accuracy in dominant/non-dominant classification under stratified 10-fold cross-validation. Converted to a 4-point score, the CNN and MLP grades agreed with Edinburgh Inventory scores for roughly 90% of subjects within a 95% confidence interval, while giving finer resolution than the questionnaire. If right, this gives a cheap, quantitative, continuous alternative to questionnaire-based handedness assessment for rehabilitation, brain-computer interfaces, psychometry, and forensics.

What carries the argument

The load-bearing mechanism is the handwriting stroke: each writing trial is segmented between successive zero crossings of vertical velocity, so every stroke is one elementary movement unit. For the statistical and MLP pipelines, 25 time, static, and dynamic features are extracted per stroke; the DB index sums cluster-separation scores across features for each subject's dominant vs non-dominant strokes. The CNN bypasses manual features, taking padded x, y, and time channels of each stroke through three 1D convolutional layers (128, 64, 32 filters) and two fully connected layers. The grading assumption connects all of these: a high dominant-vs-nondominant classification accuracy means the two hands produce distinctly different stroke statistics, which is interpreted as a high degree of handedness, and that accuracy is linearly rescaled into a 4-point score where 4 means strongly unidextrous and 0 means fully ambidextrous.

What would settle it

Train the CNN with leave-one-subject-out on the same 43-subject dataset, then take a new group of strongly unidextrous subjects and have them write the same tasks twice: once with their non-dominant hand completely unpracticed and once after a short, controlled training session with that hand. If per-subject classification accuracy, and therefore the 4-point score, drops substantially after training while the Edinburgh Inventory score and self-reported preference are unchanged, the measure is tracking differential skill rather than an inherent degree of handedness.

Watch

Extended reading notes

Core claim

On its own terms, the paper's central claim is that the separability of a person's dominant-hand and non-dominant-hand handwriting strokes is a valid proxy for their degree of handedness. Subjects whose strokes form two well-separated classes are "unidextrous"; subjects whose stroke distributions overlap are "ambidextrous"; intermediate separability is "partially unidextrous". The paper operationalizes this by training a CNN on raw x, y, timestamp stroke channels with leave-one-subject-out evaluation: the test subject's classification accuracy is linearly mapped to a 0–4 degree-of-handedness score. The CNN achieved 95.06±3.08% classification accuracy under stratified 10-fold cross-validation, and 90.6% of the computational scores (DB, MLP, CNN) fell within the 95% confidence interval of the Edinburgh Inventory scores after nonlinear scaling, with correlations of 0.87 (DB) and 0.91 (MLP and CNN) against scaled EI. The authors further claim this approach resolves differences the Edinburgh Inventory cannot see, since subjects with identical inventory scores received distinct computational scores.

Load-bearing premise

Everything rests on the assumption that the ease with which a classifier separates a person's dominant-hand strokes from their non-dominant-hand strokes is a faithful, monotone measure of that person's degree of handedness, rather than a reflection of practice, task familiarity, motivation, or idiosyncratic stroke style.

Editorial extensions

If this is right

  • Degree of handedness can be scored from a single short digitizer session, without expensive neuroimaging, giving a continuous quantitative measure where the Edinburgh Inventory gives only coarse semi-quantitative categories.
  • Because the CNN also labels strokes as dominant or non-dominant, a single model yields both the degree and the direction of handedness, whereas the DB-index method yields only degree.
  • Task selection matters: the loop-writing task (Task 7) separated hands best and the "llllll" task (Task 1) worst, so future versions could drop or replace low-information tasks.
  • The gender difference in scores (significant, p<<0.05) and the absence of a left/right difference suggest the measure is sensitive to lateralization-related motor organization, not merely to which hand is reported as dominant.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The 0–4 scale is obtained by linearly mapping classification accuracy to a score; the paper does not establish that the resulting scale has equal intervals, so "one point" differences may not be comparable across the range. A reader should treat the score as ordinal until a calibration study is done.
  • If the separability measure is really tracking degree of handedness, the same stroke-separability logic should transfer to other fine-motor activities such as drawing, tracing, or tapping, and could be tested as a forensic screen for feigned handedness, where subjects may control which hand they use but have trouble controlling stroke dynamics.
  • A direct testable extension: measure a subject's CNN score before and after a short block of non-dominant-hand writing practice. If the score shifts toward ambidexterity with practice while the Edinburgh score and self-reported preference stay fixed, the measure is partly a skill-asymmetry metric rather than a fixed trait.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes automated grading of degree of handedness (DoH) from digitizer-captured handwriting. Forty-three subjects were grouped as Unidextrous (U), Partially-Unidextrous (PU), or Ambidextrous (A). Stroke-level static and dynamic features were used with three approaches: a Davies-Bouldin Index score, an MLP classifier, and a CNN classifier. The CNN reaches 95.06±3.08% accuracy in stratified 10-fold cross-validation for dominant-vs-non-dominant hand classification. Leave-one-subject-out accuracies are converted through a linear mapping into a 4-point DoH score. The computed scores are compared with the Edinburgh Inventory using Bland-Altman plots, correlation, and RMSE, with roughly 90% of scores reported within the 95% confidence interval. The authors conclude that handwriting can provide a more resolved, quantitative DoH assessment than questionnaires.

Significance. If the central mapping from classification accuracy to degree of handedness were independently validated, this would be a valuable, low-cost, quantitative supplement to the Edinburgh Inventory, with plausible applications in neurorehabilitation, psychometry, and forensics. The paper includes strengths that should be acknowledged: a real data-collection protocol with ethics approval, multiple baseline methods (DB index, six classical ML classifiers, MLP, CNN), ablation studies for the MLP and CNN architectures, per-subject leave-one-subject-out results in Table II, and an explicit limitations paragraph. The pilot nature and small sample are acknowledged. However, two load-bearing issues prevent the results from currently supporting the paper's central claim: the monotone-surrogate assumption connecting per-subject classification accuracy to DoH is never independently tested, and the agreement with the Edinburgh Inventory is computed after in-sample curve fitting, which inflates agreement. The headline 95% accuracy is also based on stroke-level cross-validation with subject leakage.

major comments (4)
  1. [Section II.H Part C] The 4-point DoH score is defined as a linear rescaling of the leave-one-subject-out dominant-vs-non-dominant classification accuracy (100 mapped to 4, 0 mapped to 0). The paper states as a hypothesis that high accuracy implies unidexterity and low accuracy implies ambidexterity, but this monotone-surrogate assumption is never independently validated. High per-subject classification accuracy only shows that the model can separate that subject's dominant and non-dominant stroke kinematics; this separability may reflect practice, task familiarity, trial-order effects, or idiosyncratic stroke patterns rather than an inherent degree of handedness. The observed U>PU>A ordering is also close to definitional, because the PU group was defined by non-dominant-hand training and the A group by equal writing fluency. I request additional evidence for monotonicity, for example by correlating per-subject accuracies with a quantitative, independently measured hand-performance asymmetry that is not used to form the groups, or by showing that accuracy predicts EI scores in a held-out split with no in-sample curve fitting.
  2. [Section III.A Part B / Table II] The abstract and Section III report 'average classification accuracy of 95.06±3.08%' from stratified 10-fold cross-validation. Because the cross-validation folds are created at the stroke level, strokes from the same subject appear in both training and test folds, violating the independence assumption and inflating accuracy. The subject-level generalization results are the leave-one-subject-out accuracies in Table II, which are considerably lower and more variable across subjects. The paper should report the stroke-level CV as a within-subject discrimination result and make the leave-one-subject-out results the primary basis for the DoH-grading claims, or alternatively use a nested or grouped cross-validation that respects subject boundaries when reporting the headline accuracy.
  3. [Section I, Eqs. (2)-(6)] The comparison with the Edinburgh Inventory is compromised by in-sample curve fitting. The non-linear scaling functions for EI scores (Eqs. 2, 5, 6) are obtained by fitting curves to the same subjects whose scores are later used to compute correlations, Bland-Altman agreement, and RMSE. This procedure cannot provide an unbiased estimate of agreement; for example, a sufficiently flexible in-sample curve can make almost any two monotone sequences agree. I recommend either reporting the unscaled comparison, or using a cross-validated calibration in which scaling parameters are estimated on a training subset and evaluated on held-out subjects. Without this, the statement that 'around 90% of the obtained scores... were found to be in accordance with the EI scores under 95% confidence interval' is not supported.
  4. [Section II.B / Table II] The ambidextrous group contains only two subjects, and one of them (S22) has a condition that limits use of one hand for long periods, making the participant's handwriting data potentially atypical. The claim that the method can grade ambidexterity rests almost entirely on these two data points. I do not ask for a larger cohort in this pilot, but the conclusions should explicitly state that the ambidextrous end of the spectrum is not empirically established; the current text already mentions sample-size limitations, and I would like the Discussion and Conclusion to make this limitation more prominent when claiming that the method differentiates all three DoH categories.
minor comments (5)
  1. [Abstract / Section III.A Part B] The abstract states '95.06%' without the ±3.08% standard deviation; the full result appears in Section III, but the abstract should at least mention that this is a stroke-level stratified CV result rather than a subject-level generalization.
  2. [Section I (Introduction) / References] The introduction cites the Edinburgh Inventory [18] but does not mention Annett's questionnaire [34] in the main text until Section II.B; consider citing [34] in the introduction where questionnaire-based methods are listed.
  3. [Fig. 4] In Fig. 4, the panels {a}, {b}, and {c} are referenced in the text but the figure caption does not explain the visual elements in each panel; please expand the caption so that a reader can understand the network diagrams and the DB-index illustration without returning to the text.
  4. [Section II.F / Table I] The feature list in Table I includes 'PV' and 'Number of Strokes' but the supplementary description for 'PV' appears as 'The product of average absolute velocity and average pen pressure per segment'; please align the notation and define 'PV' in the table caption.
  5. [Section III.B] The sentence 'It is interesting to note that the EI scores' resolution were limited' contains a subject-verb agreement issue; please revise to 'the EI scores' resolution was limited'.

Circularity Check

2 steps flagged · score 6.0 of 10

The automated 'DoH score' is a linear rescaling of dominant-vs-non-dominant classification accuracy, and the EI 'accordance' is computed after an in-sample nonlinear fit; the construct-validity step is definitional rather than independently tested.

  1. self definitional [Section II.H, Part C (Grading)]
    "The subject wise classification accuracies generated by MLP and CNN were obtained. These accuracies were converted to a 4-point grading score (0-4) using the following step – The maximum accuracy for any classification could reach 100 which was mapped to 4 while minimum accuracy which could tend to reach 0 was mapped to 0, with this step the decreasing score from 4 to 0 represented increasing order of “ambidexterity” and hence lower degree of handedness and poor classification accuracy."

    The 4-point DoH score is defined as the leave-one-subject-out D-vs-ND classification accuracy divided by 25 (100 maps to 4, 0 to 0). Therefore the paper's 'test individual's DoH score' and the classifier's per-subject accuracy are the same quantity up to a linear rescale. The statement that a higher score means more unidextrous is true by construction, because the mapping was chosen under the stated hypothesis rather than derived from or tested against an independent measure of degree of handedness. Reporting this score as automated grading of DoH is thus a restatement of the classifier's hand-discriminability, not an independent measurement of DoH.

  2. fitted input called prediction [Section II.I, Eqs. (2)-(6), and Results Section III.B]
    "EI score as a function of DB score was obtained using curve fitting and was found to be non-linear ... as shown in equation (2). y = −3.1055x2 + 44.134x − 64.503 = f(x) ... Similarly, EI score as a non-linear function of 4-point score obtained from CNN using curve fitting was found in equation (6). y = 0.0950e1.6726x"

    The reported accordance with EI (90.6% within 95% CI, correlations 0.87-0.91) is computed only after fitting nonlinear EI-versus-score curves (Eqs. 2, 5, 6) on the same 43 subjects and then inverting those fits (Eqs. 3-4) to produce 'scaled EI'. Agreement is therefore measured between the computational score and a nonlinear transformation of EI that was calibrated to that same score. The high agreement is an in-sample goodness-of-fit result, not an out-of-sample prediction, so it cannot independently confirm that classification accuracy measures degree of handedness.

full rationale

The 95.06% CNN accuracy itself is not circular: the classifier was trained on dominant/non-dominant stroke labels with stratified 10-fold cross-validation, without using EI or group labels, so the core classification result stands as a hand-discrimination result. There are no load-bearing self-citations or imported uniqueness theorems. The circularity is in the construct-validity step: the 4-point 'degree of handedness' score is a linear rescaling of the per-subject D/ND accuracy, so the claim that it grades DoH is definitional under the authors' own hypothesis rather than independently established. The EI comparison, which is the only external check, is weakened because EI scores are nonlinearly curve-fitted to the computational scores on the same subjects before correlation and Bland-Altman agreement are computed. The U > PU > A ordering is also partly expected from the way the groups were defined by non-dominant-hand training and use. These issues make the central 'automated DoH grading' claim partially circular, though the underlying hand-separability result has independent content.

Assumptions & free parameters 6 free parameters · 4 assumptions · 0 invented entities

The paper postulates no new unobserved entities. Its empirical load is carried by fitted scaling curves (Eqs. 2, 5, 6) and the operational assumption that per-subject hand-classification accuracy equals degree of handedness.

free parameters (6)
  • Curve-fit coefficients for DB-EI scaling (Eq. 2) = -3.1055, 44.134, -64.503
    Polynomial fitted to map EI scores onto DB score range; used for Bland-Altman and correlation, so agreement is evaluated on a fitted scale.
  • Curve-fit coefficients for MLP 4-point to EI (Eq. 5) = 0.2163, 1.4724
    Exponential fit relating MLP-derived 4-point scores to EI scores on the same 43 subjects.
  • Curve-fit coefficients for CNN 4-point to EI (Eq. 6) = 0.0950, 1.6726
    Exponential fit relating CNN-derived 4-point scores to EI scores on the same 43 subjects.
  • 4-point score linear mapping = accuracy 0-100 to score 0-4
    Arbitrary linear mapping defined in Section II.H Part C; no independent calibration.
  • CNN architecture hyperparameters = 3 conv layers (128, 64, 32 filters), 2 dense layers (20 neurons), kernel 3, lr 1e-5, batch 32
    Chosen via ablation on the same dataset, not from a separate validation cohort.
  • MLP architecture hyperparameters = 2 hidden layers, 12 neurons each, ReLU
    Chosen via ablation on the same dataset.
assumptions (4)
  • domain assumption Stroke segmentation by zero crossings of vertical velocity produces behaviorally meaningful units.
    Throughout Section II.F; if segmentation is non-informative, all subsequent features and classifications inherit that flaw.
  • ad hoc to paper Per-subject dominant vs non-dominant classification accuracy is a valid, approximately monotone measure of degree of handedness.
    Stated as a hypothesis in Section II.H Part C; no independent construct validation is provided.
  • domain assumption The three groups (Unidextrous, Partially-Unidextrous, Ambidextrous) and the Edinburgh Inventory provide a valid external reference for degree of handedness.
    Group labels are self-reported and self-selected; EI is semiquantitative, as the paper itself notes.
  • domain assumption The seven selected tasks adequately sample handedness-related handwriting variation.
    Tasks were narrowed after preliminary evaluations (Section II.D), so task selection is partly informed by the same data.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Handwriting-based Automated Assessment and Grading of Degree of Handedness: A Pilot Study." pith.science (2026). https://pith.science/paper/SZNEA5AS

@misc{pith2026241201587,
  author       = {Pith},
  title        = {Pith review of: Handwriting-based Automated Assessment and Grading of Degree of Handedness: A Pilot Study},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SZNEA5AS}},
  note         = {Machine review of arXiv:2412.01587}
}
read the original abstract

Hand preference and degree of handedness (DoH) are two different aspects of human behavior which are often confused to be one. DoH is a person's inherent capability of the brain; affected by nature and nurture. In this study, we used dominant and non-dominant handwriting traits to assess DoH for the first time, on 43 subjects of three categories- Unidextrous, Partially Unidextrous, and Ambidextrous. Features extracted from the segmented handwriting signals called strokes were used for DoH quantification. Davies Bouldin Index, Multilayer perceptron, and Convolutional Neural Network (CNN) were used for automated grading of DoH. The outcomes of these methods were compared with the widely used DoH assessment questionnaires from Edinburgh Inventory (EI). The CNN based automated grading outperformed other computational methods with an average classification accuracy of 95.06% under stratified 10-fold cross-validation. The leave-one-subject-out strategy on this CNN resulted in a test individual's DoH score which was converted into a 4-point score. Around 90% of the obtained scores from all the implemented computational methods were found to be in accordance with the EI scores under 95% confidence interval. Automated grading of degree of handedness using handwriting signals can provide more resolution to the Edinburgh Inventory scores. This could be used in multiple applications concerned with neuroscience, rehabilitation, physiology, psychometry, behavioral sciences, and forensics.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

53 extracted references · 48 canonical work pages

  1. [1]

    These jobs were not analyzed due to redundancy, which were bad for grading

    Single-digit alphabets showed little inter -hand variability in a statistical examination of handwriting strokes. These jobs were not analyzed due to redundancy, which were bad for grading

  2. [2]

    Unidextrous

    Drawing assignments like spirals and circles were purposefully excluded from study due to their difficulty even for dominant hands and redundancy in features. As per the experimental protocol the participants were made familiarized with the experiment before online handwriting recording. They were asked to practice writing using digitizer on One Note (MS ...

  3. [3]

    Unidextrous

    A convolutional neural network for classification (a) Ablation study: From the ablation study done on number of layers, number of filters, number of neurons of fully connected layers, number of layers of fully connected layers (all explained in detail in the supplementary material) it was found that three 1D convolution layers with 128, 64, 32 filters alo...

  4. [4]

    Logistic Regression, SVM, Naïve Bayes, K NN, Decision Tree, and Random Forest were implemented

    Machine Learning Algorithms Different machine learning methods w ere explored to measure degree of handedness based on classification TABLE I EXTRACTED HANDWRITING FEATURES Time Features Static Features Dynamic Features Start Time Initial Vertical Position Peak Horizontal Velocity Time Duration Vertical Size Peak Horizontal Acceleration Relative Time to P...

  5. [5]

    Leave -one subject out method was applied on the two- layer perceptron model to get the accuracy of classification

    A multilayer perceptron model for classification A two- layer perceptron model (neural network) was trained and tested with Stratified 10 -fold cross-validation to check if the accuracy improved in this case . Leave -one subject out method was applied on the two- layer perceptron model to get the accuracy of classification. Feature selection based on feat...

  6. [6]

    Atypicalities in cortical structure, handedness, a nd functional lateralization for language in autism spectrum disorders,

    A. K. Lindell and K. Hudry, “Atypicalities in cortical structure, handedness, a nd functional lateralization for language in autism spectrum disorders,” Neuropsychology Review , vol. 23, no. 3. pp. 257–270, Sep. 2013. doi: 10.1007/s11065-013-9234-5

  7. [7]

    Unidextrous

    DB score and EI score comparison To represent the accordance of Davies Bouldin score with Edinburgh Inventory score (EI score), Bland Altman plots, correlation, and root mean square error (RMSE) values were obtained. For the Bland Altman plot following steps were followed: (i) The EI score lies between [ -100, 100], where -100 corresponds to pure left -ha...

  8. [8]

    EI score as a non-linear function of 4 -point sc ore obtained from MLP using curve fitting was found in equation (5)

    Neural networks and EI score comparison Similarly, accordance of 4 -point scores with EI score was obtained using Bland Altman plots, correlation and RMSE values. EI score as a non-linear function of 4 -point sc ore obtained from MLP using curve fitting was found in equation (5). Similarly, EI score as a non-linear function of 4-point score obtained from ...

Show all 53 references
  1. [9]

    It shows results ‘without feature selection’, ‘with feature selection’, and ‘with bagging classifier (added to base classifier ) and feature selection’

    Machine Learning Algorithms The classification accurac ies of dominant vs non -dominant hand on the dataset using conventional machine learning models were obtained which is mentioned in Table III. It shows results ‘without feature selection’, ‘with feature selection’, and ‘wi...

  2. [10]

    MLP Accuracy

    Multi-layer Perceptron A two- layer neural network which was trained and tested for the same dataset had the average accuracy for this classification improved to 86% ± 3.05% for a Stratified 10 -fold cross validation. The accuracies outperformed the accuracies obtained from th...

  3. [11]

    CNN Acc uracy

    Convolutional Neural Network-based Classification The average classification accuracies of CNN was found to be 95.06±3.08% under stratified 10 -fold cross-validation. The classification accuracies of leave -one-subject-out is shown in Table II under “CNN Acc uracy” and were fo...

  4. [12]

    Thus, it can be used without training and with few electrical resources, making it portable

    DB score: Pros- The significant advantage of DB score is that it can assess the degree of handedness with a quantitative value which c an give more resolution than any questionnaire, also, it doesn’t depend upon the subject number rather the number of features. Thus, it can be...

  5. [13]

    U", "PU", or

    Neural networks based 4 -point scores: Pros- The output generated by neural network gave higher resolution into subject’s degree of handedness quantification. It could work well with non-linear relations between the features. In this study while the MLP determined the classifi...

  6. [14]

    The nature and nurture of human infant hand preference,

    J. Fagard, “The nature and nurture of human infant hand preference,” Ann N Y Acad Sci , vol. 1288, no. 1, pp. 114 –123, 2013, doi: 10.1111/nyas.12051

  7. [15]

    A combined fMRI and DTI examination of functional language lateralization and arcuate fasciculus structure: Effects of degree versus direction of hand preference,

    R. E. Propper et al. , “A combined fMRI and DTI examination of functional language lateralization and arcuate fasciculus structure: Effects of degree versus direction of hand preference,” Brain Cogn, vol. 73, no. 2, pp. 85 –92, Jul. 2010, doi: 10.1016/j.bandc.2010.03.004

  8. [16]

    A large-scale population study of early life factors influencing left -handedness,

    C. G. F. de Kovel, A. Carrión-Castillo, and C. Francks, “A large-scale population study of early life factors influencing left -handedness,” Sci Rep, vol. 9, no. 1, Dec. 2019, doi: 10.1038/s41598-018-37423-8

  9. [17]

    Atypical activation of the mirror neuron system during perception of hand motion in autism,

    J. Martineau, F. Andersson, C. Barthélémy, J. P. Cottier, and C. Destrieux, “Atypical activation of the mirror neuron system during perception of hand motion in autism,” Brain Res, vol. 1320, pp. 168– 175, Mar. 2010, doi: 10.1016/j.brainres.2010.01.035

  10. [18]

    Cerebral asymmetry and lan guage development: Cause, correlate, or consequence?,

    D. V. M. Bishop, “Cerebral asymmetry and lan guage development: Cause, correlate, or consequence?,” Science, vol. 340, no. 6138. American Association for the Advancement of Science, 2013. doi: 10.1126/science.1230531

  11. [19]

    Long -Term Consequences of Switching Handedness: A Positron Emission Tomography Study on Handwriting in ‘Converted’ Left-Handers,

    H. R. Siebner et al. , “Long -Term Consequences of Switching Handedness: A Positron Emission Tomography Study on Handwriting in ‘Converted’ Left-Handers,” 2002

  12. [20]

    Schizotypy, schizotypic psychopathology and schizophrenia,

    M. Lenzenweger, “Schizotypy, schizotypic psychopathology and schizophrenia,” World Psychiatry, vol. 17, pp. 25–26, Jul. 2018, doi: 10.1002/wps.20479

  13. [21]

    Handedness and schizotypy: The potential effect of changing the writing -hand,

    H. C. Tsuang, W. J. Chen, S. Y. Kuo, and P. C. Hsiao, “Handedness and schizotypy: The potential effect of changing the writing -hand,” Psychiatry Res , vol. 242, pp. 198 –203, Aug. 2016, d oi: 10.1016/j.psychres.2016.04.123

  14. [22]

    Unidextrous

    for it being highly complex and elaborate fine motor skill. Therefore, i n this study, we have proposed the use of dynamic kinematic features of handwriting along with its static Smriti Bala, Venugopalan Y. Vishnu, Deepak Joshi Handwriting-based Automated Assessment and Gradin...

  15. [23]

    Degree of handedness and cerebral dominance,

    K. L. Isaacs, W. B. Barr, A. ; Peter, K. Nelson, and O. Devinsky, “Degree of handedness and cerebral dominance,” 2006. [Online]. Available: www.neurology.org

  16. [24]

    The effects of handedness on sensorimotor rhythm desynchronization and motor-imagery BCI control,

    D. Zapała et al., “The effects of handedness on sensorimotor rhythm desynchronization and motor-imagery BCI control,” Sci Rep, vol. 10, no. 1, Dec. 2020, doi: 10.1038/s41598-020-59222-w

  17. [25]

    Success of hand movement imagination depends on personali ty traits, brain asymmetry, and degree of handedness,

    E. V. Bobrova et al. , “Success of hand movement imagination depends on personali ty traits, brain asymmetry, and degree of handedness,” Brain Sci , vol. 11, no. 7, Jul. 2021, doi: 10.3390/brainsci11070853

  18. [26]

    Does motor lateralization have implications for stroke rehabilitation?,

    R. L. Sainburg and S. V. Duff, “Does motor lateralization have implications for stroke rehabilitation?,” Journal of Rehabilitat ion Research and Development , vol. 43, no. 3. pp. 311 –322, 2006. doi: 10.1682/JRRD.2005.01.0013

  19. [27]

    Why are consistently -handed individuals more authoritarian? The role of need for cognitive closure,

    K. B. Lyle and M. C. Grillo, “Why are consistently -handed individuals more authoritarian? The role of need for cognitive closure,” Laterality, vol. 25, no . 4, pp. 490 –510, Jul. 2020, doi: 10.1080/1357650X.2020.1765791

  20. [28]

    Individual differences in personality as a function of degree of handedness: Consistent-handers are less sensation seeking, more authoritarian, and more sensitive to disgust,

    S. Christman, “Individual differences in personality as a function of degree of handedness: Consistent-handers are less sensation seeking, more authoritarian, and more sensitive to disgust,” Laterality, vol. 19, no. 3, pp. 354–367, May 2014, doi: 10.1080/1357650X.2013.838962

  21. [29]

    Is handedness related to anxiety? New answers to an old question,

    K. B. Lyle, L. K. Chapman, and J. M. Hatton, “Is handedness related to anxiety? New answers to an old question,” Laterality, vol. 18, no. 5, pp. 520–535, 2013, doi: 10.1080/1357650X.2012.720259

  22. [30]

    Degree of handedness, but not direction, is a systematic predictor of cognitive performance,

    E. Prichard, R. E. Propper, and S. D. Christman, “Degree of handedness, but not direction, is a systematic predictor of cognitive performance,” Frontiers in Psychology , vol. 4, no. JAN. 2013. doi: 10.3389/fpsyg.2013.00009

  23. [31]

    Faking handedness: Individual differences in ability to fake handedness, social cognitions of the handedness of others, and a forensic application using Bayes’ theorem,

    I. C. McManus, G. Buckens, N. Harris, A. Flint, H. L. A. Ng, and F. Vovou, “Faking handedness: Individual differences in ability to fake handedness, social cognitions of the handedness of others, and a forensic application using Bayes’ theorem,” Laterality, vol. 23, no. 1, pp....

  24. [32]

    THE ASSESSMENT AND ANALYSIS OF HANDEDNESS: THE EDINBURGH INVENTORY,

    R. C. Oldfield, “THE ASSESSMENT AND ANALYSIS OF HANDEDNESS: THE EDINBURGH INVENTORY,” Pergamon Press, 1971

  25. [33]

    EEG CORRELATES O F BEHAVIOURAL LATERALITY: RIGHT -HANDEDNESS ’,

    I. Papousek and G. Schulter, “EEG CORRELATES O F BEHAVIOURAL LATERALITY: RIGHT -HANDEDNESS ’,” 1999

  26. [34]

    Purdue Pegboard Test,

    I. Lawson, “Purdue Pegboard Test,” Occupational Medicine, vol. 69, no. 5. Oxford University Press, pp. 376 –377, Aug. 22, 2019. doi: 10.1093/occmed/kqz044

  27. [35]

    The reliability of some motor performance tests of handedness,

    K. A. Provins and P. Cunliffe, “The reliability of some motor performance tests of handedness,” Neuropsychologia, vol. 10, no. 2, pp. 199–206, 1972

  28. [36]

    Emotional State Prediction from Online Handwriting and Signature Biometrics,

    Y. Bay Ayzeren, M. Erbilek, and E. Celebi, “Emotional State Prediction from Online Handwriting and Signature Biometrics,” IEEE Access , vol. 7, pp. 164759 –164774, 2019, doi: 10.1109/ACCESS.2019.2952313

  29. [37]

    EMOTHAW: A Novel Database for Emotional State Recognition from Handwriting and Drawing,

    L. Likforma n-Sulem, A. Esposito, M. Faundez -Zanuy, S. Clemencon, and G. Cordasco, “EMOTHAW: A Novel Database for Emotional State Recognition from Handwriting and Drawing,” IEEE Trans Hum Mach Syst , vol. 47, no. 2, pp. 273 –284, Apr. 2017, doi: 10.1109/THMS.2016.2635441

  30. [38]

    Characterizing early -stage Alzheimer through spatiotemporal dynamics of handwriting,

    C. Kahindo, M. A. El-Yacoubi, S. Garcia-Salicetti, A. S. Rigaud, and V. Cristancho -Lacroix, “Characterizing early -stage Alzheimer through spatiotemporal dynamics of handwriting,” IEEE Signal Process Lett , vol. 25, no. 8, pp. 1136 –1140, Aug. 2018, d oi: 10.1109/LSP.2018.2794500

  31. [39]

    From Online Handwriting to Synthetic Images for Alzheimer’s Disease Detection Using a Deep Transfer Learning Approach,

    N. D. Cilia, T. D’Alessandro, C. De Stefano, F. Fontanella, and M. Molinara, “From Online Handwriting to Synthetic Images for Alzheimer’s Disease Detection Using a Deep Transfer Learning Approach,” IEEE J Biomed Health Inform, vol. 25, no. 12, pp. 4243– 4254, Dec. 2021, doi: 1...

  32. [40]

    Decision support framework for Parkinson’s disease based on novel handwriting markers,

    P. Drotár, J. Mekyska, I. Rektorová, L. Masarová, Z. Smékal, and M. Faundez-Zanuy, “Decision support framework for Parkinson’s disease based on novel handwriting markers,” IEEE Transactions on Neural Systems and Rehabilitation Engineering , vol. 23, no. 3, pp. 508–516, May 201...

  33. [41]

    Toward Monitoring Parkinson’s Through Analysis of Static Handwriting Samples: A Quantitative Analytical Framework,

    N. Zhi, B. K. Jaeger, A. Gouldstone, R. Sipahi, and S. Frank, “Toward Monitoring Parkinson’s Through Analysis of Static Handwriting Samples: A Quantitative Analytical Framework,” IEEE J Biomed Health Inform , vol. 21, no. 2, pp. 488 –495, Mar. 2017, doi: 10.1109/JBHI.2016.2518858

  34. [42]

    Dynamic Handwriting Analysis for the Assessment of Neurodegenerative Diseases: A Pattern Recognition Perspective,

    D. Impedovo and G. Pirlo, “Dynamic Handwriting Analysis for the Assessment of Neurodegenerative Diseases: A Pattern Recognition Perspective,” IEEE Rev Biomed Eng , vol. 12, pp. 209 –220, May 2018, doi: 10.1109/RBME.2018.2840679

  35. [43]

    Extending the Spectrum of Dysgraphia: A Data Driven Strategy to Estimate Handwriting Quality,

    T. Asselborn, M. Chapatte, and P. Dillenbourg, “Extending the Spectrum of Dysgraphia: A Data Driven Strategy to Estimate Handwriting Quality,” Sci Rep , vol. 10, no. 1, Dec. 2020, doi: 10.1038/s41598-020-60011-8

  36. [44]

    Automated human-level diagnosis of dysgraphia using a consumer tablet,

    T. Asselborn et al., “Automated human-level diagnosis of dysgraphia using a consumer tablet,” NPJ Digit Med , vol. 1, no. 1, Dec. 2018, doi: 10.1038/s41746-018-0049-x

  37. [45]

    Children’s Handwriting Evaluation Tools and Their Psychometric Properties,

    K. P. Feder and A. Majnemer, “Children’s Handwriting Evaluation Tools and Their Psychometric Properties,” Phys Occup Ther Pediatr, vol. 23, no. 3, pp. 65–84, Jan. 2003, doi: 10.1080/j006v23n03_05

  38. [46]

    Recent developments in the study of rapid human movements with the kinematic theory: Applications to handwriting and signature synthesis,

    R. Plamondon, C. O’Reilly, J. Galbally, A. Almaksour, and É. Anquetil, “Recent developments in the study of rapid human movements with the kinematic theory: Applications to handwriting and signature synthesis,” Pattern Recognit Lett , vol. 35, no. 1, pp. 225–235, Jan. 2014, do...

  39. [47]

    A CLASSIFICATION OF HAND PREFERENCE BY ASSOCIATION ANALYSIS,

    M. ANNETT, “A CLASSIFICATION OF HAND PREFERENCE BY ASSOCIATION ANALYSIS,” British Journal of Psychology , vol. 61, no. 3, pp. 303 –321, 1970, doi: 10.1111/j.2044 - 8295.1970.tb01248.x

  40. [48]

    Can left -handedness be switched? Insights from an early switch of handwriting,

    S. Klöppel, A. Vongerichten, T. Van Eimeren, R. S. J. Frackowiak, and H. R. Siebner, “Can left -handedness be switched? Insights from an early switch of handwriting,” Journal of Neuroscience, vol. 27, no. 29, pp. 7847 –7853, Jul. 2007, doi: 10.1523/JNEUROSCI.1299 - 07.2007

  41. [49]

    Human Movement Science 3 (1984) 193 -217 North -Holland DIGITAL RECORDING AND PROCESSING OF HANDWRITING MOVEMENTS

    H.-L. Teulings and F. J. Maarse, “Human Movement Science 3 (1984) 193 -217 North -Holland DIGITAL RECORDING AND PROCESSING OF HANDWRITING MOVEMENTS.”

  42. [50]

    Biological Cybernetics An Oscillation Theory of Handwriting,

    J. M. Hollerbach, “Biological Cybernetics An Oscillation Theory of Handwriting,” 1981

  43. [51]

    Functional MRI of handwriting tasks: A study of healthy young adults interacting with a novel touch - sensitive tablet,

    M. Karimpoor, N. W. Churchill, F. Tam, C. E. Fischer, T. A. Schweizer, and S. J. Graham, “Functional MRI of handwriting tasks: A study of healthy young adults interacting with a novel touch - sensitive tablet,” Front Hum Neurosci , vol. 12, Feb. 2018, doi: 10.3389/fnhum.2018.00030

  44. [52]

    Men and women differ in the neural basis of handwriting,

    Y. Yang et al. , “Men and women differ in the neural basis of handwriting,” Hum Brain Mapp, vol. 41, no. 10, pp. 2642–2655, Jul. 2020, doi: 10.1002/hbm.24968

  45. [53]

    Changing handedness: What can we learn from preference shift studies?,

    A. J. Marcori, P. H. M. Monteiro, and V. H. A. Okazaki, “Changing handedness: What can we learn from preference shift studies?,” Neuroscience and Biobehavioral Reviews, vol. 107. Elsevier Ltd, pp. 313–319, Dec. 01, 2019. doi: 10.1016/j.neubiorev.2019.09.019. Supplementary Mate...

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.