Instructor: James Tompkin
TAs: Aaron Gokaslan (HTA), Spencer Boyum, Harsh Chandra, Joshua Chipman, Qikun (Tim) Guo, Yue Guo, Yunshu Mao, Luke Murray, Vivek Ramanujan, Abhishek Sharma, Eleanor Tursman, Andrew Zhou.
Waitlist (2017) | Schedule | General Course Policy
This course provides an introduction to computer vision, including fundamentals of image formation, camera imaging geometry, feature detection and matching, stereo, motion estimation and tracking, image classification, scene understanding, and deep learning with neural networks. We will develop basic methods for applications that include finding known models in images, depth recovery from stereo, camera calibration, image stabilization, automated alignment, tracking, boundary detection, and recognition. We will develop the intuitions and mathematics of the methods in class, and then learn about the difference between theory and practice in projects.
This course is based upon James Hays' computer vision course, previously taught at Brown as CS143, and currently taught at Georgia Tech as CS 4476. Significant thanks to him and his staff, across the years, for all their hard work.
No prior experience with computer vision is assumed, although previous knowledge of visual computing or signal processing will be helpful (e.g., CSCI 1230). The following skills are necessary for this class:
Task | Hours |
---|---|
In class | 40 |
Projects: | 20 ×6 |
Office Hours/Piazza: | 20 |
Total: | 180 |
This class can be taken as a capstone. You will need to complete 10 points of extra credit in each of the projects.
There is no requirement to buy a textbook. The goal of the course is to be self contained, but sections from two textbooks will be suggested for more formalization and information. These two books are available free online. If you find a word or concept that you do not understand, then please also consider the computer vision dictionary listed third.
Further reading material:
Projects are released every two weeks, with deliverables due each week at Friday at 9pm. Each project has two parts: written, and code. You have one week to complete the written part, and two weeks to complete the code part.
Hand-in for both parts is electronic via Gradescope.
Projects 1, 2, 3 and 5 must be completed in MATLAB. Project 4 must be completed in TensorFlow.
Project 6 will present a team challenge. More details to come.
Projects | Gradescope Hand in |
---|---|
0. MATLAB Primer (ZIP 4MB) | 15th Sept. 9pm |
1. Image Filtering and Hybrid Images | Written: 15th Sept. 9pm; Code: 22nd Sept. 9pm |
2. Local Feature Matching | Written: 29th Sept. 9pm; Code: 6th Oct. 9pm |
3. Scene Recognition with Bag of Words | Written: 13th Oct. 9pm; Code: 20th Oct. 9pm |
4. Convolutional Neural Nets | Written: 3rd Nov. 9pm; Code: 10th Nov. 9pm |
5. Camera Calibration and Fundamental Matrix Estimation | Optional |
6. Final Group Project | See project page |
Your final grade will be 100% from 7 projects. All projects are graded. We leave ourselves a little flexibility to make minor adjustments. Say, if one project ends up being a little more difficult, then we can tweak that project to be less significant in your final grade.
Project | Percent | 0 | 2% |
---|---|
1–5 | ~14.6% |
6 | ~25% |
You will lose 10% from each project for each day that it is late. However, you have three late days for the whole course: the first 24 hours after the due date and time counts as one late day, up to 48 hours counts as two, and 72 hours counts as three. This will not be reflected in the initial grade reports for your assignment, but they will be factored in and distributed at the end of the semester so that you get the most points possible. Late days cover unexpected clustering of due dates, travel commitments, interviews, hackathons, etc. Do not ask for extensions to due dates—we give you a pool of late days to manage yourself.
Date | Topic | Slides | More info | Projects | ||
---|---|---|---|---|---|---|
Wed | 06 | Sep | Introduction to Computer Vision | PPTX | PDF | Szeliski 1 | 0 out |
Image Formation and Filtering | ||||||
Fri | 08 | Sep | Light and Color | PPTX | PDF | Szeliski 2.2, 2.3 | 1 out |
Mon | 11 | Sep | Image Filtering | PPTX | PDF | Szeliski 3.2 | |
Wed | 13 | Sep | Thinking in Frequency | PPTX | PDF | Szeliski 3.4 | |
Fri | 15 | Sep | Thinking in Frequency, part 2 | PPTX | PDF | Szeliski 3.5.2, 8.1.1 | 0 due; 1 written due |
Feature Detection and Matching | ||||||
Mon | 18 | Sep | Thinking in Frequency, part 3 | PPTX | PDF | Szeliski 3.5.2, 8.1.1 | |
Wed | 20 | Sep | Edge Detection | PPTX | PDF | Szeliski 4.2 | |
Fri | 22 | Sep | Interest Points and Corners | PPTX | PDF | Szeliski 4.1.2 | 1 code due, 2 out |
Mon | 25 | Sep | Local Image Features and Feature Matching | PPTX | PDF | Szeliski 4.1.3, 4.3.2 | |
Machine Learning Crash Course | ||||||
Wed | 27 | Sep | Machine Learning: Unsupervised Learning | PPTX | PDF | Szeliski 5.3 | |
Fri | 29 | Sep | Machine Learning: Supervised Learning | PPTX | PDF | Szeliski 5.3 | 2 written due |
Recognition | ||||||
Mon | 02 | Oct | Recognition Overview and Bag of Features | PPTX | PDF | Szeliski 14 | |
Wed | 04 | Oct | Large-scale Instance Recognition | PPTX | PDF | Szeliski 14.3.2 | |
Fri | 06 | Oct | Large-scale Scene Recognition and Advanced Feature Encoding | PPTX | PDF | 2 code due; 3 out | |
Mon | 09 | Oct | No class—Indigenous Peoples' Day | |||
Wed | 11 | Oct | Detection with Sliding Windows: Dalal Triggs | PPTX | PDF | Szeliski 14.1 | |
Fri | 13 | Oct | Detection with Sliding Windows: Viola Jones | PPTX | PDF | Szeliski 14.1 and 14.2 | 3 written due |
Mon | 16 | Oct | Pascal VOC and Big Data | PPTX | PDF | Szeliski 14.5 | |
Wed | 18 | Oct | Big Data 2 | PPTX | PDF | ||
Fri | 20 | Oct | Project Explanation + Design Discussion |
PPTX | PDF | 3 code due | |
Deep Learning | ||||||
Mon | 23 | Oct | Neural Networks | PPTX | PDF | Goodfellow 6 | |
Wed | 25 | Oct | Convolutional Neural Networks | PPTX | PDF | Goodfellow 9 | |
Fri | 27 | Oct | Training Neural Networks | PPTX | PDF | Goodfellow 6, Goodfellow 7.1-7.5, 7.12 | 4 out; form project teams |
Mon | 30 | Oct | What do CNNs learn? | PPTX | PDF | ||
Wed | 01 | Nov | R-CNNs and FCNs | PPTX,PDF | ||
Fri | 03 | Nov | Exploring Architectures: We Need To Go Deeper | PPTX | PDF | 4 written due; project teams due. | |
Computer Vision and Society | ||||||
Mon | 06 | Nov | Dataset Bias and Social Awareness | PPTX | PDF | ||
Cameras, Multiple Views, and Motion | ||||||
Wed | 08 | Nov | Cameras and Optics | PPTX | PDF | Szeliski 2.1, esp. 2.1.5 | |
Fri | 10 | Nov | Camera Calibration | PPTX | PDF | Szeliski 2.1, 6.1, 6.2.1 | 5 out; project start |
Mon | 13 | Nov | Stereo Introduction | PPTX | PDF | Szeliski 11 | |
Wed | 15 | Nov | Epipolar Geometry, RANSAC, and Structure from Motion | PPTX | PDF | Szeliski 7, 8.1, 8.4 | |
Fri | 17 | Nov | Stereo Disparity | PPTX | PDF | Szeliski 6.2.1 | |
Thanksgiving Week | ||||||
Mon | 20 | Nov | No class—project work | |||
Wed | 22 | Nov | Thanksgiving | |||
Fri | 24 | Nov | Thanksgiving | |||
Cameras, Multiple Views, and Motion Continued | ||||||
Mon | 27 | Nov | Optical Flow | PPTX | PDF | ||
Wed | 29 | Nov | Project AMA | |||
Fri | 01 | Dec | Real-time Pose Estimation | PPTX | PDF | ||
'Reading period' | ||||||
Mon | 04 | Dec | Research paper class | |||
Wed | 06 | Dec | Research paper class | |||
Fri | 08 | Dec | Research paper class | |||
Mon | 11 | Dec | Projects fast forward! |
Our intent is that this course provide a welcoming environment for all students who satisfy the prerequisites. Our TAs have undergone training in diversity and inclusion, and all members of the CS community, including faculty and staff, are expected to treat one another in a professional manner. If you feel you have not been treated in a professional manner by any of the course staff, please contact any of James (the instructor), Ugur Cetintemel (Dept. Chair), Tom Doeppner (Vice Chair) or Laura Dobler (diversity and inclusion staff member). We will take all complaints about unprofessional behavior seriously. Your suggestions are encouraged and appreciated. Please let James know of ways to improve the effectiveness of the course for you personally, or for other students or student groups. To access student support services and resources, and to learn more about diversity and inclusion in CS, please visit http://cs.brown.edu/about/diversity/resources/.
Prof. Krishnamurthi has good notes on this area.
This class runs quiet hours from 9pm to 9am every day. Please do not expect a response from us via any channel. Likewise, we won't ask you to do anything between these times, either, like hand in projects.
Feel free to talk to your friends about the concepts in the projects, and work through the ideas behind problems together, but be sure to always write your own code and perform your own write up. You are expected to implement the core components of each project on your own, but the extra credit opportunties often build on third party data sets or code. Feel free to include results built on other software, as long as you credit correctly in your handin and clearly demark your own work. In general, if you use an idea, text, or code from elsewhere, then cite it.
Brown-wide, academic dishonesty is not tolerated. This includes cheating, lying about course matters, plagiarism, or helping others commit a violation. Plagiarism includes reproducing the words of others without both the use of quotation marks and citation. Students are reminded of the obligations and expectations associated with the Brown Academic and Student Conduct Codes.
Brown University is committed to full inclusion of all students. Please inform me if you have a disability or other condition that might require accommodations or modification of any of these course procedures. You may email me, come to office hours, or speak with me after class, and your confidentiality is respected. We will do whatever we can to support accommodations recommended by SEAS. For more information contact Student and Employee Accessibility Services (SEAS) at 401-863-9588 or . Students in need of short-term academic advice or support can contact one of the deans in the Dean of the College office.
Being a student can be very stressful. If you feel you are under too much pressure or there are psychological issues that are keeping you from performing well at Brown, we encourage you to contact Brown's Counseling and Psychological Services. They provide confidential counseling and can provide notes supporting extensions on assignments for health reasons.
We expect everyone to complete the course on time. However, we certainly understand that there may be factors beyond your control, such as health problems and family crises, that prevent you from finishing the course on time. If you feel you cannot complete the course on time, please discuss with James Tompkin the possibility of being given a grade of Incomplete for the course and setting a schedule for completing the course in the upcoming year.
Laptops are discouraged, please, except for class-relevant activities, e.g., to help answer questions and show items relevant to discussion. No social media, email, etc., because it distracts not just you but other students as well. Read Shirky on this issue ("Why I Just Asked My Students to Put Their Laptops Away"), or Rockmore ("The Case for Banning Laptops in the Classroom").
We will release course lecture material online. In considering laptop use for note taking, please be aware that research has shown note taking on paper to be more efficient than on a laptop keyboard (Mueller and Oppenheimer), as it pushes you to summarize the content instead of transcribe it.
The materials from this class rely significantly on slides prepared by other instructors, especially James Hays, Derek Hoiem, and Svetlana Lazebnik. Each slide set and assignment contains acknowledgements. Feel free to use these slides for academic or research purposes, but please maintain all acknowledgements.
Thanks to Tom Doeppner and Laura Dobler for the text on accommodation, mental health, and incomplete policy.
Thank you to the previous TAs who helped to teach and improve this class. Previous course runs: