Directory
Portrait of Vivatchai Kaveeta

Princess Sirindhorn IT Foundation Craniofacial Center, Chiang Mai University

Vivatchai Kaveeta

วิวัฒน์ชัย กาวีต๊ะ

PhD candidate working on machine learning for incomplete medical data — and, before that, on the craniofacial systems that showed me why incompleteness is the binding constraint: surgical planning, virtual-reality training, and the records that follow a cleft lip and palate patient through eighteen years of staged care.

Role Researcher and doctoral candidate · lead investigator and first author on my own research programme · no commercial affiliation or sponsor Research Computer Engineer & Researcher, Princess Sirindhorn IT Foundation Craniofacial Center — a nonprofit foundation centre applying information technology to healthcare Centre Member, DAkSH Research Center (Data Analytics and Knowledge Synthesis for Healthcare), Faculty of Engineering, Chiang Mai University Doctoral PhD Candidate, Data Science, since 2023 · Dept. of Computer Engineering, Faculty of Engineering, Chiang Mai University Focus Missing data · hypergraph learning · honest evaluation of clinical ML Email vivatchai.k@cmu.ac.th Location Chiang Mai, Thailand
Publications
9
Manuscripts
3
Active since
2013
Signal & structure Clinical systems Incomplete data (PhD, ongoing)
first author co-author clinical trial manuscript in preparation Click any mark to jump to the paper

Affiliations & research standing

Where this research is done

Every part of this work is carried out in a non-commercial setting: a nonprofit foundation centre that treats patients, a public university department where I am a doctoral candidate, and a university research centre whose remit is data analytics for healthcare. I hold no industry affiliation, and none of the research below has a commercial sponsor.

  1. Princess Sirindhorn IT Foundation Craniofacial Center

    Computer Engineer and Researcher · lead investigator on the centre’s data-science work

    A nonprofit centre operating under the Princess Sirindhorn Information Technology Foundation — a Thai royal-initiative foundation established to apply information technology for public benefit — hosted by Chiang Mai University. The centre provides care for patients with cleft lip, cleft palate and craniofacial conditions, following each patient across many years and many staged operations. I build and study the data systems behind that care: surgical planning, virtual-reality training, inter-hospital record linkage, and the longitudinal records themselves.

    scfc.cmu.ac.th

  2. DAkSH Research Center — Data Analytics and Knowledge Synthesis for Healthcare

    Member

    A Chiang Mai University research centre in the university’s Digital & AI research consortium, based in the Faculty of Engineering and directed by Assoc. Prof. Dr. Juggapong Natwichai. Its declared themes are engineering and technology alongside the medical and health sciences, and its programme spans explainable “white-box” AI, large language models over medical text, data preparation, and analytics for epidemic detection and frailty in older adults — the same ground my doctoral work sits on.

  3. Department of Computer Engineering, Faculty of Engineering, Chiang Mai University

    PhD Candidate, Data Science · since 2023

    Chiang Mai University is a public, state-funded research university and one of Thailand’s national research universities. My doctoral programme is the three-manuscript arc described below, which I lead: I set the questions, built the pipelines, ran the experiments and wrote the papers.

Independently checkable: ORCID 0000-0002-5297-5534 · Google Scholar · institutional email vivatchai.k@cmu.ac.th · nine peer-reviewed publications listed below, each with its DOI.

Research programme

What the clinic taught me about the data

I began in pattern recognition on hard, low-resource signals — emotional speech, symbolic analogy — then spent six years building clinical systems at a national craniofacial centre: surgical planning, virtual-reality training, crowdsourced case data, inter-hospital referral.

Cleft lip and palate care is an unusually demanding setting. Treatment runs eighteen years or more across surgery, orthodontics and speech therapy; patients are dispersed across rural provinces; and records are fragmented between institutions that never designed their systems to talk. Working there, the same obstacle appeared behind every modelling problem, and it was never the model. The data was incomplete, and the incompleteness was not random.

A laboratory value is missing because a clinician did not order the test, and that decision is related to the patient's condition. Deletion and imputation both assume the missingness carries no information. In clinical data that assumption is often false. My PhD work takes this seriously as its own object of study: how much is actually recoverable from the pattern of what is missing, and — a question the field mostly skips — how would we know if the answer were no?

