[Work Log] Work Log

November 05, 2014

Met with Kobus and Andrew regarding the seed counting task. Andrew summarized the current state of the project. We have foreground-background segmentation in octave, and it seems to work well in the easy cases. If I understand correctly he has some code to match possible exemplars with an example exemplar, using an affine transform to try to align them. Given this set of aligned exemplars, a shape model could be learned for more sophisticated analysis.

Kobus outline a strategy for generating a "heatmap" for data-driven proposals:

  1. find edgelets
  2. for each edgelet, try matching to the contour of an exemplar. If it matches well, add a "vote" to the pixel where that exemplar wouid appear (or rather it's centroid). Could give partial votes for partial matches. Could give weaker votes to shorter edges.

Possible things to show for 10m talk:

  1. pipeline: thresholding, interactive edge extraction tool.
  2. a sketch of the algorithm
  3. preliminary results

Talk outline:

  1. outlining the problem, show example image
  2. its difficulties, show example image,
  3. what has been done, show thresholding,
  4. motivate planned work: exemplar model implies a large search space
  5. what is planned to be done, and motivation for that plan.
  6. current progress

Summarizing the "motivation" step: searching the entire image over the entire space shape (including the number of shapes) is an exponentially growing problem. Need a set of good candidates. Our "exemplar map" could be a good way to reduce the search space by only considering locations where the seed is likely to appear.

Andrew provided some resources that could help

To do before CVPR is over:

After CVPR:

Other thoughts

Posted by Kyle Simek
blog comments powered by Disqus