惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
腾讯CDC
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
L
LangChain Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
IT之家
IT之家
A
About on SuperTechFans
H
Help Net Security

Pinecone

Pinecone Assistant: A Managed Knowledge Layer for Production AI Applications Multi-domain RAG in n8n: why one knowledge base is not enough Allspice Transforms the Culinary Experience with Semantic Search Powered by Pinecone | Pinecone Building RAG workflows in n8n: choosing the right Pinecone node Knowledge needs a meta-knowledge layer Garbage Day: How Pinecone Safely Deletes Billions of Objects at Scale When "Performance" Means Two Different Things Pinecone BYOC: Pinecone in your AWS, GCP, or Azure account, no vendor access True, Relevant, and Wrong: The Applicability Problem in RAG Use the Pinecone Plugin for Claude Code to develop AI Applications Faster Millions at Stake: How Melange's High-Recall Retrieval Prevents Litigation Collapse Powering High-stakes Patent Search at Scale: How Melange Built a Reliable AI System on Pinecone | Pinecone Pinecone Assistant Node in n8n: Turn Any Data Source Into Knowledge RAG with Access Control Pinecone Dedicated Read Nodes are now in Public Preview Inside Pinecone: Slab Architecture New Bulk Data Operations: Update, Delete, and Fetch by Metadata The Hidden Cost of Building: Lessons from Aquant Simplifying Vector Embeddings with Pinecone Integrated Inference Capabilities Pinecone joins Microsoft Marketplace as a Launch Partner GTM Engineering: Clay + Pinecone for AI-powered Sales Outbound Build an AI knowledge assistant with Google Docs and Pinecone Moving Pinecone forward with Ash Ashutosh as CEO and Edo spearheading our growing AI ambitions as Chief Scientist Pinecone Founder Edo Liberty to Spearhead Pinecone’s Growing AI Ambitions; Appoints Ash Ashutosh as CEO to Expand Vector Database Market Leadership Fast, Accurate Retrieval for Creators at Scale: Delphi’s Path Toward a Million Conversational Agents with Pinecone | Pinecone Announcing Pinecone Pioneers: A Program for Builders, Organizers, and Community Leaders What is Context Engineering? Chunking Strategies for LLM Applications Beyond the hype: Why RAG remains essential for modern AI Obviant Makes 30% More Accurate Defense Acquisition Recommendations Combining Sparse and Dense Retrieval with Pinecone | Pinecone
Chipper Cash Thwarts Fraudsters in Real-time with Pinecon...
2023-04-12 · via Pinecone

Chipper Cash is a financial technology company on a mission to unlock barriers to banking in Africa. Providing a frictionless way to send and receive money cross-border and offering financial inclusivity, Chipper Cash has revolutionized money transfers for more than five million customers in Africa and beyond.

While the user base is growing quickly, Chipper Cash is constantly looking for ways to acquire new users and drive more transactions. One way they do this is through paid promotions for new users. For example, “Buy stocks worth at least $2 before the end of the week. Get a ₦500 reward!”

While these promos attract many new users, they also incentivize people looking for loopholes to create multiple accounts and maliciously access the promos. The company knew they needed a faster, more reliable way to verify new users and block duplicate users in real-time to prevent fraudulent sign-ups.

Challenge

Catching and preventing fraudsters in the act

Chipper Cash used a third-party service to provide security checks and verify identities of new users. Not only did these checks help identify duplicate accounts, but they also checked for fake or stolen documents (e.g. government-issued IDs) as part of their KYC checks . This solution worked well at first, but as the volume of users grew across the app’s seven supported countries, the verification process became a bottleneck — especially during promos.

This led to an uptick in malicious users creating multiple accounts and “gaming” the system. Incentivized by the new-user promos, these users would set up many fake accounts, resulting in delays of up to 20 minutes to validate their sign-ups. This not only created a poor experience for legitimate new users, but it also gave the fraudsters time to redeem new-user promos before they were caught.

