paper-with-me

Papers

Data-Driven Copy-Paste Imputation for Energy Time Series

2021-01-05 · Moritz Weber, Marian Turowski, Hüseyin K. Çakmak, Ralf Mikut, Uwe Kühnapfel, Veit Hagenmeyer

A cornerstone of the worldwide transition to smart grids are smart meters. Smart meters typically collect and provide energy time series that are vital for various applications, such as grid simulations, fault-detection, load forecasting, load analysis, and load management. Unfortunately, these time series are often characterized by missing values that must be handled before the data can be used. A common approach to handle missing values in time series is imputation. However, existing imputation methods are designed for power time series and do not take into account the total energy of gaps, resulting in jumps or constant shifts when imputing energy time series. In order to overcome these issues, the present paper introduces the new Copy-Paste Imputation (CPI) method for energy time series. The CPI method copies data blocks with similar properties and pastes them into gaps of the time series while preserving the total energy of each gap. The new method is evaluated on a real-world dataset that contains six shares of artificially inserted missing values between 1 and 30%. It outperforms by far the three benchmark imputation methods selected for comparison. The comparison furthermore shows that the CPI method uses matching patterns and preserves the total energy of each gap while requiring only a moderate run-time.

📄 PDF Abstract BibTeX arXiv:2101.01423

Code (1)

KIT-IAI/CopyPasteImputation 공식 구현

Tasks

Fault DetectionImputationLoad ForecastingManagementMissing ValuesTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Copy-Paste 설명 없음

Similar Papers 제목 키워드 기반

Copy-Paste to Mitigate Large Language Model Hallucinations

2025-10-01 · Yongchao Long, Xian Wu, Yingying Zhang, Xianbin Wen 외 arxiv

While Retrieval-Augmented Generation (RAG) enables large language models (LLMs) to generate contextually grounded responses, contextual faithfulness remains challenging as LLMs may not consistently trust provided context…

CopyPaste: An Augmentation Method for Speech Emotion Recognition

2020-10-27 · Raghavendra Pappagari, Jesús Villalba, Piotr Żelasko, Laureano Moro-Velazquez 외

Data augmentation is a widely used strategy for training robust machine learning models. It partially alleviates the problem of limited data for tasks like speech emotion recognition (SER), where collecting data is expen…

Data AugmentationEmotion RecognitionSpeaker RecognitionSpeech Emotion Recognition+1

X-Paste: Revisiting Scalable Copy-Paste for Instance Segmentation using CLIP and StableDiffusion

2022-12-07 · Hanqing Zhao, Dianmo Sheng, Jianmin Bao, Dongdong Chen 외

Copy-Paste is a simple and effective data augmentation strategy for instance segmentation. By randomly pasting object instances onto new background images, it creates new training data for free and significantly boosts t…

Data AugmentationInstance SegmentationObjectObject Detection+4

Simple Copy-Paste is a Strong Data Augmentation Method for Instance Segmentation

2020-12-13 · CVPR 2021 1 · Golnaz Ghiasi, Yin Cui, Aravind Srinivas, Rui Qian 외

Building instance segmentation models that are data-efficient and can handle rare object categories is an important challenge in computer vision. Leveraging data augmentations is a promising direction towards addressing …

Data AugmentationImage AugmentationInstance SegmentationObject Detection+2

Diagnostics for Deep Neural Networks with Automated Copy/Paste Attacks

2022-11-18 · Stephen Casper, Kaivalya Hariharan, Dylan Hadfield-Menell

This paper considers the problem of helping humans exercise scalable oversight over deep neural networks (DNNs). Adversarial examples can be useful by helping to reveal weaknesses in DNNs, but they can be difficult to in…