CN112506879A - Data processing method and related equipment - Google Patents

Data processing method and related equipment Download PDF

Info

Publication number
CN112506879A
CN112506879A CN202011514591.6A CN202011514591A CN112506879A CN 112506879 A CN112506879 A CN 112506879A CN 202011514591 A CN202011514591 A CN 202011514591A CN 112506879 A CN112506879 A CN 112506879A
Authority
CN
China
Prior art keywords
data
processed
preset
type
data set
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.)
Pending
Application number
CN202011514591.6A
Other languages
Chinese (zh)
Inventor
哈米德
白智德
白志得
殷燕
黄坤
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.)
Shenzhen Zhihuilin Network Technology Co ltd
Original Assignee
Shenzhen Zhihuilin Network Technology Co ltd
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 Shenzhen Zhihuilin Network Technology Co ltd filed Critical Shenzhen Zhihuilin Network Technology Co ltd
Priority to CN202011514591.6A priority Critical patent/CN112506879A/en
Publication of CN112506879A publication Critical patent/CN112506879A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1744Redundancy elimination performed by the file system using compression, e.g. sparse files

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention discloses a data processing method, a data processing device, equipment and a computer storage medium, wherein the data processing method comprises the following steps: acquiring data to be processed; acquiring a preset data set with the same data type as the data to be processed; determining a compression algorithm according to the preset data set; and compressing the data to be processed according to the compression algorithm to obtain target data. According to the embodiment of the application, the preset data set with the same data type as that of the data to be processed is obtained, the compression algorithm is further determined according to the preset data set, and then the data to be processed is compressed to obtain the target data. By adopting the method, the corresponding compression algorithm is obtained by the preset data set based on the data type of the data to be processed, so that the efficiency of data processing and data compression is improved.

Description

