Kumo Co-Founder Hema Raghavan Named to Inc.’s 2026 Female Founders 500

Learn more
6Link Prediction · Cross-Device

Cross-Device Matching

For each anonymous device session, which known user does it belong to?

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.

By submitting, you accept the Terms and Privacy Policy.

Loved by data scientists, ML engineers & CXOs at

Catalina Logo

A real-world example

For each anonymous device session, which known user does it belong to?

With third-party cookie deprecation, 40-60% of user sessions are anonymous. Cross-device identity relies on probabilistic matching using behavioral and relational signals. Kumo learns from the graph of sessions, devices, IPs, and browsing patterns to resolve anonymous sessions to known users — without cookies. Every unresolved session is a lost personalization opportunity, and ad-tech platforms estimate $10-30B in annual industry-wide waste from fragmented user identities.

How KumoRFM solves this

Relational intelligence for identity resolution

Kumo builds a relational graph connecting sessions to devices, IP hashes, browsing patterns, and known user profiles. Instead of relying on deterministic cookie matching, Kumo learns that Anonymous Session S-901 browses the same product categories, visits from an IP range associated with User U-442, and exhibits the same time-of-day patterns as U-442's known sessions on other devices. The link prediction model resolves anonymous sessions to known users through these structural signals — maintaining identity resolution in a cookieless world.

From data to predictions

See the full pipeline in action

Connect your tables, write a PQL query, and get predictions with built-in explainability — all in minutes, not months.

1

Your data

The relational tables Kumo learns from

ANONYMOUS_SESSIONS

session_iddevice_fingerprintip_hashpages_viewedtimestamp
S-901FP-X7K2IP-44A1122025-09-14 20:15
S-902FP-M3P9IP-88B282025-09-15 08:30
S-903FP-X7K2IP-44A152025-09-15 21:00

SESSIONS

session_iduser_iddevice_fingerprintip_hashtimestamp
S-501U-442FP-R1N8IP-44A12025-09-13 09:00
S-502U-442FP-R1N8IP-44A12025-09-14 12:30
S-503U-781FP-T5W3IP-88B22025-09-14 10:15

USERS

user_idemailsignup_dateprimary_device
U-442sarah@email.com2024-03-12FP-R1N8
U-781david@corp.com2024-07-20FP-T5W3
U-195lisa@mail.com2025-01-05FP-K8J4
2

Write your PQL query

Describe what to predict in 2–3 lines — Kumo handles the rest

PQL
PREDICT LIST_DISTINCT(SESSIONS.USER_ID, 0, 7, days)
FOR EACH ANONYMOUS_SESSIONS.SESSION_ID
3

Prediction output

Every entity gets a score, updated continuously

SESSION_IDMATCHED_USER_IDSCORETIMESTAMP
S-901U-4420.912025-09-21
S-902U-7810.862025-09-21
S-903U-4420.882025-09-21
4

Understand why

Every prediction includes feature attributions — no black boxes

Anonymous Session S-901 (FP-X7K2)

Predicted: 91% match with User U-442 (sarah@email.com)

Top contributing features

IP hash overlap with known sessions

IP-44A1 match

30% attribution

Browsing category similarity

0.89

25% attribution

Time-of-day pattern match

Evening user

20% attribution

Page-view depth similarity

12 vs 14 avg

15% attribution

Session duration pattern

18 min avg

10% attribution

Feature attributions are computed automatically for every prediction. No separate tooling required. Learn more about Kumo explainability

Bottom line: Resolve 40-60% of anonymous sessions to known users without third-party cookies — unlocking personalization and recovering millions in ad attribution value.

Topics covered

cross-device matching AIdevice identity resolutionanonymous session matchingcookieless identitycross-device identity graphKumoRFMrelational deep learningpredictive query languagedevice fingerprinting AIuser identity resolutionprobabilistic matchingpost-cookie identity

One Platform. One Model. Predict Instantly.

KumoRFM

Relational Foundation Model

Turn structured relational data into predictions in seconds. KumoRFM delivers zero-shot predictions that rival months of traditional data science. No training, feature engineering, or infrastructure required. Just connect your data and start predicting.

For critical use cases, fine-tune KumoRFM on your data using the Kumo platform and Data Science Agent for 30%+ higher accuracy than traditional models.

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.