This is the Tensorflow 2.x implementation of our paper "Multi-Head ReLU Implicit Neural Representation Networks", accepted in ICASSP 2022.
Run experiments on Google Colab:
$ git clone https://github.com/AlirezaMorsali/MH-RELU-INR.git
$ cd MH-RELU-INR/
$ pip install -r requirements.txt
You only need to change the constants in the hyperparameters.py to set the hyperparameters and the training config.
Use the following codes to run the experiments.
python run_comparison_experiments.py -i [path of input image] \
-nh [number of heads for multi-head network] \
-bh [root number of heads for base multi-head network(for fair comparison)] \
-ba [alpha parameter for base multi-head network(for fair comparison)] \
-ub [use bias for the head part of the multi-head network]
Example:
python run_comparison_experiments.py -i pics/sample1.jpg \
-nh 64 \
-bh 64 \
-ba 256 \
-ub true
python run_generalization_experiments.py -i [path of input image] \
-bh [root number of heads for base multi-head network(for fair comparison)] \
-ba [alpha parameter for base multi-head network(for fair comparison)] \
-ub [use bias for the head part of the multi-head network]
Example:
python run_generalization_experiments.py -i pics/sample1.jpg \
-bh 256 \
-ba 32 \
-ub false
python run_spectral_bias_experiments.py
If you find our code useful for your research, please consider citing:
@inproceedings{aftab2022multi,
title={Multi-Head ReLU Implicit Neural Representation Networks},
author={Aftab, Arya and Morsali, Alireza and Ghaemmaghami, Shahrokh},
booktitle={ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
pages={2510--2514},
year={2022},
organization={IEEE}
}
In this repository, I include all my notes and whatever I learn, so that everyone can benefit from them
In this repository, I share codes of the introduction to python courses published on my youtube channel
Multi-class confusion matrix library in Python
A toolkit full of handy functions including most used models and utilities for deep-learning practitioners!
A collection of ML related stuff including notebooks, codes and a curated list of various useful resources such as books and softwares. Almost everything mentioned here is free (as speech not free food) or open-source.
Interpretability methods applied on image classifiers trained on MNIST and CIFAR10
A collection of notebooks with TensorFlow and the Keras API for various deep-learning and machine learning problems
Best DDoS Attack Script Python3, (Cyber / DDos) Attack With 56 Methods