Skip to content

Latest commit

 

History

History
129 lines (97 loc) · 6.37 KB

File metadata and controls

129 lines (97 loc) · 6.37 KB
layout page
title About me
<!-- subtitle This is a page to show my basic information :> -->

Hello there! I am Mutong LIU (刘牧潼), a Ph.D. candidate in the Department of Computer Science at Hong Kong Baptist University, supervised by Prof. Yang LIU and co-supervised by Prof. Jiming LIU. My primary research interests inlcudes artificial intelligence, machine learning, computational epidemiology, and complex system modeling, specifically focus on developing multi-agent reinforcement learning, physical/epidemiological-informed machine learning, and spatiotemporal analysis methods.

My work aims to solve complex real-world problems such as infectious disease transmission risk assessment and prediction, adaptive intervention strategy inference, and effective cooperative behavior learning in multi-agent systems. My research spans AI/ML methodology development and application deployment in the context of infectious disease dynamics:


Email address: csmtliu@comp.hkbu.edu.hk (Academic) ·  gigg0@icloud.com (Personal)


Research Interests

  • Machine Learning, Reinforcement Learning, Spatiotemporal Analytics, Epidemic Prediction, Infectious Disease Modeling and Control

Education and Academic Qualification

Period Degree Major
Jan.2021 - Present PhD Candidate in Computer Science, Hong Kong Baptist University, Hong Kong, China Computer Science
Sept.2016 - Jul. 2020 B.E. in Network Engineering, Southwest University, Chongqing, China Network Engineering
Sept.2015 - Jul. 2016 Student in Plant Protection Faculty, Southwest University, Chongqing, China Plant Protection

Publications (Google Scholar)

{% assign pubs = site.data.publications %}

{% comment %} 分组:Published 和 Under Review {% endcomment %} {% assign published_pubs = pubs | where: "status", "published" %} {% assign under_review_pubs = pubs | where: "status", "under_review" %}

Published:

{% for pub in published_pubs %}

{{ pub.title }}
{% assign authors_highlighted = pub.authors | replace: "Mutong Liu", "Mutong Liu" %} {{ authors_highlighted }} ({{ pub.year }}). {% if pub.links.doi %} {{ pub.title }}. {% else %} {{ pub.title }}. {% endif %} {{ pub.venue }}. {% if pub.links.pdf %} [paper] {% endif %} {% if pub.links.supp %} [supplementary] {% endif %} {% if pub.links.poster %} [poster] {% endif %} {% if pub.links.code %} [code] {% endif %} {% comment %} ★ 在链接末尾添加自定义介绍(例如:“(CIKM '23 接收率20%)”) ★ {% endcomment %} {% if pub.extra_note %} [{{ pub.extra_note }}] {% endif %}
{% endfor %}

* Co-first author (Contributed equally).