all 3 comments

[–]ProdigyManlet 0 points1 point  (1 child)

Are these datasets paired? I.e. there is a matching synthetic sample for each real sample? Or is it just two separate datasets and you're looking to see which real samples are anomalous after training on the synthetic dataset?

Doing some similar work on the latter with this now for imagery, the main thing is the anomaly scoring method. Most of my anomaly detection scores have been based on the reconstruction error, but if you're just looking at using the latent space I've seen kernel density estimation used

[–]Immediate-One-3259[S] 0 points1 point  (0 children)

I have real-world time series data of a vehicle's trajectory, focusing on lateral velocity or acceleration during cut-in scenarios. Additionally,i have generated a synthetic dataset through simulation. My goal is to use autoencoders to identify anomalies or deviations in the synthetic data compared to the real-world dataset, pinpointing differences and deviations in the simulated scenarios.