• ASSIGNMENT SESSION 2

    Dropbox Use Case

     

    Dropbox is a company that hosts files in the cloud, for companies and individuals, like an online hard drive available from anywhere - Google Drive or BOX are direct competitors. The files have to be fast and easy to access.

     

    Read carefully the Dropbox use case below, of the implementation from scratch to deployment of a new machine learning system. You can then answer the questions below to the best of your ability.

     

    https://blogs.dropbox.com/tech/2017/04/creating-a-modern-ocr-pipeline-using-computer-vision-and-deep-learning/

     

    QUESTIONS:

    1. What is the category of the task accomplished by an OCR? Classification, Regression, Clustering…
    2. What are the inputs and outputs of an OCR? In other words, what is the task accomplished
    3. How would you go with training an OCR? In other words, what type of data would you use? How would you enrich it?
    4. What is the name of the models that have been used? No need to know how they work...
    5. What were the tradeoffs considered between old, off-the-shelf existing commercial solutions and creating an in-house OCR?
    6. How did Dropbox gather the data? What are the strategies used?
    7. Dropbox actually refined the task of the OCR to three subtasks. What are the characteristics of those subtasks? experience (annotated data), performance measure, input / output, model used, category of task (classification, regression, etc)
    8. Name and describe three problems encountered when putting the system end to end, and in production with the refinements
    9. The Dropbox team made heavy use of precision and recall to evaluate their system. In terms of cost and user experience, do you think both should be maximised? Or one should be preferred over the other.