LGAIJul 13, 2020

Lossless Compression of Structured Convolutional Models via Lifting

arXiv:2007.06567v215 citations
AI Analysis

This work addresses efficiency issues for researchers and practitioners using neural models on irregular structured data, but it is incremental as it builds on existing lifting techniques from graphical models.

The paper tackles the problem of compressing structured convolutional models like Graph Neural Networks without losing information by detecting symmetries in their computation graphs, resulting in significant speedups across tasks such as molecule classification and knowledge-base completion.

Lifting is an efficient technique to scale up graphical models generalized to relational domains by exploiting the underlying symmetries. Concurrently, neural models are continuously expanding from grid-like tensor data into structured representations, such as various attributed graphs and relational databases. To address the irregular structure of the data, the models typically extrapolate on the idea of convolution, effectively introducing parameter sharing in their, dynamically unfolded, computation graphs. The computation graphs themselves then reflect the symmetries of the underlying data, similarly to the lifted graphical models. Inspired by lifting, we introduce a simple and efficient technique to detect the symmetries and compress the neural models without loss of any information. We demonstrate through experiments that such compression can lead to significant speedups of structured convolutional models, such as various Graph Neural Networks, across various tasks, such as molecule classification and knowledge-base completion.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes