paper-with-me

Papers

Partition Pooling for Convolutional Graph Network Applications in Particle Physics

2022-08-11 · M. Bachlechner, T. Birkenfeld, P. Soldin, A. Stahl, C. Wiebusch

Convolutional graph networks are used in particle physics for effective event reconstructions and classifications. However, their performances can be limited by the considerable amount of sensors used in modern particle detectors if applied to sensor-level data. We present a pooling scheme that uses partitioning to create pooling kernels on graphs, similar to pooling on images. Partition pooling can be used to adopt successful image recognition architectures for graph neural network applications in particle physics. The reduced computational resources allow for deeper networks and more extensive hyperparameter optimizations. To show its applicability, we construct a convolutional graph network with partition pooling that reconstructs simulated interaction vertices for an idealized neutrino detector. The pooling network yields improved performance and is less susceptible to overfitting than a similar network without pooling. The lower resource requirements allow the construction of a deeper network with further improved performance.

📄 PDF Abstract BibTeX arXiv:2208.05952

Code (1)

babisograph/graph_pooling_networks 공식 구현 tf

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Graphon Pooling for Reducing Dimensionality of Signals and Convolutional Operators on Graphs

2022-12-15 · Alejandro Parada-Mayorga, Zhiyang Wang, Alejandro Ribeiro

In this paper we propose a pooling approach for convolutional information processing on graphs relying on the theory of graphons and limits of dense graph sequences. We present three methods that exploit the induced grap…

Dimensionality Reduction

Inductive Bias of Deep Convolutional Networks through Pooling Geometry

2016-05-22 · Nadav Cohen, Amnon Shashua

Our formal understanding of the inductive bias that drives the success of convolutional networks on computer vision tasks is limited. In particular, it is unclear what makes hypotheses spaces born from convolution and po…

Inductive Bias

A Dynamic Reduction Network for Point Clouds

2020-03-18 · Lindsey Gray, Thomas Klijnsma, Shamik Ghosh

Classifying whole images is a classic problem in machine learning, and graph neural networks are a powerful methodology to learn highly irregular geometries. It is often the case that certain parts of a point cloud are m…

ClusteringGeneral Classificationimage-classificationImage Classification+1

HexagDLy - Processing hexagonally sampled data with CNNs in PyTorch

2019-03-05 · Constantin Steppa, Tim Lukas Holch

HexagDLy is a Python-library extending the PyTorch deep learning framework with convolution and pooling operations on hexagonal grids. It aims to ease the access to convolutional neural networks for applications that rel…

SpaPool: Soft Partition Assignment Pooling for__Graph Neural Networks

2025-09-15 · Rodrigue Govan, Romane Scherrer, Philippe Fournier-Viger, Nazha Selmaoui-Folcher arxiv

This paper introduces SpaPool, a novel pooling method that combines the strengths of both dense and sparse techniques for a graph neural network. SpaPool groups vertices into an adaptive number of clusters, leveraging th…

Graph Neural Network