paper-with-me

홈 › Papers

Training and Predicting Visual Error for Real-Time Applications

2023-10-13 · João Libório Cardoso, Bernhard Kerbl, Lei Yang, Yury Uralsky, Michael Wimmer

Visual error metrics play a fundamental role in the quantification of perceived image similarity. Most recently, use cases for them in real-time applications have emerged, such as content-adaptive shading and shading reuse to increase performance and improve efficiency. A wide range of different metrics has been established, with the most sophisticated being capable of capturing the perceptual characteristics of the human visual system. However, their complexity, computational expense, and reliance on reference images to compare against prevent their generalized use in real-time, restricting such applications to using only the simplest available metrics. In this work, we explore the abilities of convolutional neural networks to predict a variety of visual metrics without requiring either reference or rendered images. Specifically, we train and deploy a neural network to estimate the visual error resulting from reusing shading or using reduced shading rates. The resulting models account for 70%-90% of the variance while achieving up to an order of magnitude faster computation times. Our solution combines image-space information that is readily available in most state-of-the-art deferred shading pipelines with reprojection from previous frames to enable an adequate estimate of visual errors, even in previously unseen regions. We describe a suitable convolutional network architecture and considerations for data preparation for training. We demonstrate the capability of our network to predict complex error metrics at interactive rates in a real-time application that implements content-adaptive shading in a deferred pipeline. Depending on the portion of unseen image regions, our approach can achieve up to $2\times$ performance compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2310.09125

Code (1)

Jaliborc/rt-percept 공식 구현 pytorch

Similar Papers 제목 키워드 기반

PWM-ArtGen: Part World Model for Articulated Object Generation

2026-07-02 · Wentao Zheng, Ancong Wu arxiv

The key challenge in articulated 3D object generation from a single image is accurately predicting the underlying kinematic structure. Existing methods either infer kinematic parameters directly from a static image that …

Zero-shot Generalization

CLIPTime: Time-Aware Multimodal Representation Learning from Images and Text

2025-08-01 · Anju Rani, Daniel Ortiz-Arroyo, Petar Durdevic arxiv

Understanding the temporal dynamics of biological growth is critical across diverse fields such as microbiology, agriculture, and biodegradation research. Although vision-language models like Contrastive Language Image P…

Representation Learning

Effect of Performance Feedback Timing on Motor Learning for a Surgical Training Task

2025-08-25 · Mary Kate Gale, Kailana Baker-Matsuoka, Ilana Nisky, Allison Okamura arxiv

Objective: Robot-assisted minimally invasive surgery (RMIS) has become the gold standard for a variety of surgical procedures, but the optimal method of training surgeons for RMIS is unknown. We hypothesized that real-ti…

Predicting response time and error rates in visual search

2011-12-01 · NeurIPS 2011 12 · Bo Chen, Vidhya Navalpakkam, Pietro Perona

A model of human visual search is proposed. It predicts both response time (RT) and error rates (RT) as a function of image parameters such as target contrast and clutter. The model is an ideal observer, in that it optim…

TAR

Modality-Autoregressive World-Action Models

2026-09-15 · Adam Hung, Bardienus P. Duisterhof, Deva Ramanan, Jeffrey Ichnowski arxiv

World-action models (WAMs) jointly model future observations and actions, typically predicting the future as RGB images. Other visual modalities such as depth, pretrained visual features, and point tracks can more effici…