paper-with-me

Papers

Multiset Transformer: Advancing Representation Learning in Persistence Diagrams

2024-11-22 · Minghua Wang, Ziyun Huang, Jinhui Xu

To improve persistence diagram representation learning, we propose Multiset Transformer. This is the first neural network that utilizes attention mechanisms specifically designed for multisets as inputs and offers rigorous theoretical guarantees of permutation invariance. The architecture integrates multiset-enhanced attentions with a pool-decomposition scheme, allowing multiplicities to be preserved across equivariant layers. This capability enables full leverage of multiplicities while significantly reducing both computational and spatial complexity compared to the Set Transformer. Additionally, our method can greatly benefit from clustering as a preprocessing step to further minimize complexity, an advantage not possessed by the Set Transformer. Experimental results demonstrate that the Multiset Transformer outperforms existing neural network methods in the realm of persistence diagram representation learning.

📄 PDF Abstract BibTeX arXiv:2411.14662

Code (1)

minghuax/MST 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

A Stable Cardinality Distance for Topological Classification

2018-12-04 · Vasileios Maroulas, Cassie Putman Micucci, Adam Spannaus

This work incorporates topological features via persistence diagrams to classify point cloud data arising from materials science. Persistence diagrams are multisets summarizing the connectedness and holes of given data. …

ClassificationGeneral Classification

Persistence Codebooks for Topological Data Analysis

2018-02-13 · Bartosz Zielinski, Michal Lipinski, Mateusz Juda, Matthias Zeppelzauer 외

Persistent homology (PH) is a rigorous mathematical theory that provides a robust descriptor of data in the form of persistence diagrams (PDs) which are 2D multisets of points. Their variable size makes them, however, di…

BIG-bench Machine LearningQuantizationTopological Data Analysis

A computationally efficient framework for vector representation of persistence diagrams

2021-09-16 · Kit C. Chan, Umar Islambekov, Alexey Luchinsky, Rebecca Sanders

In Topological Data Analysis, a common way of quantifying the shape of data is to use a persistence diagram (PD). PDs are multisets of points in $\mathbb{R}^2$ computed using tools of algebraic topology. However, this mu…

Change Point DetectionTopological Data Analysis

xPerT: Extended Persistence Transformer

2024-10-18 · Sehun Kim

A persistence diagram provides a compact summary of persistent homology, which captures the topological features of a space at different scales. However, due to its nature as a set, incorporating it as a feature into a m…

GPU

Comparing persistence diagrams through complex vectors

2015-05-06 · Barbara Di Fabio, Massimo Ferri

The natural pseudo-distance of spaces endowed with filtering functions is precious for shape classification and retrieval; its optimal estimate coming from persistence diagrams is the bottleneck distance, which unfortuna…

General ClassificationRetrieval