paper-with-me

홈 › Papers

MTS-DMAE: Dual-Masked Autoencoder for Unsupervised Multivariate Time Series Representation Learning

2025-09-19 · Yi Xu, Yitian Zhang, Yun Fu arxiv

Unsupervised multivariate time series (MTS) representation learning aims to extract compact and informative representations from raw sequences without relying on labels, enabling efficient transfer to diverse downstream tasks. In this paper, we propose Dual-Masked Autoencoder (DMAE), a novel masked time-series modeling framework for unsupervised MTS representation learning. DMAE formulates two complementary pretext tasks: (1) reconstructing masked values based on visible attributes, and (2) estimating latent representations of masked features, guided by a teacher encoder. To further improve representation quality, we introduce a feature-level alignment constraint that encourages the predicted latent representations to align with the teacher's outputs. By jointly optimizing these objectives, DMAE learns temporally coherent and semantically rich representations. Comprehensive evaluations across classification, regression, and forecasting tasks demonstrate that our approach achieves consistent and superior performance over competitive baselines.

📄 PDF Abstract BibTeX arXiv:2509.16078

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Latent Diffusion Models with Masked AutoEncoders

2025-07-14 · Junho Lee, Jeongwoo Shin, Hyungwook Choi, Joonseok Lee arxiv

In spite of the remarkable potential of Latent Diffusion Models (LDMs) in image generation, the desired properties and optimal design of the autoencoders have been underexplored. In this work, we analyze the role of auto…

Image Generation

FedMAE: Federated Self-Supervised Learning with One-Block Masked Auto-Encoder

2023-03-20 · Nan Yang, Xuanyu Chen, Charles Z. Liu, Dong Yuan 외

Latest federated learning (FL) methods started to focus on how to use unlabeled data in clients for training due to users' privacy concerns, high labeling costs, or lack of expertise. However, current Federated Semi-Supe…

Federated LearningImage ReconstructionSelf-Supervised Learning

EDMAE: An Efficient Decoupled Masked Autoencoder for Standard View Identification in Pediatric Echocardiography

2023-02-27 · Yiman Liu, Xiaoxiang Han, Tongtong Liang, Bin Dong 외

This paper introduces the Efficient Decoupled Masked Autoencoder (EDMAE), a novel self-supervised method for recognizing standard views in pediatric echocardiography. EDMAE introduces a new proxy task based on the encode…

DecoderSelf-Supervised Learning

Denoising Masked AutoEncoders Help Robust Classification

2022-10-10 · Quanlin Wu, Hang Ye, Yuntian Gu, Huishuai Zhang 외

In this paper, we propose a new self-supervised method, which is called Denoising Masked AutoEncoders (DMAE), for learning certified robust classifiers of images. In DMAE, we corrupt each image by adding Gaussian noises …

ClassificationDecoderDenoisingRobust classification

Dissimilarity Mixture Autoencoder for Deep Clustering

2020-06-15 · Juan S. Lara, Fabio A. González

The dissimilarity mixture autoencoder (DMAE) is a neural network model for feature-based clustering that incorporates a flexible dissimilarity function and can be integrated into any kind of deep learning architecture. I…

ClusteringDeep ClusteringDeep LearningDensity Estimation+3