ECE/CSE 576 Final Project

Assigned: Wednesday, April 27

Proposal due: Wednesday, May 4 (11:59 P.M.)

Status reports due: Monday, May 23 (11:59 P.M.)

Final presentations: Monday, June 6 (2:30 P.M. - 4:30 P.M.)

Final reports due: Tuesday, June 7 (11:59 P.M.)

Late due dates: 2 days after the original due dates

Synopsis

For the final project, we anticipate that people will work in teams of two or three. There are two options for this project, which will take roughly four weeks:

  1. Implement a state-of-the-art research paper from a recent computer vision conference or journal (CVPR, ICCV, ECCV or vision parts of NIPS, ICML, SIGGRAPH, SIGGRAPH Asia etc.).
  2. Complete a short research project (more fun!)

You can devise your own project from scratch, or use one of the ideas suggested below. In either case, the purpose is to learn more about and get a feel for doing research in computer vision.

All projects must have a machine learning component.

Guidelines

Option 1

Start by searching through recent computer vision conference proceedings or journal articles, and choosing a paper that interests you. The premiere vision conferences are ICCV, CVPR, ECCV. The premiere journals are TPAMI and IJCV. Sometimes computer vision papers also appear in graphics/machine learning conferences such as NIPS, ICML, SIGGRAPH, SIGGRAPH Asia. We recommend starting with the most recent years, i.e., CVPR 2020, ICCV 2019, ECCV 2020 etc. Most of the papers and project web sites are linked online from here. You should select a paper that is appropriate for a four-week project, i.e., it should be more involved than one of the class projects. Our expectation is that you will implement the method yourself rather than using any code that is available online.

Option 2

For this option we'd like you to do a research project with some novelty, i.e., something that no one has published before. Naturally we're not expecting PhD-level research in this amount of time, but since two or three of you will be working together you should be able to come up with exciting results :)

Following are some examples of what we have in mind.

How ambitious/difficult should your project be? Each team member should count on committing substantially more effort than on the previous class projects. Here are several ideas related to object detection/recognition and would be appropriate for final research projects. Feel free to choose variations of these or to devise your own research problems that are not on this list. You can either leverage deep learning or not, depending on your skill set and target. We're happy to meet with you to discuss any of these (or other) project ideas in more detail.

Face/Pedestrian/Vehicle recognition. These are perhaps the most widely used object recognition scenarios. You will build your own detection framework and try it on a standard benchmark dataset. Example research problems include how to balance between speed and accuracy, and how object scale, density or lightning codition affect the detection resutls etc.

Tracking by detection. One classic approach to track a moving object is to remember it and then find it. The object model and tracking status are updated contineously along the video frames, so that appearance change, occlusion status etc. can be handeled. You will build an online object tracking framework and perhaps give a demo during our poster session.

Object re-identification. It is common that an object appears in different cameras with different viewpoint, zoom or lighting conditions. Object re-identification exactly finds such matches and enables many surveillance applications such as finding the criminals. You will design your object re-id pipeline and compare with several state-of-the-art approaches.

Product description. Given a product image, can you generate a paragraph describing the object? You can also develop projects that connect computer vision and natural language processing.

License plate recognition serves as a critical part in many surveillance applications. A typical routine for LPR includes license plate localization, character segmentation and character recognition. However, building a robust and fast LPR system is still very challenging. You will implement your own LPR approach and may try something different. You should demo your LPR system during the poster session.

Human pose/hand gesture recognition is popular in many medical/HCI applications. The basic idea of such articulated object recognition however is similar - finding object parts and their best combination.

Instance recognition. Object instance recognition attracts increasing interest recently; it tries to recognize different object instances that belong to the same class, for example, different kinds of dogs, birds or cars. Practially this is useful for warehouse management, robotics, traffic surveillance etc. You will read state-of-the-art papers, work on a standard instance recognition dataset and try your approach.

Cancer biopsy diagnosis. The task is to classify a given region of interest (ROI) from a whole slide biopsy to one of the four diagnostic categories: benign, atypia, DCIS and invasive. There are 428 ROIs marked and diagnosed by expert pathologists. ROIs have different sizes and shapes but each has only one diagnostic label. You can use different approaches to overcome size differences: sliding windows, resizing etc.

Requirements

Proposal

Each team will turn in a one-page proposal in pdf form on canvas describing their project. It should specify:

Each team must submit one proposal document. Add your name to one of the project groups created under People -> Groups and then you will be able to see your submissions as a group.

Status Report

Each team will turn in one status report of about 2-3 pages in pdf form on canvas summarizing progress till date. You should have set up the dataset and/or the code framework by now.

Final Presentation

We will have a presentation session at the end of the quarter, where each group will present (in ppt form over zoom) their project to the class.

Final Report

Each team will turn in one report of at least 5 pages in pdf form on canvas describing your problem and approach.

You must write it in NIPS format. You can either use the .docx file or if you know Latex, you can use the .tex file with Latex2e .sty file. Overleaf is a great website for shared Latex writing and is very easy to learn with the tutorial.

Your report should include the following: