WO2023249555A2 - Sample processing based on label mapping - Google Patents
Sample processing based on label mapping Download PDFInfo
- Publication number
- WO2023249555A2 WO2023249555A2 PCT/SG2023/050420 SG2023050420W WO2023249555A2 WO 2023249555 A2 WO2023249555 A2 WO 2023249555A2 SG 2023050420 W SG2023050420 W SG 2023050420W WO 2023249555 A2 WO2023249555 A2 WO 2023249555A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- label
- space
- sample
- classification
- determining
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/285—Selection of pattern recognition techniques, e.g. of classifiers in a multi-classifier system
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
- G06F18/254—Fusion techniques of classification results, e.g. of results related to same input data
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/80—Fusion, i.e. combining data from various sources at the sensor level, preprocessing level, feature extraction level or classification level
- G06V10/809—Fusion, i.e. combining data from various sources at the sensor level, preprocessing level, feature extraction level or classification level of classification results, e.g. where the classifiers operate on the same input data
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/40—Scenes; Scene-specific elements in video content
Definitions
- the machine learning technique has been widely used in sample processing.
- objects such as videos, articles, and so on may be provided to users.
- a user may watch a video for two minutes, and another user may watch the video for five minutes.
- a label related to a sample (including video and user data) may be determined, and the label may indicate how long the user watches the video.
- There have been proposed solutions for predicting a trend of the label due to the time lengths distribute among a large arrange and may involve the long tail effect, these solutions cannot output an accuracy predicting result. At this point, how to process the samples and predict accurate labels for the samples effectively becomes a hot focus.
- a method for sample processing In the method, a first label for a training sample in a plurality of training samples is mapped into a second label based on the first label and a plurality of first labels for the plurality of training samples, the first label and the plurality of first labels being represented in a first label space and the second label being represented in a second label space smaller than the first label space.
- a plurality of classification models is obtained based on the second label and the training sample, a classification model in the plurality of classification models describing an association relationship between a sample and a classification of a label, represented in the second label space, for the sample.
- a predication model is generated based on the plurality of classification models, the predication model describing an association relationship between a sample and a label, represented in the first label space, for the sample.
- an electronic device comprising: a computer processor coupled to a computer-readable memory unit, the memory unit comprising instructions that when executed by the computer processor implements a method according to the first aspect of the present disclosure.
- a computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by an electronic device to cause the electronic device to perform a method according to the first aspect of the present disclosure.
- FIG. 1 illustrates an example environment for sample processing according to the machine learning technique
- Fig. 2 illustrates an example diagram of a distribution of labels for samples according to implementations of the present disclosure
- FIG. 3 illustrates an example diagram of a prediction model including a plurality of classification models that are generated based on label mapping according to implementations of the present disclosure
- Fig. 4 illustrates an example diagram of a distribution of labels in a second label space for samples according to implementations of the present disclosure
- Fig. 5 illustrates an example diagram of new training data including a sample and a second label for the sample according to implementations of the present disclosure
- Fig. 6 illustrates an example diagram of a prediction model according to implementations of the present disclosure
- Fig. 7 illustrates an example diagram of a base model included in a prediction model according to implementations of the present disclosure
- Fig. 8 illustrates an example diagram of performance of a predication model according to implementations of the present disclosure
- Fig. 10 illustrates a block diagram of a computing device in which various implementations of the present disclosure can be implemented.
- a recommendation system As an example environment.
- various objects such as videos, articles, messages, and the like
- the user is interested in the object and then review the object for a long time. If the user is not interested in the object, he/she may review the object for a short time or even pass the object and do nothing.
- solutions have been provided for generating a prediction model for predicting the time length that the user reviews the object.
- Fig. 1 illustrates an example environment 100 for sample processing according to the machine learning technique.
- a prediction model 130 may be provided for predicting the time length.
- the environment 100 includes a training system 150 and an application system 152.
- the upper portion of Fig. 1 shows a training phase, and the lower portion shows an application phase.
- the prediction model 130 may be configured with untrained or partly trained parameters (such as initial parameters, or pre-trained parameters).
- the prediction model 130 may be trained in the training system 150 based on a training dataset 110 including a plurality of training data 112.
- each training data 112 may have a two-tuple format, and may include a sample 120 (for example, data associated with the object and the user) and a label 122 for the sample 120.
- a large amount of training data 112 may be used to implement the training phase iteratively.
- the parameters of the prediction model 130 may be updated and optimized, and a prediction model 130’ with trained parameters may be obtained.
- the prediction model 130’ may be used to implement the predication task in the application phase.
- the to-be-processed sample 140 may be inputted into the application system 152, and then a corresponding predicted label 144 may be outputted.
- Fig. 2 illustrates an example diagram 200 of a distribution of labels for samples according to implementations of the present disclosure.
- a curve 210 indicates a distribution of labels for the samples.
- the horizontal axis indicates an original label space of the labels, for example, the labels may indicate how many minutes the user watches the video. It is to be understood that the label only represents a time duration and does not relate to identifying contents in the video. In another environment where the user reads an article or a news report, the label may indicate the time duration that the user spent in the article or report, but does not involve contents of the article or report.
- the vertical axis indicates the number of the labels.
- Supposing the training dataset 110 includes 20,000 training data, then there may be 20,000 labels for the 20,000 samples.
- the curve 210 indicates that most users watch the video for about 0-10 minutes. As the time length increases, the number of users decreases and very few users watch the video for more than 60 minutes. In Fig. 2, although there are some labels in the long tail window 220 (for example, between 60 to 200 minutes), the number of the labels is very low compared with total number of the labels.
- Fig. 3 illustrates an example diagram 300 of a prediction model including a plurality of classification models that are generated based on label mapping according to implementations of the present disclosure.
- a prediction model 320 may be trained by the training data 310, and the training data 310 may include a sample 312 and a first label 314.
- the sample 312 may include embeddings related to various factors that may affect the first label 314, and the first label 314 may be represented in a first label space (i.e., the original label space).
- the sample 312 may includes embeddings related to the user and the video, and the first label 314 may indicate the time length.
- the first label 314 may be mapped into a second label 16.
- the second label 316 may be represented in a smaller label space and thus the long tail effect in the first label space may be alleviated.
- the second label space may be defined by a plurality of buckets. At this point, the second label may refer to a bucket in the plurality of buckets, and thus the first label 314 may be mapped from a continuous space into an ordinal space.
- a plurality of classification 322, . .., and 324 may be obtained based on the sample 312 and the second label 316.
- a classification model in the plurality of classification models 322, and 324 may describe an association relationship between a sample and a classification of a label, represented in the second label space, for the sample.
- the classification may relate to a probability of whether the label matches a classification criterion in the second label space.
- a classification model 322 may relate to a classification criterion whether the label is greater than or equal to a predefined classification value in the second label space.
- the classification model 324 may relate to another classification value in the second label space.
- the prediction model 320 may be generated based on the plurality of classification models 322, ..., and 324.
- the classification models 322, ..., and 324 solve a problem of classifying the label into a corresponding classification, which is a simple problem compared with the predication model 320 for predicting a time length (which is suffered from the long tail effect). Therefore, the classification models 322, ..., and 324 may adopt simple network structures and may be better trained with the sample 312 and the second label 316. Then, the prediction model 320 may be generated in a more effective and easy way by mapping the first label 314 into the second label 316.
- mapping the first label 314 into the second label 316 various ways may be adopted for mapping the first label 314 into the second label 316.
- a mapping function may be determined for mapping a label (in the first label space) into a label (in the second label space).
- the first label space represents a continuous space
- the second label space represents an ordinal space.
- the mapping function may depend on various aspects. For example, in order to reflect a relationship between the first label and other first labels (in the first label space) for other samples in the training dataset 110, a normalizing function may be determined for the label mapping.
- a reference base (such as a 1/4 quantile, a 1/2 quantile, a 3/4 quantile, or a mean value) may be determined from all the first labels for the samples in the training dataset 110. Supposing the training dataset includes 20,000 training data and the 1/2 quantile is selected as the reference base, then a label for the 10000 th training sample in the training dataset 110 may be used as the reference base in the normalizing function. At this point, with respect to the i th first label in the first label space, the i th first label may be converted into a normalized value based on Formula 1.
- Formal 1 [0044]
- labelf orm represents the normalized value for labels
- normQ represents the normalizing function
- labeli represents the i th first label (in the first label space) for the i th sample in the training dataset 110
- label re f represents the reference base for the normalizing function
- the labelTMTM is an intermedia value that is represented in a third label space which is different from the first and second label spaces.
- label re f may be determined based on a quantile of the plurality of first labels. Alternatively and/or in addition to, the label re f may be determined based on a mean value of the plurality of first labels. Further, the label re f may be determined based on a summation of the plurality of first labels or the maximum one in the plurality of first labels. At this point, depending on the way for selecting the reference base, the third label space may have different ranges.
- the third label space may have a range of [0, 1]
- the third label space may have a range of [0, 40]
- the first label space (with a relatively large size) may be mapped into the second label space with a smaller size. Therefore, the long tail effect may be alleviated to a certain degree.
- a compressing function may be used for compressing the first label space into a compressed space. For example, a square root (or a cube root, and the like) may be determined from the first label, and then the square root may be normalized. At this point, the normalized value may be determined based on Formal 2 as below:
- compQ represents the compressing function, and other symbols may have the same meanings as those in Formal 1.
- the first label space may be further compressed and thus the long tail effect may further be reduced.
- the normalized value is obtained based on a division operation and thus the normalized value is represented as a real number. Due to the further classification processing does not need the high precision real number and the real number may cost more computing resources, the real number may further be converted into an integer number based on a bucket function. Then, the bucket function may be determined for converting the normalized value into the label in the second label space.
- the bucket function may be determined based on a comparison between the normalized value and the third label space.
- the number of the buckets may be determined first, for example, based on a predetermined accuracy level. For example, a high accuracy level may define that the third label space should be divided into 100 buckets, a medium accuracy level may define that the third label space should be divided into 80 buckets, and a low accuracy level may define that the third label space should be divided into 50 buckets.
- the third label space may be divided into a plurality of buckets based on the determined number of the buckets, and then the bucket function may be determined based on a comparison between the normalized value and the plurality of buckets. Supposing the third label space has a range of [min, max] and is divided into N buckets, then the bucket function may be defined as below:
- label represents a label in the third label space
- min represents a lower boundary of the third label space
- max represents an upper boundary of the third label space
- size represents a size of the bucket
- N represents a total number of the buckets.
- Other symbols may have the same meanings as those in the above formulas. Supposing the high accuracy level is selected, the second label space may include 100 buckets, and then the second label space may be represented as ⁇ 1, 2, 3.. ., 100 ⁇ (100 integer numbers in [1, 100]).
- mapping () represents the mapping function
- bucketQ represents the bucket function (which may be determined based on Formula 3)
- normQ represents the normalizing function (which may be determined based on Formula 1 or Formula 2).
- the first label 314 may be mapped into the second label 316 according to Formula 4.
- each first label in the training dataset 110 may be processed based on Formula 4, and then all the first labels in the training dataset 110 may be mapped into corresponding second labels in the second label space.
- Fig. 4 illustrates an example diagram 400 of a distribution of labels in a second label space for samples according to implementations of the present disclosure.
- all the first labels with continuous real numbers in the range of [0, 200] are mapped into corresponding ordinal integer numbers in the range of ⁇ 1, 2, ..., 100 ⁇ .
- buckets may include different number of labels. For example, a bucket 410 includes nearly 9,000 labels in the second label space, a bucket 420 includes nearly 4,000 labels, a bucket 430 includes nearly 2,000 labels, subsequent buckets 440 and 450 include less labels, respectively.
- the size of second label space is significantly smaller than the size of the first label space. Further, label noise in the first label space is removed during the label mapping procedure, and thus the sample 312 and the second label 316 may train the predication model 320 in a more accuracy way. At this point, new training date may be built for the further training based on the sample 312 and the second label 316, so as to increase the accuracy level of the predication model 320.
- Fig. 5 illustrates an example diagram 500 of new training data including a sample and a second label for the sample according to implementations of the present disclosure.
- the sample 312 is retrieved from the original training data, and in the environment of the recommendation system, the sample 312 may include embeddings of various aspects that may affect the first label 314.
- the sample 312 may include: user feature embedding 510 for describing various aspects of a user to which the video is provided; and video feature embedding 520 for describing various aspects of the video.
- the video feature may include a length of the video, an encoding format of the video, and a resolution of the video, and so on. It is to be understood that all the embeddings are represented in a vector format and the original sensitive information related to the user and the video are invisible.
- the new training data includes the second label 316 that is mapped from the first label 314 by the mapping function.
- Fig. 5 just provides an example of the new training data that is generated from the training data 310.
- all the 20,000 training data in the training dataset 110 may be subjected to the similar processing and thus 20,000 new training data may be obtaining for generating the classification models 322, ..., and 324.
- Formula 5 [0059]
- x represents the inputted embedding of the training sample
- predicationQ represents a probability of the label for the training sample, and it may be represented as a summation of i * (i
- x) (where i 1, 2, 3, N represents a number of the buckets in the second label buckets).
- x) represents a probability that the label predicted from x equals to i.
- Formula 5 may be converted into Formula 6 based on the mathematical transformation:
- x) represent a probability that the label predicated from the embedding x is above i, and other symbols may have the same meanings as those in the above formulas.
- x) may be implemented by a classification model and thus the technical problem for building the predication model 320 based on the regression predication theory (as shown in Formula 5) is converted into building the prediction model 320 based on multiple classification models (as shown in Formula 6).
- structures and training objectives of the classification models are easier to achieve, which may reduce the complexity and cost for generating the prediction model directly based on the regression predication theory.
- an appropriate number of the top buckets may be determined first, for example, based on a distribution of a plurality of second labels among the second label space. As most of the second labels are located in the top buckets 410, 420, and 430, and then the number of these top buckets may be used for determining how many classification models may be generated. In another example, a threshold ratio may be determined first, and then the number may be determined according to the threshold ratio.
- the threshold ratio is set as 85% and the first three buckets 410, 420 and 430 cover more than 85% of the second labels, then the number may be set to three. Further, three classification models may be generated. If the threshold ratio is set to a higher value, then the number may be increased (for example, increased to 4).
- Fig. 7 illustrates an example diagram 700 of a base model 610 included in the prediction model 320 according to implementations of the present disclosure.
- Formula 7 may be determined from Formula 6.
- the second label 316 is compared with the classification criterion (for example, greater than or be equal to “1”). If the second label 316 is greater than or equal to “1,” then a ground truth probability label may be set to “1,” else the ground truth probability label may be set to “0.” Further, a loss function may be built for the classification model 322 to represent a difference between the ground truth probability label and a probability that is predicted for the sample 312. Then, the classification model 322 may be trained towards a direction for minimizing the lost function in an iteratively way with all the new training data.
- the classification criterion for example, greater than or be equal to “1”.
- the classification criterion may be selected from any of: being greater than a classification value, being less than a classification value, being less than or equal to a classification value, and the like.
- the intermedia label 614 may be converted from the second label space into the first label space according to Formula 8.
- the long tail effect in the first label space is alleviated by the label mapping.
- the predication model 320 is built based on classification models, which converts the complex regression predication model into multiple simpler classification models. Therefore, the accuracy of the prediction model 320 is increased.
- the predication model 320 may accept an inputted sample and output a predicted label for the inputted sample. Due to the predication model 320 is more accurate than the conversational regression predication model, the predicated label may be more accurate and reliable.
- the target sample may be inputted in the base model 610 for outputting three probabilities, and then the probabilities may be added up to form the intermedia label.
- the intermedia label 614 is represented in the second label space, it should be converted into the first label space by the inverse mapping function 620. Since the inverse mapping function 620 are based on mathematics operations, the inverse mapping function will not introduce errors into the target label. Therefore, the target label may indicate a reliable value in the first label space.
- a curve 830 indicates the performance of the prediction model 320 which is built based on label mapping and multiple classification models. Due to the label mapping reduce the potential errors caused by the long tail effect in the first label space, and the classification models implement the complex regression model, the prediction model 320 exhibits better performance than the conversional regression model. As shown by the curve 830, the predicated label increases with the ground truth label, although the curve 830 does not exactly match the ideal line 810, the variation tendency of the curve 830 is inconsistent with the line 810. Therefore, when processing samples involving the long tail effect, the predication model 320 is more accurate and reliable than the conversional prediction model.
- the proposed solution may be implemented in other environments.
- the sample may represent embeddings related to parameters related to an error in the computing system (such as a type of the error, a reason of the error, and the like), and the label may represent a time length for troubleshooting.
- a prediction model may be generated by mapping the label in a continuous time space into a bucket space.
- Fig. 9 illustrates an example flowchart of a method 900 for sample processing based on multiple time windows according to implementations of the present disclosure.
- a first label for a training sample in a plurality of training samples is mapped into a second label based on the first label and a plurality of first labels for the plurality of training samples, the first label and the plurality of first labels being represented in a first label space and the second label being represented in a second label space smaller than the first label space.
- a plurality of classification models is obtained based on the second label and the training sample, a classification model in the plurality of classification models describing an association relationship between a sample and a classification of a label, represented in the second label space, for the sample.
- a predication model is generated based on the plurality of classification models, the predication model describing an association relationship between a sample and a label, represented in the first label space, for the sample.
- mapping the first label into the second label comprises: determining a mapping function for mapping a label in the first label space into a label in the second label space, the first label space representing a continuous space and the second label space representing an ordinal space; and determining the second label based on the first label and the mapping function.
- determining the mapping function comprises: determining a normalizing function for converting the label in the first label space into a normalized value in a third label space based on the label in the first label space and the plurality of first labels; and determining a bucket function for converting the normalized value into the label in the second label based on a comparison between the normalized value and the third label space.
- obtaining the plurality of classification models comprises: with respect to the classification model in the plurality of classification models, obtaining the classification model by training an initial classification model with the training sample and a classification of whether the second label matches a classification criterion in the second label space.
- determining the predication model comprises: generating a base model based on the plurality of classification models; determining an inverse mapping function for mapping a label in the second label space into a label in the first label space; and determining the predication model based on the base model and the inverse mapping function.
- generating the base model comprises: generating the predication model based on a summation of the plurality of classification models.
- the method 900 further comprises: in response to receiving a target sample, determining a target label in the first label space for the target sample based on the target sample and the prediction model.
- determining the target label base on the target sample and the prediction model comprises: determining an intermedia label in the second label space based on the targe sample and the base model in the prediction model; and determining the targe label based on the intermedia label and the inverse mapping function.
- an apparatus for sample processing.
- the apparatus comprises: a mapping unit, configured for mapping a first label for a training sample in a plurality of training samples into a second label based on the first label and a plurality of first labels for the plurality of training samples, the first label and the plurality of first labels being represented in a first label space and the second label being represented in a second label space smaller than the first label space; an obtaining unit, configured for obtaining a plurality of classification models based on the second label and the training sample, a classification model in the plurality of classification models describing an association relationship between a sample and a classification of a label, represented in the second label space, for the sample; and a generating unit, configured for generating a predication model based on the plurality of classification models, the predication model describing an association relationship between a sample and a label, represented in the first label space, for the sample.
- the apparatus may comprise other units for implementing other steps in the above method.
- an electronic device for implementing the above method.
- the electronic device comprises: a computer processor coupled to a computer-readable memory unit, the memory unit comprising instructions that when executed by the computer processor implements a method for sample processing.
- determining the bucket function comprises: determining the number of the buckets based on a predetermined accuracy level; dividing the third label space into a plurality of buckets based on the determined number of the buckets; and obtaining the bucket function based on a comparison between the normalized value and the plurality of buckets.
- determining the predication model comprises: generating a base model based on the plurality of classification models; determining an inverse mapping function for mapping a label in the second label space into a label in the first label space; and determining the predication model based on the base model and the inverse mapping function.
- generating the base model comprises: generating the predication model based on a summation of the plurality of classification models.
- the method further comprises: in response to receiving a target sample, determining a target label in the first label space for the target sample based on the target sample and the prediction model.
- determining the target label base on the target sample and the prediction model comprises: determining an intermedia label in the second label space based on the targe sample and the base model in the prediction model; and determining the targe label based on the intermedia label and the inverse mapping function.
- a computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by an electronic device to cause the electronic device to perform the method 800.
- Fig. 10 illustrates a block diagram of a computing device 1000 in which various implementations of the present disclosure can be implemented. It would be appreciated that the computing device 1000 shown in Fig. 10 is merely for purpose of illustration, without suggesting any limitation to the functions and scopes of the present disclosure in any manner.
- the computing device 1000 may be used to implement the above method 1000 in implementations of the present disclosure.
- the computing device 1000 may be a general-purpose computing device.
- the computing device 1000 may at least comprise one or more processors or processing units 1010, a memory 1020, a storage unit 1030, one or more communication units 1040, one or more input devices 1050, and one or more output devices 1060.
- the processing unit 1010 may be a physical or virtual processor and can implement various processes based on programs stored in the memory 1020. In a multi-processor system, multiple processing units execute computer executable instructions in parallel so as to improve the parallel processing capability of the computing device 1000.
- the processing unit 1010 may also be referred to as a central processing unit (CPU), a microprocessor, a controller, or a microcontroller.
- the computing device 1000 typically includes various computer storage medium. Such medium can be any medium accessible by the computing device 1000, including, but not limited to, volatile and non-volatile medium, or detachable and non-detachable medium.
- the memory 1020 can be a volatile memory (for example, a register, cache, Random Access Memory (RAM)), a non-volatile memory (such as a Read-Only Memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), or a flash memory), or any combination thereof.
- RAM Random Access Memory
- ROM Read-Only Memory
- EEPROM Electrically Erasable Programmable Read-Only Memory
- flash memory any combination thereof.
- the computing device 1000 may further include additional detachable/ non-detachable, volatile/non-volatile memory medium.
- additional detachable/ non-detachable, volatile/non-volatile memory medium may be provided.
- a magnetic disk drive for reading from and/or writing into a detachable and non-volatile magnetic disk
- an optical disk drive for reading from and/or writing into a detachable non-volatile optical disk.
- each drive may be connected to a bus (not shown) via one or more data medium interfaces.
- the communication unit 1040 communicates with a further computing device via the communication medium.
- the functions of the components in the computing device 1000 can be implemented by a single computing cluster or multiple computing machines that can communicate via communication connections. Therefore, the computing device 1000 can operate in a networked environment using a logical connection with one or more other servers, networked personal computers (PCs) or further general network nodes.
- PCs personal computers
- the functionalities described herein can be performed, at least in part, by one or more hardware logic components.
- illustrative types of hardware logic components include Field-Programmable Gate Arrays (FPGAs), Application-specific Integrated Circuits (ASICs), Application-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
- a machine-readable medium may be any tangible medium that may contain or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- the machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
- a machine-readable medium may include but not limited to an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
- Implementations of the subject matter described in this specification can be implemented as one or more computer program products, i.e., one or more modules of computer program instructions encoded on a tangible and non-transitory computer readable medium for execution by, or to control the operation of, data processing apparatus.
- the computer readable medium can be a machine-readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine-readable propagated signal, or a combination of one or more of them.
- the term “data processing unit” or “data processing apparatus” encompasses all apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers.
- the apparatus can include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.
- a computer program (also known as a program, software, software application, script, or code) can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
- a computer program does not necessarily correspond to a file in a file system.
- a program can be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code).
- a computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- General Engineering & Computer Science (AREA)
- Evolutionary Biology (AREA)
- Bioinformatics & Computational Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Multimedia (AREA)
- Computing Systems (AREA)
- Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Software Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Investigating Or Analysing Biological Materials (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202380046294.9A CN119365873A (en) | 2022-06-21 | 2023-06-14 | Sample processing based on label mapping |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/845,956 US20230409678A1 (en) | 2022-06-21 | 2022-06-21 | Sample processing based on label mapping |
| US17/845,956 | 2022-06-21 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2023249555A2 true WO2023249555A2 (en) | 2023-12-28 |
| WO2023249555A3 WO2023249555A3 (en) | 2024-02-15 |
Family
ID=89168963
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/SG2023/050420 Ceased WO2023249555A2 (en) | 2022-06-21 | 2023-06-14 | Sample processing based on label mapping |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20230409678A1 (en) |
| CN (1) | CN119365873A (en) |
| WO (1) | WO2023249555A2 (en) |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103761532B (en) * | 2014-01-20 | 2017-04-19 | 清华大学 | Label space dimensionality reducing method and system based on feature-related implicit coding |
| US20180053097A1 (en) * | 2016-08-16 | 2018-02-22 | Yahoo Holdings, Inc. | Method and system for multi-label prediction |
| WO2019155523A1 (en) * | 2018-02-06 | 2019-08-15 | 日本電気株式会社 | Classifier forming device, classifier forming method, and non-transitory computer-readable medium for storing program |
| US11861462B2 (en) * | 2019-05-02 | 2024-01-02 | Nicholas John Teague | Preparing structured data sets for machine learning |
| US11748613B2 (en) * | 2019-05-10 | 2023-09-05 | Baidu Usa Llc | Systems and methods for large scale semantic indexing with deep level-wise extreme multi-label learning |
| US20210390455A1 (en) * | 2020-06-11 | 2021-12-16 | DataRobot, Inc. | Systems and methods for managing machine learning models |
| CN113920368B (en) * | 2021-10-21 | 2024-12-17 | 江苏大学 | Multi-label image classification method for robust feature space co-learning |
-
2022
- 2022-06-21 US US17/845,956 patent/US20230409678A1/en active Pending
-
2023
- 2023-06-14 CN CN202380046294.9A patent/CN119365873A/en active Pending
- 2023-06-14 WO PCT/SG2023/050420 patent/WO2023249555A2/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| CN119365873A (en) | 2025-01-24 |
| WO2023249555A3 (en) | 2024-02-15 |
| US20230409678A1 (en) | 2023-12-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11455322B2 (en) | Classification of time series data | |
| US11790231B2 (en) | Determining optimal augmentations for a training data set | |
| US11645323B2 (en) | Coarse-to-fine multimodal gallery search system with attention-based neural network models | |
| US20210286763A1 (en) | Suggesting a destination folder for a file to be saved | |
| US11093354B2 (en) | Cognitively triggering recovery actions during a component disruption in a production environment | |
| US20210110255A1 (en) | Generating attribute-based samples | |
| CN112470172B (en) | Computational efficiency of symbol sequence analysis using random sequence embedding | |
| US20230409678A1 (en) | Sample processing based on label mapping | |
| WO2025014427A1 (en) | Prediction model management | |
| CN118245899A (en) | Fault diagnosis method and system for equipment, computer equipment and storage medium | |
| US20230419098A1 (en) | Utilizing selective transformation and replacement with high-dimensionality projection layers to implement neural networks in tabular data environments | |
| CN112115365B (en) | Model collaborative optimization method, device, medium and electronic equipment | |
| US20230132127A1 (en) | Neural network trained using ordinal loss function | |
| US20230350698A1 (en) | Event processing based on multiple time windows | |
| US11243832B2 (en) | Dynamically analyzing diagnostic operations data via machine learning techniques | |
| US12585705B2 (en) | Feature space management | |
| US20250036937A1 (en) | Feature management | |
| US12260628B2 (en) | Feature extraction of multimedia data | |
| US20250045638A1 (en) | Data classification | |
| CN119961152B (en) | Interface output data generation method, device, equipment and medium | |
| US20250378819A1 (en) | Training of a speech recognition model | |
| US11030209B2 (en) | Unsupervised learning to fuse for information retrieval | |
| CN120123018A (en) | Text processing method and device, and computer-readable storage medium | |
| CN121327514A (en) | A business scenario recommendation method, device, equipment, medium, and program product | |
| CN121122243A (en) | Training methods, devices, equipment, and storage media for speech coding models |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23827613 Country of ref document: EP Kind code of ref document: A2 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 202380046294.9 Country of ref document: CN |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 202380046294.9 Country of ref document: CN |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23827613 Country of ref document: EP Kind code of ref document: A2 |

