Papers › Neural NILM: Deep Neural Networks Applied to Energy Disaggregation

Neural NILM: Deep Neural Networks Applied to Energy Disaggregation

23 Jul 2015arXiv:1507.06594archive 2025-07-28

Jack Kelly, William Knottenbelt

Energy disaggregation estimates appliance-by-appliance electricity consumption from a single meter that measures the whole home's electricity demand. Recently, deep neural networks have driven remarkable improvements in classification performance in neighbouring machine learning fields such as image classification and automatic speech recognition. In this paper, we adapt three deep neural network architectures to energy disaggregation: 1) a form of recurrent neural network called `long short-term memory' (LSTM); 2) denoising autoencoders; and 3) a network which regresses the start time, end time and average power demand of each appliance activation. We use seven metrics to test the performance of these algorithms on real aggregate power data from five appliances. Tests are performed against a house not seen during training and against houses seen during training. We find that all three neural nets achieve better F1 scores (averaged over all five appliances) than either combinatorial optimisation or factorial hidden Markov models and that our neural net algorithms generalise well to an unseen house.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1507.06594")

Code

Syntology Ran 0 of 17 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run.

By repository: official repository: 12 samples from 1 repository, 0 ran; community (archive-listed): 5 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

JackKelly/neuralnilm_prototype officialmentioned in papermentioned on GitHubtfMIT report
OdysseasKr/online-nilm mentioned on GitHubtf report
joseluis1061/neuralnilm mentioned on GitHubtfApache-2.0 report
pawan47/nilmtk_readings mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

across_all_appliances JackKelly/neuralnilm_prototype/neuralnilm/metrics.py official repository unverified MIT (permissive) · 0917d7643d29acf7 · report
get_colors JackKelly/neuralnilm_prototype/neuralnilm/plot.py official repository unverified MIT (permissive) · 4888c794edf157be · report
gmm_pdf JackKelly/neuralnilm_prototype/neuralnilm/plot.py official repository unverified MIT (permissive) · a4f6cb53d5e3b59b · report
init_experiment JackKelly/neuralnilm_prototype/neuralnilm/experiment.py official repository unverified MIT (permissive) · baae6d0b0087030c · report
none_to_list JackKelly/neuralnilm_prototype/neuralnilm/source.py official repository unverified MIT (permissive) · 451649dabb32f0f5 · report
plot_disaggregate_start_stop_end JackKelly/neuralnilm_prototype/neuralnilm/plot.py official repository unverified MIT (permissive) · 5ca93f198a4b01dd · report
quantize JackKelly/neuralnilm_prototype/neuralnilm/source.py official repository unverified MIT (permissive) · a4c12d1effb52c55 · report
rectangle_filename JackKelly/neuralnilm_prototype/neuralnilm/disaggregate.py official repository unverified MIT (permissive) · 658b9c2b1103edf5 · report
rectangularise JackKelly/neuralnilm_prototype/neuralnilm/rectangulariser.py official repository unverified MIT (permissive) · 5432382b30150a20 · report
run_metrics JackKelly/neuralnilm_prototype/neuralnilm/metrics.py official repository unverified MIT (permissive) · c81045c760ae5c9e · report
start_and_end_and_mean JackKelly/neuralnilm_prototype/neuralnilm/rectangulariser.py official repository unverified MIT (permissive) · ea8d6dc5401a7fdb · report
timestamp_to_int JackKelly/neuralnilm_prototype/neuralnilm/source.py official repository unverified MIT (permissive) · d162caef2dd02939 · report
flatten joseluis1061/neuralnilm/neuralnilm/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 420aa2050ebb1f5d · report
none_to_dict joseluis1061/neuralnilm/neuralnilm/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 939a7d5f22a616bf · report
none_to_list joseluis1061/neuralnilm/neuralnilm/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 923e142fb8dee6cf · report
relative_error_in_total_energy joseluis1061/neuralnilm/neuralnilm/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 17e0b7c612ec0e93 · report
scores joseluis1061/neuralnilm/neuralnilm/scores.py community (archive-listed) unverified Apache-2.0 (permissive) · 7eed19a0c9917f3f · report

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DenoisingGeneral ClassificationImage ClassificationSpeech Recognitionimage-classificationspeech-recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections