paper-with-me

Papers

Reducing Data Complexity using Autoencoders with Class-informed Loss Functions

2021-11-11 · David Charte, Francisco Charte, Francisco Herrera

Available data in machine learning applications is becoming increasingly complex, due to higher dimensionality and difficult classes. There exists a wide variety of approaches to measuring complexity of labeled data, according to class overlap, separability or boundary shapes, as well as group morphology. Many techniques can transform the data in order to find better features, but few focus on specifically reducing data complexity. Most data transformation methods mainly treat the dimensionality aspect, leaving aside the available information within class labels which can be useful when classes are somehow complex. This paper proposes an autoencoder-based approach to complexity reduction, using class labels in order to inform the loss function about the adequacy of the generated variables. This leads to three different new feature learners, Scorer, Skaler and Slicer. They are based on Fisher's discriminant ratio, the Kullback-Leibler divergence and least-squares support vector machines, respectively. They can be applied as a preprocessing stage for a binary classification problem. A thorough experimentation across a collection of 27 datasets and a range of complexity and classification metrics shows that class-informed autoencoders perform better than 4 other popular unsupervised feature extraction techniques, especially when the final objective is using the data for a classification task.

📄 PDF Abstract BibTeX arXiv:2111.06142

Code (1)

ari-dasci/S-reducing-complexity 공식 구현

Tasks

Binary ClassificationClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Efficient Aircraft Design Optimization Using Multi-Fidelity Models and Multi-fidelity Physics Informed Neural Networks

2024-12-24 · Apurba Sarker

Aircraft design optimization traditionally relies on computationally expensive simulation techniques such as Finite Element Method (FEM) and Finite Volume Method (FVM), which, while accurate, can significantly slow down …

Compression, Regularity, Randomness and Emergent Structure: Rethinking Physical Complexity in the Data-Driven Era

2025-05-12 · Nima Dehghani

Complexity science offers a wide range of measures for quantifying unpredictability, structure, and information. Yet, a systematic conceptual organization of these measures is still missing. We present a unified framewor…

Symbolic Regression

QCPINN: Quantum-Classical Physics-Informed Neural Networks for Solving PDEs

2025-03-20 · Afrah Farea, Saiful Khan, Mustafa Serdar Celebi

Physics-informed neural networks (PINNs) have emerged as promising methods for solving partial differential equations (PDEs) by embedding physical laws within neural architectures. However, these classical approaches oft…

BenchmarkingPhysics-informed machine learning

Data Efficient Acoustic Scene Classification using Teacher-Informed Confusing Class Instruction

2024-09-18 · Jin Jie Sean Yeo, Ee-Leng Tan, Jisheng Bai, Santi Peksi 외

In this technical report, we describe the SNTL-NTU team's submission for Task 1 Data-Efficient Low-Complexity Acoustic Scene Classification of the detection and classification of acoustic scenes and events (DCASE) 2024 c…

Acoustic Scene ClassificationData AugmentationDiversityKnowledge Distillation+1

EQ-VAE: Equivariance Regularized Latent Space for Improved Generative Image Modeling

2025-02-13 · Theodoros Kouzelis, Ioannis Kakogeorgiou, Spyros Gidaris, Nikos Komodakis

Latent generative models have emerged as a leading approach for high-quality image synthesis. These models rely on an autoencoder to compress images into a latent space, followed by a generative model to learn the latent…

Image Generation