SlideShare a Scribd company logo
THE HUMAN FACE OF AI:
HOW COLLECTIVE AND
AUGMENTED INTELLIGENCE
CAN HELP SOLVE SOCIETAL
PROBLEMS
Elena Simperl
ACM-W UK, June 2020
@esimperl
AUGMENTED
INTELLIGENCE
Human-centred design paradigm for systems
that utilise artificial intelligence (AI)
People and AI work together to enhance
cognitive performance, support decision
making and create new experiences
AI DEPENDS
ON PEOPLE
Applications require more or better data e.g.
from mobile or IoT devices
Machine learning algorithms learn from
human labellers
Knowledge-based AI approaches acquire
domain knowledge from people
AI BENEFITS
FROM
COLLECTIVE
INTELLIGENCE
Collective intelligence (CI) emerges when
groups or communities come together,
implicitly or explicitly, to achieve a common
goal
CI techniques help AI applications design and
manage interactions with people
In human computation a machine performs a
function by outsourcing some steps to people
How do we design
systems that bring
together human,
collective &
computational
intelligence
IN THIS TALK
Design patterns for socio-
technical systems
Socio-technical challenges
when defining and applying
the patterns
Directions for future research
EXAMPLE:
SUPPORTING DISASTER RELIEF
Human computation has provided huge advances to
disaster relief efforts
 40,000 independent reports mapped through Ushahidi after
Haiti earthquake
Crisis teams sift through large volumes of
crowdsourced reports from social media and other
sources
Volunteer efforts predominantly limited to initial
phase of recovery
Human interest and effort often fails before later
stages of process
CHALLENGE:
MAKING CROWDSOURCING SUSTAINABLE
Learning
Engagement
TASK ALLOCATION
EXPERIMENT
Increase learning and engagement by ordering
tasks by difficulty or similar content
Public dataset of tweet URLs about hurricanes
Harvey, Irma and Maria, curated manually to 2000
tweets, 1000 text-only, 1000 with images
People were asked to classify tweets to help
recovery teams process social media reports
Recruitment via Amazon’s Mechanical Turk
Labels train machine learning classifiers
TASK DESIGN
Presented participants with disaster relief tweets
(text or text + image)
Participants asked to:
 Classify text based on content
 Rate task according to difficulty
Three conditions:
 Random baseline
 Difficult tweets
 Easy tweets
Monitored accuracy of responses
FINDINGS
Accuracy influenced by difficulty
 Text: Weak association when comparing easy and difficult
clusters
 Images: Strong association when comparing difficult and random
clusters
No significant association between difficulty and
volume of completed tasks
Only 30% of workers completed more than one task
FEEDBACK EXPERIMENT
Two forms of feedback
 Expert feedback (using gold standard)
 Crowd feedback (randomly selected)
Workflow:
 Participant gives answer
 Prompted with pre-existing answer and offered chance to
edit
 Asked to explain decision
Monitored decisions and justifications
FINDINGS
Participants generally poor at taking feedback into
account:
 57% of workers felt expert feedback matched their responses
(only 7% did)
 36% of workers felt crowd feedback matched (only 4% did)
Participants presented with crowd feedback more
likely to change their answer in response (41% vs
26%)
Also more likely to deem presented feedback from
crowd as incorrect than from experts (22% vs 16%)
FUTURE WORK
Difficulty impacts accuracy, but not
engagement
Participants struggled with more
complex tasks
Significant support required for
maximum accuracy
Generic feedback not sufficient –
more personalised support required,
resource-intensive
EXAMPLE:
URBAN AUDITING
ON DEMAND
Urban datasets are often out-of-
date
 Survey methodologies: expensive,
error-prone, no validation
 VGI (e.g. OpenStreetMap): no
control over data updates,
coverage etc.
Online tool using paid microtask
crowdsourcing
 Uses digital street view imagery
 Task performed remotely
 Participants recruited from online
