paper-with-me

홈 › Papers

HyperINR: A Fast and Predictive Hypernetwork for Implicit Neural Representations via Knowledge Distillation

2023-04-09 · Qi Wu, David Bauer, Yuyang Chen, Kwan-Liu Ma

Implicit Neural Representations (INRs) have recently exhibited immense potential in the field of scientific visualization for both data generation and visualization tasks. However, these representations often consist of large multi-layer perceptrons (MLPs), necessitating millions of operations for a single forward pass, consequently hindering interactive visual exploration. While reducing the size of the MLPs and employing efficient parametric encoding schemes can alleviate this issue, it compromises generalizability for unseen parameters, rendering it unsuitable for tasks such as temporal super-resolution. In this paper, we introduce HyperINR, a novel hypernetwork architecture capable of directly predicting the weights for a compact INR. By harnessing an ensemble of multiresolution hash encoding units in unison, the resulting INR attains state-of-the-art inference performance (up to 100x higher inference bandwidth) and can support interactive photo-realistic volume visualization. Additionally, by incorporating knowledge distillation, exceptional data and visualization generation quality is achieved, making our method valuable for real-time parameter exploration. We validate the effectiveness of the HyperINR architecture through a comprehensive ablation study. We showcase the versatility of HyperINR across three distinct scientific domains: novel view synthesis, temporal super-resolution of volume data, and volume rendering with dynamic global shadows. By simultaneously achieving efficiency and generalizability, HyperINR paves the way for applying INR in a wider array of scientific visualization applications.

📄 PDF Abstract BibTeX arXiv:2304.04188

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNovel View SynthesisSuper-Resolution

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

D'OH: Decoder-Only Random Hypernetworks for Implicit Neural Representations

2024-03-28 · Cameron Gordon, Lachlan Ewen MacDonald, Hemanth Saratchandran, Simon Lucey

Deep implicit functions have been found to be an effective tool for efficiently encoding all manner of natural signals. Their attractiveness stems from their ability to compactly represent signals with little to no offli…

DecoderNeural Architecture Search

Discretization-independent surrogate modeling over complex geometries using hypernetworks and implicit representations

2021-09-14 · James Duvall, Karthik Duraisamy, Shaowu Pan

Numerical solutions of partial differential equations (PDEs) require expensive simulations, limiting their application in design optimization, model-based control, and large-scale inverse problems. Surrogate modeling tec…

HyperSound: Generating Implicit Neural Representations of Audio Signals with Hypernetworks

2022-11-03 · Filip Szatkowski, Karol J. Piczak, Przemysław Spurek, Jacek Tabor 외

Implicit neural representations (INRs) are a rapidly growing research field, which provides alternative ways to represent multimedia signals. Recent applications of INRs include image super-resolution, compression of hig…

Image Super-ResolutionMeta-LearningSuper-Resolution

Hypernetworks build Implicit Neural Representations of Sounds

2023-02-09 · Filip Szatkowski, Karol J. Piczak, Przemysław Spurek, Jacek Tabor 외

Implicit Neural Representations (INRs) are nowadays used to represent multimedia signals across various real-life applications, including image super-resolution, image compression, or 3D rendering. Existing methods that …

Image CompressionImage Super-ResolutionMeta-LearningSuper-Resolution

Hyper-Transforming Latent Diffusion Models

2025-04-23 · Ignacio Peis, Batuhan Koyuncu, Isabel Valera, Jes Frellsen

We introduce a novel generative framework for functions by integrating Implicit Neural Representations (INRs) and Transformer-based hypernetworks into latent variable models. Unlike prior approaches that rely on MLP-base…

Computational EfficiencyDecoder