UIUC CS-588 Autonomous Vehicle System Engineering Outline

This page contains what we've done

Texts:

Records

Week of Topic Reading Materials Various enrichments
18 Jan
  • 18 Jan: Admin+intro
  • 21 Jan: Safety lookout training at High Bay
Old safety lookout video, for reference
25 Jan
  • 25 Jan: ROS and start PID control
  • 27 Jan: I'm absent Simple neural networks
    • Deep nets: Units; AML: 16.1
    • Deep nets: Gradients; AML: 16.2
    • Deep nets: Backpropagation; AML 16.3
    • Deep nets: Gradient tricks; AML 16.4
    • Deep nets: Convolutional layers; AML 17.1
    • Deep nets: More conv. layers; AML 17.1, 17.2
    • Basic object detection: AML 19
1 Feb
  • 1 Feb: Finish PID control, start motion planning
  • 3 Feb: more simple motion planning
8 Feb
  • 8 Feb: Point set registration and IRLS
  • 10 Feb: Cameras
Enrichment movie Enrichment notes
15 Feb
  • 15 Feb: Camera Calibration, start pairs of cameras
  • 17 Feb: Pairs of cameras and Visual Odometry
Enrichment notes
22 Feb
  • 22 Feb: Filtering and Kalman Filter
  • 24 Feb: I'm on Travel - review notes
1 Mar
  • 1 Mar: Finish Kalman Filter; start EKF
  • 3 Mar: Finish EKF and EKF-SLAM
8 Mar
  • 8 Mar: Travel, sorry
  • 10 Mar: Direct and semi-direct methods

Resources

  • Lucas-Kanade 20 Years On: A Unifying Framework: Part 1 Simon Baker and Iain Matthews, 2002
  • Christian Forster, Zichao Zhang, Michael Gassner, Manuel Werlberger, Davide Scaramuzza SVO: Semi-Direct Visual Odometry for Monocular and Multi-Camera Systems IEEE Transactions on Robotics, Vol. 33, Issue 2, pages 249-265, Apr. 2017.
  • Dense visual slam an earlier version of lsd-slam for RGB-D cameras, code too
  • Dense Visual SLAM for RGB-D Cameras (C. Kerl, J. Sturm and D. Cremers), In Proc. of the Int. Conf. on Intelligent Robot Systems (IROS), 2013.
23 Mar Harder Planning Problems Slides Other Slides A Planning Library Papers on Lane Boundaries Horizon Detection Resources Dagger Planning in high dimensional spaces Planning in the presence of Dynamics
29 Mar Harder Planning Problems Slides Other Slides A Planning Library Planning in high dimensional spaces Planning in the presence of Dynamics Motion Graphs BEV papers and code Depth from Single Image History Depth from Single Image - probe into SOTA Normal from single image history Normal from single image - probe into SOTA
29 Mar Bird's Eye Views Slides BEV papers and code Semantic segmentation Depth from Single Image History Depth from Single Image - probe into SOTA Normal from single image history Normal from single image - probe into SOTA
5 April More Bird's Eye Views; Stereo and Optic Flow Slides Inpainting Adversarial Losses More BEV Papers
12 April Stereo, Optic Flow and Structure from Motion; Simulators Slides Movie This is in lieu of lecture 14 April - we will not meet that day! Resources - Books and Papers
  • Multiple View Geometry in Computer Vision Second Edition Richard Hartley and Andrew Zisserman, Cambridge University Press, March 2004.
  • Y. Boykov, O. Veksler and R. Zabih (2001), "Fast approximate energy minimisation via graph cuts", IEEE Transactions on Pattern Analysis and Machine Intelligence, 29, 1222–1239.
  • Li Hong and G. Chen, "Segment-based stereo matching using graph cuts," Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2004. CVPR 2004., Washington, DC, USA, 2004, pp. I-I, doi: 10.1109/CVPR.2004.1315016.
  • R. Szeliski et al., "A Comparative Study of Energy Minimization Methods for Markov Random Fields with Smoothness-Based Priors," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 30, no. 6, pp. 1068-1080, June 2008, doi: 10.1109/TPAMI.2007.70844.
  • T. Brox, C. Bregler and J. Malik, "Large displacement optical flow", CVPR 2009
  • High Accuracy Optical Flow Estimation Based on a Theory for Warping, Thomas Brox, Andr´es Bruhn, Nils Papenberg, and Joachim Weickert, ECCV, 2004
Resources - Web:
19 April Weather General reading
  • Great general reading with super pix Color and Light in Nature, David K. Lynch, William Livingston, Cambridge University Press, Jun 29, 1995
  • More great general readingLight and Color in the Outdoors by Marcel Minnaert (Author), L. Seymour (Translator), Springer, 1995
Haze and dehazing
  • Lidar and haze
  • Rain effects
  • Rain simulation Rain removal
    26 April More Learned Controll Harder imitation learning
    26 April Reinforcement learning ideas to set up inverse reinforcement learning; inverse reinforcement learning Slides Resources