FreSh: Frequency Shifting for Accelerated Neural Representation Learning
Adam Kania, Marko Mihajlovic, Sergey Prokudin, Jacek Tabor,, Przemys{\l}aw Spurek

TL;DR
FreSh introduces a frequency shifting technique that optimizes neural representations by aligning initial spectral properties with target signals, reducing hyperparameter tuning costs while maintaining high performance.
Contribution
The paper proposes a novel frequency shifting method that improves neural representation learning by aligning initial spectral properties, reducing the need for extensive hyperparameter searches.
Findings
FreSh improves performance across various tasks.
It achieves results comparable to hyperparameter grid search.
The method requires minimal additional computation.
Abstract
Implicit Neural Representations (INRs) have recently gained attention as a powerful approach for continuously representing signals such as images, videos, and 3D shapes using multilayer perceptrons (MLPs). However, MLPs are known to exhibit a low-frequency bias, limiting their ability to capture high-frequency details accurately. This limitation is typically addressed by incorporating high-frequency input embeddings or specialized activation layers. In this work, we demonstrate that these embeddings and activations are often configured with hyperparameters that perform well on average but are suboptimal for specific input signals under consideration, necessitating a costly grid search to identify optimal settings. Our key observation is that the initial frequency spectrum of an untrained model's output correlates strongly with the model's eventual performance on a given target signal.…
Peer Reviews
Decision·ICLR 2025 Poster
There are a number of strengths in this paper: - The issue is well-motivated: selection of frequency is a common frustration when using SIREN implicit neural representations. A method for a-priori selection of frequency rather than needing to grid-search across trained networks will be useful for the community. - The method is conceptually simple and should be easy to implement / include in INR pipelines meaning it may be broadly applicable. - Experimental results extensively tested with resul
There are a few minor weaknesses in the paper. These principally relate to small aspects of presentation (e.g. Figure 2). I've listed these in the Questions below as they are largely minor issues rather than critical weaknesses. In terms of technical weaknesses, while the method avoids a costly grid search across trained networks it still requires a grid search across candidate frequencies on untrained networks (this cost will be negligible in comparison). In addition, the method introduces an
Clear, simple, effective solution to a practical problem. Thorough demonstrations that it works. The paper is well-written and well-presented, easy to read and understand. I can imagine this technique being widely adopted for INR hyperparameter optimization.
Section 5 contains a few typos: Section 5, paragraph 2, “a trail and error approach” Section 5.1: You fell victim to LaTeX’s backwards quotation marks, one of the classic blunders Otherwise the paper is quite solid.
1. The method of this paper is fairly easy to understand and flow. This is the first hyperparameter selection method for implicit neural representation models based on the idea of frequency alignment. 2. The computation cost of this method can be ignored. 3. Through relatively extensive experiments and the experiments on "decreasing the default embedding frequency" in the supplementary materials, this paper well demonstrates that this method could adjust part hyperparameters to adjust the “pre
1. The related work of this paper seems overly lengthy and overlooks some of the latest methods for spectral bias. For example, spectral bias can be overcame by special initialization and training dynamics adjustment, such as reparameterization and batch normalization. Moreover, as stated in the paper that Fresh is a simple initialization technique in line 024, Fresh should compare to the previous initialization method like “From Activation to Initialization: Scaling Insights for Optimizing Neur
Code & Models
Videos
Taxonomy
TopicsNeural Networks and Applications
MethodsSoftmax · Attention Is All You Need · ALIGN
