Skip to content
SIH Buddyby Ganeev Singh
Dev
All problem statements
SIH26104Strong pickacceptance 4/5

AI-Powered Real-Time Detection and Prevention of Voice Cloning Impersonation Attacks

All India Council for Technical Education (AICTE) · Miscellaneous · Software

Public benchmarks with published baselines make this objectively assessable and the demo sells itself — win it on the two things the field is actually bad at, which are generalising to unseen vocoders and surviving telephony compression, and report those numbers rather than your clean-audio ones.

What it actually is

A few seconds of someone's recorded voice is now enough to clone it convincingly, and attackers are using that to phone employees pretending to be executives and authorise transfers. Caller ID and recognising a familiar voice no longer help. The ask is a system that listens to a live call and works out whether the voice on the other end is synthetic, in time to stop the transaction.

What to build

A synthetic speech detection service operating on streaming audio: a detection model working on raw waveform or spectral representation to identify the artifacts neural speech synthesis leaves behind, trained and evaluated on the established anti-spoofing benchmark corpora with equal error rate reported the way the field reports it; a streaming layer producing a continuously updated score over the call rather than a single verdict at the end, since the decision has to arrive before the transfer is authorised; codec-robust training, because the target environment is telephone calls and telephony compression destroys much of the fine spectral detail detectors normally rely on; a threshold and alerting layer with configurable actions for high-value transactions; and privacy handling that keeps feature-level logging rather than retaining recordings.

Smallest thing that wins the room

Play a genuine recording and a cloned one of the same consenting speaker through the system over a real telephony codec, and show the risk score separating them live with the alert firing before the simulated approval step completes.

How crowded this one gets

A guess, projected from the 2025 statements — the last year where both the submission counts and the winners were published.

Moderate160–360 teams expectedroughly 1 in 132–305 wins it

Quieter than 23% of the 226 · #174 of 226 by expected field

A normal-sized field. Your idea has to be good, not miraculous.

Why: central ministry statements sat below the average.

This is a guess, not a fact

Nobody has published 2026’s numbers yet. This is an analysed estimate from last year’s pattern, so please do not take it as the truth — check the live counter on the SIH portal before you decide anything. The range covers the middle half of likely outcomes, so one statement in two lands outside it. Entry closes at 500 ideas per statement, so no range goes past that — a statement that reaches the cap fills and shuts rather than drawing an unlimited crowd. The model reads only three things a team can see before choosing — software or hardware, the theme, and what kind of body posted it — and those explain about a quarter of the variation in last year’s field sizes (R² 0.25 on held-out statements). Trust the band more than the number, and the ordering more than either. It cannot see how good your idea is, which is the part that actually decides it.

The scores

The number is the shorthand. The line under it is the reason.

What you will be writing

  • AASIST or RawNet2 anti-spoofing architectures
  • ASVspoof benchmark training and EER reporting
  • telephony codec augmentation for robustness
  • streaming inference with running risk score
  • cross-vocoder generalisation evaluation
  • feature-only logging for privacy compliance
  • Audio deepfake detection
  • Voice channel security
  • Financial fraud prevention

Prior art to read before you start

synthetic speech artifact detection · real-time streaming risk scoring · robustness to unseen generation methods

Analysed by Claude Opus. Every score above is a judgment call with its reasoning attached — kindly cross-check this against the official statement on the SIH portal before your team commits to it.