CMPT 888 Summer 2010: Project
The intent of the course project is to give you some practice at
doing research. If you are a new graduate student, this could be your
first time doing research. The important thing to learn is the
correct methodology for doing research.
The key components, and those on which you will be graded, are:
- Choosing the right problem. Your project must involve human
activity recognition. Please feel free to use something from your
research for your project. However, you must not submit work you have
done before this course as your project.
Don't choose something that is too hard nor too simple. If in
doubt, please come to my office hours and ask about your topic. A
rough guideline for projects is that they should be approximately
40 hours of work.
- What has been done before? A month in the lab can save you
a day in the library. This is a course project, and not a
peer-reviewed paper, but you should be aware of the most closely
related work. In fact, a perfectly good project is to implement a
previous paper (of non-trivial complexity). I expect roughly 3-5
citations to other work as part of your project report.
You must also maintain high standards of academic integrity.
Standing on the shoulders of giants is highly recommended, just make
it clear who these giants are. If you use someone else's code, you
must provide a citation. If you use text/equations from someone
else's paper, you must cite and quote it. If you use figures from
another paper, you must clearly state such.
- Comparative experiments. You must compare what you have
done to at least one other method to know if anything interesting has
been achieved. Proper experiments should only change one component at
a time (e.g. different classifier, same features). You should also
study different parameters of algorithms to ascertain sensitivity
(e.g. feature smoothing parameter values). If you are using a standard
dataset, you can compare your results (one method) to others'. Just
make sure the experiments are comparable (e.g. same training/test data).
You will not be graded on the quality of your results, but
on the quality of your experimental methodology.
- Quality of exposition. If you write a paper and nobody can
read it, does it make a contribution? Clearly state the problem
you worked on, the methods you used, who has done what before,
what was the intent of your project, which datasets, and what parameters
you used. Use a spell-checker, create figures with legible fonts and
labelled axes, and provide figures visualizing your results.
A standard project report has four sections:
- Introduction (includes citations to closely related work)
- Approach
- Experiments
- Conclusion
The project report should be prepared using the CVPR style
files. The page limit for the project report is 4 pages in this
format. You must submit the report electronically on the submission server in PDF
format.
The report is due at 11:59pm on August 16. This deadline
will be strict.
Back to CMPT 888.