paper-with-me

Papers

CLAIRE: Compressed Latent Autoencoder for Industrial Representation and Evaluation -- A Deep Learning Framework for Smart Manufacturing

2026-03-06 · Mohammadhossein Ghahramani, Mengchu Zhou arxiv

Accurate fault detection in high-dimensional industrial environments remains a major challenge due to the inherent complexity, noise, and redundancy in sensor data. This paper introduces CLAIRE, i.e., a hybrid end-to-end learning framework that integrates unsupervised deep representation learning with supervised classification for intelligent quality control in smart manufacturing systems. It employs an optimized deep autoencoder to transform raw input into a compact latent space, effectively capturing the intrinsic data structure while suppressing irrelevant or noisy features. The learned representations are then fed into a downstream classifier to perform binary fault prediction. Experimental results on a high-dimensional dataset demonstrate that CLAIRE significantly outperforms conventional classifiers trained directly on raw features. Moreover, the framework incorporates a post hoc phase, using a game-theory-based interpretability technique, to analyze the latent space and identify the most informative input features contributing to fault predictions. The proposed framework highlights the potential of integrating explainable AI with feature-aware regularization for robust fault detection. The modular and interpretable nature of the proposed framework makes it highly adaptable, offering promising applications in other domains characterized by complex, high-dimensional data, such as healthcare, finance, and environmental monitoring.

📄 PDF Abstract BibTeX arXiv:2603.06361

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Uncertainty Autoencoders: Learning Compressed Representations via Variational Information Maximization

2018-12-26 · Aditya Grover, Stefano Ermon

Compressed sensing techniques enable efficient acquisition and recovery of sparse, high-dimensional data signals via low-dimensional projections. In this work, we propose Uncertainty Autoencoders, a learning framework fo…

compressed sensingDimensionality ReductionRepresentation Learning

Accelerated Full Waveform Inversion by Deep Compressed Learning

2026-01-03 · Maayan Gelboim, Amir Adler, Mauricio Araya-Polo arxiv

We propose and test a method to reduce the dimensionality of Full Waveform Inversion (FWI) inputs as computational cost mitigation approach. Given modern seismic acquisition systems, the data (as input for FWI) required …

Representation Learning

Music2Latent: Consistency Autoencoders for Latent Audio Compression

2024-08-12 · Marco Pasini, Stefan Lattner, George Fazekas

Efficient audio representations in a compressed continuous latent space are critical for generative audio modeling and Music Information Retrieval (MIR) tasks. However, some existing audio autoencoders have limitations, …

Audio CompressionInformation RetrievalMusic Information Retrieval

Representation Learning for Content-Sensitive Anomaly Detection in Industrial Networks

2022-04-20 · Fabian Kopp

Using a convGRU-based autoencoder, this thesis proposes a framework to learn spatial-temporal aspects of raw network traffic in an unsupervised and protocol-agnostic manner. The learned representations are used to measur…

Anomaly DetectionIntrusion DetectionNetwork Intrusion DetectionRepresentation Learning

Improving Reconstruction Autoencoder Out-of-distribution Detection with Mahalanobis Distance

2018-12-06 · Taylor Denouden, Rick Salay, Krzysztof Czarnecki, Vahdat Abdelzad 외

There is an increasingly apparent need for validating the classifications made by deep learning systems in safety-critical applications like autonomous vehicle systems. A number of recent papers have proposed methods for…

Out-of-Distribution Detection