FINER: Flexible spectral-bias tuning in Implicit NEural Representation by Variable-periodic Activation Functions
Zhen Liu1,*, Hao Zhu1,*, Qi Zhang2, Jingde Fu1, Weibing Deng1, Zhan Ma1, Yanwen Guo1, Xun Cao1,
1Nanjing University, 2Tencent AI Lab, *Equal contibution
We propose a novel implicit neural representation with flexible spectral-bias tuning for representing and optimizing signals. The repo contains the codes for image fitting. For the SDF and NeRF experiments, we utilized the codes of Bacon and torch-ngp, respectively.
conda create -n finer python=3.8
conda activate finer
pip install -r requirements.txt
bash run_finer.sh
# run_siren.sh; run_pemlp.sh; run_gauss.sh; run_wire.sh
@inproceedings{liu2024finer,
title = {FINER: Flexible spectral-bias tuning in Implicit NEural Representation by Variable-periodic Activation Functions},
author = {Liu, Zhen and Zhu, Hao and Zhang, Qi and Fu, Jingde and Deng, Weibing and Ma, Zhan and Guo, Yanwen and Cao, Xun},
booktitle = {Proceedings of the IEEE/CVF Computer Vision and Pattern Recognition Conference (CVPR)},
year = {2024}
}