Xuan Yang

I am a senior undergraduate student at the Southern University of Science and Technology, majoring in Computer Science and Technology. I have had the privilege of being advised by Prof. Xuan Song during my undergraduate studies. From August 2023 to March 2024, I worked as a research assistant at Peking University under the supervision of Prof. Haoran Zhang. Between June 2024 and October 2024, I served as a research intern at the University of Illinois Urbana-Champaign, where I was advised by Prof. Bo Li.

My research interests focus on Trustworthy Machine Learning, with a particular emphasis on Large Language Models (LLMs). I am especially interested in enhancing their reliability and trustworthiness by integrating real-world knowledge and reasoning into the learning process. I am currently pursuing a Ph.D. in Computer Science and am enthusiastic about enhancing my scientific research ability and experience.

Email  /  CV  /  Github

profile photo
Publications and Preprints
SafeAuto: Knowledge‑Enhanced Safe Autonomous Driving With Multimodal Foundation Models
Jiawei Zhang, Xuan Yang, Taiqi Wang, Yu Yao, Aleksandr Petiushko, Bo Li.
ICLR, 2025

- We propose SafeAuto, a framework that enhances MLLMs for autonomous driving with three key contributions: a PDCE loss that maintains the autoregressive nature of MLLMs while mimicking MSE loss during training, the use of Markov Logic Networks (MLN) to encode domain knowledge and traffic rules, and a method for retrieving similar driving experiences using video data, control signals, and MLN-based environmental predicates.

Reconstructing Trajectories with Transformer Variational AutoEncoder
Xuan Yang, Dou Huang, Haoran Zhang, Jianan Xie, Yebei Gou, Xuan Song

- We propose a transformer autoencoder model based on the Nonparametric Variational AutoEncoder (NVAE) to extract latent features from mobility trajectories. To reconstruct the original trajectory, we use KDTree to search for similar trajectories. Our model's effectiveness is demonstrated on the Geolife and Porto Taxi datasets, where it achieves superior performance compared to state-of-the-art methods in terms of trajectory reconstruction accuracy.

Course Projects
Traffic Sign Detection and Recognition
Technologies: YOLOv8, HSV, MSER

- We enhance the recognition accuracy of YOLOv8 for traffic signs by 2% using HSV and MSER augmentation techniques.

AI‑based Analysis of SustechLecturePosterAuthorship
Technologies: paddleOCR, beautifulsoup, ChatGPT

- We developed a software application with a graphical user interface (GUI) to automatically generate academic lecture abstracts using PaddleOCR, BeautifulSoup, and ChatGPT. This application has been successfully deployed on the SUSTech library server.

HTTP File Manager
Technologies: Socket, uuid

- We construct a simple file manager server in Python based on characteristics of HTTP/1.1 that has ability to serve several clients with legitimate permissions to view, download, upload, delete files.

SUSTech Graduate Student Dormitory Selection System
Technologies: Vue3, Router, WebSocket, Axios, JPA

- We developed a website to assist freshmen in choosing dormitories, utilizing Vue 3, JPA, and Axios. The website has been successfully deployed on the SUSTech server.

Real Time 3D Graphics Rendering
Technologies: GLSL, OpenGL, Shadertoy

- We implemented the Whitted Ray Tracing algorithm using GLSL on Shadertoy and successfully deployed it on the platform.