UNESCO 2022 Gold · PhD-track, UCC

Open to collaboration

Researcher · Engineer · Dublin

Saheed Faremi.

Researcher of the brain. Engineer of the systems people rely on.

Saheed Faremi

Published

Brain Informatics · IEEE ICTAS

Built

Curnance · Etihuku · Gijima

Research

UCC · AICL Lab

Recognition

UNESCO Gold · Google NLP Hack

01 · About

A researcher who ships.

Saheed Faremi

I am a PhD researcher at University College Cork, supervised by Luca Longo at the Artificial Intelligence and Cognitive Load Lab , working on unsupervised deep learning for EEG signal analysis. Before that I completed an MSc in Computer Science (machine-learning concentration) at Technological University Dublin with a 4.0/4.0 GPA, and a BSc in Information Technology at the University of Eswatini. Alongside the doctorate, I work as a data scientist and engineer, shipping the production systems that under-served users (geographically, economically, or computationally) depend on.

The research: EEG microstates are quasi-stable scalp topographies that segment ongoing brain activity into a discrete temporal alphabet. Find the recurrent patterns and you have a candidate indicator. My doctorate asks whether deep generative models (variational autoencoders with a Gaussian-mixture prior) can learn a microstate alphabet that is more stable across sessions and more predictive of behaviour than classical clustering. The aim is a representation reliable enough to support the detection of disorder-relevant brain states.

On the engineering side, I was founding engineer at Curnance, a multi-asset fintech platform where I shipped the admin console, wallet, and KYC subsystems, and a data scientist at Etihuku, where my LLM document-generation pipeline on Azure ML Studio cut manual document creation by 85% across three compliance regions. Infrastructure for under-served users demands the same rigour as infrastructure for everyone else; in practice, it usually demands more.

In 2022 I represented Eswatini at the UNESCO India-Africa Hackathon at Gautam Buddha University, Uttar Pradesh. Team Geeks_on_Fire (five people, five countries) won problem statement AGRI12 with an AI-assisted voice contact centre that lets farmers without smartphones report issues by phone and receive guidance in their own language. The win earned gold medals and a ₹3 lakh team prize.

Based in Dublin, Ireland. Travel for research. open to collaboration

Find the recurrent patterns and you have a candidate indicator.
· Working hypothesis

02 · Research

EEG microstates with deep generative models.

EEG microstates are quasi-stable scalp topographies, typically four to seven canonical classes, that segment continuous EEG signal into a discrete temporal alphabet. The classical approach uses modified k-means clustering over the global field power maxima. It works, but it depends on hard choices (the number of states, the reference electrode, the band-pass) and the resulting segmentation can be brittle across sessions.

This project asks whether a learned latent geometry, via a variational autoencoder, produces a microstate alphabet that is more interpretable, more stable across sessions, and more predictive of behaviour than the classical pipeline.

Approach

  • VAE. Single Gaussian latent prior; learn a continuous embedding of topography frames; segment by latent-space clustering or by direct decoder reconstruction error.
  • GMM-VAE. Gaussian-mixture latent prior with one component per microstate class, so the segmentation falls out of the latent prior structure rather than a post-hoc clustering step.
  • Architecture search. Sweep over latent dim, regularisation, and decoder choices; compare reconstruction-vs-segmentation tradeoff curves across architectures.

Recent publications

View all publications

xEncoderzN(μ,σ)Decoderx̂
VAE Vanilla variational autoencoder with a single Gaussian latent prior.
xEncoderzGMM post.Decoderx̂
VAE-GMM VAE with a Gaussian-mixture posterior at the latent level.
xEncoderzGMM priorDecoderx̂
GMM-VAE Mixture-of-Gaussians latent prior with class structure native to the prior.