Computer-implemented method for training a generative artificial intelligence, computer-implemented method for generating a masked image data matrix, and computer-implemented method for converting an input image data set into a compressible masked image data matrix

A generative AI system with systematic masking and training optimizes image data matrices for reduced storage and efficient transmission, maintaining information integrity for various applications.

WO2026037893A1PCT designated stage Publication Date: 2026-02-19PEIKER HLDG GMBH
View PDF 0 Cites 0 Cited by

Patent Information

Application Number
PCT/EP2025/073306
Authority / Receiving Office
WO · WO
Patent Type
Applications
Current Assignee / Owner
Priority Date
2024-08-15
Filing Date
2025-08-14
Publication Date
2026-02-19

AI Technical Summary

Technical Problem

Existing methods for generating image data matrices using artificial intelligence result in high storage requirements and inefficiencies, particularly when converting between input and output data sets, without adequately preserving desired information content.

Method used

A computer-implemented method involving a generative artificial intelligence system with an encoder, masking, and decoder units to create a masked image data matrix that reduces storage needs while maintaining information equivalence, using systematic masking and training to arrange relevant elements in non-masked areas.

Benefits of technology

The method enables efficient compression and transmission of image data with reduced file sizes, preserving essential information content for applications like object recognition and moving image sequences.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure EP2025073306_19022026_PF_FP_ABST
    Figure EP2025073306_19022026_PF_FP_ABST
Patent Text Reader

Abstract

