Hi there, I'm Yu Wang, just got my Ph.D. degree from Visualization and Graphics Group, Utrecht University, under the supervision of Prof. Alexandru Telea. My research interests include high-dimensional data visualization, adversarial training (GAN), and machine learning classifier visualization.
Alongside research, I now work as a software engineer and have been building practical AI tools around retrieval, interactive interfaces, and LLM-assisted workflows. More recently, I have been leaning toward agentic-AI-related product and engineering work.
Fun fact: I am an
FGA-certified gemologist
with expertise in gemstone identification.
Research
I build methods and interfaces that make embeddings, inverse projections, and classifier behavior easier to inspect instead of treating them as black boxes.
Most of my work sits between dimensionality reduction, explainable AI, interactive systems, and practical AI tooling. The projects below mix publication-linked research software with side projects that reflect how I build user-facing systems.
Repos that connect papers, prototypes, demos, and a few practical AI side projects.
Research software
Controllable inverse projection system for high-dimensional image data. LCIP adds a user-controlled latent direction so exploration is not limited to a single fixed reconstruction surface.
Python package
Reusable toolkit for inverse projection workflows, collecting NNinv, iLAMP, RBF interpolation, multilateration-based inversion, and gradient-map analysis behind a consistent API.
pip install inverse-projections
Decision-map research
Framework for computing dense explanation maps for classifiers over UMAP and t-SNE embeddings using inverse projection plus adaptive refinement, so expensive maps can be approximated far faster than exhaustive grid evaluation.
Applied AI side project
A chat interface for my PhD thesis, built after friends told me the PDF was too long and difficult to read. It combines retrieval, reranking, citation handling, memory, and a browser UI into a compact LLM application that also reflects my growing interest in agentic AI tooling.