Grid-Based Techniques for Semi-Stochastic Sampling

Lade...
Vorschaubild
Dateien
Ahmed_2-168e64faqrhnw0.pdf
Ahmed_2-168e64faqrhnw0.pdfGröße: 58.8 MBDownloads: 648
Datum
2018
Autor:innen
Ahmed, Abdalla G. M.
Herausgeber:innen
Kontakt
ISSN der Zeitschrift
Electronic ISSN
ISBN
Bibliografische Daten
Verlag
Schriftenreihe
Auflagebezeichnung
DOI (zitierfähiger Link)
ArXiv-ID
Internationale Patentnummer
Angaben zur Forschungsförderung
Projekt
Open Access-Veröffentlichung
Open Access Green
Core Facility der Universität Konstanz
Gesperrt bis
Titel in einer weiteren Sprache
Forschungsvorhaben
Organisationseinheiten
Zeitschriftenheft
Publikationstyp
Dissertation
Publikationsstatus
Published
Erschienen in
Zusammenfassung

Stochastic point sampling, mostly blue-noise sampling, is a fundamental process in computer graphics, appearing in applications like image reconstruction, halftoning and stippling, (quasi)-Monte Carlo integration, and distributing various kinds of objects (people, plants, etc). Many of these applications require real-time performance, and such speeds are not met by common generation algorithms, which lead to the idea of tabulating and reusing pre-optimized sets of sampling points. Being "noise", however, such point sets inherently bear high entropy, which makes it challenging to store and manipulate them. Many ideas have been proposed over the past three decades to address this problem of storing and redistributing noise sets. The current state of the art encompasses two categories: methods based on sets of regular tiles, with multiple sample points per tile, and methods based on complex-shaped recursive tiles, with a single sample point per tile. These methods offer different trade-offs in terms of quality, speed, memory usage, flexibility, and coding complexity, but no method is considered optimal in all aspects. In this thesis we study a new approach for distributing pre-optimized sample points. The main idea is to morph a regular grid into the desired distribution. Thanks to the simple underlying structure, this approach is readily simpler than exisiting methods, and we also demonstrate its advantages in terms of both quality and performance. More importantly, we demonstrate that a grid-based approach enables the development of analytic and objective solutions to replace the heuristic treatments used earlier. We present three solutions aimed at three sampling scenarios. For uniform sampling, e.g. for distributing objects, we employ ornamental subsets of the regular grid known as AA Patterns, and demonstrate that, using a finite lookup table of any affordable size, the patterns can distribute non-periodic sets of optimized samples. For low-discrepancy sampling, mainly needed in quasi-Monte Carlo integration, we develop a new grid-based low-discrepancy point set, and demonstrate that such a set can be rearranged to acquire a blue-noise spectrum without loosing its low-discrepancy property. Finally, for adaptive sampling, e.g. for stippling or importance sampling, we develope a new indexing scheme, based on the Thue-Morse word, to identify individual points in a multi-resolution grid, and use it to build an adaptive sampler on a regular lattice. We demonstrate the superiority of our solutions over respective state-of-the-art methods. In addition, we present a new blue-noise optimization algorithm that is well-suited for offline optimization in our solutions and other lookup methods.