marketplaces
VIRTUAL CITY EXPLORER
QROWD-POI.HEROKUAPP.COM/
Urban planner defines an area
and the instructions for the
participants
Participants explore an area
virtually and identify points of
interest
Urban planner monitors task
execution, quality and rewards
CHALLENGE:
CROWDSOURCING DESIGN
TASK DESIGN DATA QUALITY INCENTIVES FAIRNESS
EXPERIMENT: CYCLING TRENTO & NANTES
150 participants per city, random starting positions
5 PoIs (bike racks) per participant for $0.15
Total cost per city: $45 (7 days)
Mixed methods approach, including metrics and
manual inspection
 RQ1: Feasibility and precision as task progresses
 RQ2: Completeness (overlap with benchmark datasets)
 RQ3: Coverage (percentage of visited nodes on explorable path)
 RQ4: Crowd experience (interface errors triggered, number of
escapes)
Trento Nantes
Area 0.347km2 0.336km2
Nodes 906 1177
Explorable
distance
9127m 12104m
StreetView
coverage
93% 92%
RQ1: TASK FEASIBILITY AND PRECISION AS TASK PROGRESSES
UX supports discovery
of PoIs
Photoshoot paradigm
and triangulation
method help identify
low-quality answers
Precision drops as all
PoIs are submitted
RQ2: DATA COMPLETENESS
Approach complements existing
data sources and is able to find
new PoIs
Highly customisable (area of
interest, budget, questions, timing)
52
54
RQ3: COVERAGE OF THE
DESIGNATED AREA
Approach achieves high coverage of the
area of interest
Some parts of the map are visited more
often than others (resources)
Black dots are points on StreetView that
are difficult to explore
RQ4: CROWD EXPERIENCE
Most participants were able to complete
their tasks without any incidents. Some did
not manage to triangulate or stepped
outside of the designated area
Positive feedback, fair payment, despite
taboo mechanism. Small percentage submit
some data and dropped out.
Most participants who dropped out did not
seem to try to complete the task
FINDINGS
VCE adds value to urban auditing methods
 Accuracy comparable to OpenStreetMap, easier to
manage than VGI
 Additional resources upon demand (at a cost)
Free exploration achieves good coverage
Taboo mechanism helps reduce costs and avoid
duplicated work
FUTURE WORK
Allocating starting positions: randomly, centre, to confirm item, to cover new
area etc.
Coordinating among participants: map showing progress of other participants
Understanding the impact of urban topology on feasibility, accuracy,
coverage
Direct comparisons with other approaches
Hybrid workflows with crowds on the ground and online
EXAMPLE:
UNDERSTANDING MOBILITY
PATTERNS
City planners lack detailed mobility
information about their residents
Human-AI workflow
Bespoke app for data collection
Combination of symbolic and numerical ML
classifiers to match trip segments to modes of
transport
Active learning approach to ask travellers to
validate trips the machine is unsure about
CHALLENGE:
USER EXPERIENCE
Iterative UX development via citizen lab to improve
journey data and ML predictions
Lab and field studies with 250+ participants
CHALLENGE:
ASSESSING THE QUALITY OF THE DATA
Naïve model assumes people will notice and correct errors in journeys detected by the
algorithm
Is this true? If not, can we detect errors and estimate residual error rate?
Are people employing specific ‘strategies’ to check and correct journeys?
EXPERIMENT DESIGN
No independent ground truth!
Inject artificial errors and measure if
they are corrected
Assume artificial errors are not
accidental corrections
Use ratio of discovered natural
errors to discovered artificial errors
to estimate initial and residual
natural error rate
Assume natural errors are comparable
to artificial ones and people are not
adding new errors (‘mis-corrections’)
EXPERIMENT DESIGN (2)
10 participants, ~5 journeys per participant, from Google Timelines (KML)
Pre-process to add artificial errors in four classes:
Under- or over-segmentation
Bad mode
Bad point (100/400m GPS point move)
Score. Manual process, tool supported
PRELIMINARY FINDINGS:
MORE RESEARCH NEEDED INTO DATA COLLECTION
METHODOLOGIES FOR ML
Errors can be corrected
Errors can mislead
Errors can persist
A range of complex cases
How do we design systems that
bring together human, collective &
computational intelligence
Mix of CI approaches
Iterative UX design
Methods to assess data quality and
improve human-AI interactions
Aligned motivation and incentives
THANKS TO LUIS-DANIEL IBÁÑEZ, EDDY
MADDALENA, RICHARD GOMER, NEAL REEVES,
THE QROWD PROJECT, NESTA AND THE
EUROPEAN COMMISSION
@esimperl
Maddalena, E., Ibáñez, L.D. and Simperl, E., 2020. On the mapping of
Points of Interest through StreetView imagery and paid crowdsourcing. To
appear in ACM TIST.
qrowd-poi.herokuapp.com
Nesta, June 2020. Combining Crowds and Machines: Experiments in
collective intelligence design 1.0. nesta.org.uk/report/combining-crowds-
and-machines/
Nesta, June 2020. Collective intelligence grants 1.0.
nesta.org.uk/feature/collective-intelligence-grants/

More Related Content

What's hot

Are our knowledge graphs trustworthy?
Are our knowledge graphs trustworthy?Are our knowledge graphs trustworthy?
Are our knowledge graphs trustworthy?
Elena Simperl
 
A Semantics-based Approach to Machine Perception
A Semantics-based Approach to Machine PerceptionA Semantics-based Approach to Machine Perception
A Semantics-based Approach to Machine PerceptionCory Andrew Henson
 
Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...
Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...
Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...
Artificial Intelligence Institute at UofSC
 