Data processing method and related equipment
Technical Field
The present invention relates to the field of compression technologies, and in particular, to a data processing method, a data processing apparatus, a device, and a computer storage medium.
Background
Compression techniques in the prior art make use of algorithms provided by classical information theory. For example, lossless compression is the result of using data redundancies found and removed in files. Classical compression algorithms, even new algorithms such as those using artificial intelligence and machine language, are concerned with redundancy. The higher the redundancy, the better the compression ratio.
For example, the Huffman and Run-Length algorithms tend to look for pure redundancy, meaning that they tend to find a piece of data (i.e., one character of text) and find as many identical copies as possible in a larger block of data. These algorithms work well to some extent, but they have developed into the bottleneck of compression, all of them are executed based on existing redundancies, relying only on existing redundancies and execution of small data blocks limits the performance of conventional compression algorithms, and the prior art does not provide an optimal way to further improve the efficiency of data processing in combination with historical experience.
Disclosure of Invention
Embodiments of the present invention provide a data processing method, a data processing apparatus, a device, and a computer storage medium, which can help improve the efficiency of data processing and data compression.
In a first aspect, an embodiment of the present invention provides a data processing method, including:
acquiring data to be processed;
acquiring a preset data set with the same data type as the data to be processed;
determining a compression algorithm according to the preset data set;
and compressing the data to be processed according to the compression algorithm to obtain target data.
According to the embodiment of the application, the preset data set with the same data type as that of the data to be processed is obtained, the compression algorithm is further determined according to the preset data set, and then the data to be processed is compressed to obtain the target data. By adopting the method, the corresponding compression algorithm is obtained by the preset data set based on the data type of the data to be processed, so that the efficiency of data processing and data compression is improved.
The acquiring a preset data set with the same data type as the data to be processed comprises:
processing the data to be processed according to a preset algorithm to obtain first data;
acquiring the data type of the first data;
and acquiring a preset data set with the same data type as the first data from a preset database, and determining the preset data set with the same data type as the first data as the preset data set with the same data type as the data to be processed.
The processing the data to be processed according to a preset algorithm to obtain first data includes:
determining whether the data type of the data to be processed is a first data type;
if so, segmenting the data to be processed according to different lengths to obtain a plurality of data sets, wherein the length of the data in each data set is different from the length of the data in other data sets;
obtaining a redundancy of each of the plurality of data sets;
determining the data set with the redundancy exceeding a first threshold value as a first data set, wherein the data in the first data set is the first data.
Wherein, when the first data set comprises at least two data sets, the obtaining the data type of the first data comprises:
respectively acquiring the lengths of the data of the at least two data sets;
acquiring weights corresponding to the lengths of the data of the at least two data sets respectively;
and obtaining the length of the data of the first data set according to the length of the data of the at least two data sets and the weight, wherein the length of the data of the first data set is the data type of the first data.
And the compression ratio corresponding to the preset data sets with the same data types of the data to be processed is higher than a second threshold value.
In a second aspect, an embodiment of the present invention provides a data processing apparatus, including:
the first acquisition module is used for acquiring data to be processed;
the second acquisition module is used for acquiring a preset data set with the same data type as the data to be processed;
the determining module is used for determining a compression algorithm according to the preset data set;
and the processing module is used for compressing the data to be processed according to the compression algorithm to obtain target data.
The second obtaining module is specifically configured to:
processing the data to be processed according to a preset algorithm to obtain first data;
acquiring the data type of the first data;
and acquiring a preset data set with the same data type as the first data from a preset database, and determining the preset data set with the same data type as the first data as the preset data set with the same data type as the data to be processed.
Wherein the second obtaining module is further configured to:
determining whether the data type of the data to be processed is a first data type;
if so, segmenting the data to be processed according to different lengths to obtain a plurality of data sets, wherein the length of the data in each data set is different from the length of the data in other data sets;
obtaining a redundancy of each of the plurality of data sets;
determining the data set with the redundancy exceeding a first threshold value as a first data set, wherein the data in the first data set is the first data.
In a third aspect, an embodiment of the present invention provides a data processing apparatus, including: a processor and a memory;
the processor is connected with the memory, wherein the memory is used for storing program codes, and the processor is used for calling the program codes to execute the data processing method.
In a fourth aspect, an embodiment of the present invention provides a computer storage medium storing a computer program, the computer program comprising program instructions that, when executed by a processor, perform the data processing method.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flow chart of a data processing method according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating a further data processing method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a data processing device according to an embodiment of the present invention.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention.
It should be understood that the terms "first," "second," and the like in the description and claims of this application and in the drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Reference in the specification to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the invention. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by the person skilled in the art that the described embodiments of the invention can be combined with other embodiments.
Referring to fig. 1, fig. 1 is a schematic flow chart of a data processing method according to an embodiment of the present invention. As shown in fig. 1, the method includes steps 101-104 as follows:
101. acquiring data to be processed;
the data to be processed may be any form of data, such as binary data, hexadecimal data, and the like, and this scheme is not particularly limited.
Preferably, the data to be processed may be data for compression processing. Such as video data, image data, etc.
102. Acquiring a preset data set with the same data type as the data to be processed;
the data type may refer to a binary classification of data, such as binary, decimal, hexadecimal, etc.; it may also be a length classification of the data; or a classification of use of the data; or size classification of data, etc. The present solution is not particularly limited to this.
The preset data set may be obtained from a preset database, and the preset database may be obtained through machine learning training. The recommendation of the corresponding data set can be further performed based on the data type through machine learning training.
Wherein the database comprises a plurality of data sets; the preset data set may be one data set or a plurality of data sets. The present solution is not particularly limited to this.
103. Determining a compression algorithm according to the preset data set;
each data set can correspond to different compression algorithms, and the compression algorithm is the compression algorithm with the highest compression ratio when the data set is compressed.
When the preset data set is a plurality of data sets, the data set corresponding to the compression algorithm with the highest compression ratio may be used as the target data set, that is, the compression algorithm with the highest compression ratio is determined as the compression algorithm.
104. And compressing the data to be processed according to the compression algorithm to obtain target data.
And compressing the data to be processed according to the determined compression algorithm with the highest compression ratio to obtain compressed target data.
According to the embodiment of the application, the preset data set with the same data type as that of the data to be processed is obtained, the compression algorithm is further determined according to the preset data set, and then the data to be processed is compressed to obtain the target data. By adopting the method, the corresponding compression algorithm is obtained by the preset data set based on the data type of the data to be processed, so that the efficiency of data processing and data compression is improved.
Fig. 2 is a schematic flow chart of another data processing method according to an embodiment of the present invention. The method comprises the following steps 201 and 209:
201. acquiring data to be processed;
the data to be processed may be any form of data, such as binary data, hexadecimal data, and the like, and this scheme is not particularly limited.
Preferably, the data to be processed may be data for compression processing. Such as video data, image data, etc.
202. Determining whether the data type of the data to be processed is a first data type;
the first data type may be, for example, binary data or the like.
And if the data type of the data to be processed is not the first data type, performing conversion processing on the data to be processed, and the like.
The present scheme is only described by taking the data type as an example, and may also be a file type, such as MP4, and the present scheme is not limited in this respect.
203. If so, segmenting the data to be processed according to different lengths to obtain a plurality of data sets, wherein the length of the data in each data set is different from the length of the data in other data sets;
for example, dividing N bits of binary data into M sets of binary data blocks, where the total number of bits of each set of binary data blocks is N, and each set of binary data blocks includes at least two binary data blocks, and any two binary data blocks in each set of binary data blocks have the same number of bits; the bits of the binary data blocks in any two binary data block sets are different;
the N-bit binary data is divided into M binary data block sets, that is, M different division processes are performed on the N-bit binary data to obtain M binary data block sets.
For example, 16-bit binary data 1001000011101001, which may be split into 4-bit binary data blocks, 1001, 0000, 1110, 1001. It can also be split into 2 binary data blocks of 8 bits, 10010000, 11101001, etc. Wherein 1001, 0000, 1110 and 1001 form a binary data block set; 10010000, 11101001 constitute another set of binary data blocks.
The above description is made by taking only two types of division methods as an example, and other arbitrary division processes may be used, and this is not particularly limited in this embodiment.
For another example, for a data block with N of 100, 100 bits are split into blocks of minimum 4 bits and maximum 50 bits. In this embodiment, the maximum bit length of 50 bits is because when all blocks (2 blocks in this example) have equal bit lengths, this is the only possible way to split a data block into multiple blocks. So in this example, there may be: 1)25 splits, each 4 bits. 2)20 splits, each 5 bits. 3)10 splits, each 10 bits. 4)4 splits, 25 bits each. 5)2 splits, each 50 bits.
In the above-mentioned division, the number of bits of any two binary data blocks in each binary data block set is the same, that is, the division is an average division; optionally, the method may also be non-average segmentation, and the present scheme is not particularly limited in this respect.
The binary data blocks in any two binary data block sets have different bits, that is, different divisions correspond to different binary data block sets.
204. Obtaining a redundancy of each of the plurality of data sets;
the redundancy of each data set is the sum of the ratio of the number of the repeated data in each data set to the number of the data in the data set.
For example, if a data set includes 10 data, of which 4 are identical, the redundancy of the data set is 4/10-40%.
205. Determining a data set with the redundancy exceeding a first threshold as a first data set, wherein the data in the first data set is the first data;
the first threshold may be any value, and the present solution is not particularly limited to this. For example, it may be 70%, 80%, etc.
206. Acquiring the data type of the first data;
the data type of the first data may be, for example, a data length, i.e., a data length corresponding to the first data after the first data is divided.
Wherein, when the first data set comprises at least two data sets, the obtaining the data type of the first data comprises:
respectively acquiring the lengths of the data of the at least two data sets;
acquiring weights corresponding to the lengths of the data of the at least two data sets respectively;
and obtaining the length of the data of the first data set according to the length of the data of the at least two data sets and the weight, wherein the length of the data of the first data set is the data type of the first data.
For example, the first data set includes a second data set, a third data set, and a fourth data set, each of which is a different length.
The weight W corresponding to the length of the data of each data set is obtained, for example, by the following algorithm:
W1+W2+W3=1,W1P1 Q1+W2P2 Q2+W3P3 Q3=C。
wherein, W1、W2、W3Weights corresponding to the second data set, the third data set and the fourth data set respectively; p1、P2、P3Length of data corresponding to the second data set, the third data set and the fourth data set, Q1, Q respectively2、Q3Compression ratios corresponding to the second data set, the third data set, and the fourth data set, respectively, which may be known data; c is a constant, for example, a positive number such as 1 or 2, and this embodiment is not particularly limited.
And obtaining the length of the data of the first data set according to the length of the data of the second data set, the third data set and the fourth data set and the weight. When the obtained value is a non-integer, the data can be processed based on an algorithm such as rounding, and then rounded to obtain the length of the data of the first data set.
207. Acquiring a preset data set with the same data type as the first data from a preset database, and determining the preset data set with the same data type as the first data as the preset data set with the same data type as the data to be processed;
and the compression ratio corresponding to the preset data sets with the same data types of the data to be processed is higher than a second threshold value. For example, the compression ratios corresponding to the data sets in the preset database are all higher, so as to obtain the preset data sets. Of course, the present solution is not particularly limited to this.
The second threshold may be any value, and the present solution is not particularly limited to this. For example, it may be 70%, 80%, 92%, etc.
208. Determining a compression algorithm according to the preset data set;
for example, based on training learning, a length of P is obtained1Corresponds to a first compression algorithm; length P2Corresponds to a second compression algorithm; length P3Corresponds to a third compression algorithm, etc. It may also be based on statistical analysis to obtain the above results, which is not specifically limited in this embodiment.
209. And compressing the data to be processed according to the compression algorithm to obtain target data.
According to the embodiment of the application, the first data are determined based on the redundancy, the preset data set is obtained according to the data type of the first data, the compression algorithm is determined according to the preset data set, and then the data to be processed are compressed to obtain the target data. By adopting the method, the corresponding compression algorithm is obtained by the preset data set based on the data type of the data to be processed, so that the efficiency of data processing and data compression is improved.
Based on the description of the above data processing method embodiment, the embodiment of the present invention further discloses a data processing apparatus, referring to fig. 3, fig. 3 is a schematic structural diagram of the data processing apparatus provided in the embodiment of the present invention, where the data processing apparatus includes a first obtaining module 301, a second obtaining module 302, a determining module 303, and a processing module 304; wherein:
a first obtaining module 301, configured to obtain data to be processed;
a second obtaining module 302, configured to obtain a preset data set with a data type that is the same as that of the data to be processed;
a determining module 303, configured to determine a compression algorithm according to the preset data set;
the processing module 304 is configured to compress the data to be processed according to the compression algorithm to obtain target data.
The second obtaining module 302 is specifically configured to:
processing the data to be processed according to a preset algorithm to obtain first data;
acquiring the data type of the first data;
and acquiring a preset data set with the same data type as the first data from a preset database, and determining the preset data set with the same data type as the first data as the preset data set with the same data type as the data to be processed.
Wherein the second obtaining module 302 is further configured to:
determining whether the data type of the data to be processed is a first data type;
if so, segmenting the data to be processed according to different lengths to obtain a plurality of data sets, wherein the length of the data in each data set is different from the length of the data in other data sets;
obtaining a redundancy of each of the plurality of data sets;
determining the data set with the redundancy exceeding a first threshold value as a first data set, wherein the data in the first data set is the first data.
It is to be noted that, for a specific implementation of the functions of the data processing apparatus, reference may be made to the description of the data processing method, and details are not described here. The units or modules in the data processing apparatus may be respectively or completely combined into one or several other units or modules to form one or several other units or modules, or some unit(s) or module(s) thereof may be further split into multiple functionally smaller units or modules to form the same operations, without affecting the achievement of the technical effects of the embodiments of the present invention. The above units or modules are divided based on logic functions, and in practical applications, the functions of one unit (or module) may also be implemented by a plurality of units (or modules), or the functions of a plurality of units (or modules) may be implemented by one unit (or module).
Based on the description of the method embodiment and the device embodiment, the embodiment of the invention also provides a data processing device.
Fig. 4 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention. As shown in fig. 4, the data processing apparatus described above may be applied to the data processing device 400, and the data processing device 400 may include: a processor 401, a network interface 404 and a memory 405, and the data processing apparatus 400 may further include: a user interface 403, and at least one communication bus 402. Wherein a communication bus 402 is used to enable connective communication between these components. The user interface 403 may include a Display (Display) and a Keyboard (Keyboard), and the selectable user interface 403 may also include a standard wired interface and a standard wireless interface. The network interface 404 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 405 may be a high-speed RAM memory or a non-volatile memory (e.g., at least one disk memory). The memory 405 may alternatively be at least one storage device located remotely from the aforementioned processor 401. As shown in fig. 4, the memory 405, which is a type of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a device control application program.
In the data processing apparatus 400 shown in fig. 4, the network interface 404 may provide a network communication function; and the user interface 403 is primarily an interface for providing input to a user; and processor 401 may be used to invoke a device control application stored in memory 405 to implement:
acquiring data to be processed;
converting the data to be processed according to a preset algorithm to obtain M groups of candidate data, wherein M is an integer not less than 2;
respectively acquiring the similarity between each group of candidate data in the M groups of candidate data and K preset data blocks with different lengths, wherein K is an integer not less than 1;
and determining the group of candidate data with the similarity exceeding a first preset threshold value as target data.
In one embodiment, the processor 401 specifically performs the following steps when executed:
dividing N bits of binary data into M binary data block sets, wherein the total bits of each binary data block set are N, each binary data block set comprises at least two binary data blocks, and the bits of any two binary data blocks in each binary data block set are the same; the bits of the binary data blocks in any two binary data block sets are different;
determining the set of M binary data blocks as the M sets of candidate data.
It should be understood that the data processing apparatus 400 described in the embodiment of the present invention may perform the data processing method described above, and may also perform the description of the data processing apparatus described above, which is not described herein again. In addition, the beneficial effects of the same method are not described in detail.
Further, here, it is to be noted that: an embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores a computer program executed by the aforementioned data processing apparatus, and the computer program includes program instructions, and when a processor executes the program instructions, the description of the data processing method can be executed, so that details are not repeated herein. In addition, the beneficial effects of the same method are not described in detail. For technical details not disclosed in the embodiments of the computer storage medium to which the present invention relates, reference is made to the description of the method embodiments of the present invention.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware related to instructions of a computer program, which can be stored in a computer-readable storage medium, and when executed, the processes of the embodiments of the methods described above can be included. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present invention, and it is therefore to be understood that the invention is not limited by the scope of the appended claims.

