Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Rep the Set: Neural Networks for Learning Set Representations

About

In several domains, data objects can be decomposed into sets of simpler objects. It is then natural to represent each object as the set of its components or parts. Many conventional machine learning algorithms are unable to process this kind of representations, since sets may vary in cardinality and elements lack a meaningful ordering. In this paper, we present a new neural network architecture, called RepSet, that can handle examples that are represented as sets of vectors. The proposed model computes the correspondences between an input set and some hidden sets by solving a series of network flow problems. This representation is then fed to a standard neural network architecture to produce the output. The architecture allows end-to-end gradient-based learning. We demonstrate RepSet on classification tasks, including text categorization, and graph classification, and we show that the proposed neural network achieves performance better or comparable to state-of-the-art algorithms.

Konstantinos Skianis, Giannis Nikolentzos, Stratis Limnios, Michalis Vazirgiannis• 2019

Related benchmarks

TaskDatasetResultRank
Graph ClassificationMUTAG (10-fold cross-validation)
Accuracy88.63
227
Graph ClassificationPROTEINS (10-fold cross-validation)
Accuracy73.04
223
Graph ClassificationIMDB-B (10-fold cross-validation)
Accuracy72.4
155
Graph ClassificationIMDB-M (10-fold cross-validation)
Accuracy49.93
91
Set RankingFriendster (Overall)
NDCG66.2
60
Set RankingFriendster (Mild)
NDCG65.13
60
Set RankingFriendster (Severe)
NDCG63.05
60
Similar Set RankingFriendster Clean
NDCG67.18
60
Text CategorizationBBCSPORT (test)
Test Error2
14
Text CategorizationTwitter (test)
Classification Error25.42
14
Showing 10 of 44 rows

Other info

Code

Follow for update