Thread 01

Signal & structure

2013 — 2016 · 2 first-author papers

Learning representations where the training signal is scarce or the structure is symbolic rather than statistical. Emotional speech recognition via acoustic models of decomposed component words (CMU); neural solving of analogical equations over strings of symbols, at Waseda University under Prof. Yves Lepage.

Thread 02

Clinical systems

2019 — 2022 · 6 papers, 1 clinical trial

Computer-aided surgical planning, virtual-reality simulation for surgeon training, healthcare crowdsourcing platforms, and inter-hospital patient referral — developed and evaluated with the surgical team at the Princess Sirindhorn IT Foundation Craniofacial Center.

Thread 03 · Active

Learning from incomplete data

2023 — present · PhD research, in progress · 1 published paper, 3 manuscripts

Whether the structure of missingness in clinical data can be learned from directly, rather than imputed away — and how much is there to learn in the first place. The work runs from a published study showing that imputation choice alone swings downstream accuracy by up to 21 points, through a hypergraph representation built over missingness patterns, to an oracle upper bound that asks what any method of this family could achieve at best. Evaluated on the PLCO Cancer Screening Trial cohorts, MIMIC-III, and eleven public datasets with native missing values.

Collaborator on this thread: Prompong Sugunnasil.

Manuscripts in preparation · 2026

Is the missingness worth modelling?

Three linked manuscripts, each taking a different run at that question: one builds a method, one measures the ceiling any method of its family could reach, and one asks the same thing of data split across institutions. Results are held back until submission — what follows is the question and the design.

Paper 1 Manuscript

Hypergraph-Based Machine Learning for Robust Handling of Missing Data

Each variable is a vertex; each observed missingness pattern is a hyperedge weighted by the records it contains. Because patterns form a hierarchy under set containment, they can borrow strength from one another — answering the pattern-submodel literature's problem of rare patterns having too few samples to estimate, without falling back to a complete-case model. A hierarchical shrinkage estimator with a single parameter, selected without reference to test data.

records × variables A B C D ■ observed ▢ missing pattern → hyperedge hypergraph over variables A B C D {A,B,C,D} n = 3 {A,B,C} n = 1 {A,B} n = 1 — rare containment borrowing strength {A,B,C,D} n = 3 {A,B,C} n = 1 {A,B} n = 1 shrink λ
Each observed missingness pattern becomes one hyperedge over the variables it records, weighted by how many records carry it. Because patterns nest under set containment, the model for a rare pattern such as {A,B} is shrunk toward the models of every pattern that contains it — borrowing their records instead of falling back to a complete-case model.

Four PLCO cohorts + 11 public datasets · permuted-mask control · two label-leakage exclusion rules · manuscript on OpenReview

Paper 2 Manuscript

The Ceiling of Learning on the Missingness Hypergraph

The pattern-submodel literature is evaluated by beating baselines, which establishes that one estimator beats another — not that the family is worth pursuing at all. This paper addresses the second question by deriving an oracle upper bound: the gain available to a procedure allowed to select its shrinkage with hindsight on the test fold. No selection rule can exceed it. It then diagnoses why simulation studies report otherwise, since the standard construction for simulating pattern heterogeneity draws the outcome from the differing coefficients and so guarantees predictiveness by design — coefficient heterogeneity is not predictive heterogeneity.

real data masky oracle λ* chosen on the test fold gain real ceiling masks permuted ×50 supports kept · association destroyed same oracle λ* chosen on the test fold gain null ceiling exploitable structure 0 gain → null band (95%) real ceiling exploitable = real − null
The same oracle — shrinkage strength chosen with hindsight on the test fold, so no selection rule can exceed it — is run twice: on the real data, and on fifty copies whose missingness masks are permuted across records, preserving the pattern set and every support while destroying only the link between pattern and outcome. The distance between the real ceiling and the null band is all the structure any method of this family could ever exploit.

11 real tabular datasets · null of 50 independent mask permutations · a bound no method can beat

Paper 3 Manuscript

From Binary Gating to Continuous Shrinkage: A Decision-Level Evaluation of Federated Data Merging

