paper-with-me

Papers

An Automated Data Mining Framework Using Autoencoders for Feature Extraction and Dimensionality Reduction

2024-12-03 · Yaxin Liang, Xinshi Li, Xin Huang, Ziqi Zhang, Yue Yao

This study proposes an automated data mining framework based on autoencoders and experimentally verifies its effectiveness in feature extraction and data dimensionality reduction. Through the encoding-decoding structure, the autoencoder can capture the data's potential characteristics and achieve noise reduction and anomaly detection, providing an efficient and stable solution for the data mining process. The experiment compared the performance of the autoencoder with traditional dimensionality reduction methods (such as PCA, FA, T-SNE, and UMAP). The results showed that the autoencoder performed best in terms of reconstruction error and root mean square error and could better retain data structure and enhance the generalization ability of the model. The autoencoder-based framework not only reduces manual intervention but also significantly improves the automation of data processing. In the future, with the advancement of deep learning and big data technology, the autoencoder method combined with a generative adversarial network (GAN) or graph neural network (GNN) is expected to be more widely used in the fields of complex data processing, real-time data analysis and intelligent decision-making.

📄 PDF Abstract BibTeX arXiv:2412.02211

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionDecision MakingDimensionality ReductionGenerative Adversarial NetworkGraph Neural Network

Methods 이 논문이 사용한 방법론

FA 설명 없음
Graph Neural Network 설명 없음
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

CryoMAE: Few-Shot Cryo-EM Particle Picking with Masked Autoencoders

2024-04-15 · Chentianye Xu, Xueying Zhan, Min Xu

Cryo-electron microscopy (cryo-EM) emerges as a pivotal technology for determining the architecture of cells, viruses, and protein assemblies at near-atomic resolution. Traditional particle picking, a key step in cryo-EM…

3D ReconstructionFew-Shot Learning

EvoAAA: An evolutionary methodology for automated \neural autoencoder architecture search

2023-01-15 · Francisco Charte, Antonio J. Rivera, Francisco Martínez, María J. del Jesus

Machine learning models work better when curated features are provided to them. Feature engineering methods have been usually used as a preprocessing step to obtain or build a proper feature set. In late years, autoencod…

Feature EngineeringRepresentation Learning

Neural Architecture Search for Quantum Autoencoders

2025-11-24 · Hibah Agha, Samuel Yen-Chi Chen, Huan-Hsin Tseng, Shinjae Yoo arxiv

In recent years, machine learning and deep learning have driven advances in domains such as image classification, speech recognition, and anomaly detection by leveraging multi-layer neural networks to model complex data.…

Neural Architecture SearchQuantum Machine LearningImage ClassificationSpeech Recognition

CE-Bench: Towards a Reliable Contrastive Evaluation Benchmark of Interpretability of Sparse Autoencoders

2025-08-31 · Alex Gulko, Yusen Peng, Sachin Kumar arxiv

Sparse autoencoders (SAEs) are a promising approach for uncovering interpretable features in large language models (LLMs). While several automated evaluation methods exist for SAEs, most rely on external LLMs. In this wo…

The Missing Curve Detectors of InceptionV1: Applying Sparse Autoencoders to InceptionV1 Early Vision

2024-06-06 · Liv Gorton

Recent work on sparse autoencoders (SAEs) has shown promise in extracting interpretable features from neural networks and addressing challenges with polysemantic neurons caused by superposition. In this paper, we apply S…