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.

168,982 papers · 148 categories

Trend · papers per month

306191121 · Jun 202019922001200920172026
48 results for ensemble CNNs

Ensemble CNNs improve mode classification in smartphone travel surveys.

problem Classifying transportation modes from smartphone travel survey data.
method Developed an ensemble of CNN models with different architectures and hyper-parameters, combined using average voting, majority voting, optimal weights, and a Random Forest meta-learner.
result The ensemble method with Random Forest as meta-learner achieved 91.8% accuracy, surpassing other methods.

Improved anti-cancer drug sensitivity prediction using REFINED CNN ensemble learning.

problem Challenges in predicting anti-cancer drug sensitivity for individual cell lines.
method Using REFINED CNN, which represents high-dimensional vectors as compact 2D images with spatial correlations, and building ensembles of these models.
result Ensemble approaches significantly improve drug sensitivity prediction performance compared to single models.

CNN improves medium-range temperature forecasts with limited resources.

problem Limited computational resources for high-resolution temperature forecasts.
method CNN post-processing with ensemble NWP models for bias correction and spatial downscaling.
result High-resolution (5-km) surface temperature forecasts with lead times up to 5.5 days.

TentacleNet improves binarized CNNs, reducing accuracy loss and memory usage.

problem Excessive accuracy loss in binarized CNNs.
method Parallelization inspired by ensemble learning theory, end-to-end trainable compact topology.
result Significant memory savings compared to state-of-the-art binary ensemble methods.

Ensemble learning is a method of combining multiple trained models to improve model accuracy. We propose the usage of such methods, specifically ensemble average, inside Convolutional Neural Network (CNN) architectures by replacing the single convolutional layers with Inner Average Ensembles (IEA) of multiple convoluti…

2018-08-30abs ↗pdf ↗

Paper analyzes the free energy of CNNs with skip connections in Bayesian learning.

problem Dependency of CNNs with skip connections on the number of parameters.
method Examines the Bayesian free energy of CNNs with and without skip connections.
result The upper bound of free energy of Bayesian CNN with skip connections does not depend on overparametrization.

DVERGE diversifies adversarial vulnerabilities to enhance robust ensemble models.

problem Diverse adversarial vulnerabilities for robust ensemble models.
method Isolates and diversifies adversarial vulnerabilities through distillation and training.
result Achieves higher robustness against transfer attacks compared to previous methods.

Unified deep learning approach for time series forecasting using VMD-CNN-LSTM.

problem Time series forecasting problem.
method Proposes a unified deep learning approach with decomposition-reconstruction-ensemble framework using VMD-CNN-LSTM.
result The proposed approach outperforms benchmark approaches in forecasting accuracy.

Study shows variability in CNN predictions for medical images, suggesting ensemble averaging to reduce it.

problem Variability in CNN predictions for medical images due to data ordering during training.
method Reproduced CheXNet results with random seeds to identify variability in predictions.
result Averaging predictions from multiple models reduces variability by nearly 70%.

DCENWCNet improves WBC classification with LIME-based explainability.

problem Classifying white blood cells from blood images with high accuracy and interpretability.
method Integrates three CNN architectures with different settings to balance feature learning and performance.
result Achieves highest mean accuracy on the Rabbin-WBC dataset, outperforming state-of-the-art networks.

Paper combines CNN and GBoost for better stock price prediction.

problem Challenges in forecasting stock prices due to noise and uncertainties in market data.
method Combines Convolution Neural Network (CNN) and Gradient Boosting (GBoost) for stock price prediction.
result Experimental results show the proposed method outperforms current methods on six market indexes.

Deep-AER system uses lightweight CNN models for EEG-based emotion recognition.

problem Challenging task of emotion recognition using EEG signals.
method Two-level ensemble of lightweight 1D-CNN models trained on a small dataset.
result Deep-AER achieved high accuracies (98.43% and 97.65%) for emotion detection.

Study improves offline signature verification by combining multiple loss functions in CNNs.

problem Challenges in offline signature verification, especially forgeries.
method Examined and integrated cross entropy, Cauchy-Schwarz divergence, and hinge loss into a dynamic multi-loss function.
result Substantial improvements in EERs for writer-dependent OSV protocols.

Deep CNN model uses stock bar charts for trading, outperforming Buy and Hold.

problem Predicting stock prices using 2D bar charts instead of time series data.
method 2D Convolutional Neural Network (CNN) trained on bar chart images of 30-day windows.
result Model outperformed Buy and Hold strategy, especially in trendless markets.

