• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1
  • 1
  • Tagged with
  • 2
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Analyse und experimenteller Vergleich der Bildformate AVIF, WebP und JPEG XL

Röder, Florian 23 September 2024 (has links)
Die Relevanz der Bilkompressionsalgorithmen im Kontext der Milliarden täglich kreierter und veröffentlichter Bilder ist gegenwärtig größer denn je. Im Laufe der Jahre wurden zahlreiche Bildkompressionsalgorithmen entwickelt, um den steigenden Anforderungen moderner Anwendungen gerecht zu werden. Diese Arbeit beschäftigt sich mit drei Vertretern moderner Codecs: AVIF, Webp und JPEG XL. Die Evaluation umfasst einen vergleichenden Überblick über die Komponenten jedes Encoders, welche durch die Referenzimplementierungen bereitgestellt werden. Im Anschluss erfolgt eine kombinierte Leistungsanalyse der Encoder sowie eine Bildqualitätsanalyse. Die Ergebnisse der Leistungsanalyse zeigen, dass WebP generell am schnellsten kodiert und für Bilder mit geringer Auflösung und vergleichbarer Bildqualität auch die besten Kompressionsleistung aufweist. JPEG XL zeigt für Bilder mit höherer Auflösung und vergleichbarer Qualität die beste Kompressionsleistung.:1 Einleitung 1 1.1 Motivation und Problemstellung . . . . . . . . . . . . . . . . . . . . . 1 1.2 Überblick über WebP, AVIF und JPEG XL . . . . . . . . . . . . . . . . 3 1.3 Struktur der Arbeit . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2 Verwandte Arbeiten 5 2.1 Grundlagen der Leistungsbewertung . . . . . . . . . . . . . . . . . . 5 2.1.1 Einschränkung und Definition . . . . . . . . . . . . . . . . . . 5 2.1.2 Leistungsanalyse . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.1.3 Bildqualitätsanalyse . . . . . . . . . . . . . . . . . . . . . . . 8 2.2 Veröffentlichungen der Entwickler . . . . . . . . . . . . . . . . . . . 11 2.2.1 WebP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.2.2 AV1 Image File Format (AVIF) . . . . . . . . . . . . . . . . . . 12 2.2.3 Joint Photographic Experts Group (JPEG) XL . . . . . . . . . 13 2.3 Veröffentlichungen dritter Autoren . . . . . . . . . . . . . . . . . . . 14 2.4 Fazit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3 Encoder-Analyse 19 3.1 Vorverarbeitung und Farbmodelle . . . . . . . . . . . . . . . . . . . . 20 3.2 Blockpartitionierung . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 3.3 Transformationen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3.4 Quantisierung . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 3.5 Intraframe-Prädiktion . . . . . . . . . . . . . . . . . . . . . . . . . . 25 3.6 In-Loop-Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 3.7 Entropiekodierung . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 3.8 Out-Of-Loop-Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 3.9 Fazit der theoretischen Analyse und Entwurf der Arbeitshypothesen . 32 4 Entwurf der Experimente 37 4.1 Entwicklungsprozess . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 4.2 Allgemeines Vorgehen . . . . . . . . . . . . . . . . . . . . . . . . . . 39 4.3 Experiment 1: Übersichtsbetrachtung und Skalierung der Geschwindigkeitsparameter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.4 Experiment 2: Skalierung bezüglich Auflösung . . . . . . . . . . . . . 41 4.5 Experiment 3: Kompressionsleistung und Encode-Geschwindigkeit für niedrigaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . . . 42 4.6 Experiment 4: Kompressionsleistung und Encode-Geschwindigkeit für hochaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . . . . 43 4.7 Experiment 5: Decode-Leistung . . . . . . . . . . . . . . . . . . . . . 43 5 Ergebnisse der Experimente 45 5.1 Ergebnisse von Experiment 1 . . . . . . . . . . . . . . . . . . . . . . 45 5.2 Ergebnisse des Skalierungsverhaltens . . . . . . . . . . . . . . . . . . 48 5.3 Ergebnisse der Kompressionsleistung und Encode-Geschwindigkeit für niedrigaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . 49 5.4 Ergebnisse der Kompressionsleistung und Encode-Geschwindigkeit für hochaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . . . 51 5.5 Ergebnisse der Decode-Geschwindigkeit . . . . . . . . . . . . . . . . 54 6 Konklusion 55 6.1 Diskussion und Fazit . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 6.2 zukünftige Arbeiten und Ausblick . . . . . . . . . . . . . . . . . . . . 58 / Image compression performance has never been more relevant with billions of images created and shared on a daily basis. Over the years, numerous new image codecs have been proposed with enhanced compression performance to meet the demands of modern applications. This study evaluates three of the modern codecs: AVIF, WebP and JPEG XL, with a focus on encoder performance and image quality analysis. The evaluation comprises a theoretical overview of the components of each encoder, as specified by the reference implementations, followed by a combined performance analysis of the encoder and an image quality analysis. The results of the performance analysis show, that AVIF demonstrates the best scaling for increased resolution while WebP generally encodes the fastest. Images with comparable visual quality, as measured via SSIM, are evaluated for a dataset comprising smaller photographic images and larger photographic images. WebP exhibits the best compression performance for small images, whereas JPEG XL demonstrates the best performance for larger Resolutions.:1 Einleitung 1 1.1 Motivation und Problemstellung . . . . . . . . . . . . . . . . . . . . . 1 1.2 Überblick über WebP, AVIF und JPEG XL . . . . . . . . . . . . . . . . 3 1.3 Struktur der Arbeit . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2 Verwandte Arbeiten 5 2.1 Grundlagen der Leistungsbewertung . . . . . . . . . . . . . . . . . . 5 2.1.1 Einschränkung und Definition . . . . . . . . . . . . . . . . . . 5 2.1.2 Leistungsanalyse . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.1.3 Bildqualitätsanalyse . . . . . . . . . . . . . . . . . . . . . . . 8 2.2 Veröffentlichungen der Entwickler . . . . . . . . . . . . . . . . . . . 11 2.2.1 WebP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.2.2 AV1 Image File Format (AVIF) . . . . . . . . . . . . . . . . . . 12 2.2.3 Joint Photographic Experts Group (JPEG) XL . . . . . . . . . 13 2.3 Veröffentlichungen dritter Autoren . . . . . . . . . . . . . . . . . . . 14 2.4 Fazit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3 Encoder-Analyse 19 3.1 Vorverarbeitung und Farbmodelle . . . . . . . . . . . . . . . . . . . . 20 3.2 Blockpartitionierung . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 3.3 Transformationen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3.4 Quantisierung . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 3.5 Intraframe-Prädiktion . . . . . . . . . . . . . . . . . . . . . . . . . . 25 3.6 In-Loop-Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 3.7 Entropiekodierung . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 3.8 Out-Of-Loop-Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 3.9 Fazit der theoretischen Analyse und Entwurf der Arbeitshypothesen . 32 4 Entwurf der Experimente 37 4.1 Entwicklungsprozess . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 4.2 Allgemeines Vorgehen . . . . . . . . . . . . . . . . . . . . . . . . . . 39 4.3 Experiment 1: Übersichtsbetrachtung und Skalierung der Geschwindigkeitsparameter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.4 Experiment 2: Skalierung bezüglich Auflösung . . . . . . . . . . . . . 41 4.5 Experiment 3: Kompressionsleistung und Encode-Geschwindigkeit für niedrigaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . . . 42 4.6 Experiment 4: Kompressionsleistung und Encode-Geschwindigkeit für hochaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . . . . 43 4.7 Experiment 5: Decode-Leistung . . . . . . . . . . . . . . . . . . . . . 43 5 Ergebnisse der Experimente 45 5.1 Ergebnisse von Experiment 1 . . . . . . . . . . . . . . . . . . . . . . 45 5.2 Ergebnisse des Skalierungsverhaltens . . . . . . . . . . . . . . . . . . 48 5.3 Ergebnisse der Kompressionsleistung und Encode-Geschwindigkeit für niedrigaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . 49 5.4 Ergebnisse der Kompressionsleistung und Encode-Geschwindigkeit für hochaufgelöste Bilder . . . . . . . . . . . . . . . . . . . . . . . . . 51 5.5 Ergebnisse der Decode-Geschwindigkeit . . . . . . . . . . . . . . . . 54 6 Konklusion 55 6.1 Diskussion und Fazit . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 6.2 zukünftige Arbeiten und Ausblick . . . . . . . . . . . . . . . . . . . . 58
2