A hospital holding its own records can be offered a federation and must decide whether to join. The literature treats this as binary and hunts for the threshold. This paper changes the unit of analysis from the collection to the decision — one target site, a set of partners, a merge rule, scored on the target's held-out rows — which across nine collections yields 986,254 distinct merge decisions. It contributes no new estimator: it contributes the unit of analysis, an evaluation that separates skill from hindsight, a released harness, and a register of 415 pre-registered predictions.

one decision partner 1 partner 2 partner 3 target own rows merge rule one of several the choice merged binary gate join ∈ {0, 1} by threshold continuous shrinkage ŷ = w·local + (1−w)·merged local model · w chosen on held-out local rows 9 collections · 986,254 decisions score on the target's held-out rows the same rows judge both options
The unit of analysis is one decision: a target site, a set of partners, and a merge rule, all scored on the target's own held-out rows. A binary gate can only join or stay out; a continuous rule shrinks the merged model toward the local one by a weight chosen on held-out local data. Repeated over nine collections this yields 986,254 decisions, each of which the same rows judge.

9 collections · 986,254 merge decisions · six proposed explanations, six refuted — two by their own pre-registered conditions

Selected work

Three results worth reading first

2019 Clinical trial

Computer-aided design for pre-operative alveolar bone grafting

A CAD workflow for planning alveolar bone grafts in cleft lip and palate patients, taken beyond simulation into a clinical trial with real surgical cases. Translational work of this kind is rare in applied computing: the method had to survive contact with an operating theatre, a surgical team, and patient outcomes, not merely a held-out test set.

conventional patient operating room measure cleft, volume, teeth, roots then bone graft this trial patient pre-op mobile CT CAD software surgeons + engineers measure plan plan graft the measurements move out of the operating room
Conventionally the alveolar cleft, its volume and the surrounding teeth and root tips are measured in the operating room. The trial inserted two steps before surgery — a mobile CT scan, then computer-aided design in which plastic surgeons and engineers measured and planned together — so the graft is planned before the patient is opened. Evaluated on cleft lip and palate patients.

EIDWT 2019 · Springer, Cham · pp. 482–491 · second author

2016 First author

Solving analogical equations between strings of symbols using neural networks

Neural models for analogical reasoning over symbolic strings — A is to B as C is to what? — completed at Waseda University under the MEXT scholarship with Prof. Yves Lepage. The question it asks, whether a learned model can perform structured symbolic transfer rather than surface pattern matching, has only become more central since.

A : B :: C : D — solve for D A B C align A·B A·C neural network constrained by the properties of analogy predict string decoder D fixed-size alignment matrices in, two predicted matrices out — the string is recovered last
An analogical equation A : B :: C : D is solved without ever operating on characters directly. The three known strings are encoded as two fixed-size alignment matrices, a neural network constrained by the formal properties of analogy predicts two output matrices, and a string decoder recovers D. The design learns quickly and beats the baseline algorithm's accuracy.

ICCBR Workshops 2016 · pp. 67–76

2021 First author

Requirements and technical design for an online patient referral system

System design for moving craniofacial patients between hospitals without losing their history. The engineering problem is unglamorous and the clinical stakes are high: a child with a cleft palate needs coordinated care from multiple specialists over almost two decades, and referral is where that continuity usually breaks.

before hospital A patient carries printed records hospital B slow · error-prone · incomplete proposed hospital A EMR system 1 Ministry of Public Health rules export online referral service record mapping · consent · security import hospital B EMR system 2 Ministry of Higher Education rules requirements: correct · complete · secure — across different EMRs and different authorities
In Thailand a referred patient traditionally carries printed medical records to the next hospital. The proposed service moves the record electronically — but the hospitals run different EMR systems and answer to different ministries, each with its own data-protection and transfer policy, so the design's real work is mapping records and satisfying both regimes while keeping the transfer correct, complete and secure.

EIDWT 2021 · Springer International Publishing · pp. 313–323

Peer-reviewed publications

Complete record

