Lessons and Insights from Super-Resolution of Energy Data

Rithwik Kukunuri, Nipun Batra, Hongning Wang
{"title":"Lessons and Insights from Super-Resolution of Energy Data","authors":"Rithwik Kukunuri, Nipun Batra, Hongning Wang","doi":"10.1145/3371158.3371224","DOIUrl":null,"url":null,"abstract":"Motivation Studies have shown that consumers of electricity can save up 15% of their bills when provided with a detailed appliance wise feedback [1]. Energy super-resolution refers to estimating energy usage at a higher-sampling rate from the lower sampling rate. We mainly focus on predicting the hourly reading of a home, using the daily usage (which can be noted down by the users from the meter). This predicted usage can be used by the consumers to identify the times of the day, which are contributing more to electricity usage and help them optimize their usage. This is analogous to image superresolution, where the zooming out factor equals 24. Problem definition Throughout the paper we will be using the following notation: H Number of homes; D Number of days; X ∈ RH×D Denotes low resolution matrix (Aggregate); Y ∈ RH×D×24 Denotes high resolution matrix; P ∈ RH×D×24 Denotes weights matrix; Weights matrix is same as the matrix which stores the proportion of electricity consumed on a particular day. For the hth home and the dth day, the matrix ∀iPh,d,i = Yh,d,i Xh,d Approach Triplet learning Let L(i, j) denoteX [i, j −K : j +K] , which is a vector of length 2K+1. It stores the K past and K future neighbor aggregate readings in a home i during day j. We can refer to this a neighborhood vector for the ith home for jth day. An embedding network takes 2K+1 dimension vector as input and outputs an vector of dimensionN . The embedding network can be configured with various options such as normalization of output and positive activation of output.Consider (i,x),(j,y),(k, z), where each tuple denotes a home and day pairs. Let V (i,x) denote the embedding vector generated using L(i,x) . We define similarity functions which are specified in Equation(1). The functions in Equation(1) denote the similarity of the given tuples in the super-resolution usage. The losses in Table 1 ensure that tuples that are similar in the weights space are also similar in the embedding space. After the embedding network finished training, we generate the embeddings for each of the test samples. Then we find k nearest training samples using the embeddings and use the weights of the closest samples as the weights for the test sample.","PeriodicalId":360747,"journal":{"name":"Proceedings of the 7th ACM IKDD CoDS and 25th COMAD","volume":"1 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2020-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of the 7th ACM IKDD CoDS and 25th COMAD","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/3371158.3371224","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

Abstract

Motivation Studies have shown that consumers of electricity can save up 15% of their bills when provided with a detailed appliance wise feedback [1]. Energy super-resolution refers to estimating energy usage at a higher-sampling rate from the lower sampling rate. We mainly focus on predicting the hourly reading of a home, using the daily usage (which can be noted down by the users from the meter). This predicted usage can be used by the consumers to identify the times of the day, which are contributing more to electricity usage and help them optimize their usage. This is analogous to image superresolution, where the zooming out factor equals 24. Problem definition Throughout the paper we will be using the following notation: H Number of homes; D Number of days; X ∈ RH×D Denotes low resolution matrix (Aggregate); Y ∈ RH×D×24 Denotes high resolution matrix; P ∈ RH×D×24 Denotes weights matrix; Weights matrix is same as the matrix which stores the proportion of electricity consumed on a particular day. For the hth home and the dth day, the matrix ∀iPh,d,i = Yh,d,i Xh,d Approach Triplet learning Let L(i, j) denoteX [i, j −K : j +K] , which is a vector of length 2K+1. It stores the K past and K future neighbor aggregate readings in a home i during day j. We can refer to this a neighborhood vector for the ith home for jth day. An embedding network takes 2K+1 dimension vector as input and outputs an vector of dimensionN . The embedding network can be configured with various options such as normalization of output and positive activation of output.Consider (i,x),(j,y),(k, z), where each tuple denotes a home and day pairs. Let V (i,x) denote the embedding vector generated using L(i,x) . We define similarity functions which are specified in Equation(1). The functions in Equation(1) denote the similarity of the given tuples in the super-resolution usage. The losses in Table 1 ensure that tuples that are similar in the weights space are also similar in the embedding space. After the embedding network finished training, we generate the embeddings for each of the test samples. Then we find k nearest training samples using the embeddings and use the weights of the closest samples as the weights for the test sample.
来自超分辨率能源数据的教训和见解
动机研究表明,如果提供详细的电器智能反馈,消费者可以节省15%的电费[1]。能量超分辨率是指从较低的采样率估计出较高采样率下的能量使用情况。我们主要关注的是预测一个家庭每小时的读数,使用每日使用量(用户可以从电表上记下)。这个预测的使用量可以被消费者用来确定一天中哪些时间对用电量贡献更大,并帮助他们优化使用。这类似于图像超分辨率,其中缩小系数等于24。在整个论文中,我们将使用以下符号:H家庭数量;D天数;X∈RH×D表示低分辨率矩阵(Aggregate);Y∈RH×D×24表示高分辨率矩阵;P∈RH×D×24表示权重矩阵;权重矩阵与存储某一天所消耗电量比例的矩阵相同。对于第h家和第d天,矩阵∀iPh,d,i = Yh,d,i Xh,d方法三元组学习Let L(i, j) denoteX [i, j−K: j +K],它是一个长度为2K+1的向量。它存储了第j天第i家的K个过去和K个未来邻居的汇总读数。我们可以将其称为第j天第i家的邻居向量。嵌入网络以2K+1维向量作为输入,输出一个n维向量。嵌入网络可以配置各种选项,如输出的规范化和输出的正激活。考虑(i,x),(j,y),(k, z),其中每个元组表示一个家庭和一天对。设V (i,x)表示由L(i,x)生成的嵌入向量。我们定义相似函数,如式(1)所示。式(1)中的函数表示给定元组在超分辨率使用中的相似性。表1中的损失确保在权重空间中相似的元组在嵌入空间中也相似。在嵌入网络完成训练后,我们为每个测试样本生成嵌入。然后我们使用嵌入找到k个最近的训练样本,并使用最近样本的权值作为测试样本的权值。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 求助全文
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信