CS 5043: HW3: Convolutional Neural Networks

Objectives

Assignment Notes

Data Set

The Core50 data set is a large database of videos of objects as they are being moved/rotated under a variety of different lighting and background conditions. Our general task is to classify the object being shown in a single frame of one of these videos.

Data Organization


Provided Code

We are providing the following code posted on the main course web page:


Prediction Problem

We will focus on classifying one of four object classes: plug adapter, mobile phone, glass, remote control. For HW 3, each fold will contain one instance of each of the object classes. We will use three folds for training, one for validation and one for testing. Hence, we constructing models that are intended to work for any previously unseen instance of an object class.


Architectures

You will create two convolutional neural networks to distinguish these four classes: one will be a shallow network and the other will be a deep network. The shallow network should only be composed of a few layers. Each architecture will nominally have the following structure:

Since the data set is relatively small (in terms of the number of distinct objects), it is important to take steps to address the over-fitting problem. Here are the key tools that you have:


Experiments


Hints / Notes


What to Hand In

A single zip file that contains:

Grading


andrewhfagg -- gmail.com

Last modified: Mon Mar 4 12:19:56 2024