IP Library Granted Patent US 7,761,391
Granted Patent B2
US 7,761,391 · App. 11/752,634 · Granted Jul 20, 2010

Methods and systems for improved transductive maximum entropy discrimination classification

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 7,761,391
App. No.
11/752,634
Granted
Jul 20, 2010
Kind
B2
Abstract

A system, method, data processing apparatus, and article of manufacture are provided for classifying data. Labeled data points are received, each of the labeled data points having at least one label indicating whether the data point is a training example for data points for being included in a designated category or a training example for data points being excluded from a designated category; receiving unlabeled data points; receiving at least one predetermined cost factor of the labeled data points and unlabeled data points; training a transductive classifier using MED through iterative calculation using the at least one cost factor and the labeled data points and the unlabeled data points as training examples; applying the trained classifier to classify at least one of the unlabeled data points, the labeled data points, and input data points; and outputting a classification of the classified data points, or derivative thereof.

Claims (102)

1. In a computer-based system, a method for classification of data comprising:

receiving labeled data points, each of said labeled data points having at least one label indicating whether the data point is a training example for data points for being included in a designated category or a training example for data points being excluded from a designated category;

receiving unlabeled data points;

training a transductive classifier using Maximum Entropy Discrimination (MED) through iterative calculation using said at least one cost factor and the labeled data points and the unlabeled data points as training examples, wherein for each iteration of the calculations the unlabeled data point cost factor is adjusted as a function of an absolute value of an expected label value of a data point according to:

| y |c,

where | y | is the absolute value of an expected label value of a data point, and

c is the cost factor prior to adjustment thereof,

and wherein a data point label prior probability is adjusted according to an estimate of a data point class membership probability;

receiving at least one predetermined cost factor of the labeled data points and unlabeled data points;

applying the trained classifier to classify at least one of the unlabeled data points, the labeled data points, and input data points; and

outputting a classification of the classified data points, or derivative thereof, to at least one of a user, another system, and another process.

2. The method of claim 1 further comprising the step of receiving prior probability information of labeled and unlabeled data points.

3. The method of claim 2 wherein said transductive classifier learns using prior probability information of the labeled and unlabeled data.

4. The method of claim 1 comprising the further step of determining the decision function with minimal KL divergence using a Gaussian prior for the decision function parameters given the included and excluded training examples utilizing the labeled as well as the unlabeled data as learning examples according to their expected label.

5. The method of claim 1 comprising the further step of determining the decision function with minimal KL divergence using a multinomial prior distribution for the decision function parameters.

6. The method of claim 1 wherein the iterative step of training a transductive classifier is repeated until the convergence of data values is reached.

7. The method of claim 6 wherein convergence is reached when the change of the decision function of the transductive classifier falls below a predetermined threshold value.

8. The method of claim 6 wherein convergence is reached when the change of the determined expected label value falls below a predetermined threshold value.

9. The method of claim 1 wherein the label of the included training example has a value of +1 and the label of the excluded training example has a value of −1.

10. The method of claim 1 wherein the label of the included example is mapped to a first numeric value and the label of the excluded example to a second numeric value.

11. The method of claim 1 further comprising:

storing the labeled data points in a memory of a computer;

storing the unlabeled data points in a memory of a computer;

storing the input data points in a memory of a computer; and

storing the at least one predetermined cost factor of the labeled data points and unlabeled data points in a memory of a computer.

12. A method for classification of data comprising: providing computer executable program code to be deployed to and executed on a computer system, the program code comprising instructions for:

accessing stored labeled data points in a memory of a computer, each of said labeled data points having at least one label indicating whether the data point is a training example for data points for being included in a designated category or a training example for data points being excluded from a designated category;

accessing unlabeled data points from a memory of a computer;

accessing at least one predetermined cost factor of the labeled data points and unlabeled data points from a memory of a computer;

training a Maximum Entropy Discrimination (MED) transductive classifier through iterative calculation using said at least one stored cost factor and stored labeled data points and stored unlabeled data points as training examples wherein for each iteration of the calculation the unlabeled data point cost factor is adjusted as a function of an absolute value of an expected label value of a data point according to:

| y |c,

where | y | is the absolute value of an expected label value of a data point, and

c is the cost factor prior to adjustment thereof,

and wherein a data point prior probability is adjusted according to an estimate of a data point class membership probability;

applying the trained classifier to classify at least one of the unlabeled data points, the labeled data points, and input data points; and

outputting a classification of the classified data points, or derivative thereof, to at least one of a user, another system, and another process.

13. The method of claim 12 further comprising the step of accessing prior probability information of labeled and unlabeled data points stored in a memory of a computer.

