Difference between revisions of "IU:TestPage"

From IU
Jump to navigation Jump to search
Line 1: Line 1:
   
  +
= Software Project (Fundamentals to Software Engineering from 2021 check another syllabus) =
= Computer Vision =
 
  +
* Course name: Software Project (Fundamentals to Software Engineering from 2021 check another syllabus)
* Course name: Computer Vision
 
* Course number: R-03
+
* Course number: S20-SP
   
 
== Course Characteristics ==
 
== Course Characteristics ==
   
 
=== Key concepts of the class ===
 
=== Key concepts of the class ===
  +
* To understand agile models of interaction design, development, and project management and put those concepts in practice in real software development.
* Computer vision techniques
 
  +
* To get acquainted with processes, technologies, and activities involved eliciting, analyzing, validating, specifying, and managing functional and non-functional requirements of software systems.
* Classical and deep learning models
 
  +
* To manage risks and decisions making based on the risk management
  +
* To be able design software, and to write code that sticks to good practices of cohesion, coupling, modularity, reusing, and encapsulation.
  +
* To get familiar with standard reliability techniques such as validation (testing) and verification.
  +
* To gain practical experience with refactoring techniques to improve the quality of existing code.
   
 
=== What is the purpose of this course? ===
 
=== What is the purpose of this course? ===
  +
The main objectives of this course are the following: \begin{itemize} \item To understand agile models of interaction design, development, and project management and put those concepts in practice in real software development. \item To get acquainted with processes, technologies, and activities involved eliciting, analyzing, validating, specifying, and managing functional and non-functional requirements of software systems. \item To manage risks and decisions making based on the risk management \item To be able design software, and to write code that sticks to good practices of cohesion, coupling, modularity, reusing, and encapsulation. \item To get familiar with standard reliability techniques such as validation (testing) and verification. \item To gain practical experience with refactoring techniques to improve the quality of existing code. \end{itemize}
This course provides an intensive treatment of a cross-section of the key elements of computer vision, with an emphasis on implementing them in modern programming environments, and using them to solve real-world problems. The course will begin with the fundamentals of image processing and image filtering, but will quickly build to cover more advanced topics, including image segmentation, object detection and recognition, face detection, content-based image retrieval, artificial neural networks, convolutional neural networks, generative adversarial networks and much more. A key focus of the course is on providing students with not only theory but also hands-on practice of building their computer vision applications.
 
=== Course objectives based on Bloom’s taxonomy ===
 
 
==== - What should a student remember at the end of the course? ====
 
By the end of the course, the students should be able to
 
* Robots visual perception strategies
 
* Significant exposure to real-world implementations
 
* To develop research interest in the theory and application of computer vision
 
 
==== - What should a student be able to understand at the end of the course? ====
 
By the end of the course, the students should be able to
 
* Suitability of different computer vision models in different scenarios
 
* Ability to choose the right model for the given task
 
 
==== - What should a student be able to apply at the end of the course? ====
 
By the end of the course, the students should be able to
 
* Hands on experience to implement different models to know inside behavior
 
* Sufficient exposure to train and deploy model for the given task
 
* Fine tune the deployed model in the real-world settings
 
=== Course evaluation ===
 
{| class="wikitable"
 
|+ Course grade breakdown
 
|-
 
! type !! points
 
|-
 
| Labs/seminar classes || 20
 
|-
 
| Interim performance assessment || 50
 
|-
 
| Exams || 30
 
|}
 
 
=== Grades range ===
 
{| class="wikitable"
 
|+ Course grading range
 
|-
 
! grade !! low !! high
 
|-
 
| A || 90 || 100
 
|-
 
| B || 75 || 89
 
|-
 
| C || 60 || 74
 
|-
 
| D || 0 || 59
 
|}
 
=== Resources and reference material ===
 
* Handouts supplied by the instructor
 
* Materials from the interment and research papers shared by instructor
 
* \bibentry{szeliski2010computer}
 
* \bibentry{vernon1991machine}
 
== Course Sections ==
 
The main sections of the course and approximate hour distribution between them is as follows:
 
=== Section 1 ===
 
 
==== Section title ====
 
Image Acquisition and Basic Image Processing
 
 
==== Topics covered in this section ====
 