Nine peer-reviewed papers, 2013–2023. 22 citations, h-index 3 (Google Scholar, retrieved 2 September 2026). Three further manuscripts are in preparation.

  1. 2023
    Exploration of Neural Network Imputation Methods for Medical Datasets
    Kaveeta, V., Sugunnasil, P., Natwichai, J.
    International Conference on Emerging Internetworking, Data & Web Technologies (EIDWT 2023), pp. 441–450. Springer. · doi:10.1007/978-3-031-26281-4_46
    First author
    Mechanism
    4 prostate-cancer cohorts · split 4 : 1 training rows with missing values impute imputer m fitted on train fit one classifier same for every m test rows imputed by m accuracy m ∈ statistical mean median kNN ICE MICE MissForest SoftImpute m ∈ neural Sinkhorn GAIN MIRACLE MIWAE MIDAS 72% 94%
    The pipeline is held fixed and only the imputer changes: twelve methods — seven statistical, five neural — each fill the training rows, the same classifier is fitted, and the test rows are filled by that same fitted imputer. Across four public prostate-cancer cohorts the choice of imputer alone moves prediction accuracy from 72% to 94%, which is the finding the doctoral work grew out of: the imputation step is not a neutral preprocessing detail.
  2. 2022
    Collaborative Virtual Environments for Jaw Surgery Simulation
    Khwanngern, K., Natwichai, J., Kaveeta, V., Meenert, P., Sriyong, S.
    Advances in Networked-Based Information Systems: 24th International Conference on Network-Based Information Systems (NBiS-2021), pp. 179–187. Springer International Publishing. · doi:10.1007/978-3-030-84913-9_16
    Mechanism
    single-user VR (2019 system) trainee inside VR trainer outside VR verbal only technique is impractical to teach by voice collaborative virtual environment one shared virtual operating room trainee trainer sees · points · demonstrates the limitation found in evaluation, and the feature that answers it
    Evaluation of the earlier jaw-surgery simulator found its limit as a training tool: the trainer stood outside the headset and could only talk, and surgical technique does not transfer by voice. The follow-up surveys collaborative features and moves the trainer into the same virtual operating room, where technique can be shown rather than described.
  3. 2021
    Requirements and Technical Design for Online Patient Referral System
    Kaveeta, V., Suwiwattana, S., Natwichai, J., Khwanngern, K.
    Advances in Internet, Data and Web Technologies: 9th International Conference on Emerging Internet, Data & Web Technologies (EIDWT-2021), pp. 313–323. Springer International Publishing. · doi:10.1007/978-3-030-70639-5_29
    First author
    Mechanism
    before hospital A patient carries printed records hospital B slow · error-prone · incomplete proposed hospital A EMR system 1 Ministry of Public Health rules export online referral service record mapping · consent · security import hospital B EMR system 2 Ministry of Higher Education rules requirements: correct · complete · secure — across different EMRs and different authorities
    In Thailand a referred patient traditionally carries printed medical records to the next hospital. The proposed service moves the record electronically — but the hospitals run different EMR systems and answer to different ministries, each with its own data-protection and transfer policy, so the design's real work is mapping records and satisfying both regimes while keeping the transfer correct, complete and secure.
  4. 2020
    Challenges of Crowdsourcing Platform: Thai Healthcare Information Case Study
    Khwanngern, K., Natwichai, J., Kaveeta, V., Nantawad, P., Changkai, S., Suwiwattana, S.
    International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC), pp. 126–135. Springer, Cham. · cited by 1 · doi:10.1007/978-3-030-61105-7_13
    Mechanism
    Thai healthcare tiers village health volunteers sub-district hospitals university centres mobile app volunteers ↔ local hospital craniofacial info platform information gap needs continuous contribution module extensions bridge information and process across tiers each platform stops at its own user base — the extensions carry data past that edge
    Two live platforms are examined against the structure of Thai healthcare: a mobile app linking village health volunteers with local hospitals, and an online information platform for craniofacial deformities. Each stops at its own user base, leaving an information gap between tiers. The paper analyses what keeps contributors engaged and proposes module extensions that carry information and process across that gap.
  5. 2019
    Jaw surgery simulation in virtual reality for medical training
    Khwanngern, K., Tiangtae, N., Natwichai, J., Kattiyanet, A., Kaveeta, V., Sitthikham, S., Kammabut, K.
    International Conference on Network-Based Information Systems (NBiS), pp. 475–483. Springer, Cham. · cited by 8 · doi:10.1007/978-3-030-29029-0_45
    Mechanism
    mandibular (lower-jaw) cutting — rare in practice, so rarely practised 3D skull model from patient CT load virtual operating room grip cut drill join compare optimal cutting path shown on the model score progress shown as % feedback loop: the trainee repeats until the cut follows the guideline
    Lower-jaw cutting is central to craniofacial surgery yet rare enough that students may never perform it. The system loads a patient-derived skull model into a realistic virtual operating room where motion controllers grip, cut, drill, join and compare. The optimal cutting path is drawn on the model and progress is scored as a percentage, so the trainee gets the feedback that books and videos cannot give.
  6. 2019
    Crowdsourcing platform for healthcare: cleft lip and cleft palate case studies
    Khwanngern, K., Natwichai, J., Sitthikham, S., Sitthikamtiub, W., Kaveeta, V., Rakchittapoke, A., Martkamjan, S.
    International Conference on Network-Based Information Systems (NBiS), pp. 465–474. Springer, Cham. · cited by 4 · doi:10.1007/978-3-030-29029-0_44
    Mechanism
    two platforms, two user bases, two devices community level volunteers · mobile app centre level medical cloud · web no shared data reports bridge system crowdsourced sharing new patients follow-up new patients found earlier, closer to home existing patients followed less time · cost · workload contributors gain back the time the bridge saves them
    The existing medical cloud and the community volunteers' app serve different healthcare levels, with separate user groups on separate devices, and cannot see each other's data. The proposed design is a bridge between them: crowdsourced reports flow up and follow-up requests flow down, so new cleft patients are found and existing ones tracked, at significantly less time, cost and workload for everyone contributing.
  7. 2019
    Clinical Trial on Computer-Aided Design in Pre-operative Alveolar Bone Grafting in Cleft Lip-Cleft Palate Patient
    Khwanngern, K., Kaveeta, V., Sitthikham, S., Sitthikamtiub, W., Changkai, S., Namwong, T.
    International Conference on Emerging Internetworking, Data & Web Technologies (EIDWT), pp. 482–491. Springer, Cham. · doi:10.1007/978-3-030-12839-5_45
    Clinical trial
    Mechanism
    conventional patient operating room measure cleft, volume, teeth, roots then bone graft this trial patient pre-op mobile CT CAD software surgeons + engineers measure plan plan graft the measurements move out of the operating room
    Conventionally the alveolar cleft, its volume and the surrounding teeth and root tips are measured in the operating room. The trial inserted two steps before surgery — a mobile CT scan, then computer-aided design in which plastic surgeons and engineers measured and planned together — so the graft is planned before the patient is opened. Evaluated on cleft lip and palate patients.
  8. 2016
    Solving Analogical Equations Between Strings of Symbols Using Neural Networks
    Kaveeta, V., Lepage, Y.
    ICCBR Workshops, pp. 67–76. · cited by 8
    First author
    Mechanism
    A : B :: C : D — solve for D A B C align A·B A·C neural network constrained by the properties of analogy predict string decoder D fixed-size alignment matrices in, two predicted matrices out — the string is recovered last
    An analogical equation A : B :: C : D is solved without ever operating on characters directly. The three known strings are encoded as two fixed-size alignment matrices, a neural network constrained by the formal properties of analogy predicts two output matrices, and a string decoder recovers D. The design learns quickly and beats the baseline algorithm's accuracy.
  9. 2013
    Emotional Speech Recognition Using Acoustic Models of Decomposed Component Words
    Kaveeta, V., Patanukhom, K.
    2013 2nd IAPR Asian Conference on Pattern Recognition (ACPR), pp. 115–119. IEEE. · cited by 1 · doi:10.1109/acpr.2013.13
    First author
    Mechanism
    IEMOCAP · 8 emotions · 6,810 train / 722 test speech component words w₁ w₂ w₃ … wₙ segments acoustic model per segment power · MFCC · attack · spread · duration sequence of segment emotions profile emotion profile (EP) emotion classify segments, not the whole utterance — then read the emotion off the profile
    Rather than classify a whole utterance, the method decomposes speech into component words, groups them into segments, and fits an acoustic model per segment from audio power, MFCCs, log attack time, spectrum spread and duration. The segments' predicted emotions form a sequence; an emotion profile extracted from that sequence is the feature the final classifier reads. Trained and tested on eight IEMOCAP emotion classes.

