paper-with-me

홈 › Papers

Cell Attention Networks

2022-09-16 · Lorenzo Giusti, Claudio Battiloro, Lucia Testa, Paolo Di Lorenzo, Stefania Sardellitti, Sergio Barbarossa

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.

📄 PDF Abstract BibTeX arXiv:2209.08179

Code (1)

lrnzgiusti/can 공식 구현 pytorch

Tasks

Graph AttentionGraph ClassificationGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

AttentionNAS: Spatiotemporal Attention Cell Search for Video Classification

2020-07-23 · ECCV 2020 8 · Xiaofang Wang, Xuehan Xiong, Maxim Neumann, AJ Piergiovanni 외

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 Classification

LARNN: Linear Attention Recurrent Neural Network

2018-08-16 · Guillaume Chevalier

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 Analysis

Single-Cell Capsule Attention : an interpretable method of cell type classification for single-cell RNA-sequencing data

2021-09-29 · Tianxu Wang, Xiuli Ma

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 Prediction

Attention based Multiple Instance Learning for Classification of Blood Cell Disorders

2020-07-22 · Ario Sadafi, Asya Makhro, Anna Bogdanova, Nassir Navab 외

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 Learning

Disease State Prediction From Single-Cell Data Using Graph Attention Networks

2020-02-14 · Neal G. Ravindra, Arijit Sehanobish, Jenna L. Pappalardo, David A. Hafler 외

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