Views
No views yet
| Metric | Score | Note |
|---|---|---|
| ROC-AUC | 99.00% | 정상/불량 분류 분별력 |
| Precision (정밀도) | 100.00% | 불량 판정 시 실제 불량 비율 |
| Recall (재현율) | 90.00% | 실제 불량품 검출율 |
| F1-Score | 94.74% | 종합 성능 지표 |
| Normal Mean Score | 0.012851 | 정상 제품 복원 오차 |
| Defect Mean Score | 0.022506 | 불량 제품 복원 오차 (약 2배 상승) |
| Optimal Threshold | 0.019805 | 이상 판정 기준 임계값 |

LineScanLSTMAutoencoder(
(encoder): LSTM(input_dim=64, hidden_dim=128, num_layers=2, batch_first=True, dropout=0.1)
(encoder_fc): Linear(in_features=128, out_features=64, bias=True)
(decoder_fc): Linear(in_features=64, out_features=128, bias=True)
(decoder): LSTM(input_dim=128, hidden_dim=128, num_layers=2, batch_first=True, dropout=0.1)
(output_fc): Linear(in_features=128, out_features=64, bias=True)
)train_vision_anomaly.py 참조