MSc / PhD applicant·2027 cohort · open to fully funded positions
Carly Chery
Computational Agricultural Scientist·Plant Pathology & Bioinformatics·One Health trajectory
Final-year B.Sc. at EARTH University in Costa Rica seeking
graduate research positions in computational plant science,
food systems innovation, and One Health. My
undergraduate work bridges deep learning, bioinformatics, and tropical
agricultural science.
Toward a computational science of intelligence in biological systems.
I am a final-year agricultural sciences student at EARTH University in
Costa Rica, applying for graduate research in computational plant science,
food systems innovation, and One Health. My undergraduate work
has built a deliberate bridge between field-grounded agricultural science and
data-driven modeling, and I want to continue that bridge at the MSc and PhD level.
I came to this research from two directions. From Haiti, where I
grew up watching coffee, mango, and breadfruit production constrained by disease,
post-harvest loss, and a fragile food system. From Costa Rica,
where EARTH's focus on tropical agriculture met my own curiosity about machine
learning. The intersection is the territory I want to live in as a scientist:
how can computational tools make tropical food systems more resilient, more
productive, and more legible to the people who depend on them?
Three threads in particular pull at me:
Plant pathology & computer vision.
My graduation thesis applies knowledge-distilled vision transformers
to ordinal severity grading of coffee leaf disease, Hemileia vastatrix
(roya) and Mycena citricolor (ojo de gallo). At the graduate level I
want to extend this into multi-disease, multi-species pipelines, a single
model that diagnoses tropical staple-crop pathologies from a smallholder's
smartphone, with calibrated uncertainty.
Population genetics & computational genomics.
Mi Salvador is a population-genetics simulator I built to teach Mendelian
inheritance and breeding theory at scale. I want to take this in the direction
of real genomics, variant-aware breeding simulation, polygenic trait modeling,
and AI-assisted analysis of tropical-crop populations underrepresented in
genomic databases.
Integrated production systems & digital twins.
My internship at Auburn's E.W. Shell Fisheries Center put me on an
aquaponic system coupling tilapia and greenhouse tomato. The graduate research
I want to do is digital-twin modeling of these systems, physics + biology +
control, so that smallholder integrated farms can plan, optimize, and recover
from stress with the same rigour as a Dutch greenhouse.
These three threads rest on a shared methodological commitment: reproducible
scientific computing in low-resource settings. RflowLabs and Mi Salvador
are early outputs of this commitment, open tools, transparent pipelines, every
result reachable from a single seed.
The graduate position I am seeking is one where I can sharpen these instincts
under a supervisor working at the intersection of AI, biology, and agriculture,
and contribute to research that is at once methodologically rigorous and
grounded in the realities of tropical food systems.
§ 02Featured Research
Five lines of work.
The research I am bringing into graduate study. Each is grounded in a real
problem and a real population, and each is the seed of a longer programme.
Mi Salvador, a bioinformatics & genetics teaching
platform with an LLM tutor.
Founder & Principal Developer · mi-salvador.com · v2.0.0 in production
Demo · v2.0.0Live walkthrough of the production platform
A full-stack browser-based laboratory for teaching and computing genetics
and bioinformatics. Five major modules, an LLM-powered tutor, four
languages, and reproducible-from-a-seed simulation throughout.
Pedigree Builder · Mutation Lab · Genetic Code · Genetic Drift · Natural Selection · Gene Mapping. Hands-on simulators that pair with the curriculum.
Study Suite + AI Tutor
Glossary · Timeline · Problem Solver · Flashcards · Quizzes · LLM-backed AI Chatbot (OpenAI). User-supplied API key stored locally; no server-side relay.
Designed for genetics and bioinformatics courses where students need to
touch real molecular tools without leaving the classroom or installing a
desktop bioinformatics stack. The AI tutor extends office hours into the
browser. Multilingual (English, French, Spanish, Haitian Creole), themed
dark / light, fully reproducible: every simulation run is seedable and
every result downloadable as a trace. To date, Mi Salvador has
been used by more than 62 users across the Americas, Europe,
and Africa.
Ordinal severity grading of coffee leaf disease via
knowledge-distilled vision transformers.
B.Sc. graduation thesis · EARTH University · 2026 · First-author manuscript in preparation
A deep-learning study applying knowledge-distilled vision transformers (ViT)
to ordinal severity grading of Hemileia vastatrix (Roya) and
Mycena citricolor (Ojo de Gallo) on field-captured
coffee leaves.
Knowledge distillation transfers learned representations from a large
pretrained ViT teacher into a smaller student network suitable for
smartphone-class deployment. Ordinal regression heads preserve the natural
ranking of severity classes, a structure that standard cross-entropy
discards. Coffee leaf rust alone has cost Latin American producers an
estimated USD 3.2 billion since the 2012 outbreak
(Avelino et al., 2015); this work targets smallholder-deployable diagnostics.
Manuscript in preparation, first author. Target venues:
Computers and Electronics in Agriculture or Agriculture.
Open HardwareTwo-column gantry v5 · matte-black PLA · OpenSCAD-modelled · all STLs released under CC BY 4.0 · 20 cm working distance · ColorChecker NE corner · build cost under USD 20.
Method A: SegFormer-B3 (45M) · Method B: FastViT-T8 (4M) with DINOv2-LoRA teacher and CORN ordinal head.
04
Evaluation
3-fold grouped CV · BCa paired bootstrap · TOST equivalence · ±0.05 margin · power 0.97 at Δκ = 0.
05
Deployment
FastViT to LiteRT (Android) / Core ML (iOS) · on-device inference, fully offline · 113× fewer FLOPs.
Expected results
Model size vs grading accuracy
5 architectures plotted on the params–κ plane. The 4 M-parameter FastViT-T8 is hypothesised to match the 45 M SegFormer-B3 to within ±0.05 κ.
Preregistered target thresholds
Five preregistered floors; all reported regardless of outcome. Bars show target value on the 0–1 scale.
Equivalence test: expected result
Two One-Sided Tests (TOST) with equivalence margin ±0.05. Expected: 95% CI of Δκ falls fully within the shaded zone.
Preregistered statistical power
Probability of correctly declaring equivalence at N = 1,400. Power = 0.97 at Δ = 0, dropping outside ±0.05.
Preliminary results · Ojo de GalloReal held-out test set
A first working system for the thesis' second target disease, Mycena citricolor
(ojo de gallo). It segments necrotic lesions pixel by pixel, measures severity as
lesion area ÷ leaf area, and assigns a G0–G3 grade, running fully offline on a phone.
100%
Grade accuracy · QWK 1.00
0.94
Peak lesion Dice · SegFormer-B5 (324 MB)
17MB
Deployed model · 100% offline
8
Models benchmarked · 5 architectures
Held-out testLesion detection across four leaves (G0 to G3) and three encoders: DeepLabV3+ with ResNet-50, MobileNet-512 and MobileNet-1024. Red outlines mark detected lesions; grade and severity % appear under each panel.
Two working products
Field appOn-device Android app: fully offline, with GPS geotagging, survey sessions, three languages and CSV/PDF export.Web toolWeb grading tool: a severe leaf read at 51.9% · G3 by the deployed MobileNet model, with lesion overlay and pixel areas.
Model benchmark
Seven segmentation models plus a transformer classifier, all on the same held-out test set,
ranked by lesion Dice. The deployed 17 MB model sits third, behind only
a 106 MB and a 324 MB network.
Model
Grade
QWK
Dice
IoU
Size
On-device
SegFormer-B5 (1024px)
100%
1.00
0.940
0.916
324 MB
·
DeepLabV3+ ResNet-50 (1024px)
100%
1.00
0.933
0.906
106 MB
·
DeepLabV3+ MobileNetV2 (1024px)
100%
1.00
0.924
0.895
17 MB
Yes
SegFormer-B5 (512px)
100%
1.00
0.911
0.878
324 MB
·
DeepLabV3+ EfficientNet-B7 (512px)
96.4%
0.944
0.893
0.851
242 MB
·
DeepLabV3+ MobileNetV2 (512px)
98.2%
0.972
0.892
0.850
17 MB
Yes
DeepLabV3+ ResNet-50 (512px)
98.2%
0.972
0.891
0.856
~100 MB
·
PLA-ViT (ViT-B/16 classifier)
98.2%
0.972
n/a
n/a
328 MB
·
Per-leaf metrics on the real held-out test set (worst-face aggregation). Grade accuracy saturates
at 100% for several models, so lesion Dice and model size are the true differentiators. PLA-ViT is a
whole-leaf classifier and produces no lesion map.
What the results show
Small beats large. A 17 MB MobileNet matched or beat ResNet-50 (106 MB), EfficientNet-B7 (242 MB), SegFormer-B5 (324 MB) and a ViT classifier (328 MB) on grade, and ranks third on lesion Dice. On this dataset, efficiency won, not capacity.
Two paradigms converge. Direct ViT classification and segment-then-measure reached identical grade accuracy (98.2%, QWK 0.972); but only segmentation yields an interpretable severity map and a defensible percentage a researcher can verify.
Field-ready, not lab-bound. The whole system runs offline on a phone (ONNX-Runtime WASM, no server, no signal) with GPS geotagging, survey-session incidence tracking, three languages and CSV/PDF export.
A decision-support research tool for coffee-leaf disease assessment, not a validated clinical
diagnosis. Reported metrics are on flatbed scans; phone photos yield estimates.
Pick one of my sample leaves, or upload your own coffee-leaf photo, and the segmentation
model runs entirely on your device via ONNX Runtime Web. It localizes the
ojo de gallo (Mycena citricolor) lesions, measures the
affected leaf area, and returns an ordinal severity grade (G0–G3). No image ever leaves your browser.
Sample leaves
Or your own photo
Model
Pick a sample leaf to begin, the model downloads once, then runs offline.
The analyzed leaf and lesion overlay will appear here.
Working…
G–
–
–
Leaf area affected
–
Expert label
Image bank
Real field leaves, graded by an expert. Pick one to run the model on it.
Integrated tilapia & greenhouse tomato, an aquaponic dataset
from the E.W. Shell Fisheries Center.
Research Intern · Auburn University · Coordinator: Mollie R. Smith
A season's water-quality, yield, and fish-health data from a coupled
aquaponic system, collected as part of the integrated aquaponics research
program at Auburn's E.W. Shell Fisheries Center.
Designed and operated biometric monitoring protocols and contributed to data
pipelines for real-time system performance evaluation. The dataset, pH,
ammonia/nitrite/nitrate cycling, dissolved oxygen, fish length-weight, tomato
yield, is the seed for the digital-twin modeling I want to pursue at the
graduate level.
KeywordsAquaponics · tilapia · greenhouse tomato · water-quality · digital twin · One Health
GalleryAuburn University · E.W. Shell Fisheries Center · Sep–Dec 2025· click to enlarge
A smart-hydroponic pH-regulation controller
built on Arduino, for a university electronics competition.
Team project · Carly Chery, Gédéon Jaboin, Ed Duddley Dumont · Cenfotec University, Costa Rica · 6th of 16 entries
A closed-loop pH stabilizer for nutrient-film hydroponics, dosing
dilute acid and base via peristaltic pumps in response to a live
probe reading on an Arduino board.
Hydroponic crops sit in a narrow pH window (5.5 – 6.5); drift outside
that window costs yield within hours. The prototype reads a glass
pH probe through an analog converter, runs a debounced setpoint loop
on the Arduino, and triggers two peristaltic pumps (acid / base) in
short pulses with a cool-down period to prevent over-shooting. An
LCD shows the live reading and the last action. Built and tested
against laboratory pH standards over a weekend, then submitted to
the Cenfotec inter-university Arduino competition where it placed
6th of 16 projects.
KeywordsArduino · embedded systems · hydroponics · pH control · closed-loop dosing · peristaltic pumps · prototyping
GalleryCenfotec University · Costa Rica · 2024· click to enlarge
Leading EARTH's topographic survey team: real-world
levantamientos and GIS instruction.
Team leader · EARTH University, Guácimo, Costa Rica · 2026 – present
A field-and-classroom role at the Geomatics & Remote Sensing
Center: leading topographic survey campaigns for clients on and off
campus, and teaching the GIS workflows that come after the data is
collected.
As team leader I plan and run levantamientos (topographic
surveys) for real clients (university plots, neighbouring farms,
school grounds) using total stations and GNSS receivers, then take
the data into QGIS for cleaning, georeferencing, and map production.
On the teaching side I have led GIS sessions for more than
85 students across first-year and second-year EARTH
cohorts plus visiting high-school groups, covering everything from
coordinate systems and projection choice to field-data import and
cartographic output. To date the team has mapped over
6 hectares of campus and adjacent terrain.
KeywordsTopographic survey · GIS · QGIS · GNSS · total station · cartography · teaching · field leadership
GalleryEARTH University · Geomatics & Remote Sensing Center · 2026· click to enlarge
§ 03Publications & Presentations
Conference work, talks, & manuscripts in preparation.
2026
Manuscript in prep · first author
Ordinal severity grading of coffee leaf disease
via knowledge-distilled vision transformers
Chery, C., & Morales Peña, V. H.
Target: Computers and Electronics in Agriculture
or Agriculture · expected submission 2026
Feb 2024
Conference delegate
HPAIR Harvard Conference 2024, delegate
Chery, C.
Active participation in keynotes, executive
masterclasses, and fireside conversations with world leaders.
Harvard Project for Asian and International Relations
(HPAIR), Harvard University · Cambridge, MA · February 9–11, 2024.Certificate ↗
GalleryHPAIR 2024, Harvard University · Cambridge, MA· click to enlarge
2025
Internal report
Integrated tilapia & greenhouse tomato aquaponics:
a season's water-quality and yield dataset from Auburn's E.W. Shell Fisheries Center
Chery, C.; Smith, M.R. (Coordinator)
Auburn University internship technical report · September–December 2025
2026
Software
Mi Salvador: A web-based population genetics laboratory
for teaching & breeding simulation
Each of the following has agreed to write on my behalf. Please contact me before
reaching out so they can prepare a letter tuned to your program; for casual
queries, direct contact details are provided.
Internship supervisor · Auburn 2025
Dr. Desmond R. Layne
Head & Professor, Department of Horticulture
Auburn University · Alabama, USA
Supervised my Fall 2025 research internship on integrated aquaponic systems
coupling tilapia production with greenhouse tomato cultivation. Witnessed my
bench work on water-quality datasets and biometric monitoring pipelines.
Professor of Tropical Forestry · Director, Geomatics Center
EARTH University · Costa Rica
Co-author and supervisor of my graduation thesis on knowledge-distilled
vision transformers for ordinal severity grading of coffee leaf disease.
Ph.D. in Agricultural Sciences (Universidad de Costa Rica). Holds the
longest-running view of my computational research practice.
Outreach Programs Coordinator · Aquaponics Research
E.W. Shell Fisheries Center, Auburn University · USA
Day-to-day coordinator of my Auburn internship, observed my data-pipeline
work, biometric monitoring contributions, and integration into a
multidisciplinary team of fisheries scientists and plant biologists.
Former Minister of Agriculture & Livestock of Costa Rica · Plant Pathology Professor
Universidad de Costa Rica (UCR) · Costa Rica
Former Dean of UCR's Faculty of Agricultural and Food Sciences and head of
Costa Rica's Ministry of Agriculture and Livestock (2014–2018). Ph.D. in
Plant Pathology (NC State, 1990). Senior endorser with national-policy
perspective on tropical-agriculture research and food security.
Auburn University · E.W. Shell Fisheries Center · Alabama, USA
2024 – now
Founder & CEO
RflowLabs™ · HPAIR Harvard delegate, Feb 2024
2024
Finance Manager
Sun Valley · International Cassava Exportation
2023 – 2026
B.Sc. Agricultural Sciences GPA 9.2/10
EARTH University, Guácimo · thesis on knowledge-distilled vision transformers for coffee leaf disease
2012 – 2020
Life & Earth Sciences (College Preparatory)
Seminar College of Mazenod · Les Cayes, Haiti
§ 07Currently
Right now, Guácimo, Costa Rica.
Where you would find me on a Tuesday morning. EARTH University's main
campus sits in the Caribbean lowlands of Limón, surrounded by the
tropical forestry plots and aquaponics greenhouses my work draws on.