Education & training

Academic record

  1. 2023 – present

    PhD Candidate, Data Science

    Department of Computer Engineering, Faculty of Engineering, Chiang Mai University. Thesis work on machine learning from incomplete medical data: hypergraph representations over missingness patterns, oracle bounds on what pattern-conditioning can gain, and the federated case.

  2. 2015 – 2017

    Graduate study, Computer Engineering

    Waseda University, Japan — on the Monbukagakusho (MEXT) Scholarship, the Japanese government's competitive award for international graduate students. Research on neural approaches to analogical reasoning with Prof. Yves Lepage.

  3. 2013 – 2015

    Master of Engineering, Computer Engineering

    Chiang Mai University, Thailand.

  4. 2009 – 2012

    Bachelor of Engineering, Computer Engineering

    Faculty of Engineering, Chiang Mai University, Thailand. Graduated with first-class honours on a full tuition scholarship.

Expertise

Methods, domains, systems

Methods

  • Machine learning
  • Neural networks
  • Natural language processing
  • Image processing
  • Pattern recognition
  • Computer vision
  • Hypergraph learning
  • Missing-data methods & imputation
  • Analogical reasoning

Domains

  • Medical informatics
  • Craniofacial & cleft care
  • Surgical planning
  • Clinical trial evaluation
  • Longitudinal patient data
  • Cancer screening cohorts (PLCO, MIMIC-III)
  • Federated & multi-site evaluation
  • Health data infrastructure

