🤖 AI Summary
To address the coupled challenges of low anomaly detection accuracy and poor signal integrity in high-speed DRAM signaling, this paper proposes a jointly trained autoencoder-classifier framework that co-optimizes latent-space representations to simultaneously enhance anomaly discriminability and signal fidelity. Methodologically, anomaly detection is embedded within the reconstruction learning objective, and the framework is validated using three mainstream anomaly detection algorithms; ablation studies further confirm the efficacy of individual components. Experimental results demonstrate that the proposed framework significantly outperforms two baseline approaches across multiple metrics: it improves signal integrity by an average of 11.3%, while also boosting anomaly detection accuracy and robustness. The source code and datasets are publicly available.
📝 Abstract
This paper addresses the dual challenge of improving anomaly detection and signal integrity in high-speed dynamic random access memory signals. To achieve this, we propose a joint training framework that integrates an autoencoder with a classifier to learn more distinctive latent representations by focusing on valid data features. Our approach is evaluated across three anomaly detection algorithms and consistently outperforms two baseline methods. Detailed ablation studies further support these findings. Furthermore, we introduce a signal integrity enhancement algorithm that improves signal integrity by an average of 11.3%. The source code and data used in this study are available at https://github.com/Usama1002/learning-latent-representations.