paper-with-me

홈 › Papers

MADS: Modulated Auto-Decoding SIREN for time series imputation

2023-07-03 · Tom Bamford, Elizabeth Fons, Yousef El-Laham, Svitlana Vyetrenko

Time series imputation remains a significant challenge across many fields due to the potentially significant variability in the type of data being modelled. Whilst traditional imputation methods often impose strong assumptions on the underlying data generation process, limiting their applicability, researchers have recently begun to investigate the potential of deep learning for this task, inspired by the strong performance shown by these models in both classification and regression problems across a range of applications. In this work we propose MADS, a novel auto-decoding framework for time series imputation, built upon implicit neural representations. Our method leverages the capabilities of SIRENs for high fidelity reconstruction of signals and irregular data, and combines it with a hypernetwork architecture which allows us to generalise by learning a prior over the space of time series. We evaluate our model on two real-world datasets, and show that it outperforms state-of-the-art methods for time series imputation. On the human activity dataset, it improves imputation performance by at least 40%, while on the air quality dataset it is shown to be competitive across all metrics. When evaluated on synthetic data, our model results in the best average rank across different dataset configurations over all baselines.

📄 PDF Abstract BibTeX arXiv:2307.00868

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationTime Series

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Predicting the Encoding Error of SIRENs

2024-10-29 · Jeremy Vonderfecht, Feng Liu

Implicit Neural Representations (INRs), which encode signals such as images, videos, and 3D shapes in the weights of neural networks, are becoming increasingly popular. Among their many applications is signal compression…

Language Model Based Text-to-Audio Generation: Anti-Causally Aligned Collaborative Residual Transformers

2025-10-06 · Juncheng Wang, Chao Xu, Cheng Yu, Zhe Hu 외 arxiv

While language models (LMs) paired with residual vector quantization (RVQ) tokenizers have shown promise in text-to-audio (T2A) generation, they still lag behind diffusion-based models by a non-trivial margin. We identif…

Reinforcement LearningAudio Generation

Confidence-Modulated Speculative Decoding for Large Language Models

2025-08-21 · Jaydip Sen, Subhasis Dasgupta, Hetvi Waghela arxiv

Speculative decoding has emerged as an effective approach for accelerating autoregressive inference by parallelizing token generation through a draft-then-verify paradigm. However, existing methods rely on static draftin…

Machine Translation

Structured Debate Improves Corporate Credit Reasoning in Financial AI

2025-10-20 · Yoonjin Lee, Munhee Kim, Hanbi Choi, Juhyeon Park 외 arxiv

This study investigated LLM-based automation for analyzing non-financial data in corporate credit evaluation. Two systems were developed and compared: a Single-Agent System (SAS), in which one LLM agent infers favorable …

MadSGM: Multivariate Anomaly Detection with Score-based Generative Models

2023-08-29 · Haksoo Lim, Sewon Park, Minjung Kim, Jaehoon Lee 외

The time-series anomaly detection is one of the most fundamental tasks for time-series. Unlike the time-series forecasting and classification, the time-series anomaly detection typically requires unsupervised (or self-su…

Anomaly DetectionDenoisingTime SeriesTime Series Anomaly Detection+1