Claims (10)

1. A data processing method, comprising:
acquiring data to be processed;
acquiring a preset data set with the same data type as the data to be processed;
determining a compression algorithm according to the preset data set;
and compressing the data to be processed according to the compression algorithm to obtain target data.
2. The method according to claim 1, wherein the obtaining of the preset data set of the same data type as the data to be processed comprises:
processing the data to be processed according to a preset algorithm to obtain first data;
acquiring the data type of the first data;
and acquiring a preset data set with the same data type as the first data from a preset database, and determining the preset data set with the same data type as the first data as the preset data set with the same data type as the data to be processed.
3. The method according to claim 2, wherein the processing the data to be processed according to a preset algorithm to obtain the first data comprises:
determining whether the data type of the data to be processed is a first data type;
if so, segmenting the data to be processed according to different lengths to obtain a plurality of data sets, wherein the length of the data in each data set is different from the length of the data in other data sets;
obtaining a redundancy of each of the plurality of data sets;
determining the data set with the redundancy exceeding a first threshold value as a first data set, wherein the data in the first data set is the first data.
4. The method of claim 3, wherein when the first data set comprises at least two data sets, the obtaining the data type of the first data comprises:
respectively acquiring the lengths of the data of the at least two data sets;
acquiring weights corresponding to the lengths of the data of the at least two data sets respectively;
and obtaining the length of the data of the first data set according to the length of the data of the at least two data sets and the weight, wherein the length of the data of the first data set is the data type of the first data.
5. The method according to claim 4, wherein the compression ratio corresponding to the preset data set with the same data type of the data to be processed is higher than the second threshold.
6. A data processing apparatus, comprising:
the first acquisition module is used for acquiring data to be processed;
the second acquisition module is used for acquiring a preset data set with the same data type as the data to be processed;
the determining module is used for determining a compression algorithm according to the preset data set;
and the processing module is used for compressing the data to be processed according to the compression algorithm to obtain target data.
7. The apparatus of claim 6, wherein the second obtaining module is specifically configured to:
processing the data to be processed according to a preset algorithm to obtain first data;
acquiring the data type of the first data;
and acquiring a preset data set with the same data type as the first data from a preset database, and determining the preset data set with the same data type as the first data as the preset data set with the same data type as the data to be processed.
8. The apparatus of claim 7, wherein the second obtaining module is further configured to:
determining whether the data type of the data to be processed is a first data type;
if so, segmenting the data to be processed according to different lengths to obtain a plurality of data sets, wherein the length of the data in each data set is different from the length of the data in other data sets;
obtaining a redundancy of each of the plurality of data sets;
determining the data set with the redundancy exceeding a first threshold value as a first data set, wherein the data in the first data set is the first data.
9. A data processing apparatus, characterized by comprising: a processor and a memory;
the processor is connected to a memory, wherein the memory is used for storing program code and the processor is used for calling the program code to execute the data processing method according to any one of claims 1-5.
10. A computer storage medium, characterized in that the computer storage medium stores a computer program comprising program instructions that, when executed by a processor, perform the data processing method of any one of claims 1-5.
CN202011514591.6A 2020-12-18 2020-12-18 Data processing method and related equipment Pending CN112506879A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011514591.6A CN112506879A (en) 2020-12-18 2020-12-18 Data processing method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011514591.6A CN112506879A (en) 2020-12-18 2020-12-18 Data processing method and related equipment

