COMPSCI 370: Introduction to Computer Vision

University of Massachusetts, Amherst

Spring 2021

Overview

This introductory course will address fundamental questions about getting computers to "see" like humans. We investigate questions such as -- How are images represented in a computer? How can we detect simple structures in images? How can we write algorithms to recognize an object? How can humans and computers "learn to see better" from experience? We will write a number of basic computer programs to do things like recognize handwritten characters, align images to create panoramas, and understand the structure of images.

The course will introduce a number of key concepts, techniques and algorithms. The focus will be on the mathematical foundations rather than the use of software packages as a black box. The course requires appropriate mathematical background in probability, statistics, calculus, linear algebra, and programming. Prior familiarity with Python is helpful but not required. Students will be taught basic data structures and programming in Python during the course. The course has the following official prerequisites: CMPSCI 240 or CMPSCI 383 with a 'C' or better.

NOTE: Due to COVID this course will be taught remotely.

Staff

Logistics

  • Lectures will be live on Zoom during class hours. The recordings will the posted.

  • Moodle for homework.

  • Piazza for announcements and discussions.

  • Gradescope for submissions and grades.

Grading

  • 70% Mini projects (6 in total)

  • 15% Weekly homework (~10 in total)

  • 12% Final exam

  • 3% Class participation

Accommodation statement

The University is committed to providing an equal educational opportunity for all students. If you have a documented physical, psychological, or learning disability on file with Disability Services (DS), you may be eligible for reasonable academic accommodations to help you succeed in this course. If you have a documented disability that requires an accommodation, please notify me within the first two weeks of the semester so that we may make appropriate arrangements.

Academic honesty

Since the integrity of the academic enterprise of any institution of higher education requires honesty in scholarship and research, academic honesty is required of all students. Students are expected to be familiar with this policy and the commonly accepted standards of academic integrity (http://www.umass.edu/honesty).

Acknowledgements

Many of the slides and homework assignments are based on excellent computer vision courses taught elsewhere by Svetlana Lazebnik, Alyosha Efros, Alexander Berg, Steven Seitz, James Hays, Charless Fowlkes, Kirsten Grauman and many others. Many thanks to Richard Szeliski for making the textbook available online for free.