Pruning CNNs by removing less important filters based on empirical loss changes.

problem Reducing memory and computation requirements for CNNs on resource-limited devices.
method Developed a novel filter importance norm based on empirical loss changes, and used sampling and ranking to prune filters.
result Reduced 60% of parameters and 64% of FLOPs with less than 0.6% accuracy drop.

Developed deep learning models to predict crop yields across diverse environments.

problem Precise crop yield prediction for improved agricultural practices and climate resilience.
method Integrated weather data, used CNN-DNN and CNN-LSTM-DNN models, applied GEM method.
result Achieved superior performance in crop yield prediction with reduced RMSE and MAE.

Deep CNN classifies EEG-based brain connectivity in schizophrenia.

problem Classifying neuropsychiatric disorders using EEG connectivity.
method Multi-domain connectome CNN framework integrating time and frequency-domain metrics.
result MDC-CNN achieves 93.06%93.06\% accuracy in schizophrenia classification.

In this paper we propose cross-modal convolutional neural networks (X-CNNs), a novel biologically inspired type of CNN architectures, treating gradient descent-specialised CNNs as individual units of processing in a larger-scale network topology, while allowing for unconstrained information flow and/or weight sharing b…

2016-10-01abs ↗pdf ↗

The paper proposes an ensemble of convolution-based methods for fault detection in gearboxes.

problem Fault detection in planetary gearboxes using vibration signals.
method Ensemble of three convolution kernel-based methods (ROCKET, 1D CNN with ResNet, FCN).
result Outperforms other approaches with over 98.8% accuracy.

Improved weather forecasting using deep CNN on cubed-sphere grid.

problem Global weather prediction accuracy and speed.
method Deep convolutional neural network (CNN) on cubed-sphere grid, offline mapping, loss minimization.
result Significantly improved weather forecasts, indefinitely stable, realistic patterns at long lead times.

This research tackles image classification with noise, proposing committees of CNNs.

problem Image classification with concurrent feature and label noise.
method Committees of Convolutional Neural Networks (CNNs) for MNIST, CIFAR-10, and CIFAR-100 datasets.
result Committees outperform single models in noisy conditions, especially on difficult datasets.

Study improves fraud detection in e-commerce with a stacked model combining CNNs, GNNs, and confidence gating.

problem Detecting credit card fraud in online transactions.
method Stacking approach with attention and confidence-driven layers, using DOWA and IOWA operators.
result The method achieves high accuracy and robust generalization in CCF detection.

JUCAL jointly calibrates aleatoric and epistemic uncertainties in classifier ensembles.

problem Misrepresentation of predictive uncertainty due to unbalanced aleatoric and epistemic uncertainties.
method Joint Uncertainty Calibration (JUCAL) that jointly calibrates two constants to weight and scale uncertainties.
result Significantly outperforms state-of-the-art calibration methods across various text classification tasks.

Integrates differentiable decision trees into neural networks for faster training and inference.

problem Combining differentiability and conditional computation in tree ensembles for neural networks.
method Sparse activation function and specialized forward/backward propagation algorithms for efficient training and inference.
result 10x speed-ups and 20x reduction in parameters compared to existing methods, while maintaining performance.

Study tackles database variability in medical data using ensemble models and CNNs.

problem Achieving robust generalization in machine learning models across multiple medical databases.
method Ensemble of local models based on convolutional neural networks (CNNs) and various data preprocessing techniques.
result Improved inter-database generalization performance and scalability of models.

We investigate in this paper the architecture of deep convolutional networks. Building on existing state of the art models, we propose a reconfiguration of the model parameters into several parallel branches at the global network level, with each branch being a standalone CNN. We show that this arrangement is an effici…

2017-09-18abs ↗pdf ↗

Deep learning classifies autism vs controls with high accuracy using large fMRI dataset.

problem Classification difficulty of autism vs typically developing controls with fMRI data.
method Ensemble CNN model trained on 43,858 fMRI datapoints, employing class-balancing and visualization methods.
result Deep learning models achieve AUROCs of 0.6774, 0.7680, and 0.9222 for ASD vs TD, gender, and task vs rest classifications.

A central challenge in neuroscience is to understand neural computations and circuit mechanisms that underlie the encoding of ethologically relevant, natural stimuli. In multilayered neural circuits, nonlinear processes such as synaptic transmission and spiking dynamics present a significant obstacle to the creation of…

2017-02-06abs ↗pdf ↗