Proposes OCGNN for detecting anomalies in graph data.
problem Detecting anomalies in graph-structured data.
method One Class Graph Neural Network (OCGNN) combining Graph Neural Networks and one-class classification.
result Significant improvements in anomaly detection compared to baselines.
This paper uses deep neural networks for one-class classification by splitting normal data into typical and atypical subsets.
problem Training deep neural networks with only one class of data for one-class classification.
method Intra-class splitting to create typical and atypical subsets, using binary loss and auxiliary subnetworks.
result The method outperformed seven baselines and had comparable performance to state-of-the-art methods on image datasets.
Proposes OC-NN for anomaly detection in complex data.
problem Detect anomalies in complex data sets.
method Combines deep learning and one-class objective for anomaly detection.
result OC-NN performs on par with state-of-the-art methods and outperforms conventional methods.
Meta-learning improves anomaly detection with few labeled instances.
problem High requirement of training data for neural network-based anomaly detection.
method Meta-learning framework with one-class classification and generalized eigenvalue problem.
result Meta-learning method achieves better performance than existing methods on various datasets.
A new method explains anomalies in one-class models using deep Taylor decomposition.
problem Understanding why one-class models classify data points as anomalies.
method Recompose one-class SVM as a neural network, perform deep Taylor decomposition.
result The method reliably explains a wide set of data anomalies and outperforms baselines.
Binary classifier learned from only positive data with confidence.
problem Learning binary classifier from only positive data.
method Simple empirical risk minimization framework, model-independent and optimization-independent.
result Consistency and estimation error bound established for Pconf classification.
Morse neural networks improve uncertainty quantification and detection.
problem Uncertainty quantification and out-of-distribution detection.
method Generalizes unnormalized Gaussian densities to high-dimensional submanifolds using KL-divergence loss.
result Unified approach for OOD detection, anomaly detection, and continuous learning.
OCmst detects anomalies using CNN features and MSTs.
problem Novelty detection in data with no outliers.
method Uses CNN for feature extraction and MSTs for graph-based modeling.
result Achieved state-of-the-art results on CIFAR10 dataset.
Deep CNNs struggle with rare taxa; one-class classifiers help identify them.
problem Efficiently identifying rare benthic macroinvertebrates in insect monitoring.
method Combining deep CNNs with one-class classifiers to identify rare taxa.
result The proposed approach can improve rare species identification, supporting automation.
IAE extracts innovations sequences for non-Gaussian processes.
problem Extracting innovations sequences for non-Gaussian processes.
method Causal convolutional neural network.
result IAE effectively detects anomalies in non-Gaussian data.
Paper develops ML-based PLA verifiers that operate like the likelihood test.
problem Designing secure PLA verifiers when no attack information is available.
method Developed neural network and OCLSSVM models trained as two-class classifiers on legitimate data.
result One-class models can operate as the likelihood test at convergence.
New approach detects out-of-distribution inputs without needing OOD samples.
problem Detecting incorrect classification of out-of-distribution inputs in deep neural networks.
method A one-class classifier trained on an early layer's output of the original classifier.
result Substantially better results compared to state-of-the-art approaches.
Paper proposes anomaly detection using Eigentraces and one-class classification.
problem Detect anomalies in system call trace data for Linux OS.
method One-class classification with Eigentraces feature extraction, Radial Basis Function neural network, and Random Forest.
result High performance in detecting anomalies and normal activities.
Proposes OC4Seq for detecting anomalies in discrete event sequences.
problem Challenges in detecting anomalies in discrete event sequences, including data imbalance, discrete events, and sequential nature.
method Integrates anomaly detection with recurrent neural networks (RNNs) to embed sequences into latent spaces and designs a multi-scale RNN framework to capture multi-scale sequential patterns.
result OC4Seq consistently outperforms various baselines on three benchmark datasets.
learn2mix trains neural nets faster by adjusting class proportions dynamically.
problem Training neural nets efficiently with limited resources and imbalanced classes.
method Adaptive class proportion adjustment during training.
result Neural nets trained with learn2mix converge faster than static methods.
Proposes a neural network model for detecting collective anomalies in network security.
problem Traditional anomaly detection struggles with new, unknown intrusion types.
method Trains a Long Short-Term Memory Recurrent Neural Network (LSTM RNN) on normal data to predict anomalies and uses prediction errors over time to detect collective anomalies.
result The proposed model efficiently detects collective anomalies in network security.
Study uses autoencoders to classify cryptocurrencies over 12 periods.
problem Classify cryptocurrencies based on market behavior.
method Deep convolutional autoencoder neural network.
result Cryptocurrencies transition between classes over time.
Paper improves anomaly detection methods for one-class classification.
problem Challenges in selecting kernels for anomaly detection.
method Generalizes kernel selection methods from binary to one-class classification.
result Extensive comparison of kernel selection methods.
Meta-learning framework for few-shot one-class classification using order-equivariant networks.
problem Few labeled examples for positive class in one-class classification tasks.
method Order-equivariant networks for meta-learning a binary classifier conditioned on positive examples.
result Meta-learning framework outperforms baselines on unseen synthetic streams.
This paper proposes neural network-based undersampling techniques to improve model performance on class-imbalanced datasets.
problem Class imbalance problem in machine learning models leads to biased predictions and lower performance metrics.
method Neural network-based undersampling techniques applied to class-imbalanced datasets.
result Neural network-based undersampling outperforms other resampling techniques in terms of AUC, F1, and G-mean scores.
One-Class Boundary Peeling detects outliers efficiently and robustly.
problem Unsupervised outlier detection in diverse data distributions.
method One-Class Boundary Peeling uses flexible boundaries generated by one-class SVMs and iteratively peels them.
result One-Class Boundary Peeling outperforms state-of-the-art methods in synthetic data simulations.
Context improves one-class classifiers in dynamic data streams.
problem Improving one-class classification in data streams with limited training data.
method Proposes using context to guide one-class classifier learning in data streams, presenting three frameworks.
result The use of context can improve the performance of streaming one-class classifiers.
A new active learning method for one-class classification using two classifiers.
problem Reducing manual labeling efforts in one-class classification.
method Uses two one-class classifiers for active learning, proposing new query strategies.
result Improved results compared to existing methods on various datasets.
The paper improves uncertainty estimation for unknown classes in BNNs.
problem Uncertainty estimation challenges, especially for unknown classes.
method Introducing semi-supervised set classification to improve BNNs.
result Empirical improvement on three datasets: MNIST, notMNIST, and FMNIST.
New method attaches uncertainty to deep neural network predictions.
problem Quantifying uncertainty in deep learning predictions.
method Deep Dirichlet mixture network to learn and approximate classification probabilities.
result Construct credible intervals from learned Dirichlet mixture distribution.
Novel model identifies unseen classes with a single example.
problem Weakly supervised one-shot detection of unseen classes.
method Siamese similarity network with attention mechanism.
result Significantly outperforms baseline methods in experiments.
DOC3 learns from contradictions to improve deep one class classification.
problem Deep one class classification problems.
method Formalizes learning from contradictions for one class large-margin loss, proposes DOC3 algorithm.
result DOC3 incurs lower generalization error compared to traditional inductive learning.
NN-EVCLUS uses neural networks to cluster data with uncertainty.
problem Clustering data with uncertainty and handling outliers.
method NN-EVCLUS learns a neural network to map attributes to mass functions, minimizing discrepancy between dissimilarities and conflict.
result NN-EVCLUS outperforms existing methods in clustering tasks.
A new method learns features for one-class classification using intra-class splitting.
problem Challenges in one-class classification due to limited normal class samples.
method Intra-class splitting and joint training of typical and atypical samples with loss functions.
result The method outperforms other models in one-class classification tasks.
This paper speeds up OCSSVM training using SMO.
problem Training One-Class Slab SVMs is slow.
method Uses updated SMO to divide large problems into smaller, analytically solvable subproblems.
result Training OCSSVMs scales better with large datasets.
Neural Boltzmann Machines improve on CRBMs for modeling data.
problem Limited expressivity of CRBMs with noisy data.
method Convert CRBM parameters to neural networks.
result NBMs can approximate data likelihood better.
This article introduces machine learning methods for solving PDEs.
problem Approximating solutions of partial differential equations.
method Machine learning methods, including physics-informed neural networks and deep operator learning.
result Recent advances in machine learning have made PDE solutions more accessible.
The paper proposes a novel MKL approach for OCC using ℓp-norm constraints.
problem Addressing the MKL problem for one-class classification.
method A min-max saddle point Lagrangian optimisation problem is formulated and solved efficiently.
result The proposed method outperforms baselines and other algorithms on various data sets.
Improves confidence calibration in neural networks by smoothing labels based on class similarity.
problem Improving confidence calibration in deep neural networks for safety-critical applications.
method Proposes a novel label smoothing technique where label values are based on similarities with the reference class, using different similarity measurements.
result Consistently outperforms state-of-the-art calibration techniques on various datasets and network architectures.
Few-shot models detect tweets in emerging disasters efficiently.
problem Detecting relevant tweets in emerging disaster events is challenging.
method Few-shot models (matching networks and prototypical networks) are used to detect tweets in emerging disaster events.
result Few-shot models can generalize to unseen classes with a small amount of examples.
A multi-layer KRR Auto-Encoder architecture for one-class classification.
problem One-class classification in machine learning.
method Multi-layer architecture of Kernel Ridge Regression Auto-Encoders with semi-supervised learning.
result Experimental results show the superiority of the proposed MKOC over existing one-class classifiers.
OCLEP+ detects anomalies and intrusions with short patterns.
problem Detecting anomalies and intrusions in minimal data.
method One-class Classification using Length statistics of Emerging Patterns Plus.
result Effective detection of anomalies and intrusions with minimal data.
CHANI learns classification tasks with local transformations inspired by biology.
problem Proving neural networks can learn classification tasks with local transformations.
method CHANI uses spiking neurons modeled by Hawkes processes with expert aggregation for local learning.
result CHANI can learn and encode multiple classes, forming assemblies of neurons.
A novel multi-layer architecture for one-class classification using graph-embedded kernel ridge regression.
problem Outlier detection in one-class classification using only normal samples.
method Stacking various Graph-Embedded Kernel Ridge Regression (KRR) based Auto-Encoders in a hierarchical fashion.
result The proposed method outperforms existing one-class classifiers on 21 benchmark datasets.
KOC+ uses privileged information to improve one-class classification performance.
problem Outlier detection and novelty detection using kernel methods.
method Kernel ridge regression with correction function for privileged information.
result KOC+ achieves better generalization performance compared to traditional methods.
System classifies metaphorical violence on cable news.
problem Identifying and annotating metaphorical violence in cable news.
method Neural network trained on user annotations of metaphor.
result System can classify metaphors by context, subject, or verb.
Discriminative neural networks address class imbalance in coronary heart disease risk analysis.
problem Class imbalance in medical test data, especially in binary classification problems.
method Use of discriminative neural networks and contrastive loss with a Siamese network structure.
result The method effectively handles class imbalance, improving predictive models for coronary heart disease risk.
This paper removes the finite variance assumption for deep convolutional neural networks.
problem Removing the finite variance assumption for deep convolutional neural networks.
method Assuming iid parameters distributed according to a stable distribution, the paper shows that the infinite-channel limit of a deep feed-forward convolutional neural network is a multivariate stable stochastic process.
result The infinite-channel limit of a deep feed-forward convolutional neural network, under suitable scaling, is a multivariate stable stochastic process.
A new classifier improves one-class predictions on unevenly sampled data.
problem Non-uniformly sampled data affects one-class classifier performance.
method Dynamic decision boundary based on minimum spanning tree.
result Proves effectiveness and robustness compared to state-of-the-art classifiers.
Random Forests (RFs) are strong machine learning tools for classification and regression. However, they remain supervised algorithms, and no extension of RFs to the one-class setting has been proposed, except for techniques based on second-class sampling. This work fills this gap by proposing a natural methodology to e…
A new method quantifies deep neural network uncertainty by mixing OVA and AVA classifiers.
problem Uncertainty quantification in deep neural networks, especially for out-of-distribution data.
method Mixing predictions from OVA and AVA classifiers to improve uncertainty quantification.
result Achieves state-of-the-art performance in quantifying out-of-distribution data.
Extends OC-KSR for multi-task one-class classification.
problem Improving one-class classification performance with shared information.
method Linear and non-linear structure learning mechanisms for multi-task one-class classification.
result Improved performance on multiple one-class problems.
New model explains neural collapse and limits on minority classes in imbalanced datasets.
problem Understanding and predicting performance limits of deep learning models on imbalanced datasets.
method Layer-Peeled Model, a nonconvex optimization program isolating top layers and applying constraints.
result Reveals a new phenomenon called Minority Collapse that limits deep learning models on minority classes.