Difference between revisions of "Private:copyDetection: Notes"

From NMSL
(New page: == Video Copy Detection using Optical Flow == * any previous work? == 3D Video Copy Detection == * ideas, previous works?)
 
Line 1: Line 1:
 +
== Video Copy Detection ==
  
== Video Copy Detection using Optical Flow ==
+
'''Early Idea'''
  
* any previous work?
+
* Collect large set of videos (may be from TREC)
 +
 
 +
* Extract local features (e.g., SIFT) from I frames
 +
 
 +
* Cluster these features into K clusters using for example K-means method (need to try for different values of K)
 +
 
 +
* To create signatures
 +
 
 +
** Divide a video into groups (may be GOP)
 +
** Extract local features from I frames
 +
** Map these features to the K clusters (prob value for each cluster)
 +
 
 +
* Extract motion vectors from
  
  

Revision as of 13:20, 28 December 2010

Video Copy Detection

Early Idea

  • Collect large set of videos (may be from TREC)
  • Extract local features (e.g., SIFT) from I frames
  • Cluster these features into K clusters using for example K-means method (need to try for different values of K)
  • To create signatures
    • Divide a video into groups (may be GOP)
    • Extract local features from I frames
    • Map these features to the K clusters (prob value for each cluster)
  • Extract motion vectors from


3D Video Copy Detection

  • ideas, previous works?