COMP338 – Computer Vision – Assignment 2
o This assignment is worth 15% of the total mark for COMP338
o Students will do the assignment individually.
Submission Instructions
o Send all solutions as a single PDF document containing your answers, results, anddiscussion of the results. Attach the source code for the programming problems asseparatefiles (e.g., python or *.ipynb ), and compress the codes into one zip file.
o Each student will make a single submission to the Canvas system.
o The deadline for this assignment 12/12/2024, 5:00pm
o Penalties for late submission apply in accordance with departmental policy as setout in the student handbook, which can be found athttp://intranet.csc.liv.ac.uk/student/msc-handbook.pdfand the University Code of Practice on Assessment, found athttps://www.liverpool.ac.uk/media/livacuk/tqsd/code-of-practice-onlab“COMP338_Lab_08_Fashion_MNIST_Classification.ipynb” on Canvas shows the examplesource code, you can refer it.
Tasks:
- (30 marks) Design a deep neural network for image classification.
- (30 marks) Train and test your network on Cifar100 dataset.
- (40 marks) Write a report to clearly explain your network, the intuition behind your design,and discussion of your results.
Rules:
- You can refer to any papers and reuse any source code. However, you should clearlycite the references in your report.- Use free Google Colab account (https://colab.research.google.com/) for training. 代写COMP338 Computer Vision Themaximum training time on a free Google Colab account is 12 hours.- You can choose one existing model as your baseline model, then you can add some
novel modules or training strategies to improve the performance step by step.
Our solution will be evaluated by:
- Why do you choose this model as baseline, please explain your reasons? (15%)
The overall design concept or novelty of your network design (20%).
How you can improve the model step by step, and how to verify your concept? (some
comparisons) (40%).- The completeness of your report (25%).
Notes:
- We recommend using simpler baseline models to avoid excessively long training times.
- Designing and verifying experiments are crucial aspects of this assignment.
- Incorporating concepts discussed in our lectures is encouraged.
- Please add all your references into the reference section.