20878 - COMPUTER VISION AND IMAGE PROCESSING
Department of Computing Sciences
GIACOMO BORACCHI
Suggested background knowledge
Mission & Content Summary
MISSION
CONTENT SUMMARY
The course develops the following detailed program:
● Course introduction and a general overview of imaging science.
● Basics of digital images, the image formation process from a photometric perspective.
● Basics of image filtering (correlation and convolution).
● The geometry of image formation (pinhole camera model, homogeneous coordinates).
● Principles of single-view geometry.
● Principles of two-view and multi-view geometry.
● The Image Classification Problem and image classification by hand-crafted features.
● Convolutional Neural Networks for Image Classification.
● Famous CNN architectures.
● CNN training with data scarcity: transfer learning and data augmentation.
● CNN Visualization nd CNN Explanations.
● Fully Convolutional CNN and CNN for Image Segmentation.
● Object Detection Network.
● Unsupervised Models, Autoencoders.
● Generative Adversarial Networks.
● Introduction to Vision Transformer
● Multimodal Imaging Models: CLIP.
Intended Learning Outcomes (ILO)
KNOWLEDGE AND UNDERSTANDING
- Determine whether a given imaging problem needs to be solved by traditional Computer Vision / Image Processing techniques or by Deep Learning models. Identify then the right CNN architecture to solve different visual recognition problems.
- Recognize the best practices for CNN training.
- Describe and get inspiration from the most successful Deep Learning architectures,
- Explain the most successful Computer Vision applications to be solved by Deep Learning models.
- Illustrate complex techniques beyond the fundamental ones presented during lectures.
APPLYING KNOWLEDGE AND UNDERSTANDING
- Analyze a specific Computer Vision problem and find which model best solves the task at hand.
- Use fundamental deep learning algorithms for Computer Vision autonomously.
- Compare the various models and find the most relevant to be applied in the specific problem.
- Examine the selected model in order to balance performance, computational complexity and overfitting.
- Discuss the pros and cons of different Computer Vision techniques for a specific problem.
- Develop new pipelines adapting to the specific problem at hand.
Teaching methods
- Face-to-face lectures
- Exercises (exercises, database, software etc.)
- Group assignments
DETAILS
The course follows an interactive and hands-on teaching modality with a strong emphasis on practical aspects. On top of the laboratory sessions, customarily held after most lectures, the course leverages project-based learning to enable students to apply the principles covered during lectures to real-world computer vision tasks. During the Practical Sessions, carefully selected sample codes will cover the key components of computer vision and image processing, as well as deep learning (convolutional neural networks for image classification, segmentation, object recognition, and image generation). Students are encouraged to follow along and experiment with the code to gain a solid grasp of the underpinning concepts. Projects are assigned to groups to foster a deeper understanding of the subject. The students are divided into teams, and will phase two step-projects. The first phase, which will take place during the first half of the course, is meant to teach the students how to use CNN models for solving a basic visual recognition task. In the second phase, students are invited to choose a specific computer vision problem to be solved by Geometric Computer Vision/Image Processing techniques *and* advanced deep learning models. The projects need to be diverse among the teams, challenging, and relevant to current real-world applications. During the project development, students are expected to take advantage of the methods and skills presented during lectures for solving their specific task. At the end of the course, each team presents their projects to the entire class. This presentation fosters a collaborative learning environment where teams can learn from each other's successes and challenges.
Assessment methods
Continuous assessment | Partial exams | General exam | |
---|---|---|---|
|
x | ||
|
x |
ATTENDING STUDENTS
Students’ assessment is based on two main components:
1. Project: (55% of the final grade) aimed at assessing the student proficiency in:
● identifying the right Computer Vision technique (geometric and/or deep learning) to solve a visual recognition problem.
● Recognizing the best practices for CNN training.
● Using fundamental algorithms in Geometric Computer Vision and Deep Learning autonomously.
● Developing new pipelines adapting to the specific problem at hand.
The evaluation of the project will be based on a written report presenting the methodology adopted and the outcomes attained.
2. Written exam (45% of the final grade), consisting of open and closed questions aimed to assess students’ ability to:
● demonstrate their command in Image Processing / Computer Vision techniques, either by geometric principles or Deep Learning models.
● apply the analytical tools illustrated during the course.
NOT ATTENDING STUDENTS
Students’ assessment will be based on a written exam including open and closed questions aimed at discussing their expertise.
Teaching materials
ATTENDING AND NOT ATTENDING STUDENTS
Slides and Links to reference papers will be distributed. Also Colab notebooks will be provided.