Smart Data - How you and I will exploit Big Data for personalized digital hea...
Smart Data - How you and I will exploit Big Data for personalized digital hea...Smart Data - How you and I will exploit Big Data for personalized digital hea...
Smart Data - How you and I will exploit Big Data for personalized digital hea...
Amit Sheth
 
Reality Mining
Reality MiningReality Mining
Reality Mining
CI&T
 
EU FP7 CityPulse Project
EU FP7 CityPulse ProjectEU FP7 CityPulse Project
EU FP7 CityPulse Project
CityPulse Project
 
What's up at Kno.e.sis?
What's up at Kno.e.sis? What's up at Kno.e.sis?
What's up at Kno.e.sis?
Amit Sheth
 
Reality Mining (Nathan Eagle)
Reality Mining (Nathan Eagle)Reality Mining (Nathan Eagle)
Reality Mining (Nathan Eagle)Jan Sifra
 
Big Data Analytics : A Social Network Approach
Big Data Analytics : A Social Network ApproachBig Data Analytics : A Social Network Approach
Big Data Analytics : A Social Network Approach
Andry Alamsyah
 
The NEEDS vs. the WANTS in IoT
The NEEDS vs. the WANTS in IoTThe NEEDS vs. the WANTS in IoT
The NEEDS vs. the WANTS in IoT
Prasant Misra
 
Engines of Order. Social Media and the Rise of Algorithmic Knowing.
Engines of Order. Social Media and the Rise of Algorithmic Knowing.Engines of Order. Social Media and the Rise of Algorithmic Knowing.
Engines of Order. Social Media and the Rise of Algorithmic Knowing.
Bernhard Rieder
 
SP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiSP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with Gephi
John Breslin
 
Challenges in Analytics for BIG Data
Challenges in Analytics for BIG DataChallenges in Analytics for BIG Data
Challenges in Analytics for BIG Data
Prasant Misra
 
Tweets are Not Created Equal. Intersecting Devices in the 1% Sample
Tweets are Not Created Equal. Intersecting Devices in the 1% SampleTweets are Not Created Equal. Intersecting Devices in the 1% Sample
Tweets are Not Created Equal. Intersecting Devices in the 1% Sample
Bernhard Rieder
 
Platforms and Analytical Gestures
Platforms and Analytical GesturesPlatforms and Analytical Gestures
Platforms and Analytical Gestures
Bernhard Rieder
 
Data Discovery and Visualization
Data Discovery and VisualizationData Discovery and Visualization
Data Discovery and Visualization
Dr. Neil Brittliff
 
Big data divided (24 march2014)
Big data divided (24 march2014)Big data divided (24 march2014)
Big data divided (24 march2014)
Han Woo PARK
 
E psi open data - rejseplanen
E psi   open data - rejseplanenE psi   open data - rejseplanen
E psi open data - rejseplanenePSI Platform
 
Big Data Social Network Analysis
Big Data Social Network AnalysisBig Data Social Network Analysis
Big Data Social Network Analysis
Chamin Nalinda Loku Gam Hewage
 
From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?
Bernhard Rieder
 

What's hot (20)

Are our knowledge graphs trustworthy?
Are our knowledge graphs trustworthy?Are our knowledge graphs trustworthy?
Are our knowledge graphs trustworthy?
 
A Semantics-based Approach to Machine Perception
A Semantics-based Approach to Machine PerceptionA Semantics-based Approach to Machine Perception
A Semantics-based Approach to Machine Perception
 
Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...
Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...
Data Processing and Semantics for Advanced Internet of Things (IoT) Applicati...
 
Smart Data - How you and I will exploit Big Data for personalized digital hea...
Smart Data - How you and I will exploit Big Data for personalized digital hea...Smart Data - How you and I will exploit Big Data for personalized digital hea...
Smart Data - How you and I will exploit Big Data for personalized digital hea...
 
Reality Mining
Reality MiningReality Mining
Reality Mining
 
EU FP7 CityPulse Project
EU FP7 CityPulse ProjectEU FP7 CityPulse Project
EU FP7 CityPulse Project
 
What's up at Kno.e.sis?
What's up at Kno.e.sis? What's up at Kno.e.sis?
What's up at Kno.e.sis?
 
Reality Mining (Nathan Eagle)
Reality Mining (Nathan Eagle)Reality Mining (Nathan Eagle)
Reality Mining (Nathan Eagle)
 
Big Data Analytics : A Social Network Approach
Big Data Analytics : A Social Network ApproachBig Data Analytics : A Social Network Approach
Big Data Analytics : A Social Network Approach
 
The NEEDS vs. the WANTS in IoT
The NEEDS vs. the WANTS in IoTThe NEEDS vs. the WANTS in IoT
The NEEDS vs. the WANTS in IoT
 
