ganler / ResearchReading

General system research material (not limited to paper) reading notes.
GNU General Public License v3.0
20 stars 1 forks source link

[VLDB'20] Panorama: A Data System for Unbounded Vocabulary Querying over Video #15

Closed ganler closed 3 years ago

ganler commented 4 years ago

Project Home Page: https://adalabucsd.github.io/panorama.html

ganler commented 3 years ago

Vocabulary

e.g., GoogleNetCar can recognize cars in over 400 species.

In-vocabulary recognition: There're pre-trained models to recognize a specific kind of object. Out-vocab recognition: No model specifically trained for that.

Challenge

Traditional Approach

Use expertise & re-training for an extension.

Panorama

Use PanoromaNet as a substitute for the black-box model( with extended vocabulary).

Contrib.

image

Conclusion

Not too many system insights, but AI stuffs.