SIH26104 · TECHNICAL ARCHITECTURE SPECIFICATION

SYSTEM ARCHITECTURE & DETECTION PIPELINE

V-SHIELD is a real-time, privacy-preserving audio verification engine designed for Indian telephony and VoIP ecosystems. Built to decide in under 269ms, survive 8 kHz G.711 narrowband compression, and operate with zero raw-audio persistence under India's DPDP Act 2023.

FIVE COUPLED SUBSYSTEMS

SUBSYSTEM 01SS1 · PROTOCOL INTAKE

INGESTION & PREPROCESSING

WebRTC and SIP/RTP media streams ingested into single-channel 16-bit linear PCM at 16 kHz. Silero Voice Activity Detection (VAD) discards background silence, comfort noise, and hold music so only active speech enters the classifier.

250ms sliding ring buffer
125ms hop (50% overlap)
Zero audio persistence
SUBSYSTEM 02SS2 · ACOUSTIC INSPECTION

MULTI-DOMAIN DSP EXTRACTION

Extracts dual-domain acoustic markers: Linear Frequency Cepstral Coefficients (LFCC) across 0–8 kHz preserving high-frequency vocoder residuals, Bispectral matrix B(f1, f2) measuring quadratic phase non-linearities, and F0 pitch jitter with cycle-to-cycle variance.

LFCC linear filterbank
Bispectral phase coupling
F0 micro-tremor tracking
SUBSYSTEM 03SS3 · DUAL-STREAM INFERENCE

QUANTIZED NEURAL CLASSIFIER

Dual-stream neural backbone: Modified RawNet2 with parameterized sinc-convolutions for raw waveform inspection combined with a lightweight 2D ResNet with Squeeze-and-Excitation for spectral envelopes. Quantized to INT8 ONNX for sub-40ms CPU inference.

INT8 quantized graph
< 38ms CPU inference
< 120MB RAM footprint
SUBSYSTEM 04SS4 · DECISION LOGIC

KALMAN SMOOTHING & TRI-STATE

Rolling 1-D Kalman filter over 1.5-second observation window suppresses isolated false-positive spikes from cellular packet loss or talker overlap. Emits a deterministic tri-state policy verdict: GREEN (<0.35), AMBER (0.35–0.75), or RED (≥0.75).

1.5s rolling Kalman filter
Green / Amber / Red thresholds
2.5ms logic latency
SUBSYSTEM 05SS5 · ACTIVE ENFORCEMENT

ACTIVE MITIGATION & CHALLENGE

When score enters the Amber band in a sensitive transaction, the engine injects an unpredictable multilingual phonemic verification prompt (EN/HI/TA/TE). Tests caller response latency: humans answer under 800ms while neural vocoders require 800–2500ms pipeline latency.

Dynamic phonemic prompt
Speech latency timer (<800ms)
Fail-closed enforcement
POLICY ENFORCEMENT HOOK

FAIL-CLOSED FOR PAYMENTS · FAIL-OPEN FOR SOS

Integrators bind policy actions (Allow, Challenge, Terminate, Escalate) to transaction value and caller roles. High-value RTGS/NEFT transfers are fail-closed; emergency lines remain open with operator alerts.

TEST IN LIVE DEMO
REAL-TIME TELEMETRY PROFILE

269.0 MS TOTAL DECISION ROUND-TRIP

MEASURED ON 4-CORE INTEL/AMD CPU (NO GPU REQUIRED)
FRAME INGESTION & VAD200.0 ms
DSP (LFCC + BISPECTRUM)16.5 ms
INT8 NEURAL INFERENCE38.0 ms
KALMAN SMOOTHING & LOGIC2.5 ms
WEBSOCKET TELEMETRY DISPATCH12.0 ms

Sum of ingestion window, DSP feature compute, INT8 neural inference, Kalman logic, and network dispatch remains strictly inside a natural conversational pause.

DPDP ACT 2023 COMPLIANCE SPECIFICATION

ZERO RAW-AUDIO PERSISTENCE BY DESIGN

  • 1.Volatile RAM Only: Audio frames reside strictly in circular volatile memory queues, overwritten immediately after feature extraction.
  • 2.Non-Reconstructible Vectors: Extracted LFCC and bispectral features cannot be inverse-synthesized into intelligible human speech.
  • 3.Append-Only Audit: Telemetry logs store session ID, C(t) risk trace, codec tag, and timestamps only — never waveform bytes.
TELEPHONY CODEC INVARIANCE (8 KHZ)

ROBUST AGAINST INDIAN NARROWBAND PATHS

  • 1.G.711 / AMR Adaptation: Trained and validated on band-limited 300–3400 Hz telephony audio with comfort-noise insertion.
  • 2.Target EER ≤ 5.4%: Maintained on held-out telephony-transcoded evaluation split, avoiding optimistic broadband-only lab results.
  • 3.Accent Resilience: Trained on Indian English, Hindi, Tamil, and Telugu to prevent regional phonetics from triggering false challenges.