Skip to content

PARC-projects/video-query-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Query Home

Software for agile example-driven search of video datasets.

How it works: The user provides an example of a video clip of interest, and the software searches for and returns examples of similar clips. The user then gives feedback on which results match the user's intended search goal. Based on the user's feedback, the software performs another round of search. After a reasonable number of rounds, the design intent is for the software to be able to query the entire dataset for all matching clips and achieve a high degree of accuracy.

The collaborative search approach is more agile than conventional supervised learning of video actions. It does not require an upfront specification of the actions of interest, nor a large upfront investment in labeling data. The collaborative search can also help a user discern what aspects of the video clips are important to match, since the user can experiment while giving feedback.

Example: Click here

Overview of Project: The front end is an Angular 6.x web application. It calls the RESTful Video Query API, which uses Video Query Algorithms to perform deep learning calculations. The API can also be used independently of the front end.

image

Brief description of search algorithm: The search algorithm uses embedded features from an ensemble of deep neural networks pre-trained on UCF-101 data using the Temporal Segment Networks approach (1). Similiarities of clips are quantified by computing dot products of embedded feature vectors for the example clips and possible matches. For a more detailed description of the Video Query algorithms, please see the reference TBD arxiv pdf.

(1) Wang, Limin, Yuanjun Xiong, Zhe Wang, Yu Qiao, Dahua Lin, Xiaoou Tang, and Luc Van Gool. "Temporal segment networks: Towards good practices for deep action recognition." In European Conference on Computer Vision, pp. 20-36. Springer, Cham, 2016.

Acknowledgement: This project was funded in part by the US Department of Transportation Federal Highway Administration Exploratory Advanced Research Award DTFH6115H00006, with cost sharing by the Palo Alto Research Center.

Getting Started

To get started, clone the repositories for the front end, API, and algorithms servers. Then go to the Wiki for detailed instruction.

Wiki

For detailed instruction on how to utilize this project, please have a look at our Wiki

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Credits

Include a citation for a paper when we publish one. For now: If you find this repository useful, please cite https://github.com/PARC-projects/video-query-home.

Project team

Software development:

Algorithm development by Frank Torres, Matthew Shreve, Gaurang Ganguli and Hoda Eldardiry.

License

Copyright (C) 2018 Palo Alto Research Center, Inc.

This program is free software for non-commercial uses: you can redistribute it and/or modify it under the terms of the Aladdin Free Public License - see the LICENSE.md file for details.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If this license does not meet your needs, please submit an Issue on github with your contact information and institution, or email engage@parc.com, so we can discuss how to meet your needs.

About

Software for agile example-driven search of video datasets

Resources

License

Stars

Watchers

Forks

Packages

No packages published