Kisung You | Assistant Professor at Baruch College

Kisung You | Assistant Professor at Baruch College

Kisung You

I am an assistant professor in the Department of Mathematics at Baruch College and at The Graduate Center, both part of the City University of New York.

Here are some areas I work in:

  • geometric statistics: optimal transport • manifolds • non-Euclidean data
  • computational statistics: scalable algorithms • robust estimation • open-source software
  • biomedical data science: clinical prediction • medical AI • scientific collaboration

Google Scholar · GitHub · LinkedIn · Email

News

library(yaml)
Warning: package 'yaml' was built under R version 4.5.2
news <- yaml::read_yaml("news.yml")
news <- news[order(sapply(news, function(x) as.Date(x$date)), decreasing = TRUE)]
news <- head(news, 5)

cat("\n<ul class='news-list'>\n")

Last updated on June 29, 2026.