Cell Attention Networks
Since their introduction, graph attention networks achieved outstanding results in graph representation learning tasks. However, these networks consider only pairwise relationships among nodes and then they are not able to fully exploit higher-order interactions present in many real world data-sets. In this paper, we introduce Cell Attention Networks (CANs), a neural architecture operating on data defined over the vertices of a graph, representing the graph as the 1-skeleton of a cell complex introduced to capture higher order interactions. In particular, we exploit the lower and upper neighborhoods, as encoded in the cell complex, to design two independent masked self-attention mechanisms, thus generalizing the conventional graph attention strategy. The approach used in CANs is hierarchical and it incorporates the following steps: i) a lifting algorithm that learns {\it edge features} from {\it node features}; ii) a cell attention mechanism to find the optimal combination of edge features over both lower and upper neighbors; iii) a hierarchical {\it edge pooling} mechanism to extract a compact meaningful set of features. The experimental results show that CAN is a low complexity strategy that compares favorably with state of the art results on graph-based learning tasks.
Code (1)
Tasks
Graph AttentionGraph ClassificationGraph Representation LearningRepresentation LearningSimilar Papers 제목 키워드 기반
AttentionNAS: Spatiotemporal Attention Cell Search for Video Classification
Convolutional operations have two limitations: (1) do not explicitly model where to focus as the same filter is applied to all the positions, and (2) are unsuitable for modeling long-range dependencies as they only opera…
ClassificationGeneral ClassificationVideo ClassificationLARNN: Linear Attention Recurrent Neural Network
The Linear Attention Recurrent Neural Network (LARNN) is a recurrent attention module derived from the Long Short-Term Memory (LSTM) cell and ideas from the consciousness Recurrent Neural Network (RNN). Yes, it LARNNs. T…
Time SeriesTime Series AnalysisSingle-Cell Capsule Attention : an interpretable method of cell type classification for single-cell RNA-sequencing data
Single-cell RNA-sequencing technique can obtain genes’ expression level of every cell. Cell type classification (also known as cell type annotation) on single-cell RNA-seq data helps to explore cellular heterogeneity and…
ClassificationDiversityVocal Bursts Type PredictionAttention based Multiple Instance Learning for Classification of Blood Cell Disorders
Red blood cells are highly deformable and present in various shapes. In blood cell disorders, only a subset of all cells is morphologically altered and relevant for the diagnosis. However, manually labeling of all cells …
ClassificationGeneral ClassificationMultiple Instance LearningDisease State Prediction From Single-Cell Data Using Graph Attention Networks
Single-cell RNA sequencing (scRNA-seq) has revolutionized biological discovery, providing an unbiased picture of cellular heterogeneity in tissues. While scRNA-seq has been used extensively to provide insight into both h…
Disease PredictionGraph AttentionNode Classification