paper-with-me

Papers

Learning Representations from Incomplete EHR Data with Dual-Masked Autoencoding

2026-02-16 · Xiao Xiang, David Restrepo, Hyewon Jeong, Yugang Jia, Leo Anthony Celi arxiv

Learning from electronic health records (EHRs) time series is challenging due to irregular sam- pling, heterogeneous missingness, and the resulting sparsity of observations. Prior self-supervised meth- ods either impute before learning, represent missingness through a dedicated input signal, or optimize solely for imputation, reducing their capacity to efficiently learn representations that support clinical downstream tasks. We propose the Augmented-Intrinsic Dual-Masked Autoencoder (AID-MAE), which learns directly from incomplete time series by applying an intrinsic missing mask to represent naturally missing values and an augmented mask that hides a subset of observed values for reconstruction during training. AID-MAE processes only the unmasked subset of tokens and consistently outperforms strong baselines, including XGBoost and DuETT, across multiple clinical tasks on two datasets. In addition, the learned embeddings naturally stratify patient cohorts in the representation space.

📄 PDF Abstract BibTeX arXiv:2602.15159

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Masked Autoencoder for Self-Supervised Pre-training on Lidar Point Clouds

2022-07-01 · Georg Hess, Johan Jaxing, Elias Svensson, David Hagerman 외

Masked autoencoding has become a successful pretraining paradigm for Transformer models for text, images, and, recently, point clouds. Raw automotive datasets are suitable candidates for self-supervised pre-training as t…

3D Object Detectionobject-detectionObject DetectionSelf-Supervised Learning

ReMasker: Imputing Tabular Data with Masked Autoencoding

2023-09-25 · Tianyu Du, Luca Melis, Ting Wang

We present ReMasker, a new method of imputing missing values in tabular data by extending the masked autoencoding framework. Compared with prior work, ReMasker is both simple -- besides the missing values (i.e., naturall…

ImputationMissing Values

Masked Autoencoders in 3D Point Cloud Representation Learning

2022-07-04 · Jincen Jiang, Xuequan Lu, Lizhi Zhao, Richard Dazeley 외

Transformer-based Self-supervised Representation Learning methods learn generic features from unlabeled datasets for providing useful network initialization parameters for downstream tasks. Recently, self-supervised lear…

Point Cloud CompletionPoint cloud reconstructionRepresentation LearningSelf-Supervised Learning

Self-supervised Image Clustering from Multiple Incomplete Views via Constrastive Complementary Generation

2022-09-24 · Jiatai Wang, Zhiwei Xu, Xuewen Yang, Dongjin Guo 외

Incomplete Multi-View Clustering aims to enhance clustering performance by using data from multiple modalities. Despite the fact that several approaches for studying this issue have been proposed, the following drawbacks…

ClusteringContrastive LearningDiversityImage Clustering+1

Token Boosting for Robust Self-Supervised Visual Transformer Pre-training

2023-04-09 · CVPR 2023 1 · Tianjiao Li, Lin Geng Foo, Ping Hu, Xindi Shang 외

Learning with large-scale unlabeled data has become a powerful tool for pre-training Visual Transformers (VTs). However, prior works tend to overlook that, in real-world scenarios, the input data may be corrupted and unr…