I am a first-year PhD student in the Manning College of Information & Computer Sciences at UMass Amherst, advised by Professor Mingda Qiao. I received my B.S. in Computer Science from Rensselaer Polytechnic Institute, where I had the privilege of participating in various research programs supervised by Professor Lei Yu, Bülent Yener, and Jianxi Gao.
I like both theory and application research. My recent projects are:
Kerui Wu, Ka-Ho Chow, Wenqi Wei, Lei Yu
Accepted by ESORICS 2025 (Acceptance rate: 16%)
Yuxuan Zhu, Michael Mandulak, Kerui Wu, George Slota, Yuseok Jeon, Ka-Ho Chow, Lei Yu
Accepted by AISec’24 CCS 2024 (Acceptance rate: 25%)
Kerui Wu, Ziyue Zhao, Bülent Yener
Preprint on arXiv
Organized by The International Conference on Artificial Intelligence in Epilepsy and Other Neurological Disorders 2025
Funded by the Manning College of Information & Computer Sciences (CICS) at UMass Amherst
China Construction Bank is one of China’s four major state-owned banks. The Dianlong Branch in Kunming is a secondary branch of the China Construction Bank, with 11 sub-branches in Kunming and hundreds of employees. To help the branch managers track and manage the performance of each sub-branch, position, and employee, I proposed and implemented a web-based performance tracking system with React.JS as frontend framework. Employees can submit their daily performance metrics, such as the amount of fixed deposits, current deposits, financial products sold, and the number of new accounts opened for customers. Managers can view performance scores calculated based on rules defined by the bank and systematically evaluate the performance of each employee. Comprehensive Restful APIs, with the use of GinGonic framwork written in Go, are provided for managers to sort and filter the data. The system is currently used by all 11 sub-branches in Kunming city.
Submitty is an open source course management, assignment submission, exam and grading system that is widely used by Computer Science departments in Rensselaer Polytechnic Institute and other universities. I contributed to the development of the system as a full-stack developer in 2023 spring by implementing several new features like customizable pronouns setting, which involved front-end development using HTML and JavaScript, backend API creation with PHP, and database schema design using SQL. I also found and fixed several bugs in the system. So far, 5 of my pull requests have been merged into the main branch of the Submitty repository.
Wox is a full-featured launcher, access programs and web contents as you type. I developed a plugin for Wox that can translate English to Chinese and vice versa by scraping Cambridge dictionary using BeautifulSoup. Because of the nature of scraping, users can directly download the plugin to use without any registration or API key. The plugin is currenly live on the Wox plugin store.
This is a dynamic wallpaper that simulates the ocean written in Canvas element in HTML and animation in JavaScript. Bubbles are generated with random radius, color, and moving speed, where users can click bubbles by tracking the mouse’s coordinates. Project repository can be found in GitHub.