paper-with-me

홈 › Papers

MissFormer: (In-)attention-based handling of missing observations for trajectory filtering and prediction

2021-06-30 · Stefan Becker, Ronny Hug, Wolfgang Hübner, Michael Arens, Brendan T. Morris

In applications such as object tracking, time-series data inevitably carry missing observations. Following the success of deep learning-based models for various sequence learning tasks, these models increasingly replace classic approaches in object tracking applications for inferring the objects' motion states. While traditional tracking approaches can deal with missing observations, most of their deep counterparts are, by default, not suited for this. Towards this end, this paper introduces a transformer-based approach for handling missing observations in variable input length trajectory data. The model is formed indirectly by successively increasing the complexity of the demanded inference tasks. Starting from reproducing noise-free trajectories, the model then learns to infer trajectories from noisy inputs. By providing missing tokens, binary-encoded missing events, the model learns to in-attend to missing data and infers a complete trajectory conditioned on the remaining inputs. In the case of a sequence of successive missing events, the model then acts as a pure prediction model. The abilities of the approach are demonstrated on synthetic data and real-world data reflecting prototypical object tracking scenarios.

📄 PDF Abstract BibTeX arXiv:2106.16009

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject TrackingTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

MISSFormer: An Effective Medical Image Segmentation Transformer

2021-09-15 · Xiaohong Huang, Zhifang Deng, Dandan Li, Xueguang Yuan

The CNN-based methods have achieved impressive results in medical image segmentation, but it failed to capture the long-range dependencies due to the inherent locality of convolution operation. Transformer-based methods …

Cardiac SegmentationImage SegmentationMedical Image SegmentationSegmentation+1

Inverse Reinforcement Learning with Missing Data

2019-11-16 · Tien Mai, Quoc Phong Nguyen, Kian Hsiang Low, Patrick Jaillet

We consider the problem of recovering an expert's reward function with inverse reinforcement learning (IRL) when there are missing/incomplete state-action pairs or observations in the demonstrated trajectories. This issu…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Handling Missing Observations with an RNN-based Prediction-Update Cycle

2021-03-22 · Stefan Becker, Ronny Hug, Wolfgang Hübner, Michael Arens 외

In tasks such as tracking, time-series data inevitably carry missing observations. While traditional tracking approaches can handle missing observations, recurrent neural networks (RNNs) are designed to receive input dat…

ImputationState EstimationTime SeriesTime Series Analysis

Pattern Ensembling for Spatial Trajectory Reconstruction

2021-01-25 · Shivam Pathak, Mingyi He, Sergey Malinchik, Stanislav Sobolevsky

Digital sensing provides an unprecedented opportunity to assess and understand mobility. However, incompleteness, missing information, possible inaccuracies, and temporal heterogeneity in the geolocation data can undermi…

TANDEM: Temporal Attention-guided Neural Differential Equations for Missingness in Time Series Classification

2025-08-24 · YongKyung Oh, Dong-Young Lim, Sungil Kim, Alex Bui arxiv

Handling missing data in time series classification remains a significant challenge in various domains. Traditional methods often rely on imputation, which may introduce bias or fail to capture the underlying temporal dy…

Time Series Classification