Test accuracy: 97.69%
This model was reasonably accurate. There are a couple failures cases shown below. The first chair that was predicted as a lamp could be poorly predicted because of its height. It is a rather tall chair that resembles the thin shape of a lamp. The chair that was predicted as a vase could be as it is rather ornate and decorative in shape. The vase that was incorrectly predicted as a lamp This is the confusion matrix for the system. As you can see lamps and vases were often confused by the system. This could be because they are both ornate and decorative.
Chair | Vase | Lamp |
---|---|---|
614 | 1 | 2 |
0 | 91 | 11 |
0 | 8 | 226 |
Successful cases:
Chair Successes
Vase Successes
Lamp Successes
Chair Failures
This chair was predicted as a lamp.Vase Failures
This vase was predicted as a lamp.Lamp failures
This lamp was predicted as a vaseTest accuracy: 90.38%
Shown below is some of the best and worst performing segmentations. Segmentation worked best when the chair looked similar to a char without arms The square chair had problems as it had problems segmenting the seat from the arms. The arms were hard to segment from the seat it seems.Successful chair: 98.99%
Successful Vase: 97.55%
Successful Lamp: 98.99%
Failure:45.2%
Failure:45.2%
5000 points: 97.58 2000 points: 97.37 200 points: 95.59
5000 points confusion tableChair | Vase | Lamp |
---|---|---|
614 | 1 | 2 |
0 | 91 | 11 |
0 | 9 | 225 |
Chair | Vase | Lamp |
---|---|---|
614 | 1 | 2 |
0 | 90 | 12 |
0 | 10 | 224 |
Chair | Vase | Lamp |
---|---|---|
614 | 1 | 2 |
2 | 82 | 18 |
0 | 19 | 215 |
Successful vase example 10000 points
Failure vase example 5000 points
Failure vase example 2000 points
failure vase example 200 points
5000 points: 90.41 2000 points: 90.32 200 points: 84.23
In this case, reducing the number of points reduced the segmentation accuracy for all cases. There was a direct relationship between number of points and the accuracy of segmentation. However, given that the accuracy didnt drop by much, the network is rather robust to reducing the number of points.Successful chair example 5000 points 99.04%
Successful chair example 2000 points 98.55%
Successful chair example 2000 points 93.5%
0 | -1 | 0 |
1 | 0 | 0 |
0 | 0 | 1 |
30 degree rotation: 77.85%
45 degree rotation: 68.73%
90 degree rotation: 52.15%
555 | 5 | 7 |
9 | 84 | 9 |
81 | 50 | 103 |
492 | 108 | 17 |
23 | 74 | 5 |
81 | 64 | 89 |
324 | 236 | 57 |
8 | 58 | 36 |
43 | 76 | 115 |
30 degree rotation: 83.31%
45 degree rotation: 69.99%
90 degree rotation: 40.76%