* Computer vision in action
 
* The Human Vision System
 
* Optical Illusions
 
* Sampling and Quantization
 
* Image Representation
 
* Colour Spaces
 
 
==== What forms of evaluation were used to test students’ performance in this section? ====
 
{| class="wikitable"
 
|+
 
|-
 
! Form !! Yes/No
 
|-
 
| Development of individual parts of software product code || 1
 
|-
 
| Homework and group projects || 1
 
|-
 
| Midterm evaluation || 1
 
|-
 
| Testing (written or computer based) || 1
 
|-
 
| Reports || 0
 
|-
 
| Essays || 0
 
|-
 
| Oral polls || 0
 
|-
 
| Discussions || 1
 
|}
 
 
==== Typical questions for ongoing performance evaluation within this section ====
 
# What are the color spaces and where it's used?
 
# What are the primary and secondary colors?
 
# How image is formed into computers?
 
# How you will convert the RGB to grayscale images
 
 
==== Typical questions for seminar classes (labs) within this section ====
 
# Loading and plotting the images in python environment
 
# Convertion of different color spaces
 
# How you find the skin in the images based on the color space models
 
# how to find red eye dot in face using color space models
 
 
==== Tasks for midterm assessment within this section ====
 
 
 
==== Test questions for final assessment in this section ====
 
# How you can distinguish different color spaces?
 
# Explain and provide the reason for the blind spot creation in human eye.
 
# In what scenarios computer vision is better than human vision?
 
# Write down different robotic application areas where computer vision is applied successfully.
 
=== Section 2 ===
 
 
==== Section title ====
 
Image Filtering and Binary Vision
 
 
==== Topics covered in this section ====
 
* Image noise
 
* Convolutions and kernels
 
* Smoothing and blurring
 
* Thresholding and histograms
 
* Morphological operations
 
* Gradients and Edge detection
 
 
==== What forms of evaluation were used to test students’ performance in this section? ====
 
{| class="wikitable"
 
|+
 
|-
 
! Form !! Yes/No
 
|-
 
| Development of individual parts of software product code || 1
 
|-
 
| Homework and group projects || 1
 
|-
 
| Midterm evaluation || 1
 
|-
 
| Testing (written or computer based) || 1
 
|-
 
| Reports || 0
 
|-
 
| Essays || 0
 
|-
 
| Oral polls || 0
 
|-
 
| Discussions || 1
 
|}
 
 
==== Typical questions for ongoing performance evaluation within this section ====
 
# What are the challenges to perform histogram task?
 
# Apply convolutional filter to calculate the response.
 
# What kind of parameters are required to apply different image filters?
 
# How you will compute the gradients of the image and its benefits?
 
 
==== Typical questions for seminar classes (labs) within this section ====
 
# Implement Otsu Method
 
# Implement Sobel, Preweitt filters
 
# Implement Canny edge detector
 
# Perform analysis over the different filtering on the given images
 
 
==== Tasks for midterm assessment within this section ====
 
 
 
==== Test questions for final assessment in this section ====
 
# Calculate the kernels for the given images
 
# Explain the difference between different filters
 
# What is image noise and how it contributes to make the computer vision task difficult?
 
# Apply different combination of the filters to achieve the required output of the given image.
 
=== Section 3 ===
 
 
==== Section title ====
 
Feature Extractors and Descriptors
 
 
==== Topics covered in this section ====
 
* Histogram of Gradients (HoG)
 
* Scale-invariant feature transform (SIFT)
 
* Harris corner detector
 
* Template matching
 
* Bag of visual words
 
* Face Detection and Recognition (Viola Johns)
 
 
==== What forms of evaluation were used to test students’ performance in this section? ====
 
{| class="wikitable"
 
|+
 
|-
 
! Form !! Yes/No
 
|-
 
| Development of individual parts of software product code || 1
 
|-
 
| Homework and group projects || 1
 
|-
 
| Midterm evaluation || 1
 
|-
 
| Testing (written or computer based) || 1
 
|-
 
| Reports || 0
 
|-
 
| Essays || 0
 
|-
 
| Oral polls || 0
 
|-
 
| Discussions || 1
 
|}
 
 
==== Typical questions for ongoing performance evaluation within this section ====
 
