Skip to content

SimoneFiorellino/AirTNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOPOLOGICAL NEURAL NETWORKS OVER THE AIR

PyTorch Lightning Config: Hydra Weights & Biases

Table of Contents

  1. Abstract
  2. Installation
  3. Usage

Abstract

Topological neural networks (TNNs) are information processing architectures that model representations from data lying over topological spaces (e.g., simplicial or cell complexes) and allow for decentralized implementation through localized communications over different neighborhoods. Existing TNN architectures have not yet been considered in realistic communication scenarios, where channel effects typically introduce disturbances such as fading and noise. This paper aims to propose a novel TNN design, operating on regular cell complexes, that performs over-the-air computation, incorporating the wireless communication model into its architecture. Specifically, during training and inference, the proposed method considers channel impairments such as fading and noise in the topological convolutional filtering operation, which takes place over different signal orders and neighborhoods. Numerical results illustrate the architecture's robustness to channel impairments during testing and the superior performance with respect to existing architectures, which are either communication-agnostic or graph-based.

Installation

Prerequisites

Setting up a Conda Environment

  1. Clone the repository

    git clone https://github.com/SimoneFiorellino/airtnn.git
  2. Navigate to the project directory

    cd airtnn
  3. Create a new Conda environment

    conda create --name airtnn python=3.9.16
  4. Activate the Conda environment

    conda activate airtnn
  5. Install the required packages

    pip install -r requirements.txt

Usage

Train model with default configuration

python src/train.py

You can override any parameter from command line like this

python src/train.py trainer.max_epochs=10 datamodule.batch_size=64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors