relational-networks and local-relational-nets

These are ecosystem siblings—both are independent PyTorch implementations of different relational reasoning architectures (relational networks vs. local relational networks) that can be studied or adapted separately but share a common conceptual foundation in how neural networks learn to reason about relationships between entities or spatial regions.

relational-networks
51
Established
local-relational-nets
35
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 9/25
Maturity 8/25
Community 18/25
Stars: 818
Forks: 160
Downloads:
Commits (30d): 0
Language: Python
License: BSD-3-Clause
Stars: 114
Forks: 20
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License:
Stale 6m No Package No Dependents
No License Stale 6m No Package No Dependents

About relational-networks

kimhc6028/relational-networks

Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)

Implements relational reasoning through a specialized neural module that compares object pairs using concatenated feature representations, evaluated on the Sort-of-CLEVR visual question-answering task with both binary and ternary relation types. The architecture combines a CNN feature extractor with a relation module that processes pairwise object interactions, achieving 89% accuracy on relational questions compared to 66% for standard CNN+MLP baselines. Supports PyTorch training with configurable relation types and includes dataset generation utilities for the synthetic CLEVR benchmark.

About local-relational-nets

gan3sh500/local-relational-nets

A Pytorch implementation for the paper Local Relational Networks for Image Recognition (https://arxiv.org/pdf/1904.11491.pdf)

Scores updated daily from GitHub, PyPI, and npm data. How scores work