菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-30
📄 Abstract - ZAYAN: Disentangled Contrastive Transformer for Tabular Remote Sensing Data

Learning informative representations from tabular data in remote sensing and environmental science is challenging due to heterogeneity, scarce labels, and redundancy among features. We present ZAYAN (Zero-Anchor dYnamic feAture eNcoding), a self-supervised, feature-centric contrastive framework for tabular data. ZAYAN performs contrastive learning at the feature rather than sample level, removing the need for explicit anchor selection and any reliance on class labels, while encouraging a redundancy-minimized, disentangled embedding space. The framework has two modules: ZAYAN-CL, which pretrains feature embeddings via a zero-anchor contrastive objective with dynamic perturbations and masking, and ZAYAN-T, a Transformer that conditions on these embeddings for downstream classification. Across eight datasets, including six remote-sensing tabular benchmarks and two remote-sensing-driven flood-prediction tables from satellite and GIS products, ZAYAN achieves superior accuracy, robustness, and generalization over tabular deep learning baselines, with consistent gains under label scarcity and distribution shift. These results indicate that feature-level contrastive learning and dynamic feature encoding provide an effective recipe for learning from tabular sensing data.

顶级标签: machine learning multi-modal systems
详细标签: tabular data contrastive learning self-supervised learning remote sensing feature encoding 或 搜索:

ZAYAN:面向表格遥感数据的解耦对比变换器 / ZAYAN: Disentangled Contrastive Transformer for Tabular Remote Sensing Data


1️⃣ 一句话总结

该论文提出了一种名为ZAYAN的自监督学习框架,通过在特征层面而非样本层面进行对比学习,有效解决了遥感表格数据中异质性高、标签稀缺和特征冗余的问题,并在多个数据集上取得了优于现有方法的准确性和鲁棒性。

源自 arXiv: 2604.27606