Publications (1)

Publication Number Publication Date
CN112506879A true CN112506879A (en) 2021-03-16

Family

ID=74923022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011514591.6A Pending CN112506879A (en) 2020-12-18 2020-12-18 Data processing method and related equipment

Country Status (1)

Country Link
CN (1) CN112506879A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112769874A (en) * 2021-04-07 2021-05-07 南京创芯慧联技术有限公司 Data compression method and compression device thereof
CN113253026A (en) * 2021-05-13 2021-08-13 北京三维天地科技股份有限公司 Monitoring method and device for on-off state of instrument
CN113542225A (en) * 2021-06-17 2021-10-22 深圳市合广测控技术有限公司 Data compression method and device, terminal equipment and storage medium
CN113659992A (en) * 2021-07-16 2021-11-16 深圳智慧林网络科技有限公司 Data compression method and device and storage medium
CN113688108A (en) * 2021-07-16 2021-11-23 深圳智慧林网络科技有限公司 Data processing method and related equipment

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002199226A (en) * 2000-12-25 2002-07-12 Ricoh Co Ltd Image data compression device and image data compression method
CN1874409A (en) * 2005-04-18 2006-12-06 索尼株式会社 Image signal processing apparatus, camera system and image signal processing method
CN101843042A (en) * 2007-12-29 2010-09-22 上海贝尔股份有限公司 Data processing method, apparatus and system for reducing redundant length information
CN103428486A (en) * 2012-05-24 2013-12-04 富士通株式会社 Image compression method and device
US20150149746A1 (en) * 2013-11-26 2015-05-28 Fujitsu Limited Arithmetic processing device, information processing device, and a method of controlling the information processing device
CN105007082A (en) * 2015-07-09 2015-10-28 广东欧珀移动通信有限公司 Data compression method and device, and terminal
CN108667595A (en) * 2017-03-28 2018-10-16 吉林化工学院 A kind of compression encryption method of large data files
US20190081637A1 (en) * 2017-09-08 2019-03-14 Nvidia Corporation Data inspection for compression/decompression configuration and data type determination
CN110196836A (en) * 2019-03-29 2019-09-03 腾讯科技(深圳)有限公司 A kind of date storage method and device
CN111431537A (en) * 2020-03-06 2020-07-17 平安科技(深圳)有限公司 Data compression method and device and computer readable storage medium
CN111984610A (en) * 2020-09-27 2020-11-24 苏州浪潮智能科技有限公司 Data compression method and device and computer readable storage medium
CN112506880A (en) * 2020-12-18 2021-03-16 深圳智慧林网络科技有限公司 Data processing method and related equipment

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002199226A (en) * 2000-12-25 2002-07-12 Ricoh Co Ltd Image data compression device and image data compression method
CN1874409A (en) * 2005-04-18 2006-12-06 索尼株式会社 Image signal processing apparatus, camera system and image signal processing method
CN101843042A (en) * 2007-12-29 2010-09-22 上海贝尔股份有限公司 Data processing method, apparatus and system for reducing redundant length information
CN103428486A (en) * 2012-05-24 2013-12-04 富士通株式会社 Image compression method and device
US20150149746A1 (en) * 2013-11-26 2015-05-28 Fujitsu Limited Arithmetic processing device, information processing device, and a method of controlling the information processing device
CN105007082A (en) * 2015-07-09 2015-10-28 广东欧珀移动通信有限公司 Data compression method and device, and terminal
CN108667595A (en) * 2017-03-28 2018-10-16 吉林化工学院 A kind of compression encryption method of large data files
US20190081637A1 (en) * 2017-09-08 2019-03-14 Nvidia Corporation Data inspection for compression/decompression configuration and data type determination
CN110196836A (en) * 2019-03-29 2019-09-03 腾讯科技(深圳)有限公司 A kind of date storage method and device
CN111431537A (en) * 2020-03-06 2020-07-17 平安科技(深圳)有限公司 Data compression method and device and computer readable storage medium
CN111984610A (en) * 2020-09-27 2020-11-24 苏州浪潮智能科技有限公司 Data compression method and device and computer readable storage medium
CN112506880A (en) * 2020-12-18 2021-03-16 深圳智慧林网络科技有限公司 Data processing method and related equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BRIAN MATEJEK等: "Compresso: Efficient Compression of Segmentation Data for Connectomic", 《MEDICAL IMAGE COMPUTING AND COMPUTER ASSISTED INTERVENTION − MICCAI 2017》, 4 September 2017 (2017-09-04), pages 781, XP047429233, DOI: 10.1007/978-3-319-66182-7_89 *
杨敏珠等: "基于单帧干涉图的无损压缩的研究", 《现代电子技术》, 3 April 2019 (2019-04-03), pages 57 - 60 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112769874A (en) * 2021-04-07 2021-05-07 南京创芯慧联技术有限公司 Data compression method and compression device thereof
CN112769874B (en) * 2021-04-07 2021-07-23 南京创芯慧联技术有限公司 Data compression method and compression device thereof
CN113253026A (en) * 2021-05-13 2021-08-13 北京三维天地科技股份有限公司 Monitoring method and device for on-off state of instrument
CN113542225A (en) * 2021-06-17 2021-10-22 深圳市合广测控技术有限公司 Data compression method and device, terminal equipment and storage medium
CN113542225B (en) * 2021-06-17 2023-08-22 深圳市合广测控技术有限公司 Data compression method and device, terminal equipment and storage medium
CN113659992A (en) * 2021-07-16 2021-11-16 深圳智慧林网络科技有限公司 Data compression method and device and storage medium
CN113688108A (en) * 2021-07-16 2021-11-23 深圳智慧林网络科技有限公司 Data processing method and related equipment
CN113659992B (en) * 2021-07-16 2023-08-11 深圳智慧林网络科技有限公司 Data compression method and device and storage medium