# How feature extractor works over the given image?
 
# What is the difference between the feature extraction and descriptors?
 
# Explain the examples of descriptors and feature extractors.
 
# Write down the pros and cons of SIFT, HOG and Harris.
 
 
==== Typical questions for seminar classes (labs) within this section ====
 
# Implement template matching algorithm
 
# Implement histogram of gradient using CV2 library
 
# Implement of SIFT for the given task
 
# Implement Harris corner detection
 
# Analysis of different extractors for the given task
 
 
==== Tasks for midterm assessment within this section ====
 
 
 
==== Test questions for final assessment in this section ====
 
# How you distinguish different feature extractors and descriptors?
 
# What are the possible methods to detect the corners?
 
# How corners are useful to help the robotic vision task?
 
# How you will patch the different images to construct the map of the location?
 
=== Section 4 ===
 
 
==== Section title ====
 
Deep learning models for computer vision
 
 
==== Topics covered in this section ====
 
* You Only Look Once: Unified, Real-Time Object Detection (YOLO)
 
* Generative Adversarial Networks (GAN)
 
* Fully Convolutional Networks (FCN) for semantic segmentation
 
* Multi Domain Network (MDNet) for object tracking
 
* Generic Object Tracking Using Regression Networks (GOTURN) for object tracking
 
 
==== What forms of evaluation were used to test students’ performance in this section? ====
 
{| class="wikitable"
 
|+
 
|-
 
! Form !! Yes/No
 
|-
 
| Development of individual parts of software product code || 1
 
|-
 
| Homework and group projects || 1
 
|-
 
| Midterm evaluation || 1
 
|-
 
| Testing (written or computer based) || 1
 
|-
 
| Reports || 0
 
|-
 
| Essays || 0
 
|-
 
| Oral polls || 0
 
|-
 
| Discussions || 1
 
|}
 
 
==== Typical questions for ongoing performance evaluation within this section ====
 
# How classification task is different from detection task?
 
# Explain the transfer learning mechanism for object detection task.
 
# How many types of model exist for object tracking in videos.
 
# Write down the pros and cons of YOLO, FCN and MDNet.
 
 
==== Typical questions for seminar classes (labs) within this section ====
 
# Implement YOLO using transfer learning mechanism
 
# Implement GAN for MNIST dataset
 
# Implement FCN and GOTURN
 
# Analysis of different models for the given task
 
 
==== Tasks for midterm assessment within this section ====
 
 
 
==== Test questions for final assessment in this section ====
 
# What are the loss functions used in YOLO?
 
# What are the learnable parameters of FCN for semantic segmentation?
 
# How semantic segmentation is different from instance segmentation?
 
# Write the application areas for object tracking in robotics.
 

Revision as of 15:42, 15 February 2022

Software Project (Fundamentals to Software Engineering from 2021 check another syllabus)

  • Course name: Software Project (Fundamentals to Software Engineering from 2021 check another syllabus)
  • Course number: S20-SP

Course Characteristics

Key concepts of the class

  • To understand agile models of interaction design, development, and project management and put those concepts in practice in real software development.
  • To get acquainted with processes, technologies, and activities involved eliciting, analyzing, validating, specifying, and managing functional and non-functional requirements of software systems.
  • To manage risks and decisions making based on the risk management
  • To be able design software, and to write code that sticks to good practices of cohesion, coupling, modularity, reusing, and encapsulation.
  • To get familiar with standard reliability techniques such as validation (testing) and verification.
  • To gain practical experience with refactoring techniques to improve the quality of existing code.

What is the purpose of this course?

The main objectives of this course are the following: \begin{itemize} \item To understand agile models of interaction design, development, and project management and put those concepts in practice in real software development. \item To get acquainted with processes, technologies, and activities involved eliciting, analyzing, validating, specifying, and managing functional and non-functional requirements of software systems. \item To manage risks and decisions making based on the risk management \item To be able design software, and to write code that sticks to good practices of cohesion, coupling, modularity, reusing, and encapsulation. \item To get familiar with standard reliability techniques such as validation (testing) and verification. \item To gain practical experience with refactoring techniques to improve the quality of existing code. \end{itemize}