Systems

  • Virtual reality simulation
  • Computer graphics & CAD
  • Collaborative virtual environments
  • Crowdsourcing platforms
  • Inter-hospital referral systems
  • Requirements & technical design

Languages. Thai (native). English — TOEIC 950 (Listening 485, Reading 465); CMU eTEGS 86.

For machine readers

Structured profile

This page embeds schema.org JSON-LD in its head — a Person record and an ItemList of nine ScholarlyArticle entries with authors, venues, publishers, pagination and dates, plus a sameAs link to the Google Scholar profile so a machine reader can resolve the identity unambiguously. The summary below repeats the same facts in plain text, so that any reader, human or automated, gets an identical answer.

Show the structured profile
name
Vivatchai Kaveeta
name_thai
วิวัฒน์ชัย กาวีต๊ะ
role
Computer Engineer, Researcher
doctoral_status
PhD Candidate, Data Science, since 2023; Dept. of Computer Engineering, Faculty of Engineering, Chiang Mai University
institution
Chiang Mai University, Thailand
research_unit
Princess Sirindhorn IT Foundation Craniofacial Center
email
vivatchai.k@cmu.ac.th
publications_total
9 (peer-reviewed, 2013–2023)
publications_first_author
4 (2013, 2016, 2021, 2023)
manuscripts_in_preparation
3 (hypergraph learning; oracle bound; federated merging)
citations
22; h-index 3 (Google Scholar, 2026-09-02)
orcid
0000-0002-5297-5534
google_scholar
scholar.google.com/citations?user=p5eaa7kAAAAJ
clinical_trials
1 (alveolar bone grafting CAD, 2019)
research_threads
signal & structure (ML/NLP); clinical systems (craniofacial informatics); learning from incomplete data (doctoral)
thesis_topic
machine learning from data with informative missingness; hypergraph representations over missingness patterns
datasets_used
PLCO Cancer Screening Trial (4 cohorts); MIMIC-III; Adult; 11 public datasets with native missing values
research_practice
pre-registered predictions; permuted-mask nulls; oracle upper bounds; automated claims audits; negative results reported
degrees
BEng Computer Engineering (first-class honours, CMU); MEng Computer Engineering (CMU); graduate study at Waseda University (MEXT scholarship)
languages
Thai (native); English (TOEIC 950, CMU eTEGS 86)

Contact

Get in touch

Email
vivatchai.k@cmu.ac.th
Institution
Chiang Mai University
Centre
Princess Sirindhorn IT Foundation Craniofacial Center
Location
Chiang Mai, Thailand
ORCID
0000-0002-5297-5534
Google Scholar
p5eaa7kAAAAJ