paper-with-me

Papers

Improved Implicit Neural Representation with Fourier Reparameterized Training

2024-01-15 · CVPR 2024 1 · Kexuan Shi, Xingyu Zhou, Shuhang Gu

Implicit Neural Representation (INR) as a mighty representation paradigm has achieved success in various computer vision tasks recently. Due to the low-frequency bias issue of vanilla multi-layer perceptron (MLP), existing methods have investigated advanced techniques, such as positional encoding and periodic activation function, to improve the accuracy of INR. In this paper, we connect the network training bias with the reparameterization technique and theoretically prove that weight reparameterization could provide us a chance to alleviate the spectral bias of MLP. Based on our theoretical analysis, we propose a Fourier reparameterization method which learns coefficient matrix of fixed Fourier bases to compose the weights of MLP. We evaluate the proposed Fourier reparameterization method on different INR tasks with various MLP architectures, including vanilla MLP, MLP with positional encoding and MLP with advanced activation function, etc. The superiority approximation results on different MLP architectures clearly validate the advantage of our proposed method. Armed with our Fourier reparameterization method, better INR with more textures and less artifacts can be learned from the training data.

📄 PDF Abstract BibTeX arXiv:2401.07402

Code (2)

labshuhanggu/fr-inr 공식 구현 pytorch
labshuhanggu/improved-implicity-neural-representation-with-fourier-bases-reparameterized-training 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Spectral Mixture Kernel Approximation Using Reparameterized Random Fourier Feature

2019-10-16 · pproximateinference AABI Symposium 2019 12 · Yohan Jung, Jinkyoo Park

We propose a method for Spectral Mixture kernel approximation using the Reparameterized Random Fourier Feature (R-RFF) in the sense of both general parameter and natural parameter view. Meanwhile, we provide the effectiv…

Progressive Fourier Neural Representation for Sequential Video Compilation

2023-06-20 · Haeyong Kang, Jaehong Yoon, Dahyun Kim, Sung Ju Hwang 외

Neural Implicit Representation (NIR) has recently gained significant attention due to its remarkable ability to encode complex and high-dimensional data into representation space and easily reconstruct it through a train…

Continual Learning

FourierMask: Instance Segmentation using Fourier Mapping in Implicit Neural Networks

2021-12-23 · Hamd ul Moqeet Riaz, Nuri Benbarka, Timon Hoefer, Andreas Zell

We present FourierMask, which employs Fourier series combined with implicit neural representations to generate instance segmentation masks. We apply a Fourier mapping (FM) to the coordinate locations and utilize the mapp…

Instance SegmentationSegmentationSemantic Segmentation

FourierHandFlow: Neural 4D Hand Representation Using Fourier Query Flow

2023-07-16 · NeurIPS 2023 11

Recent 4D shape representations model continuous temporal evolution of implicit shapes by (1) learning query flows without leveraging shape and articulation priors or (2) decoding shape occupancies separately for each ti…

4D reconstruction

FUTON: Fourier Tensor Network for Implicit Neural Representations

2026-02-13 · Pooya Ashtari, Pourya Behmandpoor, Nikos Deligiannis, Aleksandra Pizurica arxiv

Implicit neural representations (INRs) have emerged as powerful tools for encoding signals, yet dominant MLP-based designs often suffer from slow convergence, overfitting to noise, and poor extrapolation. We introduce FU…

Image Denoising