Direkt zum Inhalt springen
Computer Vision & Artificial Intelligence
TUM School of Computation, Information and Technology
Technical University of Munich

Technical University of Munich

Menu

Links

Informatik IX
Chair of Computer Vision & Artificial Intelligence

Boltzmannstrasse 3
85748 Garching info@vision.in.tum.de

Follow us on:
CVG Group DVL Group SRL Group


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
members:wangr [2021/12/26 16:38]
Rui Wang
members:wangr [2020/08/29 23:31] (current)
Rui Wang
Line 1: Line 1:
 +{{page>includes:member}}
 +
 +==== News ====
 +  * [07.2020] Our paper "DH3D: Deep Hierarchical 3D Descriptors for Robust Large-Scale 6DoF Relocalization" is accepted by ECCV 2020 (spotlight). Code is released and please check our [[https://vision.in.tum.de/research/vslam/dh3d|project page]] for details.
 +  * [05.2020] We are organizing a workshop together with a challenge on [[https://sites.google.com/view/mlad-eccv2020|Map-based Localization for Autonomous Driving]] at ECCV 2020, Glasgow, UK.
 +  * [05.2020] The results of Stereo DSO on KITTI Odometry test set are uploaded to the [[https://vision.in.tum.de/research/vslam/stereo-dso|project page]]. 
 +  * [02.2020] D3VO is accepted by CVPR 2020.([[https://arxiv.org/abs/2003.01060|arxiv]])
 +  * [01.2020] DirectShape has been accepted by ICRA 2020. It is an optimization pipeline that estimates the 3D poses and shapes of cars directly from a stereo image pair, no 3D points are needed. ([[https://vision.in.tum.de/research/vslam/direct-shape|project page]])
 +  * [10.2018] The code for LDSO (Direct Sparse Odometry with Loop Closure) has been released! ([[https://vision.in.tum.de/research/vslam/ldso|project page]]).
 +  * [07.2018] We have one paper accepted by ECCV'18 (oral) and two papers accepted by IROS'18.
 +  * [06-12.2018] I will be interning with Prof. Dieter Fox in the Nvidia Robotics Research Lab in Seattle. 
 +  * [05.2018] We have released our code for Online Photometric Calibration! Please find the link on the [[https://vision.in.tum.de/research/vslam/photometric-calibration|project page]]. The paper was recently nominated by ICRA'18 for the Best Vision Paper Award. 
 +
 +
 +==== Brief Bio ====
 +I received my Bachelor's degree (2011) in Automation from Xi'an Jiaotong University, and my Master's degree (2014) in Electrical Engineering and Information Technology from the Technical University of Munich. 
 +From 2014 to 2016 I worked as a computer vision algorithm developer for advanced driver assistance systems (ADAS) at Continental. Since March 2016 I am a PhD student in the Computer Vision Group at the Technical University of Munich, headed by Professor Daniel Cremers. In 2018 I joined [[https://www.artisense.ai/|Artisense]], a startup co-founded by Professor Cremers, as a PhD student and senior computer vision & AI researcher. My research interests include visual SLAM and visual 3D reconstruction, as well as their combinations with semantic information. I am planning to finish my PhD in 2020. 
 +
 +Find me on [[https://scholar.google.de/citations?user=buN3yw8AAAAJ&hl=en|Google Scholar]],
 + [[https://www.linkedin.com/in/rui-wang-5367398a|LinkedIn]], [[https://www.strava.com/athletes/22551758|Strava]] (highly research related).
 +
 +==== Research Interests ====
 +
 +== VO and vSLAM ==
 +
 +  * ** Stereo DSO ** This video shows some results of our paper "Stereo DSO: Large-Scale Direct Sparse Visual Odometry with Stereo Cameras" accepted by ICCV 2017. ([[https://vision.in.tum.de/research/vslam/stereo-dso|Project Page]]) 
 +<html><center><iframe width="640" height="360" src="https://www.youtube.com/embed/A53vJO8eygw" frameborder="0" allowfullscreen></iframe></center></html>
 +<html><br /></html>
 +
 +  * ** SLAM extension to Stereo DSO ** After the ICCV 2017 deadline, we extended our method to a SLAM system with additional components for map maintenance, loop detection and loop closure. Our performance on KITTI is further boosted a little, as shown by the plots in the video. ([[https://vision.in.tum.de/research/vslam/stereo-dso|Project Page]])
 +<html><center><iframe width="640" height="360" src="https://www.youtube.com/embed/BxTLhubqEKg" frameborder="0" allowfullscreen></iframe></center></html>
 +<html><br /></html>
 +
 +  * ** LDSO: Direct Sparse Odometry with Loop Closure ** In this project we integrate feature points into DSO to improve the repeatability of the sampled points, enabling loop closure candidate detection using BoW and loop closure based on pose graph optimization. For more details and access to the code, please visit the [[https://vision.in.tum.de/research/vslam/ldso|Project Page]]. 
 +<html><center><iframe width="640" height="360"
 +src="https://www.youtube.com/embed/LEvOSzyZUvc" frameborder="0" allowfullscreen></iframe>
 +</center></html>
 +<html><br /></html>
 +
 +== Large-scale Relocalization ==
 +
 +  * ** DH3D ** "DH3D: Deep Hierarchical 3D Descriptors for Robust Large-Scale 6DoF Relocalization" (ECCV 2020, spotlight). Please visit the [[https://vision.in.tum.de/research/vslam/dh3d|Project Page]] for code and related materials. (The video is with audio.)
 +<html><center><iframe width="640" height="360" src="https://www.youtube.com/embed/ZxZiwZugG14" frameborder="0" allowfullscreen></iframe></center></html>
 +
 +== Bring Semantic Information into vSLAM ==
 +
 +  * ** DirectShape ** This video shows the basic idea and some results of our paper "DirectShape: Photometric Alignment of Shape Priors for Visual Vehicle Pose and Shape Estimation". In this work, we estimate the 3D poses and shapes of cars based on a single stereo image pair. ** Note that the point clouds in the video are only for visualization purpose, they are not used in our method. ** For more details please refer to the [[https://vision.in.tum.de/research/vslam/direct-shape|Project Page]]. 
 +<html><center><iframe width="640" height="360" src="https://www.youtube.com/embed/QqP6zdx5OKw" frameborder="0" allowfullscreen></iframe></center></html>
 +<html><br /></html>
 +
 +== Robustify VO with Deep Learning ==
 +
 +  * ** DVSO: Deep Virtual Stereo Odometry ** In this project we design a novel deep network and train it in a semi-supervised way to predict depth map from single image, and integrate the depth map into DSO as virtual stereo measurement. Being a monocular VO approach, DVSO achieves comparable performance to the state-of-the-art stereo methods. ([[https://vision.in.tum.de/research/vslam/dvso|Project Page]])
 +<html><center><iframe width="640" height="360"
 +src="https://www.youtube.com/embed/sLZOeC9z_tw" frameborder="0" allowfullscreen></iframe>
 +</center></html>
 +<html><br /></html>
 +
 +  * ** D3VO: Deep Depth, Pose and Uncertainty ** for Monocular Visual Odometry. In addition to integrate the depth maps generated by a network into DSO, like was done in DVSO, in this work we further learn to predict camera poses and uncertainty maps and fuse them into DSO. For details please visit the [[https://vision.in.tum.de/research/vslam/d3vo|Project Page]].
 +
 +== Camera Calibration ==
 +
 +  * ** Online Photometric Calibration ** We've conducted a project to achieve online photometric calibration, where the exposure times of consecutive frames, the camera response function, and the camera vignetting factors can be recovered in real-time. Experiments show that our estimations converge to the ground truth after only a few seconds. Our approach can be used either offline for calibrating existing datasets, or online in combination with state-of-the-art direct visual odometry or SLAM pipelines. For more details please check our paper "Online Photometric Calibration of Auto Exposure Video for Realtime Visual Odometry and SLAM". ([[https://vision.in.tum.de/research/vslam/photometric-calibration|Project Page]])
 +<html><center><iframe width="640" height="360" src="https://www.youtube.com/embed/nQHMG0c6Iew" frameborder="0" allowfullscreen></iframe></center></html>
 +<html><br /></html>
 +
 +
 +==== Teaching ====
 +
 +  * Summer Semester 2016 [[teaching:ss2016:mvg2016|Computer Vision II: Multiple View Geometry (IN2228)]]
 +  * Summer Semester 2017 [[teaching:ss2017:mvg2017|Computer Vision II: Multiple View Geometry (IN2228)]] <html><span style="color:black;">Best Elective Lecture Award</span></html>
 +  * Winter Semester 2017/18 [[teaching:ws2017:r3dv|Robotic 3D Vision]]
 +
 +==== Service ====
 +  * Conference reviewer: CVPR, ICCV, ECCV, ICRA, IROS, AAAI
 +  * Journal reviewer: RA-L, T-RO, AURO
 +  * Organizer: ECCV 2020 Workshop on [[https://sites.google.com/view/mlad-eccv2020|Map-based Localization for Autonomous Driving]]
 +
 +==== Publications ====
 +<bibtex>
 +<author>R. Wang</author>
 +</bibtex>
 +
  

Rechte Seite

Informatik IX
Chair of Computer Vision & Artificial Intelligence

Boltzmannstrasse 3
85748 Garching info@vision.in.tum.de

Follow us on:
CVG Group DVL Group SRL Group