I’m Yutian Chen (陈昱天), currently a junior in Carnegie Mellon University majoring in Computer Science. My academic interest lies in the fields of deep learning, computer vision and frontend technology. If you’d like to learn more about me, please take a look at my resume.

Research Experience

Differentiable Visual-Inertial SLAM
Sep 2022 - Now

AirLab, Robotics Institute

Building a differentiable visual Simultaneous Localization and Mapping (SLAM) system using PyPose. Combining deep learning and self-supervised learning techniques into traditional SLAM system, allowing for self-adaptive performance and improving the robustness of traditional algorithm under challenging environment.

Generated Text Detection
Mar 2023 - Aug 2023

Language Technology Institute

Using language models like BERT and T5 as backbone, built a GPT-generated content detector called "GPT-Sentinel". Reaches 98% accuracy on test dataset and outperform existing content detector by OpenAI and ZeroGPT. Collected a OpenGPTText dataset, a dataset contains 30k human written text from OpenWebText and its corresponding rephrased version by ChatGPT.

Medical Image Segmentation
Dec 2018 - Jan 2020

Guangdong Cardiovascular Institute

Working under prof. Yiyu Shi and Dr. Xiaowei Xu, I proposed an encoder-decoder architecture to perform semantic segmentation on cardiac MRI sequence. By introducing Temporal constraint on segmentation result, the model improved the accuracy by 2% on ACDC Dataset comparing to the baseline model.

Publications

Token Prediction as Implicit Classification to Identify LLM-Generated Text (EMNLP, 2023)
First Author

Authors: Yutian Chen, Hao Kang, Vivian Zhai, Liangze Li, Rita Singh, Bhiksha Raj

arXiv LinkPublication Link (N/A)
PyPose v0.6: The Imperative Programming Interface for Robotics (IROS, 2023)

Authors: Zitong Zhan, Xiangfu Li, Qihang Li, Haonan He, Abhinav Pandey, Haitao Xiao, Yangmengfei Xu, Xiangyu Chen, Kuan Xu, Kun Cao, Zhipeng Zhao, Zihan Wang, Huan Xu, Zihang Fang, Yutian Chen, Wentao Wang, Xu Fang, Yi Du, Tianhao Wu, Xiao Lin, Yuheng Qiu, Fan Yang, Jingnan Shi, Shaoshu Su, Yiren Lu, Taimeng Fu, Karthik Dantu, Jiajun Wu, Lihua Xie, Marco Hutter, Luca Carlone, Sebastian Scherer, Daning Huang, Yaoyu Hu, Junyi Geng, Chen Wang

arXiv LinkPublication Link (N/A)
GPT-Sentinel: Distinguishing Human and ChatGPT Generated Content (arXiv, 2023)
First Author

Authors: Yutian Chen, Hao Kang, Vivian Zhai, Liangze Li, Rita Singh, Bhiksha Raj

arXiv LinkPublication Link (N/A)
Myocardial Segmentation of Cardiac MRI Sequences With Temporal Consistency for Coronary Artery Disease Diagnosis (Frontiers in Cardiovascular Medicine, 2022)
First Author

Authors: Yutian Chen, Wen Xie, Jiawei Zhang, Hailong Qiu, Dewen Zeng, Yiyu Shi, Haiyun Yuan, Jian Zhuang, Qianjun Jia, Yanchun Zhang, Yuhao Dong, Meiping Huang, Xiaowei Xu

arXiv LinkPublication Link

Teaching Assistant

  • 2023 Fall, Carnegie Mellon University, 10-701 Introduction to Machine Learning (PhD)
  • 2022 Fall, Carnegie Mellon University, 15-122 Principles of Imperative Programming

Personal Projects

C0 Visualizer on the Cloud

A virtual machine on browser that executes the C0 bytecode and provides visualization / debugging tools like breakpoint and memory graph.

Now deployed as course infrastructure for 15-122 Principles of Imperative programming and is used by 500+ students every semester.

Demo

The Fences

The Fence is a place where CMU students can express their thought and ideas freely. Using webGL and webRTC, we built an online AR application that allows everyone to turn everywhere in reality into a draw board without limit.

Demo

Computer Science

  • 15-213 Introduction to Computer System
  • 15-251 Great Ideas in Theoretical Computer Science
  • 15-210 Sequential and Parallel Algorithm & Data Structure
  • 15-418 Parallel Computer Architecture and Programming
  • 15-451 Algorithm Design & Analysis

Mathematics

  • 21-241 Matrices and Linear Transformation
  • 21-259 Calculus in 3-dimension
  • 21-325 Probability
  • 21-373 Algebraic Structure
  • 21-341 Linear Algebra

Artificial Intelligence

  • 16-385 Computer Vision
  • 10-701 Intro to Machine Learning (PhD)
  • 11-785 Intro to Deep Learning