You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This advanced and complex project implements an AI-powered optimization system for 5G Open RAN networks. Using machine learning and deep learning, the system optimizes network performance by detecting anomalies, predicting network traffic, and dynamically allocating resources.
M. Polese, F. Restuccia, and T. Melodia, "DeepBeam: Deep Waveform Learning for Coordination-Free Beam Management in mmWave Networks", Proc. of ACM Intl. Symp. on Theory, Algorithmic Foundations, and Protocol Design for Mobile Networks and Mobile Computing (ACM MobiHoc), July 2021.
This package analyzes the age of information (AoI) in a wireless network, providing metrics for network performance evaluation. It can be easily integrated into simulation environments for research on AoI.
This repository contains the code, datasets, and simulation tools for the paper "Machine Learning-Based mmWave MIMO Beam Tracking in V2I Scenarios: Algorithms and Datasets", published at IEEE Latincom 2024.
In this repository, you will find the source code for analyzing tracks during data transmission using Software Defined Radios. Metrics about error positioning and error syndrome are attached.
This project implements a Deep Q-Network (DQN) for optimizing Reconfigurable Intelligent Surface (RIS) configurations in 6G wireless communication systems. The system uses reinforcement learning to select optimal RIS phase configurations to maximize signal quality and user fairness.
Investigating AI fairness vulnerabilities in RL-driven RIS for B5G/6G networks. Research toolkit for bias analysis, mitigation strategies, and robust wireless communication systems.
Official PyTorch implementation of "Tiny Federated Wireless Foundation Models for Resource-Constrained Devices" (Published at IEEE IoT-J 2025). This repo introduces a unified framework that combines structured pruning of ViT with efficient federated fine-tuning for low-power wireless foundation models performing wireless sensing applications.
sctptrace is a collection of eBPF-based tools for monitoring and analysing SCTP (Stream Control Transmission Protocol) connections in real-time with minimal overhead. It provides visibility into critical SCTP performance metrics including RTT, buffer utilisation, jitter, and stream usage by instrumenting kernel functions through BCC.