Presentation
Each regular class in the course will be a series of papers on a particular topic presented by one or two students. As presenter, you will be expected to have read all papers listed for the day (including any available code), present them, and lead a discussion. Discuss with Abhinav 2 weeks before the presentation and then again 5 days before the presentation.
Paper Critic
Each regular class in the course will also have one or two designated "critics." As a critic, your job is to read the chosen paper and review it: list strengths and weaknesses, and start the discussion on the blog. You will post your review on the blog (24hrs before the class) and then raise points from your review during discussion.
Summaries & Blog
For each regular class, you are required to make at least one post on the blog. For the blog, don't just summarize the paper; point out something others might have missed, give a critique, or respond to someone else's post. You can miss upto three blog postings in a semester.
Assignment
The assignment is out Here and due at Mar 18th 11:59PM. In this assignment, you will practice how to use the Caffe toolbox for a food classification task. To be specific, you are asked to do the following:
- Install Caffe toolbox;
- Understand the image classification task;
- Obtain pre-trained models and fine-tune it on a new classification task, namely food recognition;
- Visualize the low-level filters;
- Try different set-ups to improve the performance;
- Implement a new layer in Caffe, namely parameterized ReLU layer;
- (Extra) Experiment/Research with the new layer.