Non-intrusive load monitoring (NILM) represents a powerful approach to understanding electricity consumption patterns without requiring dedicated sensors at each appliance. By analyzing aggregate power measurements from a single utility meter, NILM algorithms can infer which devices are running and how much energy each consumes—information valuable for grid operators, utilities, and consumers seeking to optimize energy use.
The challenge lies in capturing electrical signatures across multiple time scales. Power demand contains both rapid transients (when appliances switch on or off) and slower periodic cycles (recurring daily or weekly patterns). Traditional machine learning approaches process data in either the time domain or frequency domain, missing opportunities to leverage insights from both perspectives simultaneously.
TF-SeqFormer addresses this limitation through a dual-branch architecture. The time-domain pathway uses a multi-scale convolution cross attention (MSCA) module to identify both sharp load changes and broader consumption trends. Simultaneously, the frequency-domain pathway processes Fourier coefficients with learnable weights, extracting spectral signatures unique to each appliance. A gating mechanism intelligently combines both representations, allowing the model to weight time and frequency information according to what matters most for each appliance.
Tested on the UK-DALE dataset—a standard benchmark containing high-resolution electricity consumption data from real homes—TF-SeqFormer demonstrated superior performance across multiple metrics. The model excelled at identifying appliance on-off states, reconstructing accurate power profiles, and estimating total energy consumption by device type.
For power utilities and grid operators, this advancement reduces deployment costs and complexity. Rather than installing sub-metering infrastructure, utilities can implement NILM algorithms on existing smart meter infrastructure to provide granular consumption insights. This enables more targeted demand response programs, improved forecasting, and better support for distributed energy resource integration. As smart grids evolve, NILM technologies like TF-SeqFormer become increasingly critical tools for understanding and managing electricity consumption at scale.



