SlideShare a Scribd company logo
1 of 41
Download to read offline
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Venkatesh Bagaria
Senior Product Manager, Amazon Rekognition
Micky Dionisio
CTO, Open Influence
BDA303
Amazon Rekognition
Deep Learning-Based Image and Video Analysis
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Rekognition
Vide
o
Imag
e
&
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Rekognition Image
Object and scene
detection
Facial
analysis
Face
recognition
Text in image
Deep learning-based image analysis service
Unsafe image
detection
Celebrity
recognition
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Rekognition Video
Deep learning-based video analysis service
Object and activity
detection
Person tracking Face detection &
recognition
Real-time live
stream
Unsafe video
detection
Celebrity
recognition
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Console Demo
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DetectLabels
{
"Image": {
"Bytes": blob,
"S3Object": {
"Bucket": "string",
"Name": "string",
"Version": "string"
}
},
"MaxLabels": number,
"MinConfidence": number
}
Image API – Request and Response
{
"Labels": [
{
"Confidence": number,
"Name": "string”
}
],
"OrientationCorrection": "string"
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
GetLabelDetection
StartLabelDetection
{
“ClientRequestToken": "string",
"JobTag": "string",
"MinConfidence": number,
"NotificationChannel": {
"RoleArn": "string",
"SNSTopicArn": "string”
},
"Video": {
"S3Object": {
"Bucket": "string",
"Name": "string",
"Version": "string”
}
}
}
Video API – Request and Response
{
"JobStatus": string,
"StatusMessage": string,
"VideoMetadata": {
"Format": string,
"Codec": string,
"DurationMillis": number,
"FrameRate": float,
"FrameWidth": number,
"FrameHeight": number
},
"NextToken": string,
"Labels": [
{
"Timestamp": number,
"Label":
{
"Name": string,
"Confidence": float
}
}
],
...
JobId
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Rekognition
Regions
US West (Oregon)
(us-west-2) US East (N. Virginia)
(us-east-1)
EU (Ireland)
(eu-west-1)
AWS GovCloud (US)
(us-gov-west-1)
Asia Pacific (Tokyo)
(ap-northeast-1)
Asia Pacific (Sydney)
(ap-southeast-2)
US East (Ohio)
(us-east-2)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Rekognition Customers
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Influencer Marketing
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Micky Dionisio, CTO
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What is Influencer Marketing?
Marketing focused on
identifying individuals
who have influence
over potential buyers
Oversaturation of
information has created a
trust deficit
4–10x higher
conversion when
companies turn to
brand advocates
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What is Open Influence?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Our Use Case: Pain Points with Hashtags
• 2015  Hashtags were extremely popular
• 2018  Influencers don’t use hashtags
• How do we differentiate our offering to gain an edge over the
competition?
Image recognition
First-party data consisting of
over 1B+ data points
+
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Before
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
After
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Before & After Comparison
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Operational Efficiency
• Became a company that ran on technology-enabled
services
• Went from sourcing influencers in days or weeks to within
seconds
• Decreased influencer approval process time by 40%
• Over 60% of searches on our platform include some aspect
of label criteria
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Dating and Social Platforms
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Analyze User-Generated Content
No faces detected
Age Range: 0–2 years
One face detected
10 faces detected
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Analyze User-Generated Content
Person 99.2%
Dog 95.7%
Person 99.2%
Snowboarding 98.1%
No moderation labels
detected
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2. Submit
image
4. DetectFaces 7. DetectText
1. Upload
3. Store image AWS Lambda AWS
Step Functions
5.DetectLabels 6.DetectModerationLabels
8. Store metadata
& analysis
Amazon
DynamoDB
Amazon
Elasticsearch
Service
Analyze User-Generated Content
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Public Safety
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Person Tracking
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
"Persons": [
{
"Timestamp": number,
"Person":
{
"Index": number,
"BoundingBox":
{
"Width": number,
"Top": number,
"Height": number,
"Left": number
},
"Face":
{
"BoundingBox": { ... },
"Landmarks": { ... },
"Pose": { ... },
"Quality": { ... },
"Confidence": number
}
},
...
GetPersonTracking
StartPersonTracking
Person Tracking
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Real-time face search against tens of millions of faces
Face Search
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Persons of Interest
300,000+ images of previous offenders indexed in 2 days
Match time is reduced from multiple days to seconds
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Persons of Interest
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Immediate Response for Public Safety or Home Automation
Live Street Camera Amazon Kinesis Video Streams Amazon Rekognition Video Face collection
1. Camera-captured video
streams are processed by
Kinesis Video Streams
2. Amazon Rekognition Video analyses
the video and searches faces on screen
against a collection of millions of faces
L i v e r e c o g n i t i o n o f p e r s o n s o f i n t e r e s t
User
3. User is notified
if face matches
Amazon SNS AWS Lambda Amazon Kinesis
Data Streams
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Authentication
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Face-Based Verification
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Face-Based Verification
 Multi-factor authentication
 Identity verification
 Use cases:
 Access control
 New customer enrolment
 Remote password reset
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Demo
Real-Time Face Search
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Device camera
1. Images stored in S3
AWS Lambda
Amazon DynamoDB
Amazon Rekognition
Amazon Cognito
Face collectionAmazon S3
Amazon Rekognition
2. Use Lambda to
process images with
Amazon Rekognition
3. Index faces into a
face collection, get
FaceId
4. Create person name
and collection stats
metadata with FaceId5. SearchFacesByImage
with the collection
using AWS SDK
6. Get back search
results with names and
stats
Face Search Demo
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Best Practices for Faces
• Faces at least ~5% of shorter image dimension,
minimum 24–32 pixels
• For live use cases, send image as bytes (5-MB limit)
• Reduce image resolution for faster response
• Add multiple reference images per identity
• Face model versioning
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Developer Resources for Amazon
Rekognition
Homepage: https://aws.amazon.com/rekognition/
AWS Machine Learning Blog – Amazon Rekognition:
https://aws.amazon.com/blogs/ai/tag/amazon-rekognition/
Serverless Image Recognition Processing Backend:
https://github.com/awslabs/lambda-refarch-imagerecognition
Reviewing user-generated content demo code:
https://github.com/aws-samples/amazon-rekognition-policing-user-content
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Please complete the session survey in
the summit mobile app.
Submit Session Feedback
1. Tap the Schedule icon. 2. Select the session
you attended.
3. Tap Session Evaluation
to submit your feedback.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Thank you!

More Related Content

What's hot

Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...Amazon Web Services
 
Enhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational InterfacesEnhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational InterfacesAmazon Web Services
 
Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...
Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...
Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...Amazon Web Services
 
BDA306 Building a Modern Data Warehouse: Deep Dive on Amazon Redshift
BDA306 Building a Modern Data Warehouse: Deep Dive on Amazon RedshiftBDA306 Building a Modern Data Warehouse: Deep Dive on Amazon Redshift
BDA306 Building a Modern Data Warehouse: Deep Dive on Amazon RedshiftAmazon Web Services
 
SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right Job
 SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right Job SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right Job
SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right JobAmazon Web Services
 
SRV316 Serverless Data Processing at Scale: An Amazon.com Case Study
 SRV316 Serverless Data Processing at Scale: An Amazon.com Case Study SRV316 Serverless Data Processing at Scale: An Amazon.com Case Study
SRV316 Serverless Data Processing at Scale: An Amazon.com Case StudyAmazon Web Services
 
Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...
Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...
Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...Amazon Web Services
 
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...Amazon Web Services
 
Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2
Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2 Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2
Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2 Amazon Web Services
 
Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018
Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018
Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018Amazon Web Services
 
What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018
What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018
What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018Amazon Web Services
 
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Amazon Web Services
 
Build Enterprise-Grade Serverless Apps
Build Enterprise-Grade Serverless Apps Build Enterprise-Grade Serverless Apps
Build Enterprise-Grade Serverless Apps Amazon Web Services
 

What's hot (20)

Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
 
Enhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational InterfacesEnhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational Interfaces
 
Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...
Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...
Analyze Amazon CloudFront and Lambda@Edge Logs to Improve Customer Experience...
 
BDA306 Building a Modern Data Warehouse: Deep Dive on Amazon Redshift
BDA306 Building a Modern Data Warehouse: Deep Dive on Amazon RedshiftBDA306 Building a Modern Data Warehouse: Deep Dive on Amazon Redshift
BDA306 Building a Modern Data Warehouse: Deep Dive on Amazon Redshift
 
Managed NoSQL databases
Managed NoSQL databasesManaged NoSQL databases
Managed NoSQL databases
 
SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right Job
 SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right Job SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right Job
SRV309 AWS Purpose-Built Database Strategy: The Right Tool for the Right Job
 
Taking Serverless to the Edge
Taking Serverless to the Edge Taking Serverless to the Edge
Taking Serverless to the Edge
 
SRV316 Serverless Data Processing at Scale: An Amazon.com Case Study
 SRV316 Serverless Data Processing at Scale: An Amazon.com Case Study SRV316 Serverless Data Processing at Scale: An Amazon.com Case Study
SRV316 Serverless Data Processing at Scale: An Amazon.com Case Study
 
Migrating database to cloud
Migrating database to cloudMigrating database to cloud
Migrating database to cloud
 
Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...
Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...
Proven Methodologies for Accelerating Your Cloud Journey (ENT308-S) - AWS re:...
 
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
 
Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2
Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2 Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2
Move your Desktops and Apps to AWS with Amazon WorkSpaces and AppStream 2
 
Moving forward with AI
Moving forward with AIMoving forward with AI
Moving forward with AI
 
Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018
Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018
Don’t Wait Until Tomorrow: From Batch to Streaming (ANT360) - AWS re:Invent 2018
 
Bring Alexa to Work
Bring Alexa to Work Bring Alexa to Work
Bring Alexa to Work
 
BI & Analytics
BI & AnalyticsBI & Analytics
BI & Analytics
 
What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018
What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018
What's New in AR & VR: State of the World Report (ARV203) - AWS re:Invent 2018
 
New Tools for a New World
New Tools for a New WorldNew Tools for a New World
New Tools for a New World
 
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
 
Build Enterprise-Grade Serverless Apps
Build Enterprise-Grade Serverless Apps Build Enterprise-Grade Serverless Apps
Build Enterprise-Grade Serverless Apps
 

Similar to BDA304 Build Deep Learning Applications with TensorFlow and Amazon SageMaker

Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...
Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...
Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...Amazon Web Services
 
Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...
Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...
Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...Amazon Web Services
 
Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...
Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...
Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...Amazon Web Services
 
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018Amazon Web Services
 
Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...
Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...
Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...Amazon Web Services
 
Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...
Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...
Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...Amazon Web Services
 
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...Amazon Web Services
 
Build Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionBuild Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionAmazon Web Services
 
Best practices for integrating Amazon Rekognition into your own application
Best practices for integrating Amazon Rekognition into your own applicationBest practices for integrating Amazon Rekognition into your own application
Best practices for integrating Amazon Rekognition into your own applicationAmazon Web Services
 
Build Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionBuild Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionAmazon Web Services
 
Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018
Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018
Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018Amazon Web Services
 
Enhancing Your Startup With Amazon AI
Enhancing Your Startup With Amazon AIEnhancing Your Startup With Amazon AI
Enhancing Your Startup With Amazon AIAmazon Web Services
 
Using Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with MLUsing Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with MLAmazon Web Services
 
Using Mobile to Engage Your Audience
Using Mobile to Engage Your AudienceUsing Mobile to Engage Your Audience
Using Mobile to Engage Your AudienceAmazon Web Services
 
Build Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionBuild Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionAmazon Web Services
 
[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...
[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...
[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...Amazon Web Services
 
Using AI for real-life data enrichment - Tel Aviv Summit 2018
Using AI for real-life data enrichment - Tel Aviv Summit 2018Using AI for real-life data enrichment - Tel Aviv Summit 2018
Using AI for real-life data enrichment - Tel Aviv Summit 2018Amazon Web Services
 
Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...
Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...
Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...Amazon Web Services
 
How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...
How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...
How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...Amazon Web Services
 

Similar to BDA304 Build Deep Learning Applications with TensorFlow and Amazon SageMaker (20)

Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...
Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...
Build, Deploy, and Serve Machine Learning Models on Streaming Data (ANT345-R1...
 
Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...
Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...
Build a Searchable Media Library & Moderate Content at Scale Using Machine Le...
 
Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...
Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...
Amazon Rekognition: Deep Learning-Based Image and Video Analysis - BDA303 - C...
 
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
 
Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...
Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...
Unlock the Full Potential of Your Media Assets, ft. Fox Entertainment Group (...
 
Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...
Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...
Retail Marketing with Machine Learning & Amazon Rekognition (RET205) - AWS re...
 
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
 
Amazon Rekognition
Amazon RekognitionAmazon Rekognition
Amazon Rekognition
 
Build Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionBuild Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon Rekognition
 
Best practices for integrating Amazon Rekognition into your own application
Best practices for integrating Amazon Rekognition into your own applicationBest practices for integrating Amazon Rekognition into your own application
Best practices for integrating Amazon Rekognition into your own application
 
Build Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionBuild Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon Rekognition
 
Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018
Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018
Build a "Who's Who" App for Your Media Content (AIM409) - AWS re:Invent 2018
 
Enhancing Your Startup With Amazon AI
Enhancing Your Startup With Amazon AIEnhancing Your Startup With Amazon AI
Enhancing Your Startup With Amazon AI
 
Using Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with MLUsing Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with ML
 
Using Mobile to Engage Your Audience
Using Mobile to Engage Your AudienceUsing Mobile to Engage Your Audience
Using Mobile to Engage Your Audience
 
Build Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon RekognitionBuild Computer Vision Applications with Amazon Rekognition
Build Computer Vision Applications with Amazon Rekognition
 
[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...
[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...
[REPEAT] Better Analytics Through Natural Language Processing (AIM405-R) - AW...
 
Using AI for real-life data enrichment - Tel Aviv Summit 2018
Using AI for real-life data enrichment - Tel Aviv Summit 2018Using AI for real-life data enrichment - Tel Aviv Summit 2018
Using AI for real-life data enrichment - Tel Aviv Summit 2018
 
Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...
Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...
Build Computer Vision Applications with Amazon Rekognition: Machine Learning ...
 
How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...
How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...
How to Get the Most Out of Amazon Rekognition Video, a deep learning based vi...
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

BDA304 Build Deep Learning Applications with TensorFlow and Amazon SageMaker

  • 1. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Venkatesh Bagaria Senior Product Manager, Amazon Rekognition Micky Dionisio CTO, Open Influence BDA303 Amazon Rekognition Deep Learning-Based Image and Video Analysis
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Rekognition Vide o Imag e &
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Rekognition Image Object and scene detection Facial analysis Face recognition Text in image Deep learning-based image analysis service Unsafe image detection Celebrity recognition
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Rekognition Video Deep learning-based video analysis service Object and activity detection Person tracking Face detection & recognition Real-time live stream Unsafe video detection Celebrity recognition
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Console Demo
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. DetectLabels { "Image": { "Bytes": blob, "S3Object": { "Bucket": "string", "Name": "string", "Version": "string" } }, "MaxLabels": number, "MinConfidence": number } Image API – Request and Response { "Labels": [ { "Confidence": number, "Name": "string” } ], "OrientationCorrection": "string" }
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. GetLabelDetection StartLabelDetection { “ClientRequestToken": "string", "JobTag": "string", "MinConfidence": number, "NotificationChannel": { "RoleArn": "string", "SNSTopicArn": "string” }, "Video": { "S3Object": { "Bucket": "string", "Name": "string", "Version": "string” } } } Video API – Request and Response { "JobStatus": string, "StatusMessage": string, "VideoMetadata": { "Format": string, "Codec": string, "DurationMillis": number, "FrameRate": float, "FrameWidth": number, "FrameHeight": number }, "NextToken": string, "Labels": [ { "Timestamp": number, "Label": { "Name": string, "Confidence": float } } ], ... JobId
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Rekognition Regions US West (Oregon) (us-west-2) US East (N. Virginia) (us-east-1) EU (Ireland) (eu-west-1) AWS GovCloud (US) (us-gov-west-1) Asia Pacific (Tokyo) (ap-northeast-1) Asia Pacific (Sydney) (ap-southeast-2) US East (Ohio) (us-east-2)
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Rekognition Customers
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Influencer Marketing
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Micky Dionisio, CTO
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is Influencer Marketing? Marketing focused on identifying individuals who have influence over potential buyers Oversaturation of information has created a trust deficit 4–10x higher conversion when companies turn to brand advocates
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is Open Influence?
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Our Use Case: Pain Points with Hashtags • 2015  Hashtags were extremely popular • 2018  Influencers don’t use hashtags • How do we differentiate our offering to gain an edge over the competition? Image recognition First-party data consisting of over 1B+ data points +
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Before
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. After
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Before & After Comparison
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Operational Efficiency • Became a company that ran on technology-enabled services • Went from sourcing influencers in days or weeks to within seconds • Decreased influencer approval process time by 40% • Over 60% of searches on our platform include some aspect of label criteria
  • 19. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Dating and Social Platforms
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Analyze User-Generated Content No faces detected Age Range: 0–2 years One face detected 10 faces detected
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Analyze User-Generated Content Person 99.2% Dog 95.7% Person 99.2% Snowboarding 98.1% No moderation labels detected
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2. Submit image 4. DetectFaces 7. DetectText 1. Upload 3. Store image AWS Lambda AWS Step Functions 5.DetectLabels 6.DetectModerationLabels 8. Store metadata & analysis Amazon DynamoDB Amazon Elasticsearch Service Analyze User-Generated Content
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Public Safety
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Person Tracking
  • 26. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 27. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. "Persons": [ { "Timestamp": number, "Person": { "Index": number, "BoundingBox": { "Width": number, "Top": number, "Height": number, "Left": number }, "Face": { "BoundingBox": { ... }, "Landmarks": { ... }, "Pose": { ... }, "Quality": { ... }, "Confidence": number } }, ... GetPersonTracking StartPersonTracking Person Tracking
  • 28. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Real-time face search against tens of millions of faces Face Search
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Persons of Interest 300,000+ images of previous offenders indexed in 2 days Match time is reduced from multiple days to seconds
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Persons of Interest
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Immediate Response for Public Safety or Home Automation Live Street Camera Amazon Kinesis Video Streams Amazon Rekognition Video Face collection 1. Camera-captured video streams are processed by Kinesis Video Streams 2. Amazon Rekognition Video analyses the video and searches faces on screen against a collection of millions of faces L i v e r e c o g n i t i o n o f p e r s o n s o f i n t e r e s t User 3. User is notified if face matches Amazon SNS AWS Lambda Amazon Kinesis Data Streams
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Authentication
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Face-Based Verification
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Face-Based Verification  Multi-factor authentication  Identity verification  Use cases:  Access control  New customer enrolment  Remote password reset
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Demo Real-Time Face Search
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Device camera 1. Images stored in S3 AWS Lambda Amazon DynamoDB Amazon Rekognition Amazon Cognito Face collectionAmazon S3 Amazon Rekognition 2. Use Lambda to process images with Amazon Rekognition 3. Index faces into a face collection, get FaceId 4. Create person name and collection stats metadata with FaceId5. SearchFacesByImage with the collection using AWS SDK 6. Get back search results with names and stats Face Search Demo
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Best Practices for Faces • Faces at least ~5% of shorter image dimension, minimum 24–32 pixels • For live use cases, send image as bytes (5-MB limit) • Reduce image resolution for faster response • Add multiple reference images per identity • Face model versioning
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Developer Resources for Amazon Rekognition Homepage: https://aws.amazon.com/rekognition/ AWS Machine Learning Blog – Amazon Rekognition: https://aws.amazon.com/blogs/ai/tag/amazon-rekognition/ Serverless Image Recognition Processing Backend: https://github.com/awslabs/lambda-refarch-imagerecognition Reviewing user-generated content demo code: https://github.com/aws-samples/amazon-rekognition-policing-user-content
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Please complete the session survey in the summit mobile app.
  • 40. Submit Session Feedback 1. Tap the Schedule icon. 2. Select the session you attended. 3. Tap Session Evaluation to submit your feedback.
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Thank you!