Engines of Order. Social Media and the Rise of Algorithmic Knowing.
Engines of Order. Social Media and the Rise of Algorithmic Knowing.Engines of Order. Social Media and the Rise of Algorithmic Knowing.
Engines of Order. Social Media and the Rise of Algorithmic Knowing.
 
SP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiSP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with Gephi
 
Challenges in Analytics for BIG Data
Challenges in Analytics for BIG DataChallenges in Analytics for BIG Data
Challenges in Analytics for BIG Data
 
Tweets are Not Created Equal. Intersecting Devices in the 1% Sample
Tweets are Not Created Equal. Intersecting Devices in the 1% SampleTweets are Not Created Equal. Intersecting Devices in the 1% Sample
Tweets are Not Created Equal. Intersecting Devices in the 1% Sample
 
Platforms and Analytical Gestures
Platforms and Analytical GesturesPlatforms and Analytical Gestures
Platforms and Analytical Gestures
 
Data Discovery and Visualization
Data Discovery and VisualizationData Discovery and Visualization
Data Discovery and Visualization
 
Big data divided (24 march2014)
Big data divided (24 march2014)Big data divided (24 march2014)
Big data divided (24 march2014)
 
E psi open data - rejseplanen
E psi   open data - rejseplanenE psi   open data - rejseplanen
E psi open data - rejseplanen
 
Big Data Social Network Analysis
Big Data Social Network AnalysisBig Data Social Network Analysis
Big Data Social Network Analysis
 
From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?
 

Similar to The human face of AI: how collective and augmented intelligence can help solve societal problems

Work completion seminar defence
Work completion seminar defenceWork completion seminar defence
Work completion seminar defence
Mahdi Babaei
 
Qrowd and the city: designing people-centric smart cities
Qrowd and the city: designing people-centric smart citiesQrowd and the city: designing people-centric smart cities
Qrowd and the city: designing people-centric smart cities
Elena Simperl
 
Data Quality and Neogeography
Data Quality and NeogeographyData Quality and Neogeography
Data Quality and Neogeography
mdob
 
Explainable AI for non-expert users
Explainable AI for non-expert usersExplainable AI for non-expert users
Explainable AI for non-expert users
Katrien Verbert
 
A Server-Assigned Crowdsourcing Framework
A Server-Assigned Crowdsourcing FrameworkA Server-Assigned Crowdsourcing Framework
A Server-Assigned Crowdsourcing Framework
University of Southern California
 
PhD Defence: Leveraging sensing-based interaction for supporting reflection a...
PhD Defence: Leveraging sensing-based interaction for supporting reflection a...PhD Defence: Leveraging sensing-based interaction for supporting reflection a...
PhD Defence: Leveraging sensing-based interaction for supporting reflection a...
Simone Mora
 
SOTMEU 2011 - OSM Potlatch2 Usability Evaluation
SOTMEU 2011 - OSM Potlatch2 Usability EvaluationSOTMEU 2011 - OSM Potlatch2 Usability Evaluation
SOTMEU 2011 - OSM Potlatch2 Usability Evaluation
Patrick Weber
 
UI/UX/UCD
UI/UX/UCDUI/UX/UCD
UI/UX/UCD
Alissa Ampezzan
 
Towards Collaboration Translucence: Giving Meaning to Multimodal Group Data
Towards Collaboration Translucence: Giving Meaning to Multimodal Group DataTowards Collaboration Translucence: Giving Meaning to Multimodal Group Data
Towards Collaboration Translucence: Giving Meaning to Multimodal Group Data
Simon Buckingham Shum
 
Human-centered AI: how can we support end-users to interact with AI?
Human-centered AI: how can we support end-users to interact with AI?Human-centered AI: how can we support end-users to interact with AI?
Human-centered AI: how can we support end-users to interact with AI?
Katrien Verbert
 
Human-centered AI: how can we support lay users to understand AI?
Human-centered AI: how can we support lay users to understand AI?Human-centered AI: how can we support lay users to understand AI?
Human-centered AI: how can we support lay users to understand AI?
Katrien Verbert
 
Brightfind world usability day 2016 full deck final
Brightfind world usability day 2016   full deck finalBrightfind world usability day 2016   full deck final
Brightfind world usability day 2016 full deck final
Brightfind
 
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORINGMACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
VisionGEOMATIQUE2014
 
Intranet Usability Testing
Intranet Usability TestingIntranet Usability Testing
Intranet Usability Testing
John Sorflaten, PhD, CUXP
 
Real Life Machine Learning Case on Mobile Advertisement
Real Life Machine Learning Case on Mobile AdvertisementReal Life Machine Learning Case on Mobile Advertisement
Real Life Machine Learning Case on Mobile Advertisement
şadi şeker
 