14. The method of claim 13 wherein for each iteration, the prior probability information is adjusted according to an estimate of a data point class membership probability.

15. The method of claim 12 further comprising instructions for determining the decision function with minimal KL divergence to the prior distribution of the decision function parameters given the included and excluded training examples utilizing the labeled as well as the unlabeled data as learning examples according to their expected label.

16. The method of claim 12 wherein the iterative step of training a transductive classifier is repeated until convergence of data values is reached.

17. The method of claim 16 wherein convergence is reached when the change of the decision function of the transductive classification falls below a predetermined threshold value.

18. The method of claim 16 wherein convergence is reached when the change of the determined expected label value falls below a predetermined threshold value.

19. The method of claim 12 wherein the label of the included training example has a value of +1 and the label of the excluded training example has a value of −1.

20. The method of claim 12 wherein the label of the included example is mapped to a first numeric value and the label of the excluded example to a second numeric value.

21. A data processing apparatus comprising:

at least one memory for storing: (i) labeled data points wherein each of said labeled data points having at least one label indicating whether the data point is a training example for data points being included in a designated category or a training example for data points being excluded from a designated category; (ii) unlabeled data points; and (iii) at least one predetermined cost factor of the labeled data points and unlabeled data points; and

a transductive classifier trainer to iteratively teach the transductive classifier using transductive Maximum Entropy Discrimination (MED) using said at least one stored cost factor and stored labeled data points and stored unlabeled data points as training examples wherein at each iteration of the MED calculation the cost factor of the unlabeled data point is adjusted as a function of an absolute value of an expected label value of a data point according to:

| y |c,

where | y | is the absolute value of an expected label value of a data point, and

c is the cost factor prior to adjustment thereof,

and wherein a data point label prior probability is adjusted according to an estimate of a data point class membership probability;

wherein a classifier trained by the transductive classifier trainer is used to classify at least one of the unlabeled data points, the labeled data points, and input data points;

wherein a classification of the classified data points, or derivative thereof, is output to at least one of a user, another system, and another process.

22. The apparatus of claim 21 wherein said memory also stores prior probability information of labeled and unlabeled data points.

23. The apparatus of claim 22 wherein at each iteration of the MED calculation, the prior probability information is adjusted according to an estimate of a data point class membership probability.

24. The apparatus of claim 21 further comprising a processor for determining the decision function with minimal KL divergence to the prior distribution of the decision function parameters given the included and excluded training examples utilizing the labeled as well as the unlabeled data as learning examples according to their expected label.

25. The apparatus of claim 21 further comprising a means for determining the convergence of data values, and terminating calculations upon determination of convergence.

26. The apparatus of claim 25 wherein convergence is reached when the change of the decision function of the transductive classifier calculation falls below a predetermined threshold value.

27. The apparatus of claim 25 wherein convergence is reached when the change of the determined expected label values falls below a predetermined threshold value.

28. The apparatus of claim 21 the label of the included training example has a value of +1 and the label of the excluded training example has a value of −1.

29. The apparatus of claim 21 wherein the label of the included example is mapped to a first numeric value and the label of the excluded example to a second numeric value.

30. An article of manufacture comprising a program storage medium readable by a computer, the medium tangibly embodying one or more programs of instructions executable by a computer to perform a method of data classification comprising:

receiving labeled data points, each of said labeled data points having at least one label indicating whether the data point is a training example for data points for being included in a designated category or a training example for data points being excluded from a designated category;

receiving unlabeled data points;

receiving at least one predetermined cost factor of the labeled data points and unlabeled data points;

training a transductive classifier with iterative Maximum Entropy Discrimination (MED) calculation using said at least one stored cost factor and stored labeled data points and stored unlabeled data points as training examples wherein at each iteration of the MED calculation the unlabeled data point cost factor is adjusted as a function of an absolute value of an expected label value of a data point according to:

| y |c,

where | y | is the absolute value of an expected label value of a data point, and

c is the cost factor prior to adjustment thereof,

and wherein a data point prior probability is adjusted according to an estimate of a data point class membership probability;

applying the trained classifier to classify at least one of the unlabeled data points, the labeled data points, and input data points; and

outputting a classification of the classified data points, or derivative thereof, to at least one of a user, another system, and another process.

31. The article of manufacture of claim 30 further comprising the step of storing prior probability information of labeled and unlabeled data points in a memory of a computer.

32. The article of manufacture of claim 31 wherein at each iteration of the MED calculation, the prior probability information is adjusted according to an estimate of a data point class membership probability.

