Recurrent Sinusoidal INRs for Efficient High-Fidelity Representation

Hugging Face Daily Papers Papers

Summary

This paper introduces a recurrent sinusoidal architecture for implicit neural representations that achieves higher fidelity with fewer parameters and optimization steps by exploiting harmonic line spectrum enrichment through sinusoidal recurrence.

We study sinusoidal recurrence as an iterative mechanism for harmonic spectral enrichment in implicit neural representations (INRs). Our analysis reveals that sinusoidal activations induce a harmonic line spectrum, providing a spectral account of how recurrent unrolling enriches the effective spectral support. We realize this principle with a shared sinusoidal block that iteratively refines the latent representation. We empirically validate the resulting spectral behavior against feed-forward INRs, non-sinusoidal recurrent variants, and equilibrium-style sinusoidal models. Complementing this analysis, we evaluate the proposed architecture across image and 3D representation tasks. On RGB image benchmarks, our method achieves higher fidelity than feed-forward baselines with fewer parameters and fewer optimization steps, and it further transfers favorably to super-resolution, NeRF, and SDF tasks.
Original Article
View Cached Full Text

Cached at: 07/24/26, 05:05 AM

Paper page - Recurrent Sinusoidal INRs for Efficient High-Fidelity Representation

Source: https://huggingface.co/papers/2607.21485

Abstract

Westudysinusoidalrecurrenceasaniterativemechanismforharmonicspectralenrichmentinimplicitneuralrepresentations(INRs).Ouranalysisrevealsthatsinusoidalactivationsinduceaharmoniclinespectrum,providingaspectralaccountofhowrecurrentunrollingenrichestheeffectivespectralsupport.Werealizethisprinciplewithasharedsinusoidalblockthatiterativelyrefinesthelatentrepresentation.Weempiricallyvalidatetheresultingspectralbehavioragainstfeed-forwardINRs,non-sinusoidalrecurrentvariants,andequilibrium-stylesinusoidalmodels.Complementingthisanalysis,weevaluatetheproposedarchitectureacrossimageand3Drepresentationtasks.OnRGBimagebenchmarks,ourmethodachieveshigherfidelitythanfeed-forwardbaselineswithfewerparametersandfeweroptimizationsteps,anditfurthertransfersfavorablytosuper-resolution,NeRF,andSDFtasks.

View arXiv pageView PDFProject pageGitHubAdd to collection

Get this paper in your agent:

hf papers read 2607\.21485

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2607.21485 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2607.21485 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2607.21485 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

Data-driven Video Codec with Implicit Neural Representations

arXiv cs.AI

This paper presents a video codec that stores video and audio as weights of a sinusoidal representation network, using knowledge distillation and quantization for compression. Experiments show a 2.61x compression ratio compared to the original network, but quality lags behind standard codecs like H.264 and HEVC.

Architecture Shapes Transfer Specificity in Implicit Neural Representations

arXiv cs.LG

This paper studies transfer specificity in implicit neural representations across SIREN, ReLU MLPs, and Fourier-feature MLPs, finding that transfer magnitude and specificity depend on architecture, with ReLU being more selective and SIREN reusing weights broadly. Results suggest architecture selection should consider explicit control conditions, not just transfer magnitude.

Analysis of Respiratory Sinus Arrhythmia with Neural Networks

arXiv cs.LG

This paper introduces a neural network-based approach for estimating respiratory rate from ECG signals by leveraging Respiratory Sinus Arrhythmia. It evaluates different deep learning architectures to automatically extract features, offering a scalable solution for non-invasive monitoring.