Dobson presentation nys geo summit for slideshare
Dobson presentation nys geo summit for slideshareDobson presentation nys geo summit for slideshare
Dobson presentation nys geo summit for slideshare
mdob
 
Corso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBus
Corso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBusCorso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBus
Corso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBus
Alessandro Longo
 
Crowdsourcing Approaches for Smart City Open Data Management
Crowdsourcing Approaches for Smart City Open Data ManagementCrowdsourcing Approaches for Smart City Open Data Management
Crowdsourcing Approaches for Smart City Open Data Management
Edward Curry
 
Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...
Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...
Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...
Technological Ecosystems for Enhancing Multiculturality
 
Crowdsourcing Linked Data Quality Assessment
Crowdsourcing Linked Data Quality AssessmentCrowdsourcing Linked Data Quality Assessment
Crowdsourcing Linked Data Quality Assessment
Amrapali Zaveri, PhD
 

Similar to The human face of AI: how collective and augmented intelligence can help solve societal problems (20)

Work completion seminar defence
Work completion seminar defenceWork completion seminar defence
Work completion seminar defence
 
Qrowd and the city: designing people-centric smart cities
Qrowd and the city: designing people-centric smart citiesQrowd and the city: designing people-centric smart cities
Qrowd and the city: designing people-centric smart cities
 
Data Quality and Neogeography
Data Quality and NeogeographyData Quality and Neogeography
Data Quality and Neogeography
 
Explainable AI for non-expert users
Explainable AI for non-expert usersExplainable AI for non-expert users
Explainable AI for non-expert users
 
A Server-Assigned Crowdsourcing Framework
A Server-Assigned Crowdsourcing FrameworkA Server-Assigned Crowdsourcing Framework
A Server-Assigned Crowdsourcing Framework
 
PhD Defence: Leveraging sensing-based interaction for supporting reflection a...
PhD Defence: Leveraging sensing-based interaction for supporting reflection a...PhD Defence: Leveraging sensing-based interaction for supporting reflection a...
PhD Defence: Leveraging sensing-based interaction for supporting reflection a...
 
SOTMEU 2011 - OSM Potlatch2 Usability Evaluation
SOTMEU 2011 - OSM Potlatch2 Usability EvaluationSOTMEU 2011 - OSM Potlatch2 Usability Evaluation
SOTMEU 2011 - OSM Potlatch2 Usability Evaluation
 
UI/UX/UCD
UI/UX/UCDUI/UX/UCD
UI/UX/UCD
 
Towards Collaboration Translucence: Giving Meaning to Multimodal Group Data
Towards Collaboration Translucence: Giving Meaning to Multimodal Group DataTowards Collaboration Translucence: Giving Meaning to Multimodal Group Data
Towards Collaboration Translucence: Giving Meaning to Multimodal Group Data
 
Human-centered AI: how can we support end-users to interact with AI?
Human-centered AI: how can we support end-users to interact with AI?Human-centered AI: how can we support end-users to interact with AI?
Human-centered AI: how can we support end-users to interact with AI?
 
Human-centered AI: how can we support lay users to understand AI?
Human-centered AI: how can we support lay users to understand AI?Human-centered AI: how can we support lay users to understand AI?
Human-centered AI: how can we support lay users to understand AI?
 
Brightfind world usability day 2016 full deck final
Brightfind world usability day 2016   full deck finalBrightfind world usability day 2016   full deck final
Brightfind world usability day 2016 full deck final
 
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORINGMACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
 
Intranet Usability Testing
Intranet Usability TestingIntranet Usability Testing
Intranet Usability Testing
 
Real Life Machine Learning Case on Mobile Advertisement
Real Life Machine Learning Case on Mobile AdvertisementReal Life Machine Learning Case on Mobile Advertisement
Real Life Machine Learning Case on Mobile Advertisement
 
Dobson presentation nys geo summit for slideshare
Dobson presentation nys geo summit for slideshareDobson presentation nys geo summit for slideshare
Dobson presentation nys geo summit for slideshare
 
Corso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBus
Corso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBusCorso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBus
Corso Interazione Uomo Macchina e Sviluppo Applicazioni Mobile - GoBus
 
Crowdsourcing Approaches for Smart City Open Data Management
Crowdsourcing Approaches for Smart City Open Data ManagementCrowdsourcing Approaches for Smart City Open Data Management
Crowdsourcing Approaches for Smart City Open Data Management
 
Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...
Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...
Applying Commercial Computer Vision Tools to Cope with Uncertainties in a Cit...
 
Crowdsourcing Linked Data Quality Assessment
Crowdsourcing Linked Data Quality AssessmentCrowdsourcing Linked Data Quality Assessment
Crowdsourcing Linked Data Quality Assessment
 

More from Elena Simperl

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
This talk was not generated with ChatGPT: how AI is changing science
This talk was not generated with ChatGPT: how AI is changing scienceThis talk was not generated with ChatGPT: how AI is changing science
This talk was not generated with ChatGPT: how AI is changing science
Elena Simperl
 
Knowledge graph use cases in natural language generation
Knowledge graph use cases in natural language generationKnowledge graph use cases in natural language generation
Knowledge graph use cases in natural language generation
Elena Simperl
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
The web of data: how are we doing so far
The web of data: how are we doing so farThe web of data: how are we doing so far
The web of data: how are we doing so far
Elena Simperl
 
What Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineeringWhat Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineering
Elena Simperl
 
Open government data portals: from publishing to use and impact
Open government data portals: from publishing to use and impactOpen government data portals: from publishing to use and impact
Open government data portals: from publishing to use and impact
Elena Simperl
 
Ten myths about knowledge graphs.pdf
Ten myths about knowledge graphs.pdfTen myths about knowledge graphs.pdf
Ten myths about knowledge graphs.pdf
Elena Simperl
 
What Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineeringWhat Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineering
Elena Simperl
 
Data commons and their role in fighting misinformation.pdf
Data commons and their role in fighting misinformation.pdfData commons and their role in fighting misinformation.pdf
Data commons and their role in fighting misinformation.pdf
Elena Simperl
 
Pie chart or pizza: identifying chart types and their virality on Twitter
Pie chart or pizza: identifying chart types and their virality on TwitterPie chart or pizza: identifying chart types and their virality on Twitter
Pie chart or pizza: identifying chart types and their virality on Twitter
Elena Simperl
 
Qrowd and the city
Qrowd and the cityQrowd and the city
Qrowd and the city
Elena Simperl
 
Inclusive cities: a crowdsourcing approach
Inclusive cities: a crowdsourcing approachInclusive cities: a crowdsourcing approach
Inclusive cities: a crowdsourcing approach
Elena Simperl
 
Loops of humans and bots in Wikidata
Loops of humans and bots in WikidataLoops of humans and bots in Wikidata
Loops of humans and bots in Wikidata
Elena Simperl
 
Making transport smarter, leveraging the human factor
Making transport smarter, leveraging the human factorMaking transport smarter, leveraging the human factor
Making transport smarter, leveraging the human factor
Elena Simperl
 
Data storytelling
Data storytelling Data storytelling
Data storytelling
Elena Simperl
 
Quality and collaboration in Wikidata
Quality and collaboration in WikidataQuality and collaboration in Wikidata
Quality and collaboration in Wikidata
Elena Simperl
 
Beyond monetary incentives: experiments with paid microtasks
Beyond monetary incentives: experiments with paid microtasksBeyond monetary incentives: experiments with paid microtasks
Beyond monetary incentives: experiments with paid microtasks
Elena Simperl
 
The Data Pitch call
The Data Pitch callThe Data Pitch call
The Data Pitch call
Elena Simperl
 

More from Elena Simperl (20)

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
This talk was not generated with ChatGPT: how AI is changing science
This talk was not generated with ChatGPT: how AI is changing scienceThis talk was not generated with ChatGPT: how AI is changing science
This talk was not generated with ChatGPT: how AI is changing science
 
Knowledge graph use cases in natural language generation
Knowledge graph use cases in natural language generationKnowledge graph use cases in natural language generation
Knowledge graph use cases in natural language generation
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
The web of data: how are we doing so far
The web of data: how are we doing so farThe web of data: how are we doing so far
The web of data: how are we doing so far
 
What Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineeringWhat Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineering
 
Open government data portals: from publishing to use and impact
Open government data portals: from publishing to use and impactOpen government data portals: from publishing to use and impact
Open government data portals: from publishing to use and impact
 
Ten myths about knowledge graphs.pdf
Ten myths about knowledge graphs.pdfTen myths about knowledge graphs.pdf
Ten myths about knowledge graphs.pdf
 
What Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineeringWhat Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineering
 
Data commons and their role in fighting misinformation.pdf
Data commons and their role in fighting misinformation.pdfData commons and their role in fighting misinformation.pdf
Data commons and their role in fighting misinformation.pdf
 
Pie chart or pizza: identifying chart types and their virality on Twitter
Pie chart or pizza: identifying chart types and their virality on TwitterPie chart or pizza: identifying chart types and their virality on Twitter
Pie chart or pizza: identifying chart types and their virality on Twitter
 
Qrowd and the city
Qrowd and the cityQrowd and the city
Qrowd and the city
 
Inclusive cities: a crowdsourcing approach
Inclusive cities: a crowdsourcing approachInclusive cities: a crowdsourcing approach
Inclusive cities: a crowdsourcing approach
 
Loops of humans and bots in Wikidata
Loops of humans and bots in WikidataLoops of humans and bots in Wikidata
Loops of humans and bots in Wikidata
 
