paper-with-me

홈 › Papers

A Learnable Multi-views Contrastive Framework with Reconstruction Discrepancy for Medical Time-Series

2025-01-30 · Yifan Wang, Hongfeng Ai, RuiQi Li, Maowei Jiang, Cheng Jiang, Chenzhong Li

In medical time series disease diagnosis, two key challenges are identified.First, the high annotation cost of medical data leads to overfitting in models trained on label-limited, single-center datasets. To address this, we propose incorporating external data from related tasks and leveraging AE-GAN to extract prior knowledge,providing valuable references for downstream tasks. Second, many existing studies employ contrastive learning to derive more generalized medical sequence representations for diagnostic tasks, usually relying on manually designed diverse positive and negative sample pairs.However, these approaches are complex, lack generalizability, and fail to adaptively capture disease-specific features across different conditions.To overcome this, we introduce LMCF (Learnable Multi-views Contrastive Framework), a framework that integrates a multi-head attention mechanism and adaptively learns representations from different views through inter-view and intra-view contrastive learning strategies.Additionally, the pre-trained AE-GAN is used to reconstruct discrepancies in the target data as disease probabilities, which are then integrated into the contrastive learning process.Experiments on three target datasets demonstrate that our method consistently outperforms seven other baselines, highlighting its significant impact on healthcare applications such as the diagnosis of myocardial infarction, Alzheimer's disease, and Parkinson's disease.

📄 PDF Abstract BibTeX arXiv:2501.18367

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDiagnosticTime Series

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

HyperGCL: Multi-Modal Graph Contrastive Learning via Learnable Hypergraph Views

2025-02-18 · Khaled Mohammed Saifuddin, Jonathan Shihao Ji, Esra Akbas

Recent advancements in Graph Contrastive Learning (GCL) have demonstrated remarkable effectiveness in improving graph representations. However, relying on predefined augmentations (e.g., node dropping, edge perturbation,…

AttributeContrastive LearningNode Classification

MV-MR: multi-views and multi-representations for self-supervised learning and knowledge distillation

2023-03-21 · Vitaliy Kinakh, Mariia Drozdova, Slava Voloshynovskiy

We present a new method of self-supervised learning and knowledge distillation based on the multi-views and multi-representations (MV-MR). The MV-MR is based on the maximization of dependence between learnable embeddings…

ClusteringContrastive LearningKnowledge DistillationLinear evaluation+3

Self-Weighted Contrastive Learning among Multiple Views for Mitigating Representation Degeneration

2023-09-21 · NeurIPS 2023 11

Recently, numerous studies have demonstrated the effectiveness of contrastive learning (CL), which learns feature representations by pulling in positive samples while pushing away negative samples. Many successes of CL l…

Adaptive Multi-view Graph Contrastive Learning via Fractional-order Neural Diffusion Networks

2025-11-09 · Yanan Zhao, Feng Ji, Jingyang Dai, Jiaze Ma 외 arxiv

Graph contrastive learning (GCL) learns node and graph representations by contrasting multiple views of the same graph. Existing methods typically rely on fixed, handcrafted views-usually a local and a global perspective…

Contrastive Learning

LAC: Graph Contrastive Learning with Learnable Augmentation in Continuous Space

2024-10-20 · Zhenyu Lin, Hongzheng Li, Yingxia Shao, Guanhua Ye 외

Graph Contrastive Learning frameworks have demonstrated success in generating high-quality node representations. The existing research on efficient data augmentation methods and ideal pretext tasks for graph contrastive …

Contrastive LearningData AugmentationDiversity