1 / 5

Crowdsourcing Using SIS

Crowdsourcing Using SIS. Duncan Yung. Crowdsourcing. Example: Find the lowest price of a product Distribute the task to different workers. Workers submit answers. Return the lowest price when timeout. Crowdsourcing using SIS. Example: Find the lowest price of a product

fauna
Télécharger la présentation

Crowdsourcing Using SIS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Crowdsourcing Using SIS Duncan Yung

  2. Crowdsourcing • Example: Find the lowest price of a product • Distribute the task to different workers. • Workers submit answers. • Return the lowest price when timeout.

  3. Crowdsourcing using SIS • Example: Find the lowest price of a product • Distribute the task to different workers with the current lowest price. • Workers submit answers. • If answer < current lowest price • Current lowest price = answer • Return intermediate lowest price • Go back to step 1 • Advantages of using SIS • Offer intermediate solution! • Improve solution quality by providing hints to workers!

  4. Contributions • Formal Definition of Integrative Crowdsourcing using SIS • Cycle 1 [enumeration, adaptation, elimination]: guard[1,2] P0 –enum<P1+adap=P2->elim-P3 where • Cycle 2 [concentration]: guard[2,1] P3>conc=P4 where • Generalize characteristics of problems that are suitable for crowdsourcing using SIS. (in the report)

  5. Demo

More Related