EP2281396A1 - Bildkodierungsverfahren mit textursynthese - Google Patents

Bildkodierungsverfahren mit textursynthese

Info

Publication number
EP2281396A1
EP2281396A1 EP09757605A EP09757605A EP2281396A1 EP 2281396 A1 EP2281396 A1 EP 2281396A1 EP 09757605 A EP09757605 A EP 09757605A EP 09757605 A EP09757605 A EP 09757605A EP 2281396 A1 EP2281396 A1 EP 2281396A1
Authority
EP
European Patent Office
Prior art keywords
image
synthesis
regions
patches
coding
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP09757605A
Other languages
English (en)
French (fr)
Inventor
Fabien Racape
Dominique Thoreau
Jérôme Vieron
Aurélie Martin
Gabrielle Ombrouck
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Thomson Licensing SAS
Original Assignee
Thomson Licensing SAS
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Thomson Licensing SAS filed Critical Thomson Licensing SAS
Publication of EP2281396A1 publication Critical patent/EP2281396A1/de
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/12Selection from among a plurality of transforms or standards, e.g. selection between discrete cosine transform [DCT] and sub-band transform or selection between H.263 and H.264
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/154Measured or subjectively estimated visual quality after decoding, e.g. measurement of distortion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/20Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using video object coding
    • H04N19/27Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using video object coding involving both synthetic and natural picture components, e.g. synthetic natural hybrid coding [SNHC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/59Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial sub-sampling or interpolation, e.g. alteration of picture size or resolution
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/61Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding

Definitions

  • the invention lies in the context of image synthesis and more particularly in the field of video compression.
  • the synthesis method applies to the encoder and the decoder.
  • the method consists of synthesizing the content of an image from texture patches, the patches in question being: • blocks of images of reduced dimensions,
  • the rendering of the synthesis thus obtained is compared with the coded source; the parts of the reconstructed image that do not meet a quality level judged to be acceptable by the criterion are then encoded by a more conventional technique; as examples:
  • the metric can be the ssim
  • Figure 1 represents the principle of the algorithm. It has two inputs, a texture patch and an image with the desired dimensions, initialized by a noise to avoid periodicities. It outputs a synthesized image from the texture.
  • the neighborhood consists of the pixels surrounding the current pixel, it is included in a given square of dimension [dxd]. It is called "causal" when it contains only the pixels already synthesized in the current image. It is therefore here causal neighborhoods that are used since the non-causal part of the neighborhood in the current image comprises only noise pixels and is not interesting for the comparison.
  • Figure 2 shows such causal neighborhoods.
  • the output image is periodised so the pixels taken into account are on the other side of the image as shown for the first corner pixel (x) and its neighborhood located at the four corners of the image.
  • the main problem raised by the exhaustive approach remains the computation time necessary to synthesize images of reasonable size. This computing time is correlated to the size of the neighborhood, this multi-resolution approach will improve performance.
  • the main idea introduced in [1] is to use images of lower resolutions so that 5x5 or 3x3 neighborhoods extend on the texture like 15x15 neighborhoods in single resolution. For that, we start by creating pyramids, one for the patch and one for the synthesized image using a sub-sampler filter, as shown in Figure 3.
  • the algorithm then synthesizes the pyramid of the current image, from the lowest resolution to the highest resolution, as follows: • The lowest resolution image is synthesized in the same way as in the case of simple technical resolution.
  • the other images are synthesized in the same way, except that the neighborhoods do not only contain the pixels of the current resolution, but also pixels of the neighborhood of the pixel corresponding to the current at the lower resolution.
  • the last image is the output image synthesized from the patch and lower resolution images.
  • Figure 4 shows a multi-resolution neighborhood.
  • This neighborhood contains the pixels of the causal neighborhood of the current resolution of level n, represented in dark in the diagram on the left, plus the pixels contained in the non-causal neighborhood of the higher resolution of level n + 1, pixels represented in dark plus the parent in the center shown in more light, in the diagram on the right.
  • Figure 5 shows the order of the multi-resolution synthesis.
  • the upper image, level 2 corresponds to the synthesis of the first level, causal neighborhood.
  • the lower images, level 1 and level 0 correspond to the synthesis of the second level, causal neighborhood.
  • the object of the invention is to synthesize an image via texture patches for the purpose of image compression, it is of course necessary to estimate the quality of reproduction of the parts of synthesized images in comparison with the source image. (encoder side).
  • These synthesis-based reconstruction techniques tend to implicitly generate a reconstructed signal that moves away from the original signal in terms of classical sse (sum of squared differences) distortion, but on the other hand offer a visual rendering that can be quite acceptable; it is here that we come up against quality metrics.
  • SSIM Structural Similarity
  • the SSIM is applied by 8x8 block in the image, relative to each pixel of the image.
  • One of the aims of the invention is to overcome the aforementioned drawbacks. It relates to an image decoding method using a technique of image synthesis and image regions using a synthesis algorithm that operates on a set of patches, this operation being done by via a low resolution image, characterized in that it comprises the following steps:
  • the synthesis technique is of the pyramidal type.
  • the low resolution image is in a form of spatial scalability type so that the synthesis algorithm is punctually guided to pyramid levels other than the lower resolution level.
  • the synthesis algorithm operates on an RGB image signal, a YUV image signal or a luminance signal Y alone, the U and V signals being subjected to the same processing as the applied luminance processing.
  • the subject of the invention is also an image compression method using a technique for image synthesis and image regions using a synthesis algorithm that operates on a set of patches, this operation being carried out via a low resolution image, characterized in that it comprises the following steps:
  • the synthesis technique is of the pyramidal type.
  • the low resolution image is in a form of spatial scalability type so that the synthesis algorithm is punctually guided to pyramid levels other than the lower resolution level.
  • the synthesis algorithm operates on an RGB image signal, a YUV image signal or a luminance signal Y alone, the U and V signals being subjected to the same processing as the applied luminance processing.
  • the quality metric is the SSIM (Structural SIMilarity).
  • the invention makes it possible to improve the synthesis of images and image regions by using a synthesis algorithm that operates on a set of patches, this operation being done via a low resolution image.
  • the target application is video compression, a quality metric intervenes to classically code the areas of the poorly reconstructed image or leave the areas in question.
  • a first advantage of the invention is thus to allow an acceptable visual rendering (based on quality metrics) of reconstructed image regions via a synthesis algorithm, this synthesis being guided to the encoder and decoder by a transmitted image of low resolution, in order to in the end, to reduce the bit rate with a given visual quality, and vice versa.
  • this technique does not require a segmentation map as such to be transmitted to the decoder, the synthesis algorithm naturally operating the distribution of the information contained in the different patches via the guidance image. .
  • the rendering imperfections by the synthesis technique are corrected by conventional coding which areas of imperfection are detected by a quality metric, this metric may be ssim.
  • a second advantage of the invention is the scalability of the representation, which makes it possible to decode the signal at a chosen resolution.
  • Another advantage is the possibility of coding the low resolution image according to an existing coding technique, for example H.264, thus ensuring backward compatibility with these coding techniques.
  • the algorithm sub-samples the reference image as many times as there are stages in the Gaussian pyramid used in the multi-resolution algorithm. 2) This low resolution image is then copied as initialization of the synthesized image, replacing the proposed white initialization noise in the approach of LY Wei and M. Levoy. 3) Several patches corresponding to the different textured parts of the image are provided to the algorithm. 4) The low resolution image is then synthesized with a (non-causal) square neighborhood: the non-causal part of the neighborhood computed on the image being constructed then rests on the subsampled reference image. The exhaustive algorithm then tests all the neighborhoods of all the patches provided. The non-causal part of the current neighborhood will then guide the synthesis to the patch that has the characteristics closest to the current part of the subsampled image. 5) The algorithm keeps in memory which patch comes from each synthesized pixel.
  • the synthesized image of dimensions 768x512, represented in FIG. 9, is obtained by this algorithm with the following characteristics: • Voisinages of current resolution: 5 ⁇ 5 pixels
  • Associated metric In order to measure whether the texture synthesis is relevant to the regions of the image produced, a quality metric is used that can reveal the rendering of the structure.
  • Figure 11 shows the general block diagram of the coding method.
  • the applications concerned are those related to video compression. More specifically, very low and low speed applications (ex HD for mobile) as well as super resolution (HD and +).

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Discrete Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Image Processing (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)
EP09757605A 2008-06-05 2009-06-04 Bildkodierungsverfahren mit textursynthese Withdrawn EP2281396A1 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR0853721 2008-06-05
PCT/EP2009/056903 WO2009147224A1 (fr) 2008-06-05 2009-06-04 Procede de codage d ' image avec synthese de texture

