paper-with-me

Papers

Polynomial Implicit Neural Representations For Large Diverse Datasets

2023-03-20 · CVPR 2023 1 · Rajhans Singh, Ankita Shukla, Pavan Turaga

Implicit neural representations (INR) have gained significant popularity for signal and image representation for many end-tasks, such as superresolution, 3D modeling, and more. Most INR architectures rely on sinusoidal positional encoding, which accounts for high-frequency information in data. However, the finite encoding size restricts the model's representational power. Higher representational power is needed to go from representing a single given image to representing large and diverse datasets. Our approach addresses this gap by representing an image with a polynomial function and eliminates the need for positional encodings. Therefore, to achieve a progressively higher degree of polynomial representation, we use element-wise multiplications between features and affine-transformed coordinate locations after every ReLU layer. The proposed method is evaluated qualitatively and quantitatively on large datasets like ImageNet. The proposed Poly-INR model performs comparably to state-of-the-art generative models without any convolution, normalization, or self-attention layers, and with far fewer trainable parameters. With much fewer training parameters and higher representative power, our approach paves the way for broader adoption of INR models for generative modeling tasks in complex domains. The code is available at \url{https://github.com/Rajhans0/Poly_INR}

📄 PDF Abstract BibTeX arXiv:2303.11424

Code (1)

rajhans0/poly_inr 공식 구현 pytorch

Tasks

Conditional Image GenerationImage Generation

Similar Papers 제목 키워드 기반

Quantifying and Optimizing Simplicity via Polynomial Representations

2026-05-28 · Tianren Zhang, Xiangxin Li, Minghao Xiao, Guanyu Chen 외 arxiv

Deep networks often exhibit a preference for "simple" solutions, and such a simplicity bias is widely believed to play a key role in generalization. Yet a broadly applicable, quantitative measure of simplicity remains el…

Reinforcement LearningText Classification

Identifying Explicit Parsimonious Piece-wise Polynomial Relationships in Industrial time-series: Application to manipulator robots

2026-05-27 · Mazen Alamir, Sacha Clavel arxiv

This paper addresses the problem of identifying parsimonious explicit piece-wise polynomial relationships that might involve a relatively large number of raw features. The algorithm leverages a recently proposed identifi…

Anomaly Detection

Ares: Approximate Representations via Efficient Sparsification -- A Stateless Approach through Polynomial Homomorphism

2024-12-14 · Dongfang Zhao

The increasing prevalence of high-dimensional data demands efficient and scalable compression methods to support modern applications. However, existing techniques like PCA and Autoencoders often rely on auxiliary metadat…

Learning Implicitly with Noisy Data in Linear Arithmetic

2020-10-23 · Alexander P. Rader, Ionela G. Mocanu, Vaishak Belle, Brendan Juba

Robust learning in expressive languages with real-world data continues to be a challenging task. Numerous conventional methods appeal to heuristics without any assurances of robustness. While probably approximately corre…

PNeRV: A Polynomial Neural Representation for Videos

2024-06-27 · Sonam Gupta, Snehal Singh Tomar, Grigorios G Chrysos, Sukhendu Das 외

Extracting Implicit Neural Representations (INRs) on video data poses unique challenges due to the additional temporal dimension. In the context of videos, INRs have predominantly relied on a frame-only parameterization,…

Polynomial Neural Networks