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,341 papers · 148 categories

Trend · papers per month

1.3%2.7%4.0%5.3% · Feb 202019922001200920182026
48 results for pre-trained CNN

Bayesian evidence framework selects best pre-trained CNN for transfer learning.

problem Selecting the best pre-trained deep representation for transfer learning.
method Formulated on LS-SVM classifier, evidence maximization for regularization parameters, Aitken's delta-squared process for convergence, greedy algorithm for ensemble selection.
result Competitive performance in visual recognition datasets, state-of-the-art performance in accuracy and efficiency.

Deep learning identifies smartphone users from motion sensor data.

problem Smartphone user identification using motion sensor signals.
method Transformed motion signals into images, trained CNN for classification, used SVM for few-shot identification.
result CNN achieved 89.75% multi-class user classification and 96.72% few-shot user identification accuracy.

CompactNet optimizes CNN models for resource-limited platforms.

problem Challenges in implementing CNN models on resource-limited platforms.
method Guided by a simulator, CompactNet progressively trims a pre-trained network to achieve target speedup while maintaining accuracy.
result Achieves up to 1.8x kernel computation speedup on embedded platforms.

RIFLE improves deep transfer learning by reinitializing fully-connected layers.

problem Limited improvement in transfer learning accuracy with pre-trained models on small datasets.
method Re-Initializing fully-connected layers with random scratch during fine-tuning.
result Significant improvement in deep transfer learning accuracy across various datasets.

Paper learns an explainer to interpret CNN features without annotations.

problem Interpreting complex features in CNNs without labeled data.
method Unsupervised learning of an explainer to decompose and reconstruct feature maps.
result Explainer learns to reconstruct CNN features without losing information.

State-of-the-art Twitter sentiment analysis using CNNs and LSTMs.

problem Improving Twitter sentiment classification accuracy.
method Pre-trained word embeddings, distant supervision, fine-tuning, ensemble of CNNs and LSTMs.
result First rank on all five English subtasks of SemEval-2017.

ConvTimeNet is a pre-trained CNN for time series classification.

problem Training deep neural networks for time series classification requires careful tuning and resources.
method ConvTimeNet is a pre-trained deep convolutional neural network trained on diverse univariate time series datasets. It adapts to new tasks with minimal fine-tuning.
result ConvTimeNet achieves significant gains in classification accuracy and computational efficiency compared to existing methods.

The paper proposes new ways to enforce orthogonality in deep CNNs training.

problem Enforcing orthogonality in deep CNNs training.
method Developed novel orthogonality regularizations using analytical tools like mutual coherence and restricted isometry property.
result Consistent performance gains in final accuracies and convergence speed after applying regularizations.

Improved vehicle classification using ResNets and spatial pooling.

problem Fine-grained vehicle classification using ResNet architectures.
method Training ResNet-18, -34, and -50 on Comprehensive Cars dataset. Adding Spatially Weighted Pooling and localisation.
result Combining Spatially Weighted Pooling and localisation increases top-1 accuracy to 96.351%.

Simpler CNN model with spatial attention and temporal pooling outperforms complex models.

problem Emotion recognition from videos with small face deformations and identity variations.
method Spatial attention mechanism and temporal softmax pooling applied to a pre-trained CNN.
result The approach achieves higher accuracy than state-of-the-art methods on the EmotiW dataset.

Improved 3D MRI classification using contrastive learning with continuous proxy metadata.

problem Insufficient labelled data for 3D medical image classification.
method Proposed a new loss function (y-Aware InfoNCE) to leverage continuous proxy metadata in contrastive learning.
result 3D CNN model pre-trained on 10^4 multi-site healthy brain MRI scans outperforms fully-supervised methods.

Paper presents a CNN-RNN method for multi-dimensional emotion recognition in-the-wild.

problem Dimensional emotion recognition in real-world scenarios.
method Pre-training with Aff-Wild and Aff-Wild2, extracting low-, mid-, and high-level features, using RNN subnets in a multi-task framework, and fusion of networks.
result Our approach outperformed state-of-the-art methods using only visual information.

Images have become one of the most popular types of media through which users convey their emotions within online social networks. Although vast amount of research is devoted to sentiment analysis of textual data, there has been very limited work that focuses on analyzing sentiment of image data. In this work, we propo…

2014-11-21abs ↗pdf ↗

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%.

Collage inference uses redundancy to reduce cloud image classification latency variance.

problem Reducing latency variance in cloud image classification.
method Integrates collage-cnn for low-cost redundancy in multi-image classification.
result Significant reduction in 99th percentile tail latency and inference latency variation.

New CNN architecture detects face spoofing with deep local features.

problem Face recognition systems are vulnerable to face spoofing attacks.
method Two-step CNN architecture: first learns features from facial regions, then fine-tunes on whole images.
result Improves face spoofing detection performance and convergence speed.

Novel channel pruning method accelerates deep CNNs by removing redundant, similar features.

problem Limitations of existing magnitude-based pruning algorithms in similar magnitude cases.
method Hierarchical clustering of channels based on probabilistic similarity metrics, without sparsity training.
result 30% reduction in FLOPs for pruned ResNet-50 on ImageNet, outperforming baseline.

ConViT combines CNN and ViT strengths, improving image classification.

problem Combining the strengths of CNNs and ViTs while avoiding their limitations.
method Introducing GPSA, a form of positional self-attention with a soft convolutional inductive bias.
result ConViT outperforms DeiT on ImageNet while offering improved sample efficiency.

Kernel Quantization improves CNN compression without sacrificing performance.

problem Efficiently compressing CNN models without significant performance loss.
method Quantizes convolution kernels as the unit, learning a codebook for low-bit indexes.
result Significant compression ratio achieved with minimal accuracy loss.

Improved VGG networks enhance image classification accuracy.

problem Enhancing image classification accuracy using modified VGG architectures.
method Two improved VGG architectures were created by freezing the first two blocks and applying different dilation rates in the last three blocks.
result Significant out-performance on image classification tasks on CIFAR-10 and CIFAR-100 datasets.

Proposes a deep learning churn prediction system for telecom using TL and meta-classification.

problem Churn prediction challenges in telecom due to large data, high dimensions, and imbalanced data.
method Transfer Learning (TL) and Ensemble-based Meta-Classification. Two stages: TL on Deep CNNs, then GP-AdaBoost meta-classifier.
result TL-DeepE system achieved 75.4% and 68.2% prediction accuracy on Orange and Cell2cell datasets, respectively.

Survey of deep learning for Hindi text classification.

problem Limited research on morphologically rich, low-resource Hindi text classification.
method Comparison of CNN, LSTM, Transformer, BERT, and LASER for Hindi text classification.
result Multilingual pre-trained sentence embeddings outperform traditional architectures for Hindi text classification.