paper-with-me

Papers

Permutohedral-GCN: Graph Convolutional Networks with Global Attention

2020-03-02 · Hesham Mostafa, Marcel Nassar

Graph convolutional networks (GCNs) update a node's feature vector by aggregating features from its neighbors in the graph. This ignores potentially useful contributions from distant nodes. Identifying such useful distant contributions is challenging due to scalability issues (too many nodes can potentially contribute) and oversmoothing (aggregating features from too many nodes risks swamping out relevant information and may result in nodes having different labels but indistinguishable features). We introduce a global attention mechanism where a node can selectively attend to, and aggregate features from, any other node in the graph. The attention coefficients depend on the Euclidean distance between learnable node embeddings, and we show that the resulting attention-based global aggregation scheme is analogous to high-dimensional Gaussian filtering. This makes it possible to use efficient approximate Gaussian filtering techniques to implement our attention-based global aggregation scheme. By employing an approximate filtering method based on the permutohedral lattice, the time complexity of our proposed global aggregation scheme only grows linearly with the number of nodes. The resulting GCNs, which we term permutohedral-GCNs, are differentiable and trained end-to-end, and they achieve state of the art performance on several node classification benchmarks.

📄 PDF Abstract BibTeX arXiv:2003.00635

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Permutohedral Lattice CNNs

2014-12-20 · Martin Kiefel, Varun Jampani, Peter V. Gehler

This paper presents a convolutional layer that is able to process sparse input features. As an example, for image recognition problems this allows an efficient filtering of signals that do not lie on a dense grid (like p…

Position

Permutohedral Attention Module for Efficient Non-Local Neural Networks

2019-07-01 · Samuel Joutard, Reuben Dorent, Amanda Isaac, Sebastien Ourselin 외

Medical image processing tasks such as segmentation often require capturing non-local information. As organs, bones, and tissues share common characteristics such as intensity, shape, and texture, the contextual informat…

GPUSegmentation

LatticeNet: Fast Point Cloud Segmentation Using Permutohedral Lattices

2019-12-12 · Radu Alexandru Rosu, Peer Schütt, Jan Quenzel, Sven Behnke

Deep convolutional neural networks (CNNs) have shown outstanding performance in the task of semantically segmenting images. However, applying the same methods on 3D data still poses challenges due to the heavy memory req…

3D Semantic SegmentationPoint Cloud SegmentationSegmentationSemantic Segmentation

LatticeNet: Fast Spatio-Temporal Point Cloud Segmentation Using Permutohedral Lattices

2021-08-09 · Radu Alexandru Rosu, Peer Schütt, Jan Quenzel, Sven Behnke

Deep convolutional neural networks (CNNs) have shown outstanding performance in the task of semantically segmenting images. Applying the same methods on 3D data still poses challenges due to the heavy memory requirements…

3D Semantic SegmentationPoint Cloud SegmentationSegmentationSemantic Segmentation

HPLFlowNet: Hierarchical Permutohedral Lattice FlowNet for Scene Flow Estimation on Large-scale Point Clouds

2019-06-12 · CVPR 2019 6 · Xiuye Gu, Yijie Wang, Chongruo wu, Yong-Jae lee 외

We present a novel deep neural network architecture for end-to-end scene flow estimation that directly operates on large-scale 3D point clouds. Inspired by Bilateral Convolutional Layers (BCL), we propose novel DownBCL, …

Scene Flow Estimation