paper-with-me

Papers

A Continuous Convolutional Trainable Filter for Modelling Unstructured Data

2022-10-24 · Dario Coscia, Laura Meneghetti, Nicola Demo, Giovanni Stabile, Gianluigi Rozza

Convolutional Neural Network (CNN) is one of the most important architectures in deep learning. The fundamental building block of a CNN is a trainable filter, represented as a discrete grid, used to perform convolution on discrete input data. In this work, we propose a continuous version of a trainable convolutional filter able to work also with unstructured data. This new framework allows exploring CNNs beyond discrete domains, enlarging the usage of this important learning technique for many more complex problems. Our experiments show that the continuous filter can achieve a level of accuracy comparable to the state-of-the-art discrete filter, and that it can be used in current deep learning architectures as a building block to solve problems with unstructured domains as well.

📄 PDF Abstract BibTeX arXiv:2210.13416

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

UCNN: A Convolutional Strategy on Unstructured Mesh

2021-01-12 · Mengfei Xu, Shufang Song, Xuxiang Sun, Weiwei Zhang

In machine learning for fluid mechanics, fully-connected neural network (FNN) only uses the local features for modelling, while the convolutional neural network (CNN) cannot be applied to data on structured/unstructured …

GPU

Large Scale Product Categorization using Structured and Unstructured Attributes

2019-03-01 · Abhinandan Krishnan, Abilash Amarthaluri

Product categorization using text data for eCommerce is a very challenging extreme classification problem with several thousands of classes and several millions of products to classify. Even though multi-class text class…

AttributeGeneral ClassificationMulti Class Text ClassificationProduct Categorization+2

One Kernel to Solve Nearly Everything: Unified 3D Binary Convolutions for Image Analysis

2018-04-11 · MIDL 2018 4 · MP Heinrich, O Oktay, N Bouteldja

Deep networks have set the state-of-the-art in most image analysis tasks by replacing handcrafted features with learned convolution filters within end-to-end trainable architectures. Still, the specifications of a convol…

Data AugmentationMedical Image AnalysisOrgan SegmentationSemantic Segmentation

Modelling Irregular Spatial Patterns using Graph Convolutional Neural Networks

2018-08-15 · Zhu Di, Liu Yu

The understanding of geographical reality is a process of data representation and pattern discovery. Former studies mainly adopted continuous-field models to represent spatial variables and to investigate the underlying …

Intensity-free Convolutional Temporal Point Process: Incorporating Local and Global Event Contexts

2023-06-24 · Wang-Tao Zhou, Zhao Kang, Ling Tian, Yi Su

Event prediction in the continuous-time domain is a crucial but rather difficult task. Temporal point process (TPP) learning models have shown great advantages in this area. Existing models mainly focus on encoding globa…