paper-with-me

Papers

Collaborative Texture Filtering

2025-06-21 · Tomas Akenine-Möller, Pontus Ebelin, Matt Pharr, Bartlomiej Wronski

Recent advances in texture compression provide major improvements in compression ratios, but cannot use the GPU's texture units for decompression and filtering. This has led to the development of stochastic texture filtering (STF) techniques to avoid the high cost of multiple texel evaluations with such formats. Unfortunately, those methods can give undesirable visual appearance changes under magnification and may contain visible noise and flicker despite the use of spatiotemporal denoisers. Recent work substantially improves the quality of magnification filtering with STF by sharing decoded texel values between nearby pixels (Wronski 2025). Using GPU wave communication intrinsics, this sharing can be performed inside actively executing shaders without memory traffic overhead. We take this idea further and present novel algorithms that use wave communication between lanes to avoid repeated texel decompression prior to filtering. By distributing unique work across lanes, we can achieve zero-error filtering using <=1 texel evaluations per pixel given a sufficiently large magnification factor. For the remaining cases, we propose novel filtering fallback methods that also achieve higher quality than prior approaches.

📄 PDF Abstract BibTeX arXiv:2506.17770

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

Improved Stochastic Texture Filtering Through Sample Reuse

2025-04-07 · Bartlomiej Wronski, Matt Pharr, Tomas Akenine-Möller

Stochastic texture filtering (STF) has re-emerged as a technique that can bring down the cost of texture filtering of advanced texture compression methods, e.g., neural texture compression. However, during texture magnif…

Denoising

Stochastic Texture Filtering

2023-05-09 · Marcos Fajardo, Bartlomiej Wronski, Marco Salvi, Matt Pharr

2D texture maps and 3D voxel arrays are widely used to add rich detail to the surfaces and volumes of rendered scenes, and filtered texture lookups are integral to producing high-quality imagery. We show that filtering t…

Denoising

Generative Texture Filtering

2026-04-21 · Rongjia Zheng, Shangwei Huang, Lei Zhu, Wei-Shi Zheng 외 arxiv

We present a generative method for texture filtering, which exhibits surprisingly good performance and generalizability. Our core idea is to empower texture filtering by taking full advantage of the strong learned image …

Local Collaborative Filtering: A Collaborative Filtering Method that Utilizes Local Similarities among Users

2025-11-17 · Zhaoxin Shen, Dan Wu arxiv

To leverage user behavior data from the Internet more effectively in recommender systems, this paper proposes a novel collaborative filtering (CF) method called Local Collaborative Filtering (LCF). LCF utilizes local sim…

Collaborative Filtering

Heterogeneous Collaborative Filtering

2019-08-31 · Yifang Liu, Zhentao Xu, Cong Hui, Yi Xuan 외

Recommendation system is important to a content sharing/creating social network. Collaborative filtering is a widely-adopted technology in conventional recommenders, which is based on similarity between positively engage…

Collaborative FilteringDiversity