/FINER

FINER: Flexible spectral-bias tuning in Implicit NEural Representation by Variable-periodic Activation Functions

Primary LanguageJupyter Notebook

FINER: Flexible spectral-bias tuning in Implicit NEural Representation by Variable-periodic Activation Functions

CVPR 2024

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.

Activations

Setup

conda create -n finer python=3.8
conda activate finer
pip install -r requirements.txt

Training

Image Fitting

bash run_finer.sh 
# run_siren.sh; run_pemlp.sh; run_gauss.sh; run_wire.sh

Visualizations

Citation

@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}
}