Skip to content

Latest commit

 

History

History
79 lines (73 loc) · 7.27 KB

project_page.md

File metadata and controls

79 lines (73 loc) · 7.27 KB
layout title permalink
page
Projects
/project_page/
<article class="post">

  <div class="entry">
    <h2>Useful Information:</h2>
  <p> This page will contain details regarding the Course Projects.
  </p>
  <p>Students are encouraged to select a topic and work on their own projects. However, it is highly recommended that students talk to members of various labs at IISc who are experienced in the topic they have selected.
  </p>
 <p> Projects can be broadly classified of two kinds:
 <ol>
<li> <div style='font-weight: bold;'>Application</div>: when Deep learning is used for image processing in other research fields. For example, medical tool segmentation in operation videos.
    </li>
    <li> <div style='font-weight: bold;'>Improving Deep learning architectures</div>: when interesting new ideas are introduced to pre-existing models for improving their performance. For example, exploring benefits of higher dimensional convolution in a traditional classification setup.
  </li>
    </ol>
  </p>
  <p> <h3> As the course is on using Deep Learning for Computer Vision, the project must visual data in form of pixels etc.</h3></p>
  <h2>Resources </h2>
<p> Some resources for selecting projects:<ul>
  <li><a href="https://github.com/kjw0612/awesome-deep-vision">Awesome Deep Vision</a></li>
  <li><a href="http://www.pamitc.org/cvpr14/accepted_papers.php">CVPR</a>: IEEE Conference on Computer Vision and Pattern Recognition</li>
  <li><a href="http://www.cvpapers.com/iccv2013.html">ICCV</a>: International Conference on Computer Vision</li>
  <li><a href="http://eccv2014.org/accepted-papers/">ECCV</a>: European Conference on Computer Vision</li>
  <li><a href="http://nips.cc/Conferences/2014/Program/accepted-papers.php">NIPS</a>: Neural Information Processing Systems</li>
  <li><a href="http://openreview.net/venue/iclr2014">ICLR</a>: International Conference on Learning Representations</li>
  <li><a href="http://www.kaggle.com/">Kaggle challenges</a>: An online machine learning competition website. For example, a <a href="https://www.kaggle.com/c/yelp-restaurant-photo-classification">Yelp classification challenge</a>.</li>
</ul>
</p>

For models, ConvNets have been successfully used in a variety of computer vision tasks. This type of projects would involve understanding the state-of-the-art vision models, and building new models or improving existing models for a vision task. The list below presents some papers on recent advances of ConvNets in the computer vision community.

We also provide a list of popular computer vision datasets:

Grading Policy

This information will be added soon.

Some Example Projects

Projects at VAL, by the present PhD. students will be added to this google doc. Link to Google Doc

Projects in a similar course at Stanford has been listed here. These can help guide you.

Acknowledgement

Material from CS231n has been used for preparing this page, as well as the basic course material.