During a six month period, Chipper Cash lost 16% of their promo budget to fraudulent sign-ups — whether duplicates or users with fake or stolen government IDs.​​ They also had to stop many promos earlier than planned, losing out on the opportunity to acquire more users.

Solution

Detecting duplicate sign-ups in real-time with Pinecone

Samee Zahid, Director of Engineering at Chipper Cash, took the lead in building an alternative, AI-based solution for faster in-app identity verification. The team wanted a solution with minimal latency at scale and lower overall costs. Their key idea was to use visual search to check if the selfie of a new users closely matches the selfie of any existing user. They learned they could accomplish this with an AI model (for turning images into embeddings) and a vector database (for storing and searching through embeddings by similarity).

The engineering team built a proof-of-concept using an open-source database with basic vector search functionality, and a ConvNet model for turning selfie photos into embeddings. Once the database was loaded with embeddings of existing user selfies, they could embed the selfie of each new user and search the database for similar embeddings. A high similarity score between the new selfie and an existing selfie would indicate the selfies are of the same person, meaning a duplicate account.

While the concept worked remarkably well, it became clear that making this work at low latencies and at their scale would require incredibly tedious and time-consuming management of the database. Zahid decided to look for a managed alternative that could provide performance at scale with minimal overhead. The search started and ended with Pinecone.

We have a high bar in terms of security and latency for our users. Many third-party solutions don’t meet our requirements, so we typically opt to build or host in-house. Pinecone proved to deliver so much value — with reduced overhead and ultra-low latencies at scale — we didn’t need to do much convincing to move forward.

Supported by Pinecone, Chipper Cash’s new identity verification solution is:

  • Built for real-time: With Pinecone, Chipper Cash was able to drastically reduce the amount of time needed to verify new sign-ups, especially during peak periods. This allows them to retrieve similar selfies of a user in under 200 milliseconds so they can catch and prevent fraudsters without slowing down legitimate new users.
  • Optimizing spend: With real-time verification, there are 10x fewer duplicate sign-up attempts. This means more money is going towards acquiring legitimate new customers — the intended audience — instead of fraudsters and bots. Chipper Cash can now allocate budget spend in a more effective way to help them meet their mission.
  • Highly scalable: Supporting billions of vectors at a time, Pinecone provides Chipper Cash with the long-term memory needed to continue scaling and adding context (i.e. selfies) to their dataset. The more context the application has, the faster and more accurate is the verification process.

Zahid and his team were able to fully implement Pinecone into their stack within a matter of weeks. Using Snowflake as a data warehouse, they generate embeddings using their Facial Similarity Service (FSS), and then store them in Pinecone. From there, FSS queries Pinecone to return the top three matches before querying the Chipper Backend to return match likelihood along with any other helpful metadata. See the full architectural diagram below for reference:

Zahid summarized the overall process of implementing Pinecone:

It took us less than a month to build our new in-house facial verification system. We have a real-time, scalable, and secure system thanks to Pinecone. End-to-end latencies for the entire system dropped from up to 20 minutes previously to less than 2 seconds now, with Pinecone doing the search in under 200ms.

Since launching the facial verification system with Pinecone, Chipper Cash has seen the number of fraudulent sign-ups decrease by 10x. The below graph shows the results for their user base in Uganda, which is representative of Chipper Cash’s other markets.

result

Catching more fraudulent sign ups, preventing losses

Chipper Cash has seen dramatic improvements in their identify verification workflow since launching Pinecone into production:

  • New users’ selfies are verified with over 95% accuracy in less than 2 seconds.
  • Promo budget gets spent efficiently to acquire legitimate new customers.
  • Fraudulent sign-ups have dropped by 10x across all markets.

Chipper Cash now provides a better user experience by enabling legitimate users to sign up and redeem promos quickly. And with better screening of fraudulent sign-ups, they can run longer, more effective promotions. Motivated by this success, Zahid and his team are now exploring other ways to make meaningful business impact with AI and the Pinecone vector database.