Publications (1)

Publication Number Publication Date
EP2281396A1 true EP2281396A1 (de) 2011-02-09

Family

ID=41152012

Family Applications (1)

Application Number Title Priority Date Filing Date
EP09757605A Withdrawn EP2281396A1 (de) 2008-06-05 2009-06-04 Bildkodierungsverfahren mit textursynthese

Country Status (6)

Country Link
US (1) US20110081093A1 (de)
EP (1) EP2281396A1 (de)
JP (1) JP2011522496A (de)
KR (1) KR20110020242A (de)
CN (1) CN102047663A (de)
WO (1) WO2009147224A1 (de)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9300980B2 (en) * 2011-11-10 2016-03-29 Luca Rossato Upsampling and downsampling of motion maps and other auxiliary maps in a tiered signal quality hierarchy
US9076236B2 (en) 2013-09-12 2015-07-07 At&T Intellectual Property I, L.P. Guided image upsampling using bitmap tracing
US10198839B2 (en) 2016-09-22 2019-02-05 Apple Inc. Style transfer-based image content correction
US10147459B2 (en) * 2016-09-22 2018-12-04 Apple Inc. Artistic style transfer for videos
CN108062743B (zh) * 2017-08-25 2020-07-21 成都信息工程大学 一种含噪图像超分辨率方法
US10789694B1 (en) 2017-09-11 2020-09-29 Apple Inc. Real-time adjustment of temporal consistency constraints for video style
CN109982082B (zh) * 2019-05-05 2022-11-15 山东大学 一种基于局部纹理特性的hevc多失真准则率失真优化方法
US11367163B2 (en) 2019-05-31 2022-06-21 Apple Inc. Enhanced image processing techniques for deep neural networks
WO2021248349A1 (en) * 2020-06-10 2021-12-16 Plantronics, Inc. Combining high-quality foreground with enhanced low-quality background

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10310023A1 (de) * 2003-02-28 2004-09-16 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Verfahren und Anordnung zur Videocodierung, wobei die Videocodierung Texturanalyse und Textursynthese umfasst, sowie ein entsprechendes Computerprogramm und ein entsprechendes computerlesbares Speichermedium
FR2852773A1 (fr) * 2003-03-20 2004-09-24 France Telecom Procedes et dispositifs de codage et de decodage d'une sequence d'images par decomposition mouvement/texture et codage par ondelettes
US7436405B2 (en) * 2004-05-14 2008-10-14 Microsoft Corporation Terrain rendering using nested regular grids
US7567254B2 (en) * 2005-06-30 2009-07-28 Microsoft Corporation Parallel texture synthesis having controllable jitter
EP1926321A1 (de) * 2006-11-27 2008-05-28 Matsushita Electric Industrial Co., Ltd. Hybride Strukturdarstellung
US8126054B2 (en) * 2008-01-09 2012-02-28 Motorola Mobility, Inc. Method and apparatus for highly scalable intraframe video coding
US8155184B2 (en) * 2008-01-16 2012-04-10 Sony Corporation Video coding system using texture analysis and synthesis in a scalable coding framework
US8537172B2 (en) * 2008-08-25 2013-09-17 Technion Research & Development Foundation Limited Method and system for processing an image according to deterministic and stochastic fields

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2009147224A1 *

Also Published As

Publication number Publication date
WO2009147224A1 (fr) 2009-12-10
CN102047663A (zh) 2011-05-04
JP2011522496A (ja) 2011-07-28
KR20110020242A (ko) 2011-03-02
US20110081093A1 (en) 2011-04-07

Similar Documents

Publication Publication Date Title
WO2009147224A1 (fr) Procede de codage d ' image avec synthese de texture
CN112150400B (zh) 图像增强方法、装置和电子设备
FR2762699A1 (fr) Procede et appareil pour le codage et le decodage d'images mobiles, sur la base de regions
EP2347590B1 (de) Bildprädiktion mit vorwärtsbewegungskompensation
CN112801922B (zh) 一种彩色图-灰度图-彩色图转换方法
FR2787604A1 (fr) Procede d'insertion d'une marque secrete et d'authentification d'un signal numerique
EP3349446A1 (de) Verfahren und vorrichtung zur kontrollierten dynamischen kodierung eines multidimensionalen digitalen signals, insbesondere eines bildsignals, und entsprechendes dekodierverfahren und entsprechende dekodiervorrichtung
FR3073999A1 (fr) Compression intelligente de contenus video graines
FR2958489A1 (fr) Procede de codage et procede de reconstruction d'un bloc d'une sequence d'images
FR2927744A1 (fr) Procede et dispositif de filtrage d'un signal numerique.
FR2755564A1 (fr) Procede et dispositif de codage de donnees d'images
WO2000073997A1 (fr) Procede de codage/decodage d'images
EP4140136A1 (de) Verfahren und vorrichtungen zur codierung und decodierung einer mehransichtsvideosequenz
Han et al. HDR image compression with convolutional autoencoder
EP2737452B1 (de) Verfahren zur kodierung eines bildes nach einer grössenänderung mittels pixelentfernung und bildübertragungsverfahren zwischen einem sender und einem empfänger
EP3203737A1 (de) Verfahren und vorrichtung zum kodieren eines multidimensionalen digitalen signals, insbesondere eines bildsignals, und entsprechendes dekodierverfahren und entsprechende dekodiervorrichtung
EP0524871B1 (de) Verfahren zur adaptiven hybriden Kodierung von Signalen
FR2944937A1 (fr) Procede et dispositif de restauration d'une sequence video
FR2813001A1 (fr) Procede de conversion de format couleur d'une sequence d'images
Lai et al. Improvement of interpolated color filter array image using modified mean-removed classified vector quantization
FR2929431A1 (fr) Procede et dispositif de classification des echantillons representatifs d'un signal numerique d'image
EP1080448B1 (de) Verfahren zur vereinfachung eines bildes zum benutzen in einem bildsegmentations- und -codierungsverfahren
FR3120174A1 (fr) Prédiction pondérée d’image, codage et décodage d’image utilisant une telle prédiction pondérée
FR2899744A1 (fr) Procede et dispositif de codage et de decodage d'une image, notamment d'une sequence d'images video, signal correspondant et produit programme d'ordinateur
FR3120173A1 (fr) Détermination d’au moins un mode de codage d’image ou d’au moins un mode de décodage d’image, codage et décodage d’image utilisant une telle détermination

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20101118

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA RS

DAX Request for extension of the european patent (deleted)
17Q First examination report despatched

Effective date: 20111026

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20120103