Ri-Zhao (Roger) Qiu

I am an incoming PhD student at UCSD. Before this, I received an MS in computer science and BS in computer science and mathematics at UIUC, where I was co-advised by Prof. Kris Hauser and Prof. Yuxiong Wang.

During my undergrad, I spent a happy year forming the Illini RoboMaster club in 2018. I worked as an intern at Megvii Research Nanjing in 2019, where I was led by Prof. Xiu-Shen Wei. In 2020, I was a participant in the Illinois CS summer REU program with Prof. Kris Hauser.

Email:

CV (updated 2023.1)  /  LinkedIn  /  Github

profile photo
Selected Research & Projects

My research interests lie in the intersection of robotics and computer vision, where I develop robotics perception algorithms that operate in an open world and are downstream-aware (i.e., efficient and planner-friendly for mobile robots) to solve fundamental challenges in creating embodied robot agents.

GAPS: Few-Shot Incremental Semantic Segmentation via Guided Copy-Paste Synthesis
Ri-Zhao Qiu, Peiyi Chen, Wangzhe Sun, Yuxiong Wang, Kris Hauser
CVPRW, 2023
Workshop on Learning with Limited Labelled Data
code / paper

We design a method that enables continual segmentation learning with few annotations via a guided data synthesis process.

Real-time Semantic 3D Reconstruction for High-Touch Surface Recognition for Robotic Disinfection
Ri-Zhao Qiu*, Yixiao Sun*, Joao Marcos Correia Marques, Kris Hauser
IROS, 2022
code / paper / video

We design a disinfection system that can priortize cleaning of high-touch surfaces like human cleaners by co-designing perception and planning algorithms.

Perception-control Software Stack for RoboMaster Robots
Zuodong (Nickel) Liang*, Yixiao (Alvin) Sun*, Ri-Zhao Qiu*, and other members of Illini Robomaster.
DJI RoboMaster Open-source Award, 2018
Project Page / Embedded Stack (2018) / Perception Stack (2018) / RM Vision 101

We designed and built robots from bolts and metal to perception algorithm. I mainly helped with writing STM32 application software and perception code.

Codebase for Robotics Motion Planning
Ri-Zhao Qiu
Personal Project
Codebase

I implemented a codebase for robotics motion planning, which supports common problems like 2D narrow passage, bug traps, and robot arm grasping. It implements a variety of algorithms including RRT, RRT*, bRRT, PRM, FMT. In addition to uniform sampling, it also supports non-uniform sampler using conditional autoencoder.

Services & Other Activities
  • Reviewing
    • ICLR
      2023, 2024

    • CVPR
      2023, 2024

    • CVPRW-L3DIVU
      2024

  • Volunteering
    • RSS
      2022

  • Course Assistant / Grader
    • Intelligent Robotics (CS498), UIUC
      2021

    • Computer Architecture (CS233), UIUC
      2019, 2020


Borrowed from Jon Barron's source code.