Zusammenfassung in einer weiteren Sprache
Fachgebiet (DDC)
004 Informatik
Schlagwörter
sampling, blue noise, stochastic, tiling, AA Patterns, low-discrepancy, van der Corput, Monte Carlo, quasi-Monte Carlo, stratification, self-similar, Thue-Morse
Konferenz
Rezension
undefined / . - undefined, undefined
Zitieren
ISO 690AHMED, Abdalla G. M., 2018. Grid-Based Techniques for Semi-Stochastic Sampling [Dissertation]. Konstanz: University of Konstanz
BibTex
@phdthesis{Ahmed2018GridB-43408,
  year={2018},
  title={Grid-Based Techniques for Semi-Stochastic Sampling},
  author={Ahmed, Abdalla G. M.},
  address={Konstanz},
  school={Universität Konstanz}
}
RDF
<rdf:RDF
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:bibo="http://purl.org/ontology/bibo/"
    xmlns:dspace="http://digital-repositories.org/ontologies/dspace/0.1.0#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:void="http://rdfs.org/ns/void#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="https://kops.uni-konstanz.de/server/rdf/resource/123456789/43408">
    <dcterms:rights rdf:resource="https://rightsstatements.org/page/InC/1.0/"/>
    <dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dcterms:issued>2018</dcterms:issued>
    <dcterms:hasPart rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/43408/3/Ahmed_2-168e64faqrhnw0.pdf"/>
    <dspace:hasBitstream rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/43408/3/Ahmed_2-168e64faqrhnw0.pdf"/>
    <dcterms:abstract xml:lang="eng">Stochastic point sampling, mostly blue-noise sampling, is a fundamental process in computer graphics, appearing in applications like image reconstruction, halftoning and stippling, (quasi)-Monte Carlo integration, and distributing various kinds of objects (people, plants, etc). Many of these applications require real-time performance, and such speeds are not met by common generation algorithms, which lead to the idea of tabulating and reusing pre-optimized sets of sampling points. Being "noise", however, such point sets inherently bear high entropy, which makes it challenging to store and manipulate them. Many ideas have been proposed over the past three decades to address this problem of storing and redistributing noise sets. The current state of the art encompasses two categories: methods based on sets of regular tiles, with multiple sample points per tile, and methods based on complex-shaped recursive tiles, with a single sample point per tile. These methods offer different trade-offs in terms of quality, speed, memory usage, flexibility, and coding complexity, but no method is considered optimal in all aspects. In this thesis we study a new approach for distributing pre-optimized sample points. The main idea is to morph a regular grid into the desired distribution. Thanks to the simple underlying structure, this approach is readily simpler than exisiting methods, and we also demonstrate its advantages in terms of both quality and performance. More importantly, we demonstrate that a grid-based approach enables the development of analytic and objective solutions to replace the heuristic treatments used earlier. We present three solutions aimed at three sampling scenarios. For uniform sampling, e.g. for distributing objects, we employ ornamental subsets of the regular grid known as AA Patterns, and demonstrate that, using a finite lookup table of any affordable size, the patterns can distribute non-periodic sets of optimized samples. For low-discrepancy sampling, mainly needed in quasi-Monte Carlo integration, we develop a new grid-based low-discrepancy point set, and demonstrate that such a set can be rearranged to acquire a blue-noise spectrum without loosing its low-discrepancy property. Finally, for adaptive sampling, e.g. for stippling or importance sampling, we develope a new indexing scheme, based on the Thue-Morse word, to identify individual points in a multi-resolution grid, and use it to build an adaptive sampler on a regular lattice. We demonstrate the superiority of our solutions over respective state-of-the-art methods. In addition, we present a new blue-noise optimization algorithm that is well-suited for offline optimization in our solutions and other lookup methods.</dcterms:abstract>
    <dc:rights>terms-of-use</dc:rights>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-10-01T13:14:55Z</dc:date>
    <dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
    <dc:language>eng</dc:language>
    <dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-10-01T13:14:55Z</dcterms:available>
    <dc:contributor>Ahmed, Abdalla G. M.</dc:contributor>
    <dcterms:title>Grid-Based Techniques for Semi-Stochastic Sampling</dcterms:title>
    <dc:creator>Ahmed, Abdalla G. M.</dc:creator>
    <foaf:homepage rdf:resource="http://localhost:8080/"/>
    <bibo:uri rdf:resource="https://kops.uni-konstanz.de/handle/123456789/43408"/>
  </rdf:Description>
</rdf:RDF>
Interner Vermerk
xmlui.Submission.submit.DescribeStep.inputForms.label.kops_note_fromSubmitter
Kontakt
URL der Originalveröffentl.
Prüfdatum der URL
Prüfungsdatum der Dissertation
April 27, 2018
Hochschulschriftenvermerk
Konstanz, Univ., Diss., 2018
Finanzierungsart
Kommentar zur Publikation
Allianzlizenz
Corresponding Authors der Uni Konstanz vorhanden
Internationale Co-Autor:innen
Universitätsbibliographie
Begutachtet
Diese Publikation teilen