Similar Documents

Publication Publication Date Title
CN112506879A (en) Data processing method and related equipment
CN106549673B (en) Data compression method and device
EP1832000B1 (en) Device and data method for selective compression and decompression and data format for compressed data
CN112506880B (en) Data processing method and related equipment
JP2003519945A (en) Efficient and reversible conversion for data transmission or storage
EP0934662A1 (en) Vector quantisation codebook generation method
CN111932445A (en) Compression method for style migration network and style migration method, device and system
JP2006526367A (en) Lossless high-speed image compression system based on adjacent comparison
CN110505218B (en) Grid data self-adaptive compression transmission method based on JSON and computer storage medium
Valmeekam et al. Llmzip: Lossless text compression using large language models
JP3593884B2 (en) Encoding device and decoding device
US6711296B1 (en) Apparatus for performing loss-less compression-coding of adaptive evolution type on image data
CN108880559B (en) Data compression method, data decompression method, compression equipment and decompression equipment
CN112612762A (en) Data processing method and related equipment
Kattan et al. Evolutionary synthesis of lossless compression algorithms with GP-zip3
CN109815475B (en) Text matching method and device, computing equipment and system
CN109698703B (en) Gene sequencing data decompression method, system and computer readable medium
CN112054805B (en) Model data compression method, system and related equipment
CN111274950B (en) Feature vector data encoding and decoding method, server and terminal
CN110233627B (en) Hardware compression system and method based on running water
JP4462360B2 (en) Image compression apparatus and image expansion apparatus
CN114640357B (en) Data encoding method, apparatus and storage medium
CN111008276A (en) Complete entity relationship extraction method and device
CN115879137B (en) Data encryption-based supervision project information management system and method
CN114996483B (en) Event map data processing method based on variational self-encoder

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination