SlideShare a Scribd company logo
1 of 24
Download to read offline
Lets	Not	Stare	at	Smartphones	while	Walking:	
Memorable	Route	Recommendation	by	
Detecting	Effective	Landmarks
Shoko	Wakamiya1,	Hiroshi	Kawasaki2,	Yukiko	Kawai3,	
Adam	Jatowt4,	Eiji Aramaki1,	Toyokazu Akiyama3
1	Nara	Institute	of	Science	and	Technology		2	Kagoshima	University
3	Kyoto	Sangyo	University		4	Kyoto	University
1
Sept.	16,	2016
If	Eyeballing	Maps	on	Smartphones	
while	Walking…
Conventional	navigation	systems	
• may	be	useful
• lead	to	unsafe	situations
• cannot	be	used	in	case	when
– GPS	is	not	available	or	
– users	aren’t	able	to	use	any	electronic	devices
2
Minimum	info.	is	preferred
A	small	number	of	navigation	instructions	is	preferred,	
as	being	easy	to	be	memorized	and	requiring	low	number	of	map	references	
Pro.
Con.
Using	Two	Types	of	Landmarks	for	
Route	Navigation
It	is	more	natural	and	efficient	to	memorize	
landmarks	than	detailed	route	instructions
– Local	landmarks
To	identify	users’	locations
(e.g., gas	station,	post	office)
– Global	landmarks
To	indicate	approximate	directions	
(	e.g., high-rise	buildings,	towers)
3
Christ	the	Redeemer
(global	landmark)
Postbank
(local	landmark)
Difficult	to	use	these	two	types	of	landmarks	together
due	to	their	different	characteristics	such	as	visibility	and	position	identification
Local,	Global,	and	Line	landmarks
e.g.,	“Walk	toward	the	building to	a	main	street.	Then	go	straight	
along	the	street	and	go	toward	the	tower	at	the	corner	of	the	cafe.”	
Using	Three	Types	of	Landmarks	for	
Route	Navigation
4
Destination
building
tower
I	head	toward	
the	building	freely	
until	a	main	street	
Cafe
Goal	&	Approach:	LandmarkNavi
To	construct	simple	and	intuitive	navigation	routes	
– To	measure	landmark’s	utility	based	on	two	aspects:	
• Visibility	using	3D	geographic	data	
• Social	recognition	using	SNS	data
– To	detect	point,	area,	and	line	landmarks
5
http://www.ibe.kagoshima-u.ac.jp/~lmnavi/index_en.html
Building	(visible	
from	far	away)
Popular	
Building Crowded	street
River
Popular	cafe	
Convenience store
Point	(Local)	 Area	(Global)	 Line
Outline
• Background
• Goal	and	Approach
• Proposed	method
– Landmark	extraction
– Route	graph	construction
• Experiments	and	Evaluation
• Conclusion	and	Future	work
6
Measuring	Landmark’s	Utility
Road network
p =	<pID,	name,	
coordinates,	catID,	
checkins,	users>	
Places	from	Foursquare
t =	<tweetID,	userID,	
content,	timestamp,	
coordinates>	
Tweets	from	Twitter
Geographic	data SNS	data 7
Visit	popularityDirect	visibility Indirect	visibility
Buildings
Roads	&	intersections
Ground
Visit	Popularity	of	Places	
• To	extract	popular	places	as	candidates	of	
point	and	area	landmarks
• Measured	based	on	the	number	of	users	
checked	in	each	place
8
Geographic	distribution	
of	places	in	San	Francisco
p =	<pID,	name,	coordinates,	
catID,	checkins,	users>	
Schloss Heidelberg	is	great
I’m	at	Schloss Heidelberg
I’m	at	Schloss Heidelberg
Very	nice	view	from	
Schloss Heidelberg
Indirect	Visibility	of	Places	
• To	find	places	that	may	not	be	directly	visible	
but	are	recognized	from	far	away
• Measured	based	on	geographic	distribution	of	
tweets	mentioning	a	place
9
Schloss Heidelberg
Heidelberg	Hauptbahnhof
I’m	gonna go	to	
Schloss Heidelberg
I got	a	ticket	for	
Schloss Heidelberg
signboard
Maybe	we	can	see	
Schloss Heidelberg
soon	
Schloss
Heidelberg
Direct	Visibility	of	Places
• To	find	high-rise	buildings	
that	users	can	see	from	
far	away
• Measured	by	analyzing	
3D	geographic	data
Computing	the	number	of	color	
pixels	assigned	to	each	building	in	
the	rendered	image	
10
Rendered	image
Extracting	the	top-N	highest	
buildings	in	each	area
Constructing	Popularity/Visibility	Map	
11
To	check	what	can	be	recognized/seen	from	
intersections
Popularity	map	based	on	indirect	visibility Visibility	map	based	on	direct	visibility
To	assign	a	landmark	type	based	on	the	values	
of	the	computed	indicators	
Classifying	Places	into	
Point	and	Area	Landmarks	
12
Visit	popularity Indirect	visibility Direct	visibility Landmark Type
1 High Low Low Point
2 High Low High Area	(Geo)
3 High High Low Area	(SNS+Geo)
4 High High High Area (SNS+Geo)
5 Low
/Not measured
Not measured High Area	(Geo)
6 Low
/Not measured
Not measured Low -
Visit	Popularity	of	Streets
To	detect	crowded/popular/famous	streets	as	
line	landmarks	
– Using	geo-tagged	tweets
– Finding	sequential	crowded	intersections
13
Mapping	to	
nearest	
intersections
Geographic	distribution	of	tweets Intersections	weighted	by	tweets
Route	Graph	Construction
In	order	to	extract	switching	locations	of	landmarks,	
we	generate	virtual	edges	and	nodes
Extracted	landmarks	in	a	bounding	box Route	graph
:	Point	landmark :	Line	landmark :	Area	landmark	with	its	visible	area
14
Reorientation	points
Direction	indicators
Virtual	path
Route	Search
• To	find	an	optimal	route
– The	number	of	landmarks	(the	smaller						)
– The	visible	ratio	of	area	landmarks	(the	higher						)
– The	length	(the	shorter						)
• Methods
– Genetic	Algorithm	(GA)	
– Dijkstra	Algorithm
15
Implementation
• Constructed	route	graphs	
of	two	cities
• Datasets
16
San	Francisco,	US
(pop: 840K)
Kagoshima,	JP
(pop: 610K)
SNS
data
Location	info. 25,256 383
Geo-tagged	tweets 0.6M 98K
Geo	
data
Streets 1,233 61,075
Intersections 9,649 30,703
Buildings 85,116 66,189
San	Francisco	 Kagoshima
High	direct	visibility	
of	Sakurajima	made	
lots	of	virtual	edges
Demo:	LandmarkNavi
17
http://www.ibe.kagoshima-u.ac.jp/~lmnavi/index_en.html
Evaluation
• To	aim	at	evaluating	landmark-based	routes	(LR)
• Participants	walked	routes	that	they	remembered	
in	the	virtual	space	(Street	View)	or	real	space	
• Comparative	methods
– VR	(LR	without	indirect	visibility)
– GR	(Google	Directions	(walking	mode))
18
Visit	popularity
Indirect	visibility
(based	on SNS)
Direct	visibility
(based	on	geo)
LR ✔ ✔ ✔
VR ✔ - ✔
GR - - -
Proposed
Evaluation	Items
i)	time	(min.)
Time	needed	to	reach	the	destination
ii)	route	ref.	
Number	of	times	a	user	checked	the	route	directions	
on	printed	materials
iii)	self-position	ref.
Number	of	times	a	user	checked	
the	self-positions
19
Self-position	ref.	in	SV
Results	of	Kagoshima	Evaluation	in	
Virtual	Space	
&	Real	Space
20
• vs.	GR:	Significant	differences	in	ii)	in	both	spaces
• vs.	VR: i)	is	shorter	and	ii)	is	smaller	(No	significant	
differences)
(a)	Virtual	Space (b)	Real	Space
• #routes:	18	(6	routes×3	methods)
• Distances	of	routes:	1.5	~	2.6	km
• #navi points:	LR	(5.0)	<	VR	(5.3)	<	GR	(11.2)
• #participants:	30	students
Results	of	San	Francisco	Evaluation	in	
Virtual	Space
21
• vs.	GR: There	are	significant	differences	in	ii)	and	iii)	
• vs.	VR:	i)	is	shorter	and	ii)	is	smaller	(No	significant	
differences)
• #routes:	9	(3	routes×3	methods)
• Distances	of	routes:	0.8	~	2.0	km
• #navi points:	LR	(3.0)	<	VR	(4.0)	<	GR	(6.3)
• #participants:	36	students
Qualitative	Evaluation	
Participants	answered	4	questions	
q1)	Did	you	think	that	the	route	directions	were	easy	to	remember	
when	you	check	them	in	the	printed	map	at	first?	
q2)	Did	you	think	that	the	directions	you	memorized	were	reliable?	
q3)	Did	you	think	that	it	is	easy	to	follow	the	memorized	route	
directions?	
q4)	Did	you	think	that	the	route	directions	were	useful as	route	
navigation?	
22
q1
(memorability)
q2
(reliability)
q3
(easiness)
q4
(usefulness)
LR 4.5 4.1 3.9 3.9
VR 4.2 3.8 3.6 3.8
GR 3.1 3.2 2.6 3.2
Discussions
• Exploiting	SNS	data
– We	could	detect	useful	landmarks	even	if	
wayfinders could	not	directly	see	them	
• Generated	routes	
– Consisting	of	a	small	number	of	landmarks	(3~5)
– Most	adults’ short-term	memory	is	7±2	
• Virtual	space	evaluation	with	SV
– Although	SV	has	limitations,	we	observed	similar	
patterns	of	results	in	both	the	spaces
23
Conclusions
• An	effective	route	search	that	recommends	
easy-to-remember	and	short	routes	
– Extracted	three	types	of	landmarks
– Demonstrated	effective	combination	of	real	space	
data	with	the	one	harvested	and	computed	from	SNS
• Future	work
– To	investigate	patterns	of	visit	popularity	and	visibility	
depending	on	several	conditions
Time,	weather,	etc.
24

More Related Content

Recently uploaded

O9654467111 Call Girls In Dwarka Women Seeking Men
O9654467111 Call Girls In Dwarka Women Seeking MenO9654467111 Call Girls In Dwarka Women Seeking Men
O9654467111 Call Girls In Dwarka Women Seeking MenSapana Sha
 
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779Delhi Call girls
 
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptxFactors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptxvemusae
 
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779Delhi Call girls
 
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Paymentanilsa9823
 
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncrCall Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncrSapana Sha
 
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Delhi Call girls
 
Top Call Girls In Charbagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Charbagh ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Charbagh ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Charbagh ( Lucknow ) 🔝 8923113531 🔝 Cash Paymentanilsa9823
 
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking MenCall Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking MenSapana Sha
 
Website research Powerpoint for Bauer magazine
Website research Powerpoint for Bauer magazineWebsite research Powerpoint for Bauer magazine
Website research Powerpoint for Bauer magazinesamuelcoulson30
 
Angela Killian | Operations Director | Dallas
Angela Killian | Operations Director | DallasAngela Killian | Operations Director | Dallas
Angela Killian | Operations Director | DallasAngela Killian
 
Learn About the Rise of Instagram Pro in 2024
Learn About the Rise of Instagram Pro in 2024Learn About the Rise of Instagram Pro in 2024
Learn About the Rise of Instagram Pro in 2024Islam Fit
 
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779Delhi Call girls
 
DickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptxDickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptxednyonat
 
SELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYSELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYdizinfo
 
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...baharayali
 
MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.AFFFILIATE
 
Your LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence PackageYour LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence PackageSocioCosmos
 

Recently uploaded (20)

O9654467111 Call Girls In Dwarka Women Seeking Men
O9654467111 Call Girls In Dwarka Women Seeking MenO9654467111 Call Girls In Dwarka Women Seeking Men
O9654467111 Call Girls In Dwarka Women Seeking Men
 
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
 
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
 
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptxFactors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
 
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
 
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
 
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncrCall Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
 
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
 
Bicycle Safety in Focus: Preventing Fatalities and Seeking Justice
Bicycle Safety in Focus: Preventing Fatalities and Seeking JusticeBicycle Safety in Focus: Preventing Fatalities and Seeking Justice
Bicycle Safety in Focus: Preventing Fatalities and Seeking Justice
 
Top Call Girls In Charbagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Charbagh ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Charbagh ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Charbagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
 
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking MenCall Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
 
Website research Powerpoint for Bauer magazine
Website research Powerpoint for Bauer magazineWebsite research Powerpoint for Bauer magazine
Website research Powerpoint for Bauer magazine
 
Angela Killian | Operations Director | Dallas
Angela Killian | Operations Director | DallasAngela Killian | Operations Director | Dallas
Angela Killian | Operations Director | Dallas
 
Learn About the Rise of Instagram Pro in 2024
Learn About the Rise of Instagram Pro in 2024Learn About the Rise of Instagram Pro in 2024
Learn About the Rise of Instagram Pro in 2024
 
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
 
DickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptxDickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptx
 
SELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYSELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANY
 
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
 
MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.
 
Your LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence PackageYour LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence Package
 

Featured

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Featured (20)

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 

Lets Not Stare at Smartphones while Walking: Memorable Route Recommendation by Detecting Effective Landmarks