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

Learn more
8Classification · Collections

Collections Optimization

Which delinquent accounts will self-cure vs need intervention?

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

Which delinquent accounts will self-cure vs need intervention?

Banks spend $2-4B annually on collections operations, yet 40-60% of early-stage delinquent accounts self-cure without any intervention (McKinsey). Treating every 30-day-late account with the same urgency wastes collector time on accounts that would have paid anyway while under-prioritizing accounts heading toward charge-off. A bank with 200K delinquent accounts per month needs to know which 80K genuinely need a call, which 40K need a workout plan, and which 80K will resolve on their own.

How KumoRFM solves this

Relational intelligence built for banking and financial data

Kumo connects delinquent accounts to their full payment history, transaction patterns, employment signals, other credit lines, and prior collections outcomes. The model learns that Account L-8002 missed a payment but has consistent direct deposits, no balance growth on other lines, and a history of catching up within 15 days. Meanwhile, Account L-8045 shows declining income signals, rising utilization across all cards, and a pattern of minimum-only payments. Kumo routes collectors to the 40% of accounts that truly need intervention.

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

DELINQUENT_ACCOUNTS

account_idborrower_idproductdays_past_duebalance_owed
L-8002B-2087Personal Loan32$14,200
L-8045B-2120Auto Loan45$22,800
L-8067B-2155Credit Card31$6,400

PAYMENT_HISTORY

account_idmonthamount_dueamount_paiddays_late
L-80022025-07$310$3100
L-80022025-08$310$3103
L-80452025-07$485$4850

BORROWER_SIGNALS

borrower_iddirect_deposit_trendtotal_utilizationother_delinquencies
B-2087Stable38%0
B-2120Declining -15%87%2
B-2155Stable52%0

PRIOR_COLLECTIONS

borrower_idprior_delinquencyoutcomedays_to_resolve
B-20872024-03Self-cured12
B-21202024-11Workout plan90
B-2155NoneN/AN/A
2

Write your PQL query

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

PQL
PREDICT BOOL(DELINQUENT_ACCOUNTS.STATUS = 'self_cured', 0, 30, days)
FOR EACH DELINQUENT_ACCOUNTS.ACCOUNT_ID
WHERE DELINQUENT_ACCOUNTS.DAYS_PAST_DUE > 30
3

Prediction output

Every entity gets a score, updated continuously

ACCOUNT_IDBORROWERSELF_CURE_PROBRECOMMENDED_ACTIONPRIORITY
L-8002B-20870.82Monitor OnlyLow
L-8067B-21550.61Soft ReminderMedium
L-8045B-21200.11Collector OutreachCritical
4

Understand why

Every prediction includes feature attributions — no black boxes

Account L-8045 (Auto Loan, B-2120)

Predicted: 11% self-cure probability (needs intervention)

Top contributing features

Income signal declining

-15% deposits

28% attribution

Cross-account utilization

87% total

25% attribution

Multiple concurrent delinquencies

2 other

21% attribution

Prior collections required workout

90 days

15% attribution

Days past due trajectory

Worsening

11% attribution

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

Bottom line: Focus collector effort on the 40% of delinquent accounts that genuinely need intervention, reducing collections costs by $800M-$1.2B industry-wide while cutting charge-off rates by 15-20%.

Topics covered

collections optimization AIself-cure prediction bankingdelinquency managementcollections prioritizationgraph neural network collectionsKumoRFMloan recovery predictionrelational deep learning collectionscharge-off preventioncollections strategy AI

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.