Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

107215322429 · Jun 202019922001200920172026
48 results for MNIST classification

MNIST-NET10 fusion improves MNIST classification to 0.1% error rate.

problem Improving MNIST classification accuracy.
method Complex heterogeneous fusion architecture using degree of certainty aggregation.
result MNIST-NET10 achieves 0.1% error rate with 10 misclassifications.

Study finds resolution impacts human classification performance in MNIST data.

problem Understanding factors affecting human classification performance in machine learning.
method Empirical study of MNIST data at various resolutions.
result Derived a quantitative relationship between resolution and human classification performance.

Delta method vs Bootstrap for deep learning classification shows strong linear relationship and faster computation.

problem Validating the Delta method for deep learning classification.
method Comparison of Delta method and Bootstrap on LeNet-based neural networks using MNIST and CIFAR-10 datasets.
result The Delta method provides a five times faster computation with strong linear predictive uncertainty relationship.

We combine supervised learning with unsupervised learning in deep neural networks. The proposed model is trained to simultaneously minimize the sum of supervised and unsupervised cost functions by backpropagation, avoiding the need for layer-wise pre-training. Our work builds on the Ladder network proposed by Valpola (…

2015-07-09abs ↗pdf ↗

Bidirectional VAE reduces parameters and improves image tasks.

problem Improving image reconstruction, classification, interpolation, and generation.
method Uses a single neural network for both encoding and decoding in both forward and backward directions.
result Bidirectional VAEs reduce parameters by almost 50% and slightly outperform unidirectional VAEs.

A new loss function αα-loss bridges log-loss and 00-11 loss for binary classification.

problem Improving binary classification performance using a tunable loss function.
method Introducing αα-loss, proving its margin-based form and classification-calibration, and providing an upper bound on empirical risk.
result Empirical and expected risk difference upper bound for logistic regression-based classification.

New method certifies robustness to sparse adversarial attacks.

problem Ensuring robustness of classifiers to sparse adversarial attacks.
method Randomized ablation of input features to provide robustness guarantees.
result Certifies robustness to sparse adversarial attacks with up to 31 pixels of distortion.

Mobile agents classify images via reinforcement learning and consensus.

problem Image classification using multiple mobile agents.
method Proposed network architecture for local belief formation and feature extraction. Decentralized consensus protocol using reinforcement learning.
result Effectiveness of the proposed framework demonstrated on MNIST dataset.

New insights suggest larger early layers improve CNN performance.

problem Common assumption of monotonously increasing feature counts in CNNs is challenged.
method Used a skew normal distribution to investigate feature amounts in CNN layers.
result Architectures favoring larger early layers yield better accuracy.

We proposed the expected energy-based restricted Boltzmann machine (EE-RBM) as a discriminative RBM method for classification. Two characteristics of the EE-RBM are that the output is unbounded and that the target value of correct classification is set to a value much greater than one. In this study, by adopting featur…

2018-07-25abs ↗pdf ↗

Faster Tsetlin Machines use clause indexing to speed inference and learning.

problem Overfitting and slow inference in Tsetlin Machines.
method Introduced a look-up table that indexes clauses based on feature falsification, enabling faster evaluation of clauses.
result Up to 15 times faster classification and three times faster learning on MNIST and Fashion-MNIST.

Study on error probabilities of machine learning classification techniques using large deviations theory.

problem Performance analysis of machine learning binary classification techniques.
method Large deviations theory applied to Data-Driven Decision Function (D3F) for error probability analysis.
result Classification error probabilities vanish exponentially, with an asymptotic formula providing precise error rate estimates.

Study shows MSE with sigmoid can match SCE in classification tasks, especially with noisy data.

problem Inconsistent errors in neural network classification tasks.
method Introduced Output Reset algorithm to use MSE with sigmoid activation.
result MSE with sigmoid activation achieves comparable accuracy and convergence rates to Softmax Cross-Entropy, especially in noisy data scenarios.

Invertible neural networks with masked convolutions improve classification and generative models.

problem Building robust invertible neural networks for better model interpretability and generative tasks.
method Combining masked convolutions and iterative inversion methods to create invertible architectures.
result Invertible neural networks achieve competitive performance in classification and generative tasks.

New algorithm defends against adversarial examples in image classification.

problem Defending against adversarial examples in image classification.
method Approximates Discrete Fourier transform of sparse signals corrupted by L0L_0 noise.
result Successfully defends against L0L_0 adversaries in image classification.

Adds a precortical module to CNNs for improved robustness to light variations.

problem Robustness of CNNs to global light intensity and contrast variations.
method Developed a mathematical model of the mammalian visual pathway, inspired by CNNs, and added a preliminary convolutional module.
result Significantly more robust CNNs achieved with added module on MNIST, FashionMNIST, and SVHN databases.

Spiking neural networks perform similarly to deep networks on occluded images.

problem Robust object recognition in partially occluded images.
method Developed a two-layer spiking neural network trained on natural scenes with a biologically plausible learning rule, compared to deep convolutional networks.
result Spiking neural networks achieve good accuracy and robustness on stepwise pixel erasement tasks.

Deep neural networks reveal a low-dimensional manifold structure in data.

problem Understanding the structure of data for better model performance.
method Model-centric analysis of the data manifold using the local data matrix and Fisher information matrix.
result The dataset lies on a data leaf with a dimension bounded by the number of labels.

EXoN creates an explainable latent space for semi-supervised learning.

problem Creating an explainable latent space for semi-supervised learning.
method EXoN combines VAE with SCI (Soft-label Consistency Interpolation) to create an explainable latent space.
result EXoN reduces the cost of investigating representation patterns on the latent space.

We propose deep convolutional Gaussian processes, a deep Gaussian process architecture with convolutional structure. The model is a principled Bayesian framework for detecting hierarchical combinations of local features for image classification. We demonstrate greatly improved image classification performance compared …

2018-10-06abs ↗pdf ↗

PixelHop++ improves image classification with a smaller model size.

problem Improving image classification models with smaller sizes.
method Decomposing input tensor, channel-wise Saab transform, successive subspace learning, feature ranking.
result PixelHop++ offers a flexible tradeoff between model size and performance.

This work enhances deep neural networks with robust features to improve their robustness against adversarial attacks.

problem Vulnerability of deep neural networks to adversarial images.
method Augmenting classification pipelines with robust features like binarization and group extraction.
result Improved robustness and training speed on adversarial inputs, with significant improvements over state-of-the-art methods.

GANchors generates realistic image perturbations for better classifier explanations.

problem Improving the trustworthiness of image classification explanations.
method Using GANs to optimize a lower-dimensional latent space for realistic perturbation distributions.
result Generated images are more likely to be from the original training set, leading to more precise explanations.

Paper proposes BQNs for efficient Bayesian quantized neural networks.

problem Learning with well-calibrated uncertainty in neural networks.
method Bayesian quantized networks (BQNs) with efficient algorithms for learning and prediction without sampling.
result BQNs achieve lower predictive errors and better-calibrated uncertainties than E-QNN with less than 20% negative log-likelihood.

DVT transfers knowledge across domains using semi-supervised deep generative models.

problem Reduces labeling effort in domains with abundant labeled examples.
method Deep Variational Transfer (DVT) using a shared latent Gaussian mixture model.
result Achieves state-of-the-art classification performances across different datasets.