Skip to main content

Showing 1–5 of 5 results for author: Akenine-Möller, T

Searching in archive cs. Search in all archives.
.
  1. Collaborative Texture Filtering

    Authors: Tomas Akenine-Möller, Pontus Ebelin, Matt Pharr, Bartlomiej Wronski

    Abstract: 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 magn… ▽ More

    Submitted 21 June, 2025; originally announced June 2025.

    Comments: Accepted to ACM/EG Symposium on High Performance Graphics (HPG), 2025

  2. arXiv:2504.05562  [pdf, other

    cs.GR cs.CV

    Improved Stochastic Texture Filtering Through Sample Reuse

    Authors: Bartlomiej Wronski, Matt Pharr, Tomas Akenine-Möller

    Abstract: 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 magnification, the swapped order of filtering and shading with STF can result in aliasing. The inability to smoothly interpolate material properties stored in textures, such as surface n… ▽ More

    Submitted 7 April, 2025; originally announced April 2025.

    Comments: Accepted to 2025 ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games (I3D 2025)

    Journal ref: Proceedings of the ACM on Computer Graphics and Interactive Techniques (2025), Volume 8, Issue 1, Article No: 14. Publication date: May 2025

  3. arXiv:2305.17105  [pdf, other

    cs.GR cs.CV

    Random-Access Neural Compression of Material Textures

    Authors: Karthik Vaidyanathan, Marco Salvi, Bartlomiej Wronski, Tomas Akenine-Möller, Pontus Ebelin, Aaron Lefohn

    Abstract: The continuous advancement of photorealism in rendering is accompanied by a growth in texture data and, consequently, increasing storage and memory demands. To address this issue, we propose a novel neural compression technique specifically designed for material textures. We unlock two more levels of detail, i.e., 16x more texels, using low bitrate compression, with image quality that is better th… ▽ More

    Submitted 26 May, 2023; originally announced May 2023.

    Comments: 22 pages, accepted to ACM SIGGRAPH 2023 Transactions on Graphics

    ACM Class: I.3

    Journal ref: ACM Transactions on Graphics; Volume 42; Issue 4 (2023); Article No.: 88; pp 1-25

  4. arXiv:2112.09629  [pdf, other

    cs.GR

    Scalar Spatiotemporal Blue Noise Masks

    Authors: Alan Wolfe, Nathan Morrical, Tomas Akenine-Möller, Ravi Ramamoorthi

    Abstract: Blue noise error patterns are well suited to human perception, and when applied to stochastic rendering techniques, blue noise masks (blue noise textures) minimize unwanted low-frequency noise in the final image. Current methods of applying blue noise masks at each frame independently produce white noise frequency spectra temporally. This white noise results in slower integration convergence over… ▽ More

    Submitted 17 December, 2021; originally announced December 2021.

    ACM Class: I.3.3; I.3.7

  5. arXiv:2006.13846  [pdf, other

    eess.IV cs.GR

    Understanding SSIM

    Authors: Jim Nilsson, Tomas Akenine-Möller

    Abstract: The use of the structural similarity index (SSIM) is widespread. For almost two decades, it has played a major role in image quality assessment in many different research disciplines. Clearly, its merits are indisputable in the research community. However, little deep scrutiny of this index has been performed. Contrary to popular belief, there are some interesting properties of SSIM that merit suc… ▽ More

    Submitted 29 June, 2020; v1 submitted 24 June, 2020; originally announced June 2020.

    Comments: 8 pages. Please visit https://research.nvidia.com/publication/2020-07_Understanding-SSIM for supplemental material

    ACM Class: I.3.6; C.4