paper-with-me

Papers

Real-Time Neural Materials using Block-Compressed Features

2023-10-26 · Clément Weinreich, Louis de Oliveira, Antoine Houdard, Georges Nader

Neural materials typically consist of a collection of neural features along with a decoder network. The main challenge in integrating such models in real-time rendering pipelines lies in the large size required to store their features in GPU memory and the complexity of evaluating the network efficiently. We present a neural material model whose features and decoder are specifically designed to be used in real-time rendering pipelines. Our framework leverages hardware-based block compression (BC) texture formats to store the learned features and trains the model to output the material information continuously in space and scale. To achieve this, we organize the features in a block-based manner and emulate BC6 decompression during training, making it possible to export them as regular BC6 textures. This structure allows us to use high resolution features while maintaining a low memory footprint. Consequently, this enhances our model's overall capability, enabling the use of a lightweight and simple decoder architecture that can be evaluated directly in a shader. Furthermore, since the learned features can be decoded continuously, it allows for random uv sampling and smooth transition between scales without needing any subsequent filtering. As a result, our neural material has a small memory footprint, can be decoded extremely fast adding a minimal computational overhead to the rendering pipeline.

📄 PDF Abstract BibTeX arXiv:2311.16121

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGPU

Similar Papers 제목 키워드 기반

Direct Processing of Document Images in Compressed Domain

2014-10-11 · Mohammed Javed, P. Nagabhushan, B. B. Chaudhuri

With the rapid increase in the volume of Big data of this digital era, fax documents, invoices, receipts, etc are traditionally subjected to compression for the efficiency of data storage and transfer. However, in order …

Segmentation

Penrose Tiled Low-Rank Compression and Section-Wise Q&A Fine-Tuning: A General Framework for Domain-Specific Large Language Model Adaptation

2025-03-28 · Chuan-Wei Kuo, Siyu Chen, Chenqi Yan, Yu Yang Fredrik Liu

Large language models (LLMs) hold great promise for specialized scientific domains such as materials science, yet adapting them efficiently and accurately to domain-specific knowledge remains challenging due to limited d…

Language ModelingLanguage ModellingLarge Language ModelLow-rank compression+1

Compressed DenseNet for Lightweight Character Recognition

2019-12-15 · Zhao Zhang, Zemin Tang, Yang Wang, Haijun Zhang 외

Convolutional Recurrent Neural Network (CRNN) is a popular network for recognizing texts in images. Advances like the variant of CRNN, such as Dense Convolutional Network with Connectionist Temporal Classification, has r…

Image Restoration from Patch-based Compressed Sensing Measurement

2017-06-02 · Guangtao Nie, Ying Fu, Yinqiang Zheng, Hua Huang

A series of methods have been proposed to reconstruct an image from compressively sensed random measurement, but most of them have high time complexity and are inappropriate for patch-based compressed sensing capture, be…

compressed sensingCompressive SensingImage ReconstructionImage Restoration

Compressed Domain Prior-Guided Video Super-Resolution for Cloud Gaming Content

2025-01-03 · Qizhe Wang, Qian Yin, Zhimeng Huang, Weijia Jiang 외

Cloud gaming is an advanced form of Internet service that necessitates local terminals to decode within limited resources and time latency. Super-Resolution (SR) techniques are often employed on these terminals as an eff…

QuantizationSuper-ResolutionVideo Super-Resolution