Reducing Energy Consumption Through Image Compression / Reducera energiförbrukning genom bildkompression

Ferdeen, Mats January 2016 (has links)
The energy consumption to make the off-chip memory writing and readings are aknown problem. In the image processing field structure from motion simpler compressiontechniques could be used to save energy. A balance between the detected features suchas corners, edges, etc., and the degree of compression becomes a big issue to investigate.In this thesis a deeper study of this balance are performed. A number of more advancedcompression algorithms for processing of still images such as JPEG is used for comparisonwith a selected number of simpler compression algorithms. The simpler algorithms canbe divided into two categories: individual block-wise compression of each image andcompression with respect to all pixels in each image. In this study the image sequences arein grayscale and provided from an earlier study about rolling shutters. Synthetic data setsfrom a further study about optical flow is also included to see how reliable the other datasets are. / Energikonsumtionen för att skriva och läsa till off-chip minne är ett känt problem. Inombildbehandlingsområdet struktur från rörelse kan enklare kompressionstekniker användasför att spara energi. En avvägning mellan detekterade features såsom hörn, kanter, etc.och grad av kompression blir då en fråga att utreda. I detta examensarbete har en djuparestudie av denna avvägning utförts. Ett antal mer avancerade kompressionsalgoritmer förbearbetning av stillbilder som tex. JPEG används för jämförelse med ett antal utvaldaenklare kompressionsalgoritmer. De enklare algoritmerna kan delas in i två kategorier:individuell blockvis kompression av vardera bilden och kompression med hänsyn tillsamtliga pixlar i vardera bilden. I studien är bildsekvenserna i gråskala och tillhandahållnafrån en tidigare studie om rullande slutare. Syntetiska data set från ytterligare en studie om’optical flow’ ingår även för att se hur pass tillförlitliga de andra dataseten är.

Page generated in 0.0379 seconds