LITF-PA-2026-137 · Fire Safety / Edge AI / Sensor Fusion

System and Method for Residential Cooking Fire Risk Prediction Using Multi-Sensor Fusion of Stove Current Signature, Range Hood Particulate Density, and Ambient Acoustic Anomaly Detection with Edge-Deployed Temporal Convolutional Network

Smart kitchen with multi-sensor fire risk prediction system showing data overlays on stove, range hood, and acoustic sensor
⚖️ Prior Art Notice: This document is published as defensive prior art under 35 U.S.C. § 102(a)(1). The inventions described herein are dedicated to the public domain as of the publication date above. This disclosure is intended to prevent the patenting of these concepts by any party.

Abstract

Disclosed is a system and method for predicting residential cooking fires 2-5 minutes before ignition using edge-deployed multi-sensor fusion. The system comprises three sensing modalities: (1) a smart plug with high-frequency current sampling (4 kHz) on the stove circuit, performing non-intrusive load monitoring (NILM) to classify cooking method, estimate surface temperature from resistive heating element impedance drift, and detect unattended cooking via temporal activity patterns; (2) a compact particulate and volatile organic compound (VOC) sensor module integrated into or adjacent to the range hood, measuring PM2.5 concentration, total VOC level, and their first and second time derivatives to detect the characteristic exponential particulate ramp that precedes grease ignition by 90-300 seconds; and (3) a MEMS microphone array positioned in the kitchen that classifies the acoustic signature transition from normal cooking sounds (sizzling, bubbling, boiling) to pre-fire conditions (carbonization crackling, oil decomposition popping, dry-pan thermal stress) using a mel-spectrogram convolutional classifier. A temporal convolutional network (TCN) running on a low-power edge processor (e.g., Coral Edge TPU or ESP32-S3) fuses 60-second sliding windows from all three modalities, outputting a fire risk score (0-100) with configurable alert thresholds. At risk score 70, the system issues a smartphone notification; at 85, it triggers audible alarm and optional smart plug shutoff. The system operates entirely on-device with no cloud dependency, preserving privacy and ensuring sub-second response latency.

Field of the Invention

This invention relates to residential fire safety, specifically to predictive fire risk assessment in cooking environments using multi-modal sensor fusion and edge-deployed machine learning for pre-ignition intervention.

Background

Cooking is the leading cause of residential fires in the United States, responsible for 49% of all home structure fires, 42% of home fire injuries, and 21% of home fire deaths (NFPA, Ahrens & Maheshwari 2024, based on 2017-2021 NFIRS data). The U.S. Fire Administration reports approximately 187,600 cooking fires per year, causing 550 deaths, 4,820 injuries, and $1.2 billion in direct property damage annually. Unattended cooking is the leading contributing factor in 31% of these fires (NFPA).

Current cooking fire prevention and detection technologies have fundamental limitations:

The gap in the art is a pre-ignition prediction system that: (a) fuses multiple non-visual sensing modalities to detect the thermochemical precursors of cooking fires before ignition occurs; (b) distinguishes normal high-heat cooking from genuinely hazardous conditions using contextual multi-modal analysis rather than single-threshold triggers; (c) operates without cameras, preserving kitchen privacy; (d) runs entirely on-device with no cloud dependency; and (e) provides graduated risk scoring with configurable intervention levels from notification through automated shutoff.

Detailed Description

1. Stove Current Signature Analysis Module

The first sensing modality is a smart plug or inline current monitor installed on the stove's electrical circuit (240V/50A for U.S. electric ranges, or 120V/20A for countertop appliances). The module samples current at 4 kHz with 12-bit resolution using a split-core current transformer (e.g., SCT-013-030, $3.50) and a dedicated ADC (ADS1115, $5.00).

The high-frequency current waveform enables several inferences:

For gas ranges, the current module is replaced by a gas flow sensor (thermal mass flow meter, e.g., Sensirion SFM3003, $18) on the gas supply line, providing equivalent cooking state inference from flow rate patterns. Gas igniter current draw (400-600 mA pulse on the igniter circuit) provides an additional timing signal.

2. Range Hood Particulate and VOC Sensor Module

The second sensing modality is a compact multi-sensor module mounted inside or directly below the range hood, in the exhaust airflow path above the cooking surface. The module comprises:

The critical signal is the PM2.5 time derivative profile. Normal cooking produces PM2.5 levels of 50-500 μg/m³ at the range hood inlet with gradual, bounded increases. Pre-fire conditions produce a characteristic exponential ramp: PM2.5 concentration doubles every 15-30 seconds as oil approaches autoignition, driven by accelerating pyrolysis of fatty acids. The system computes the first derivative (rate of PM2.5 increase) and second derivative (acceleration of increase). A positive second derivative sustained for >30 seconds, combined with PM2.5 exceeding 800 μg/m³, indicates the oil is in the runaway decomposition regime between smoke point and flash point. This signal precedes visible flame by 90-300 seconds depending on oil type, volume, and heat input rate.

The humidity-to-particulate ratio (H/P ratio) serves as a critical disambiguation feature. Steam-heavy cooking (boiling pasta, steaming vegetables) produces H/P > 5.0 (high humidity, low particulate). Grease decomposition produces H/P < 0.3 (rising particulate, stable or declining humidity). Normal frying occupies the middle range (H/P 0.5-3.0). The H/P ratio prevents false alarms from steam-intensive cooking that would trigger a particulate-only system.

3. Acoustic Anomaly Detection Module

The third sensing modality is a MEMS microphone array (2 microphones, e.g., Knowles SPH0645LM4H, $1.50 each) positioned 0.5-2.0 m from the cooking surface, typically integrated into the range hood housing or a countertop-mounted sensor puck.

Cooking produces distinctive acoustic signatures across the 200 Hz - 8 kHz range:

Audio is processed in 1-second frames with 50% overlap. Each frame is converted to a 64-bin mel-frequency spectrogram. A lightweight 1D convolutional classifier (3 layers, 16/32/64 filters, model size ~120 KB after INT8 quantization) outputs probability vectors over classes: normal_sizzle, boil_simmer, carbonization, oil_decomposition, dry_pan, background, and other. The classifier does not perform speech recognition or record intelligible audio; it processes only spectral features in the cooking-relevant frequency bands, and raw audio buffers are overwritten every 2 seconds, preserving privacy.

4. Temporal Convolutional Network Fusion

The three sensing modalities are fused by a temporal convolutional network (TCN) running on a low-power edge processor. The TCN architecture uses dilated causal convolutions (Bai et al., 2018) with an exponentially increasing dilation schedule (1, 2, 4, 8, 16, 32), providing a 64-second receptive field from a 60-second sliding input window.

Input features at each 1-second timestep (60 timesteps per window):

Total: 27 input features × 60 timesteps = 1,620 values per inference. The TCN comprises 6 residual blocks with 32 filters each, batch normalization, and dropout (0.1). Output: single scalar fire risk score (0-100) via sigmoid activation scaled to [0, 100]. Total model parameters: approximately 45,000 (INT8 quantized size: ~50 KB). Inference time: <50 ms on ESP32-S3, <10 ms on Coral Edge TPU.

The TCN is trained on a dataset combining: (a) controlled cooking experiments spanning 15 cooking methods × 8 oil types × 3 cookware materials × attended/unattended conditions (estimated 500+ hours of labeled multi-modal data from purpose-built test kitchens); (b) real kitchen ambient data collected from consenting beta users with all three sensors deployed (thousands of hours of normal cooking with no fire events, providing negative class data); and (c) synthetic fire escalation trajectories generated by physics-based simulation of oil heating curves, particulate generation models (Wallace et al., Building and Environment 2019), and acoustic models of carbonization. Actual fire events are simulated in controlled settings (outdoor test kitchens with fire suppression) to generate positive class training data without endangering occupied structures.

5. Graduated Alert and Intervention Protocol

The system implements a four-level graduated response:

The intervention at Level 3 (power cutoff) is user-configurable and disabled by default. The system is designed as a warning system first, an automatic shutoff second. Users who enable auto-shutoff accept a higher false-positive intervention rate in exchange for maximum protection. A physical override button on the sensor puck or smart plug allows immediate re-energization after a shutoff event.

6. Calibration and Personalization

The system runs a 7-day calibration period after installation, during which it learns the baseline cooking patterns of the household: typical cooking durations, preferred heat levels, common cooking methods, and the specific particulate and acoustic signatures of the installed stove, cookware, and range hood configuration. During calibration, alerts are suppressed and the system records data to adjust per-household thresholds.

Personalization includes:

7. Hardware Integration Options

The system can be deployed in three configurations:

8. Figures Description

Claims

  1. A system for predicting residential cooking fire risk prior to ignition, comprising: a current sensing module on a stove electrical circuit that samples current waveforms and classifies cooking method, estimates cooking surface temperature from heating element impedance drift, and detects unattended cooking states; a particulate and volatile organic compound sensing module positioned in a range hood exhaust path that measures PM2.5 concentration and VOC levels and computes their temporal derivatives; an acoustic sensing module comprising at least one MEMS microphone that classifies cooking acoustic signatures into categories including normal sizzle, carbonization crackling, and oil decomposition popping using spectral feature analysis; and an edge-deployed machine learning model that fuses time-series data from all three modules and outputs a fire risk score representing the probability of ignition within a prediction horizon.
  2. The system of claim 1, wherein the current sensing module estimates cooking surface temperature by measuring the impedance drift of resistive heating elements due to their positive temperature coefficient of resistance, without requiring a direct temperature sensor on the cooking surface.
  3. The system of claim 1, wherein the particulate sensing module computes a humidity-to-particulate ratio to distinguish steam-intensive cooking from grease decomposition, preventing false alarms from boiling or steaming operations that produce high particulate levels with simultaneously high humidity.
  4. The system of claim 1, wherein the particulate sensing module detects a pre-fire condition by identifying a sustained positive second derivative of PM2.5 concentration exceeding a configurable duration threshold, indicating the exponential particulate ramp characteristic of oil approaching autoignition temperature.
  5. The system of claim 1, wherein the acoustic sensing module distinguishes carbonization crackling from normal cooking sizzle by detecting impulsive transients with rise times below a threshold, increasing repetition rate, and frequency content above the normal sizzle spectral centroid.
  6. The system of claim 1, wherein the edge-deployed machine learning model is a temporal convolutional network with dilated causal convolutions processing a sliding window of multi-modal features, quantized for execution on a low-power microcontroller or edge accelerator without cloud connectivity.
  7. The system of claim 1, further comprising a graduated alert protocol with at least three severity levels, wherein lower levels issue visual or smartphone notifications and the highest level triggers an audible alarm and optionally cuts electrical power to the stove via a smart plug or relay.
  8. A method for predicting cooking fire risk comprising: continuously monitoring electrical current on a stove circuit to classify cooking state and estimate surface temperature; continuously measuring particulate concentration and volatile organic compound levels in the range hood exhaust airflow and computing their first and second time derivatives; continuously classifying kitchen acoustic signatures to detect transitions from normal cooking sounds to pre-fire indicators including carbonization and oil decomposition; fusing time-series features from all three sensing modalities using a temporal convolutional network to produce a fire risk score; and issuing graduated alerts at configurable risk thresholds before ignition occurs.
  9. The method of claim 8, further comprising a calibration period during which the system learns household-specific cooking patterns, range hood exhaust performance, and baseline sensor signatures, and adjusts detection thresholds accordingly.
  10. The method of claim 8, further comprising a cooking-mode-specific risk model that applies elevated alert thresholds for wok cooking and deep frying to reduce false alarm rates during intentionally high-heat cooking operations.
  11. The system of claim 1, wherein all raw audio data is processed as spectral features only, with raw audio buffers overwritten within a configurable short duration, and no speech recognition or audio recording capability is present, preserving occupant privacy.
  12. The system of claim 1, implemented as a retrofit kit comprising three discrete wireless sensor modules communicating via a low-power mesh protocol to a central edge processor, installable without tools or electrical wiring modification.

Implementation Notes

A reference implementation using off-the-shelf components can be constructed for under $90 in hardware. The current sensing module uses a split-core CT (SCT-013-030, $3.50) with an ESP32-S3 ($3) and ADS1115 ADC ($5). The particulate/VOC module uses a Plantower PMS5003 ($12), Sensirion SGP41 ($5), and SHT41 ($2). The acoustic module uses two Knowles SPH0645LM4H MEMS microphones ($3 total). Communication between modules uses BLE Mesh on the ESP32-S3's integrated radio. The central fusion processor is either the same ESP32-S3 running all three sensing tasks (single-board configuration) or a Raspberry Pi Zero 2W ($15) receiving data from three dedicated sensor nodes.

The TCN model (~50 KB quantized) fits comfortably in the ESP32-S3's 512 KB SRAM alongside the sensor driver firmware. Total power consumption for the three-module retrofit configuration is estimated at 800 mW (primarily the PM2.5 sensor's laser and fan), well within USB-C power delivery from any standard adapter.

Training data acquisition requires controlled cooking experiments in instrumented test kitchens. The NIST residential cooking fire research program provides published temperature and smoke obscuration curves for common cooking fire scenarios. The Fire Safety Journal literature on cooking oil ignition (Babrauskas, 2003; Krause & Schmidt, 2001) provides validated oil temperature-time curves from smoke point through autoignition that can be used to generate synthetic training trajectories for the pre-fire particulate and temperature channels.

Prior Art References

  1. NFPA Cooking Equipment Fire Statistics (Ahrens & Maheshwari, 2024) : 49% of U.S. home fires, 187,600/year
  2. USFA Cooking Fire Statistics : 550 deaths, 4,820 injuries, $1.2B damage annually
  3. Cleary, NIST TN 1629, 2010 : Kitchen smoke detector false alarm rates: 85-97%
  4. NFPA Smoke Alarms Report (Ahrens, 2023) : 25% of homes have non-functional smoke alarms
  5. FireAvert : Stove guard system triggered by smoke detector activation
  6. Wallace et al., Building and Environment 2019 : Residential cooking particulate emission characterization
  7. Bai et al., 2018 : Temporal convolutional networks for sequence modeling
  8. Babrauskas, Fire Safety Journal 2003 : Cooking oil ignition temperatures and fire behavior
  9. TensorFlow Lite for Microcontrollers : On-device ML runtime for edge deployment
  10. ESP32-S3 SoC : Low-power microcontroller with vector DSP extensions
  11. Knowles SPH0645LM4H : MEMS microphone datasheet
  12. Sensirion SGP41 : Multi-gas VOC and NOx sensor
  13. Plantower PMS5003 : Laser scattering particulate matter sensor
  14. Hart, 1992; Zoha et al., IEEE TPEL 2012 : Non-intrusive load monitoring (NILM) for appliance disaggregation