33. The article of manufacture of claim 30 comprising the further step of determining the decision function with minimal KL divergence to the prior distribution of the decision function parameters given the included and excluded training examples utilizing the labeled as well as the unlabeled data as learning examples according to their expected label.

34. The article of manufacture of claim 30 wherein the iterative step of training a transductive classifier is repeated until the convergence of data values is reached.

35. The article of manufacture of claim 34 wherein convergence is reached when the change of the decision function of the transductive classification falls below a predetermined threshold value.

36. The article of manufacture of claim 34 wherein convergence is reached when the change of the determined expected label value falls below a predetermined threshold value.

37. The article of manufacture of claim 30 wherein the label of the included training example has a value of +1 and the label of the excluded training example has a value of −1.

38. The article of manufacture of claim 30 wherein the label of the included example is mapped to a first numeric value and the label of the excluded example is a second numeric value.

39. In a computer-based system, a method for classification of unlabeled data comprising:

receiving labeled data points, each of said labeled data points having at least one label indicating whether the data point is a training example for data points for being included in a designated category or a training example for data points being excluded from a designated category;

receiving labeled and unlabeled data points;

receiving prior label probability information of labeled data points and unlabeled data points;

receiving at least one predetermined cost factor of the labeled data points and unlabeled data points;

determining the expected labels for each labeled and unlabeled data point according to the label prior probability of the data point;

repeating the following substeps until substantial convergence of data values:

generating a scaled cost value for each unlabeled data point proportional to the absolute value of the data point's expected label according to:

| y |c,

where | y | is the absolute value of the expected label value of the data point, and

c is the cost factor prior to adjustment thereof;

training a classifier by determining the decision function that minimizes the KL divergence to the prior probability distribution of the decision function parameters given the included training and excluded training examples utilizing the labeled as well as the unlabeled data as training examples according to their expected label;

determining the classification scores of the labeled and unlabeled data points using the trained classifier;

calibrating the output of the trained classifier to class membership probability;

updating the label prior probabilities of the unlabeled data points according to the determined class membership probabilities;

determining the label and margin probability distributions using Maximum Entropy Discrimination (MED) using the updated label prior probabilities and the previously determined classification scores;

computing new expected labels using the previously determined label probability distribution; and

updating expected labels for each data point by interpolating the new expected labels with the expected label of previous iteration; and

outputting a classification of the input data points, or derivative thereof, to at least one of a user, another system, and another process.

40. The method of claim 39 wherein convergence is reached when the change of the decision function falls below a predetermined threshold value.

41. The method of claim 39 wherein convergence is reached when the change of the determined expected label value falls below a predetermined threshold value.

42. The method of claim 39 wherein the label of the included training example has a value of +1 and the label of the excluded training example has a value of −1.

Assignments (9)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded May 15, 2024
From: KOFAX, INC.
To: TUNGSTEN AUTOMATION CORPORATION
Reel/Frame 067428/0392 →
RELEASE OF SECURITY INTEREST Recorded Jul 21, 2022
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: KAPOW TECHNOLOGIES, INC.; KOFAX, INC.
Reel/Frame 060805/0161 →
FIRST LIEN INTELLECTUAL PROPERTY SECURITY AGREEMENT Recorded Jul 20, 2022
From: KOFAX, INC.; PSIGEN SOFTWARE, INC.
To: JPMORGAN CHASE BANK, N.A. AS COLLATERAL AGENT
Reel/Frame 060757/0565 →
SECURITY INTEREST Recorded Jul 20, 2022
From: KOFAX, INC.; PSIGEN SOFTWARE, INC.
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT
Reel/Frame 060768/0159 →
SECURITY INTEREST Recorded Jul 7, 2017
From: KOFAX, INC.
To: CREDIT SUISSE
Reel/Frame 043108/0207 →
RELEASE OF SECURITY INTEREST Recorded May 26, 2015
From: BANK OF AMERICA, N.A.
To: KOFAX, INC.; ATALASOFT, INC.; KAPOW TECHNOLOGIES, INC.
Reel/Frame 035773/0930 →
SECURITY AGREEMENT Recorded Aug 29, 2011
From: KOFAX, INC.
To: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT
Reel/Frame 026821/0833 →
CHANGE OF NAME Recorded Apr 3, 2008
From: KOFAX IMAGE PRODUCTS, INC.
To: KOFAX, INC.
Reel/Frame 020758/0310 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 10, 2007
From: SCHMIDTLER, MAURITIUS A.R.; HARRIS, CHRISTOPHER K.
To: KOFAX IMAGE PRODUCTS, INC.
Reel/Frame 019803/0164 →