1,165 research outputs found
Implicit Stacked Autoregressive Model for Video Prediction
Future frame prediction has been approached through two primary methods:
autoregressive and non-autoregressive. Autoregressive methods rely on the
Markov assumption and can achieve high accuracy in the early stages of
prediction when errors are not yet accumulated. However, their performance
tends to decline as the number of time steps increases. In contrast,
non-autoregressive methods can achieve relatively high performance but lack
correlation between predictions for each time step. In this paper, we propose
an Implicit Stacked Autoregressive Model for Video Prediction (IAM4VP), which
is an implicit video prediction model that applies a stacked autoregressive
method. Like non-autoregressive methods, stacked autoregressive methods use the
same observed frame to estimate all future frames. However, they use their own
predictions as input, similar to autoregressive methods. As the number of time
steps increases, predictions are sequentially stacked in the queue. To evaluate
the effectiveness of IAM4VP, we conducted experiments on three common future
frame prediction benchmark datasets and weather\&climate prediction benchmark
datasets. The results demonstrate that our proposed model achieves
state-of-the-art performance
Deterministic Guidance Diffusion Model for Probabilistic Weather Forecasting
Weather forecasting requires not only accuracy but also the ability to
perform probabilistic prediction. However, deterministic weather forecasting
methods do not support probabilistic predictions, and conversely, probabilistic
models tend to be less accurate. To address these challenges, in this paper, we
introduce the \textbf{\textit{D}}eterministic \textbf{\textit{G}}uidance
\textbf{\textit{D}}iffusion \textbf{\textit{M}}odel (DGDM) for probabilistic
weather forecasting, integrating benefits of both deterministic and
probabilistic approaches. During the forward process, both the deterministic
and probabilistic models are trained end-to-end. In the reverse process,
weather forecasting leverages the predicted result from the deterministic
model, using as an intermediate starting point for the probabilistic model. By
fusing deterministic models with probabilistic models in this manner, DGDM is
capable of providing accurate forecasts while also offering probabilistic
predictions. To evaluate DGDM, we assess it on the global weather forecasting
dataset (WeatherBench) and the common video frame prediction benchmark (Moving
MNIST). We also introduce and evaluate the Pacific Northwest Windstorm
(PNW)-Typhoon weather satellite dataset to verify the effectiveness of DGDM in
high-resolution regional forecasting. As a result of our experiments, DGDM
achieves state-of-the-art results not only in global forecasting but also in
regional forecasting. The code is available at:
\url{https://github.com/DongGeun-Yoon/DGDM}.Comment: 16 page
Adaptive Noise Reduction Algorithm to Improve R Peak Detection in ECG Measured by Capacitive ECG Sensors
Electrocardiograms (ECGs) can be conveniently obtained using capacitive ECG sensors. However, motion noise in measured ECGs can degrade R peak detection. To reduce noise, properties of reference signal and ECG measured by the sensors are analyzed and a new method of active noise cancellation (ANC) is proposed in this study. In the proposed algorithm, the original ECG signal at QRS interval is regarded as impulsive noise because the adaptive filter updates its weight as if impulsive noise is added. As the proposed algorithm does not affect impulsive noise, the original signal is not reduced during ANC. Therefore, the proposed algorithm can conserve the power of the original signal within the QRS interval and reduce only the power of noise at other intervals. The proposed algorithm was verified through comparisons with recent research using data from both indoor and outdoor experiments. The proposed algorithm will benefit a noise reduction of noisy biomedical signal measured from sensors.11Ysciescopu
Improved Flood Insights: Diffusion-Based SAR to EO Image Translation
Driven by rapid climate change, the frequency and intensity of flood events
are increasing. Electro-Optical (EO) satellite imagery is commonly utilized for
rapid response. However, its utilities in flood situations are hampered by
issues such as cloud cover and limitations during nighttime, making accurate
assessment of damage challenging. Several alternative flood detection
techniques utilizing Synthetic Aperture Radar (SAR) data have been proposed.
Despite the advantages of SAR over EO in the aforementioned situations, SAR
presents a distinct drawback: human analysts often struggle with data
interpretation. To tackle this issue, this paper introduces a novel framework,
Diffusion-Based SAR to EO Image Translation (DSE). The DSE framework converts
SAR images into EO images, thereby enhancing the interpretability of flood
insights for humans. Experimental results on the Sen1Floods11 and SEN12-FLOOD
datasets confirm that the DSE framework not only delivers enhanced visual
information but also improves performance across all tested flood segmentation
baselines.Comment: 10 pages, 6 figure
Simple Baseline for Weather Forecasting Using Spatiotemporal Context Aggregation Network
Traditional weather forecasting relies on domain expertise and
computationally intensive numerical simulation systems. Recently, with the
development of a data-driven approach, weather forecasting based on deep
learning has been receiving attention. Deep learning-based weather forecasting
has made stunning progress, from various backbone studies using CNN, RNN, and
Transformer to training strategies using weather observations datasets with
auxiliary inputs. All of this progress has contributed to the field of weather
forecasting; however, many elements and complex structures of deep learning
models prevent us from reaching physical interpretations. This paper proposes a
SImple baseline with a spatiotemporal context Aggregation Network (SIANet) that
achieved state-of-the-art in 4 parts of 5 benchmarks of W4C22. This simple but
efficient structure uses only satellite images and CNNs in an end-to-end
fashion without using a multi-model ensemble or fine-tuning. This simplicity of
SIANet can be used as a solid baseline that can be easily applied in weather
forecasting using deep learning.Comment: 1st place solution for stage1 and Core Transfer in the Weather4Cast
competition on NeurIPS 2
Domain Generalization Strategy to Train Classifiers Robust to Spatial-Temporal Shift
Deep learning-based weather prediction models have advanced significantly in
recent years. However, data-driven models based on deep learning are difficult
to apply to real-world applications because they are vulnerable to
spatial-temporal shifts. A weather prediction task is especially susceptible to
spatial-temporal shifts when the model is overfitted to locality and
seasonality. In this paper, we propose a training strategy to make the weather
prediction model robust to spatial-temporal shifts. We first analyze the effect
of hyperparameters and augmentations of the existing training strategy on the
spatial-temporal shift robustness of the model. Next, we propose an optimal
combination of hyperparameters and augmentation based on the analysis results
and a test-time augmentation. We performed all experiments on the W4C22
Transfer dataset and achieved the 1st performance.Comment: Core Transfer Track 1st place solution in Weather4Cast competition at
NeuIPS2
CARBD-Ko: A Contextually Annotated Review Benchmark Dataset for Aspect-Level Sentiment Classification in Korean
This paper explores the challenges posed by aspect-based sentiment
classification (ABSC) within pretrained language models (PLMs), with a
particular focus on contextualization and hallucination issues. In order to
tackle these challenges, we introduce CARBD-Ko (a Contextually Annotated Review
Benchmark Dataset for Aspect-Based Sentiment Classification in Korean), a
benchmark dataset that incorporates aspects and dual-tagged polarities to
distinguish between aspect-specific and aspect-agnostic sentiment
classification. The dataset consists of sentences annotated with specific
aspects, aspect polarity, aspect-agnostic polarity, and the intensity of
aspects. To address the issue of dual-tagged aspect polarities, we propose a
novel approach employing a Siamese Network. Our experimental findings highlight
the inherent difficulties in accurately predicting dual-polarities and
underscore the significance of contextualized sentiment analysis models. The
CARBD-Ko dataset serves as a valuable resource for future research endeavors in
aspect-level sentiment classification
- …