The invention relates to a computer-implemented method for training a generative artificial intelligence, to a computer-implemented method for generating a masked image data matrix, and to a computer-implemented method (201) for converting an input image data set (C) into a compressible masked image data matrix (209; 209').
Need to check novelty before this filing date? Find Prior Art

Description

[0001] International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 1 -

[0002] "Computer-implemented method for training a generative artificial intelligence, computer-implemented method for generating a masked image data matrix, and computer-implemented method for converting an input image data set into a compressible masked image data matrix"

[0003] The invention relates to a computer-implemented method for training a generative artificial intelligence, a computer-implemented method for generating a masked image data matrix, and a computer-implemented method for converting an input image data set into a compressible masked image data matrix according to the preamble of claim 1 or 3 or 6.

[0004] It is known from the prior art to generate an image data matrix from an input image data set using an encoder unit of an artificial intelligence and to convert this image data matrix into an output image data set, which corresponds to the input image data set, using a decoder unit of the artificial intelligence.

[0005] The invention is based on the objective of developing a computer-implemented method for training a generative artificial intelligence, or by means of which a generative artificial intelligence can be trained to generate a masked image data matrix for an image described by an input image data set, the storage requirement of which is reduced compared to an unmasked image data matrix, but which allows it to be converted back into an output image data set by means of a decoder unit of an artificial intelligence, which is equivalent to the input image data set with regard to a desired or specified information content.

[0006] The invention also aims to develop a computer-implemented method for generating a masked image data matrix, by means of which a masked image data matrix can be generated for an image described by an input image data set, the storage requirements of which are reduced compared to an unmasked image data matrix, but which allows it to be converted back into an output image data set by means of a decoder unit of an artificial intelligence, which is equivalent to the input image data set with regard to a desired or predetermined information content. International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 2 -

[0007] The invention further aims to develop a computer-implemented method for converting an input image data set into a compressible masked image data matrix, by means of which transmission with a small file size without significant loss of information is possible.

[0008] This problem is solved by means of the characterizing features of claim 1, 4, or 8, starting from the features of the preamble of claim 1, 4, or 8, respectively. Advantageous and expedient embodiments are specified in the respective dependent claims.

[0009] A data matrix can be configured as a single-column matrix, a single-row matrix or vector, or as a matrix consisting of multiple rows and multiple columns, or even as a matrix of at least three dimensions. For the purposes of this invention, the term "matrix" can alternatively also refer to the term "tensor."

[0010] In the computer-implemented method according to the invention for training a generative artificial intelligence, it is provided that the generative artificial intelligence (Cl-1) is implemented in a data processing device, wherein the data processing device comprises an encoder unit, a buffer, a masking unit, a decoder unit and a comparison unit, wherein the following steps are provided:

[0011] Input of an initial image data set into the encoder unit to generate an initial image data matrix;

[0012] Output of the first image data matrix generated for the first input image data set;

[0013] Generation of a first masked image data matrix from the first image data matrix using the masking unit such that a part of the first image data matrix is ​​masked according to a systematic pattern;

[0014] Input of the masked image data matrix into the decoder unit to generate a first output image data set;

[0015] Comparison of the first input image data set and the first output image data set using the comparison unit in such a way as to determine whether the two image data sets meet the matching criteria;

[0016] Repeating the aforementioned steps with a second to nth input image data set such that the generative artificial intelligence learns, by means of pattern recognition, to generate output image data sets which are optimized in such a way that the elements relevant for fulfilling the conformity criteria are arranged in areas not intended for systematic masking, in particular columns.

[0017] Through such a training method, generative artificial intelligence can be trained to generate masked image data matrices from source image datasets. Despite varying complexity, these masked matrices largely retain the information content of the original image datasets. In particular, depending on the image complexity, a desired or predetermined information content can be preserved, tailored to a specific technical application, e.g.

[0018] Object recognition or use for moving image sequences is considered sufficient.

[0019] Complexity can be reflected in a complexity factor, which is determined, for example, by comparative artificial intelligence. This complexity factor can contain information on how many elements should or can be masked to account for the complexity of the image dataset, particularly when generating an initial image dataset.

[0020] In the aforementioned training, the masking unit (5) follows a weighting rule for masking data elements of the first image data matrix (8). An element is hidden or masked with a probability, in particular a probability between 0% and 100%, and the system masks the data elements at the beginning of the row and / or column of the first image data matrix with the lowest possible probability, preferably 0%, and the data elements at the end of the row and / or column of the first image data matrix with the highest possible probability, preferably 100%.

[0021] In one possible embodiment of the system, it is provided that every element to the right of a masked element is also masked, so that only one masking boundary is defined, beyond which all subsequent elements are subject to masking.

[0022] In this way, unlike conventional compression through masking, a systematic sorting of the elements is achieved. International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 4 -

[0023] During training, it is specifically stipulated that the first elements of the image data matrix are masked with 0% and the last elements with 100%. The masking probability between these elements can follow any curve or pattern. The masked image data matrix is ​​then decoded, and comparing the image data sets results in a loss of loss (LOSS) due to the differences. This LOSS is to be minimized through training the artificial intelligence and the associated systematic sorting of the elements in the image data matrix.

[0024] In the computer-implemented method according to the invention for generating a masked image data matrix using a generative artificial intelligence, in which the generative artificial intelligence is implemented in a data processing unit and in which the data processing unit comprises an encoder unit and a masking unit, the following steps are provided:

[0025] Encoding an input image data set into an image data matrix using the endoder unit such that the image data matrix is ​​structured in such a way that its elements relevant for fulfilling matching criteria are arranged in areas (columns) which are not intended for systematic masking.

[0026] Generating a masked image data matrix using the masking unit by systematically masking elements of the image data matrix, outputting a masked image data matrix for compression and subsequent transmission.

[0027] This makes it possible to transfer image data sets with reduced file sizes, and therefore faster and more cost-effectively.

[0028] The complexity factor of the input image dataset mentioned above also comes into play, controlling the masking unit in such a way that the number of masked elements depends on the complexity factor. This complexity factor can contain information about how many elements should or can be masked to accommodate the complexity of the image dataset, particularly when generating an output image dataset.

[0029] In the computer-implemented method according to the invention for converting an input image data set into a compressible masked image data matrix using artificial intelligence, in which the artificial intelligence is a generative artificial intelligence. International Patent Application Applicant: peiker Holding GmbH Status: 14.08.2025 Our Reference: P 1822-PC / AO - 5 -

[0030] The following steps are provided for a system comprising one artificial intelligence and another, evaluative artificial intelligence, in which both artificial intelligences are implemented in a data processing unit, in which the data processing unit comprises an encoder unit and a masking unit for the generative artificial intelligence and in which the data processing unit comprises a comparison unit and a suggestion unit for the other artificial intelligence:

[0031] Encoding an input image data set into an image data matrix using the endoder unit such that the image data matrix is ​​structured in such a way that its elements relevant for fulfilling matching criteria are arranged in areas (columns) which are not intended for systematic masking.

[0032] Compressing the image data matrix using the masking unit by systematic masking into a masked image data matrix,

[0033] Decoding a masked image data matrix into the output image data set, transferring the input image data set and the output image data set to the comparison unit of the further artificial intelligence, wherein the comparison unit checks the two image data sets for sufficient similarity and wherein either, if no sufficient similarity is found, a modified masking is requested from the generative artificial intelligence by means of the suggestion unit or an alternatively masked image data matrix from the further artificial intelligence is forwarded for compression and transmission, or, if sufficient similarity is found, the generated masked image data matrix is ​​forwarded for compression and transmission.

[0034] This makes it possible to transfer image data sets with reduced file sizes, and therefore faster and more cost-effectively.

[0035] In principle, according to the invention, it is provided that an image data matrix or image data vector, for example in the form of a single-column matrix or a single-row matrix or a multi-column and multi-row matrix, is generated from an input image data set using artificial intelligence and compressed using artificial intelligence, without the essential International Patent Application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 6 -

[0036] Information may be lost. In particular, depending on the image complexity, a desired or predetermined information content may be retained, which is considered sufficient for a technical application, e.g., object recognition or use for moving image sequences.

[0037] Here, the number of elements contained in a corresponding matrix is ​​adjusted to the complexity of the image described by the input image data set.

[0038] When training a generative artificial intelligence, matrices with 32 columns and 5 rows or with 64 columns and 5 rows were used.

[0039] In order to train the artificial intelligence to recognize the essential information and later arrange it in a "front" area of ​​a corresponding matrix, the last 5 columns or the last 10 columns were statistically exchanged or masked, starting from a rear end of the matrix.

[0040] During the training process, the AI ​​must then convert the masked image data set back into an output image data set using a decoder unit and compare it with the input image data set, attempting to improve the result with regard to minimizing the loss of essential information.

[0041] The core of the training is to introduce disturbances, e.g., through masking, into the initial image data matrix in a defined area in order to motivate the artificial intelligence to "rank" the elements of the matrix in such a way that the elements relevant for the essential information are arranged in areas that are not affected by the occurrence of disturbances.

[0042] After sufficient training, an image data matrix generated by the AI's encoder unit can be considered "relevantly sorted." After masking the image data matrix, it can be checked whether the reconstruction of an original image data set from the masked image data matrix is ​​still considered sufficient compared to the original image data set.

[0043] The size of the matrix therefore depends on the complexity of the input image data set. For input image data sets describing simple images, an extensively masked image data matrix is ​​sufficient (International Patent Application Applicant: peiker Holding GmbH Status: 14.08.2025 Our Reference: P 1822-PC / AO - 7). For input image data sets describing complex images, a more memory-intensive matrix is ​​therefore required.

[0044] This allows, in the process of converting an input image dataset into an output image dataset, the number of columns to be compressed by a second, evaluating artificial intelligence to be selected based on the image's complexity, starting with the first column. In this process, the masked columns are either deleted before compression or not included in the compression process.

[0045] Generative artificial intelligence, which constitutes the first artificial intelligence, essentially comprises an encoder unit and a decoder unit. The encoder unit generates image data matrices, which are sorted and masked, and passes these to the decoder unit for conversion back into an output image data set.

[0046] A comparison of the input image data set with the output image data set generated by the first artificial intelligence is not performed via image subtraction and averages, but rather the aforementioned second artificial intelligence is used.

[0047] The second artificial intelligence compares the respective input image dataset with the respective output image dataset, particularly with regard to the criteria "Visual Loss" and / or "Preceptual Loss." This second artificial intelligence is specifically pre-trained. Its reactions to the respective input image dataset and the output image dataset, which the first artificial intelligence generated from the masked image data matrix, are observed. Based on the behavior of the second artificial intelligence, it is then determined, for example, whether the two image datasets are sufficiently similar with respect to "L-PIPS Loss."

[0048] The second artificial intelligence can decide how closely the input image dataset and the output image dataset should be related. The second artificial intelligence can request modified masking from the first artificial intelligence. The second artificial intelligence can also independently decide to what extent elements should be removed from the image data matrix created by the first artificial intelligence before compression. International patent application. Applicant: peiker Holding GmbH. Date: August 14, 2025. Our reference: P 1822-PC / AO - 8 -

[0049] In accordance with the invention, the trained artificial intelligence generates the resulting image data matrix in such a way that the relevance of the information decreases from front to back along the columns and / or rows. This allows for the deletion of elements at the back of the image without further checks to achieve compression. With a predefined compression rate, a fixed cut can be used when masking and / or deleting elements of the image data matrix. With a flexible compression rate, the amount of masked and / or deleted data can be determined via a complexity factor to ensure the best possible generation of an output image data set.

[0050] The masking and / or deletion of elements and / or data areas can, in accordance with the invention, also be used to achieve a reduction in data volume, e.g., in the case of compression, to correspond to an actual deletion of the corresponding elements, so that the respective storage areas are no longer present.

[0051] The reading method of a data matrix, in particular a data vector, is to be understood, as is mathematically customary, from left to right or from top to bottom, in accordance with the invention. This is based on ascending row or column numbers.

[0052] For the purposes of the invention, the term "data element" or "element" also includes the internationally common term "token".

[0053] Further details of the invention are described in the drawing with reference to schematically illustrated embodiments.

[0054] This shows:

[0055] Figure 1: a schematic representation of the state of the art described in the introductory section;

[0056] Figure 2: a schematic representation of a computer-implemented method according to the invention for training a generative artificial intelligence;

[0057] Figure 3: A feedback loop for the training schematically depicted in Figure 2; International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 9 -

[0058] Figure 4: a schematic representation of a computer-implemented method according to the invention for generating a masked image data matrix and

[0059] Figure 5: a schematic representation of a computer-implemented method according to the invention for converting an input image data set into a compressible masked image data matrix.

[0060] As shown in Figure 1, it is known from the prior art to generate an image data matrix 904 from an input image data set F using a data processing unit 901, on which an encoder unit 902 of an artificial intelligence 903 operates. The generated image data matrix 904 is then converted into an output image data set G, corresponding to the input image data set F, by means of a decoder unit 905 of the artificial intelligence 903. To clearly separate the encoding and decoding steps, the image data matrix 904 and the data processing unit 901 are shown twice in the schematic flow diagram of Figure 1.

[0061] Figure 2 shows a schematic representation of a computer-implemented method 1 according to the invention for training a generative artificial intelligence AI-1 in schematic form.

[0062] The generative artificial intelligence AI-1 is implemented in a data processing unit 2. The data processing unit 2 comprises an encoder unit 3, a buffer 4, a masking unit 5, a decoder unit 6, and a comparison unit 7.

[0063] The process includes the following steps:

[0064] Input of a first input image data set A into the encoder unit 3 to generate a first image data matrix 8, which is also referred to as a "feature matrix". Naturally, the first image data matrix 8 can also be in the form of a tensor. Furthermore, it is also possible for the encoder to convert multiple input image data sets simultaneously. International patent application. Applicant: peiker Holding GmbH. Date: August 14, 2025. Our reference: P 1822-PC / AO - 10 -

[0065] Output of the first "image data matrix" 8 generated for the first input image data set A, which can be stored in the intermediate memory 4 of the data processing device 2.

[0066] Generation of a first masked image data matrix 9 from the first image data matrix 8 using the masking unit 5 such that a part of columns SP8-3, SP8-4 of the first image data matrix 8 is masked according to a system, so that the masked image data matrix 9 with masks M9-3 and M9-4 is obtained.

[0067] Input of the masked image data matrix 9 into the decoder unit 6 to generate a first output image data set a.

[0068] The comparison unit 7 compares the first input image data set A and the first output image data set a to determine whether the two image data sets A and a meet the matching criteria. Reference is also made to Figure 3, in which a cuboid 10 depicted next to the artificial intelligence AI-1 symbolizes part of the learning process. This symbolizes that the masking performed by the masking unit 5 is either deemed "ok" by the comparison unit, meaning that only information classified as irrelevant has been lost through masking, or deemed "not ok" by the comparison unit, meaning that information classified as relevant has also been lost through masking.

[0069] If the comparison unit 7 assigns a "not ok" result, the learning process can be considered incomplete. Therefore, the encoder must be further trained regarding the column sorting, and the masking unit 5 regarding the number of masked columns. Accordingly, Figure 3 also shows that the result is forwarded to encoder 3 and masking unit 5, as further encoding optimization is required depending on the result.

[0070] For comparing the two image datasets A and a, a variety of loss functions can be used in the comparison unit to evaluate the encoding quality. This evaluation is then fed back into the training process. International patent application. Applicant: peiker Holding GmbH. Date: August 14, 2025. Our reference: P 1822-PC / AO - 11 -

[0071] In the illustrated embodiment, the comparison unit 7 is implemented in the first artificial intelligence AI-1. According to an embodiment not shown, a comparison unit from another artificial intelligence can also be used. In particular, the comparison unit 7 can be pre-trained.

[0072] The process described above with the aforementioned steps is repeated for learning purposes with a second to nth input image data set in such a way that the generative artificial intelligence AI-1 learns by means of pattern recognition to generate output image data sets which are optimized by being structured in such a way that their elements relevant for fulfilling the matching criteria are arranged in areas (columns) not intended for systematic masking.

[0073] Figure 4 shows a computer-implemented method 101 according to the invention for generating a masked image data matrix 109. This method is carried out using the generative artificial intelligence AI-1 already described for Figures 2 and 3, whose learning process is now at least sufficiently complete.

[0074] The generative artificial intelligence AI-1 is implemented in the data processing unit 2, as mentioned. The data processing unit 2 comprises the encoder unit 3 and the masking unit 5. Procedure 101 comprises the following steps:

[0075] Encoding an input image data set B into an image data matrix 108 using the endoder unit 3 such that the image data matrix 108 is structured in such a way that its elements relevant for fulfilling matching criteria are arranged in front, left columns SP108-1, SP108-2, which are not intended for systematic masking.

[0076] Generating a masked image data matrix 109 using the masking unit 5 by systematically masking elements of the image data matrix 108.

[0077] Output of a masked image data matrix 109 for compression and subsequent transmission. International patent application. Applicant: peiker Holding GmbH. Date: August 14, 2025. Our reference: P 1822-PC / AO - 12 -

[0078] Above the image data matrix 8, its structure is symbolically represented by a curve 151. Here, the curve 151 lies in a coordinate system 152, whose x-axis 153 symbolizes the columns 1 to n of the image data matrix 8, increasing to the right, and whose y-axis 154 symbolizes the relevance of the columns, ascending upwards with values ​​from, for example, 0 to 100. Accordingly, the relevance of columns SP8-1 to SP8-4 of the image data matrix 108 decreases to the right, so that a right-to-left masking of the columns has a lesser impact on the overall relevance of the image data matrix 108 with regard to a match with input image data set B than a right-to-left masking would have.

[0079] Figure 5 shows a schematic representation of a computer-implemented method 201 according to the invention for converting an input image data set C into a compressible masked image data matrix 209, 209' using artificial intelligence.

[0080] The artificial intelligence comprises a generative artificial intelligence AI-1 and another, evaluative artificial intelligence AI-2. Both AI-1 and AI-2 are implemented in the data processing unit 2, which is described in Figures 2 to 4. The data processing unit 2 includes the generative artificial intelligence AI-1 already mentioned in Figures 2 to 4, the familiar encoder unit 3, and the familiar masking unit 5.

[0081] The data processing unit 2 additionally includes the further, evaluative artificial intelligence AI-2, a comparison unit 210 and a suggestion unit 211 .

[0082] Method 201 has the following sequence, which, with its first two steps, corresponds in principle to method 101 described in Figure 4:

[0083] Encoding an input image data set C into an image data matrix 208 using the endoder unit 3 such that the image data matrix 208 is structured in such a way that its elements relevant for fulfilling matching criteria are arranged in columns SP208-1 to SP208-2, which are not intended for systematic masking. International patent application. Applicant: peiker Holding GmbH. Date: August 14, 2025. Our reference: P 1822-PC / AO - 13 -

[0084] Compressing the image data matrix 208 using the masking unit 5 by systematic masking into the masked image data matrix 209.

[0085] Decoding a masked image data matrix 209 using the decoder unit 6 into an output image data set c.

[0086] Transfer of the input image data set C and the output image data set c to the comparison unit 210 of the further artificial intelligence AI-2. In particular, depending on the image complexity, the comparison unit can provide a desired or predetermined information content for preservation, which is considered sufficient for a technical application purpose, e.g. object recognition or use for moving image sequences.

[0087] Here, the comparison unit 210 checks the two image data sets C, c for sufficient similarity and, if no sufficient similarity is found, either a modified masking is requested from the generative artificial intelligence AI-1 by means of the suggestion unit 211 or the alternatively masked image data matrix 209' by the further artificial intelligence AI-2 is forwarded for compression and transmission, e.g. to a cloud 212, or, if sufficient similarity is found, the generated masked image data matrix 209 is forwarded for compression and transmission, e.g. to a cloud 212.

[0088] During compression, the masked areas are deleted. During subsequent decompression for decoding, the originally masked areas are refilled to obtain a matrix of the original size in terms of column and row count.

[0089] As shown in Figure 5, the compressed masked image data matrix 209' can be loaded from the cloud 212 into a decoder unit 806 of another artificial intelligence, Kl-X, in order to be converted by it into an output image data set c'. The decoder unit 806 uses so-called filler words or filler tokens to refill the masked areas of the generated image data matrix, ensuring a uniform size for the matrices to be processed and thus enabling the parallel processing of multiple matrices. International patent application. Applicant: peiker Holding GmbH. Date: August 14, 2025. Our reference: P 1822-PC / AO

[0090] - 14 -

[0091] Reference symbol list

[0092] 1 Procedure

[0093] 2 Data processing equipment

[0094] 3 Encoder Unit

[0095] 4 intermediate storage

[0096] 5 masking unit

[0097] 6 decoder units

[0098] 7 comparison units.

[0099] 8 Image Data Matrix

[0100] 9 masked image data matrix

[0101] 10 cuboids

[0102] A Input image data set a Output image data set

[0103] SP8-3, SP8-4 Column of 8

[0104] M9-3, M9-4 Mask of 9

[0105] 101 procedures

[0106] 108 Image Data Matrix

[0107] 109 masked image data matrix

[0108] B Input image data set

[0109] SP108-1 Column

[0110] SP108-2 Column

[0111] SP108-3 Column

[0112] SP108-4 Column

[0113] 151 Curve

[0114] 152 Coordinate system

[0115] 153 x-axis

[0116] 154 y-axis

[0117] 201 procedures

[0118] C Input image data set C Output image data set

[0119] AI-1 generative artificial intelligence

[0120] AI-2 further, evaluative artificial intelligence International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 15 -

[0121] 208 Image Data Matrix

[0122] 209 masked image data matrix

[0123] 209' alternatively masked image data matrix

[0124] 210 comparison unit

[0125] 211 Proposal Unit

[0126] 212 Cloud

[0127] Kl-X other artificial intelligence

[0128] 806 Decoder Unit from Kl-X

[0129] F Input image data set

[0130] G Source image data set

[0131] 901 Data processing unit

[0132] 902 Encoder Unit

[0133] 903 artificial intelligence

[0134] 904 Image Data Matrix

[0135] 905 Decoder Unit

Claims

International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 16 - Claims 1. Computer-implemented method (1) for training a generative artificial intelligence (AI-1), wherein the generative artificial intelligence (AI-1) is implemented in a data processing unit (2), the data processing unit (2) comprising an encoder unit (3), a buffer (4), a masking unit (5), a decoder unit (6) and a comparison unit (7), wherein the method comprises the following steps: Input of a first input image data set (A) into the encoder unit (3) to generate a first image data matrix (8); Output of the first image data matrix (8) generated for the first input image data set (A); Generation of a first masked image data matrix (9) from the first image data matrix (8) using the masking unit (5) such that a part of the first image data matrix (8) is masked according to a system; Input of the masked image data matrix (9) into the decoder unit (6) to generate a first output image data set (a); Comparison of the first input image data set (A) and the first output image data set (a) using the comparison unit (7) such that it is determined whether the two image data sets (A, a) meet the matching criteria; Repeating the aforementioned steps with a second to nth input image data set such that the generative artificial intelligence (AI-1) learns by means of pattern recognition to generate output image data sets (a) which are optimized by being structured in such a way that their elements relevant for fulfilling the matching criteria are arranged in areas not intended for systematic masking.

2. Computer-implemented method according to claim 1, characterized in that the output of the image data matrix (8) is to an intermediate storage (4) of the data processing device (2).

3. Computer-implemented method according to claim 1 or 2, characterized in that the system of the masking unit (5) for masking data elements of the first image data matrix (8) with a probability, in particular a probability International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 17 - between 0% and 100% and the system masks the data elements at the beginning of the row and / or column of the first image data matrix with the lowest possible probability, preferably with 0%, and masks the data elements at the end of the row and / or column of the first image data matrix with the highest possible probability, preferably with 100%.

4. Computer-implemented method (101) for generating a masked image data matrix (108) using a generative artificial intelligence (Kl-1), wherein the generative artificial intelligence (AI-1) is implemented in a data processing unit (2), the data processing unit (2) comprising an encoder unit (3) and a masking unit (5), comprising the steps: Encoding an input image data set (B) into an image data matrix (108) using the endoder unit (3) such that the image data matrix (108) is structured in such a way that its elements relevant for fulfilling matching criteria are arranged in areas (columns) which are not intended for systematic masking, Creating a masked image data matrix (109) using the masking unit (5) by systematically masking elements of the image data matrix (108), - Output of a masked image data matrix (109) for compression and subsequent transmission.

5. Computer-implemented method according to claim 4, characterized in that the masked elements (M9-3, M9-4) of the masked image data matrix (109) are deleted such that the image data matrix (109) is output free of masked elements.

6. Computer-implemented method according to at least one of claims 4 or 5, characterized in that the generative artificial intelligence (AI-1) was trained by a method according to claim 1.

7. Computer-implemented method according to at least one of claims 4, 5 or 6, characterized in that a complexity factor of the input image data set (B) controls the masking unit such that the number of masked elements depends on the complexity factor. International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 18 - 8. Computer-implemented method (201) for converting an input image data set (C) into a compressible masked image data matrix (209; 209') using artificial intelligence, wherein the artificial intelligence comprises a generative artificial intelligence (AI-1) and a further evaluative artificial intelligence (AI-2), wherein both artificial intelligences (AI-1, AI-2) are implemented in a data processing unit (2), wherein the data processing unit (2) comprises, for the generative artificial intelligence (AI-1), an encoder unit (3) and a masking unit (5), and, for the further artificial intelligence (AI-2), a comparison unit (210) and a suggestion unit (211), comprising the steps: Encoding an input image data set (C) into an image data matrix (208) using the endoder unit (3) such that the image data matrix (208) is structured in such a way that its elements relevant for fulfilling matching criteria are arranged in areas (columns) which are not intended for systematic masking, Compressing the image data matrix (208) using the masking unit (5) by systematic masking into a masked image data matrix (209), decoding a masked image data matrix (209) into the original image data set (c), Transfer of the input image data set (C) and the output image data set (c) to the comparison unit (210) of the further artificial intelligence (AI-2), wherein the comparison unit (210) checks the two image data sets (C; c) for sufficient similarity and wherein either, if no sufficient similarity is found, a modified masking is requested from the generative artificial intelligence (AI-1) by means of the suggestion unit (211), or an alternatively masked image data matrix (209') from the further artificial intelligence (AI-2) is forwarded for compression and transmission, or, if a sufficient similarity is found, the generated masked image data matrix (209) is forwarded for compression and transmission. International patent application Applicant: peiker Holding GmbH Status: 14.08.2025 Our reference: P 1822-PC / AO - 19 - 9. Computer-implemented method according to claim 8, characterized in that the comparison unit (210) performs a comparison based on an LPIPS - Learned Perceptual Image Patch Similarity - algorithm, which compares the perceptible similarity of individual images on the basis of a higher-order image structure, and / or on the basis of a Visual Loss algorithm and / or on the basis of a Perceptual Loss algorithm.

10. Computer-implemented method according to claim 8 or claims 8 and 9, characterized in that the generative artificial intelligence (Cl -1 ) was trained by a method according to claim 1 or according to claims 1 and 2 or 1 to 3.

11. Computer-implemented method according to at least one of the preceding claims 8 to 10, characterized in that the transmitted masked image data matrix (209; 209') is converted into an output image data set (c') by means of a decoder unit (806) of another artificial intelligence (Kl-X), wherein it is particularly provided that the decoder unit (806) refills the masked areas to ensure a uniform size of the matrices to be processed.