Making transport smarter, leveraging the human factor
Making transport smarter, leveraging the human factorMaking transport smarter, leveraging the human factor
Making transport smarter, leveraging the human factor
 
Data storytelling
Data storytelling Data storytelling
Data storytelling
 
Quality and collaboration in Wikidata
Quality and collaboration in WikidataQuality and collaboration in Wikidata
Quality and collaboration in Wikidata
 
Beyond monetary incentives: experiments with paid microtasks
Beyond monetary incentives: experiments with paid microtasksBeyond monetary incentives: experiments with paid microtasks
Beyond monetary incentives: experiments with paid microtasks
 
The Data Pitch call
The Data Pitch callThe Data Pitch call
The Data Pitch call
 

Recently uploaded

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 

Recently uploaded (20)

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 

The human face of AI: how collective and augmented intelligence can help solve societal problems

  • 1. THE HUMAN FACE OF AI: HOW COLLECTIVE AND AUGMENTED INTELLIGENCE CAN HELP SOLVE SOCIETAL PROBLEMS Elena Simperl ACM-W UK, June 2020 @esimperl
  • 2. AUGMENTED INTELLIGENCE Human-centred design paradigm for systems that utilise artificial intelligence (AI) People and AI work together to enhance cognitive performance, support decision making and create new experiences
  • 3. AI DEPENDS ON PEOPLE Applications require more or better data e.g. from mobile or IoT devices Machine learning algorithms learn from human labellers Knowledge-based AI approaches acquire domain knowledge from people
  • 4. AI BENEFITS FROM COLLECTIVE INTELLIGENCE Collective intelligence (CI) emerges when groups or communities come together, implicitly or explicitly, to achieve a common goal CI techniques help AI applications design and manage interactions with people In human computation a machine performs a function by outsourcing some steps to people
  • 5. How do we design systems that bring together human, collective & computational intelligence
  • 6. IN THIS TALK Design patterns for socio- technical systems Socio-technical challenges when defining and applying the patterns Directions for future research
  • 7. EXAMPLE: SUPPORTING DISASTER RELIEF Human computation has provided huge advances to disaster relief efforts  40,000 independent reports mapped through Ushahidi after Haiti earthquake Crisis teams sift through large volumes of crowdsourced reports from social media and other sources Volunteer efforts predominantly limited to initial phase of recovery Human interest and effort often fails before later stages of process
  • 9. TASK ALLOCATION EXPERIMENT Increase learning and engagement by ordering tasks by difficulty or similar content Public dataset of tweet URLs about hurricanes Harvey, Irma and Maria, curated manually to 2000 tweets, 1000 text-only, 1000 with images People were asked to classify tweets to help recovery teams process social media reports Recruitment via Amazon’s Mechanical Turk Labels train machine learning classifiers
  • 10. TASK DESIGN Presented participants with disaster relief tweets (text or text + image) Participants asked to:  Classify text based on content  Rate task according to difficulty Three conditions:  Random baseline  Difficult tweets  Easy tweets Monitored accuracy of responses
  • 11. FINDINGS Accuracy influenced by difficulty  Text: Weak association when comparing easy and difficult clusters  Images: Strong association when comparing difficult and random clusters No significant association between difficulty and volume of completed tasks Only 30% of workers completed more than one task
  • 12. FEEDBACK EXPERIMENT Two forms of feedback  Expert feedback (using gold standard)  Crowd feedback (randomly selected) Workflow:  Participant gives answer  Prompted with pre-existing answer and offered chance to edit  Asked to explain decision Monitored decisions and justifications
  • 13. FINDINGS Participants generally poor at taking feedback into account:  57% of workers felt expert feedback matched their responses (only 7% did)  36% of workers felt crowd feedback matched (only 4% did) Participants presented with crowd feedback more likely to change their answer in response (41% vs 26%) Also more likely to deem presented feedback from crowd as incorrect than from experts (22% vs 16%)
  • 14. FUTURE WORK Difficulty impacts accuracy, but not engagement Participants struggled with more complex tasks Significant support required for maximum accuracy Generic feedback not sufficient – more personalised support required, resource-intensive
  • 15. EXAMPLE: URBAN AUDITING ON DEMAND Urban datasets are often out-of- date  Survey methodologies: expensive, error-prone, no validation  VGI (e.g. OpenStreetMap): no control over data updates, coverage etc. Online tool using paid microtask crowdsourcing  Uses digital street view imagery  Task performed remotely  Participants recruited from online marketplaces
  • 16. VIRTUAL CITY EXPLORER QROWD-POI.HEROKUAPP.COM/ Urban planner defines an area and the instructions for the participants Participants explore an area virtually and identify points of interest Urban planner monitors task execution, quality and rewards
  • 17. CHALLENGE: CROWDSOURCING DESIGN TASK DESIGN DATA QUALITY INCENTIVES FAIRNESS
  • 18. EXPERIMENT: CYCLING TRENTO & NANTES 150 participants per city, random starting positions 5 PoIs (bike racks) per participant for $0.15 Total cost per city: $45 (7 days) Mixed methods approach, including metrics and manual inspection  RQ1: Feasibility and precision as task progresses  RQ2: Completeness (overlap with benchmark datasets)  RQ3: Coverage (percentage of visited nodes on explorable path)  RQ4: Crowd experience (interface errors triggered, number of escapes) Trento Nantes Area 0.347km2 0.336km2 Nodes 906 1177 Explorable distance 9127m 12104m StreetView coverage 93% 92%
  • 19. RQ1: TASK FEASIBILITY AND PRECISION AS TASK PROGRESSES UX supports discovery of PoIs Photoshoot paradigm and triangulation method help identify low-quality answers Precision drops as all PoIs are submitted
  • 20. RQ2: DATA COMPLETENESS Approach complements existing data sources and is able to find new PoIs Highly customisable (area of interest, budget, questions, timing) 52 54
  • 21. RQ3: COVERAGE OF THE DESIGNATED AREA Approach achieves high coverage of the area of interest Some parts of the map are visited more often than others (resources) Black dots are points on StreetView that are difficult to explore
  • 22. RQ4: CROWD EXPERIENCE Most participants were able to complete their tasks without any incidents. Some did not manage to triangulate or stepped outside of the designated area Positive feedback, fair payment, despite taboo mechanism. Small percentage submit some data and dropped out. Most participants who dropped out did not seem to try to complete the task
  • 23. FINDINGS VCE adds value to urban auditing methods  Accuracy comparable to OpenStreetMap, easier to manage than VGI  Additional resources upon demand (at a cost) Free exploration achieves good coverage Taboo mechanism helps reduce costs and avoid duplicated work
  • 24. FUTURE WORK Allocating starting positions: randomly, centre, to confirm item, to cover new area etc. Coordinating among participants: map showing progress of other participants Understanding the impact of urban topology on feasibility, accuracy, coverage Direct comparisons with other approaches Hybrid workflows with crowds on the ground and online
  • 25. EXAMPLE: UNDERSTANDING MOBILITY PATTERNS City planners lack detailed mobility information about their residents Human-AI workflow Bespoke app for data collection Combination of symbolic and numerical ML classifiers to match trip segments to modes of transport Active learning approach to ask travellers to validate trips the machine is unsure about
  • 26. CHALLENGE: USER EXPERIENCE Iterative UX development via citizen lab to improve journey data and ML predictions Lab and field studies with 250+ participants
  • 27. CHALLENGE: ASSESSING THE QUALITY OF THE DATA Naïve model assumes people will notice and correct errors in journeys detected by the algorithm Is this true? If not, can we detect errors and estimate residual error rate? Are people employing specific ‘strategies’ to check and correct journeys?
  • 28. EXPERIMENT DESIGN No independent ground truth! Inject artificial errors and measure if they are corrected Assume artificial errors are not accidental corrections Use ratio of discovered natural errors to discovered artificial errors to estimate initial and residual natural error rate Assume natural errors are comparable to artificial ones and people are not adding new errors (‘mis-corrections’)
  • 29. EXPERIMENT DESIGN (2) 10 participants, ~5 journeys per participant, from Google Timelines (KML) Pre-process to add artificial errors in four classes: Under- or over-segmentation Bad mode Bad point (100/400m GPS point move) Score. Manual process, tool supported
  • 30. PRELIMINARY FINDINGS: MORE RESEARCH NEEDED INTO DATA COLLECTION METHODOLOGIES FOR ML Errors can be corrected Errors can mislead Errors can persist A range of complex cases
  • 31. How do we design systems that bring together human, collective & computational intelligence
  • 32. Mix of CI approaches Iterative UX design Methods to assess data quality and improve human-AI interactions Aligned motivation and incentives
  • 33. THANKS TO LUIS-DANIEL IBÁÑEZ, EDDY MADDALENA, RICHARD GOMER, NEAL REEVES, THE QROWD PROJECT, NESTA AND THE EUROPEAN COMMISSION @esimperl Maddalena, E., Ibáñez, L.D. and Simperl, E., 2020. On the mapping of Points of Interest through StreetView imagery and paid crowdsourcing. To appear in ACM TIST. qrowd-poi.herokuapp.com Nesta, June 2020. Combining Crowds and Machines: Experiments in collective intelligence design 1.0. nesta.org.uk/report/combining-crowds- and-machines/ Nesta, June 2020. Collective intelligence grants 1.0. nesta.org.uk/feature/collective-intelligence-grants/