Grid-Based Techniques for Semi-Stochastic Sampling

dc.contributor.authorAhmed, Abdalla G. M.
dc.date.accessioned2018-10-01T13:14:55Z
dc.date.available2018-10-01T13:14:55Z
dc.date.issued2018eng
dc.description.abstractStochastic 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.eng
dc.description.versionpublishedeng
dc.identifier.ppn511463545
dc.identifier.urihttps://kops.uni-konstanz.de/handle/123456789/43408
dc.language.isoengeng
dc.rightsterms-of-use
dc.rights.urihttps://rightsstatements.org/page/InC/1.0/
dc.subjectsampling, blue noise, stochastic, tiling, AA Patterns, low-discrepancy, van der Corput, Monte Carlo, quasi-Monte Carlo, stratification, self-similar, Thue-Morseeng
dc.subject.ddc004eng
dc.titleGrid-Based Techniques for Semi-Stochastic Samplingeng
dc.typeDOCTORAL_THESISeng
dspace.entity.typePublication
kops.citation.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}
}
kops.citation.iso690AHMED, Abdalla G. M., 2018. Grid-Based Techniques for Semi-Stochastic Sampling [Dissertation]. Konstanz: University of Konstanzdeu
kops.citation.iso690AHMED, Abdalla G. M., 2018. Grid-Based Techniques for Semi-Stochastic Sampling [Dissertation]. Konstanz: University of Konstanzeng
kops.citation.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>
kops.date.examination2018-04-27eng
kops.date.yearDegreeGranted2018eng
kops.description.openAccessopenaccessgreen
kops.identifier.nbnurn:nbn:de:bsz:352-2-168e64faqrhnw0

Dateien

Originalbündel

Gerade angezeigt 1 - 1 von 1
Vorschaubild nicht verfügbar
Name:
Ahmed_2-168e64faqrhnw0.pdf
Größe:
58.8 MB
Format:
Adobe Portable Document Format
Beschreibung:
Ahmed_2-168e64faqrhnw0.pdf
Ahmed_2-168e64faqrhnw0.pdfGröße: 58.8 MBDownloads: 916

Lizenzbündel

Gerade angezeigt 1 - 1 von 1
Vorschaubild nicht verfügbar
Name:
license.txt
Größe:
3.88 KB
Format:
Item-specific license agreed upon to submission
Beschreibung:
license.txt
license.txtGröße: 3.88 KBDownloads: 0