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

Trend · papers per month

104208312416 · Jun 202019922001200920182026
48 results for Real-Time Classification

Interactive learning improves real-time tweet classification for situational awareness.

problem Difficulty in identifying relevant tweets from noisy social media data.
method Interactive learning framework that incorporates user feedback in real-time.
result Our approach outperforms state-of-the-art models in real-time tweet classification.

FSL-BM improves real-time classification with fuzzy logic and binary meta-features.

problem Real-time classification accuracy, memory consumption, and time complexity.
method FSL-BM integrates fuzzy logic, binary meta-features, Hamming Distance, and Hash function for efficient supervised learning.
result FSL-BM provides faster and more accurate real-time classification compared to existing algorithms.

Deep learning improves defect classification in real-time surface inspection.

problem Real-time defect classification in manufacturing industry using limited datasets.
method Convolutional Neural Networks (CNNs) designed for speed and accuracy, neural data augmentation for class imbalance.
result 98.0% accuracy in binary defect classification with 22,000 labeled images.

End-to-end framework classifies cognitive workload in real-time driving scenarios.

problem Challenging task of classifying human cognitive states from behavioral and physiological signals.
method End-to-end framework using mixture Hyper Long Short Term Memory Networks (HyperNetworks).
result Framework outperforms previous methods with 83.9% precision and 87.8% recall.

Paper shows adversarial attacks are possible in real-time video classification systems.

problem Adversarial perturbations in real-time video classification systems.
method Exploits GAN architectures to generate stealthy adversarial samples.
result Generative adversarial networks can cause misclassification rates of over 80% in real-time video classification.

Optimized neural networks for Edge TPU achieve high accuracy in real-time image classification.

problem Designing neural networks for hardware accelerators to achieve optimal performance.
method Hardware-aware neural architecture search and model customization for Edge TPU.
result Improved accuracy-latency tradeoff on Pixel 4's Edge TPU compared to existing models.

The paper uses CNNs to classify road conditions in real-time.

problem Classifying road conditions in real-time using images from cameras across North America.
method Used state-of-the-art convolutional neural networks (VGG-16, ResNet50, Xception, InceptionResNetV2, EfficientNet-B0 and EfficientNet-B4) to classify images by road condition.
result EfficientNet-B4 framework achieved validation accuracy of 90.6% in real-time map building.

LUNAR uses cellular automata for real-time data classification in fast streams.

problem Real-time machine learning challenges with fast data streams and concept drift.
method Streamified cellular automata approach for incremental learning and adaptation.
result Competitive performance in classification compared to established online learning methods.

IrisNet tracks tongue contours in ultrasound videos using deep learning.

problem Automatic and real-time tracking of tongue contours in ultrasound videos.
method Convolutional neural network mimicking peripheral vision.
result Outstanding generalization on various ultrasound tongue datasets.

Improved real-time visualizations of conversation turns using dynamic attention weights.

problem Uniform attention weights in sequential analysis tasks prevent meaningful visualization.
method Developed a method to track changes in turn importance over time.
result More informative real-time visuals confirmed by human reviewers.

Efficient decoder design improves semantic segmentation for real-time automated driving.

problem Efficient design of decoders for real-time semantic segmentation in automated driving.
method Design of a novel non-bottleneck layer and family of decoders using VGG10 as an efficient encoder.
result Improvement of 10% in performance compared to a baseline.

PROPEDEUTICA detects malware efficiently in real-time with low overhead.

problem Real-time malware detection on safety-critical devices with performance constraints.
method PROPEDEUTICA uses a hybrid approach combining conventional ML and DL, with a novel DL architecture DEEPMALWARE.
result PROPEDEUTICA achieves high accuracy (94.34%) and low false-positive rate (8.75%) with minimal performance impact.

CAG method predicts nonlinear solid mechanics responses in real-time with high accuracy and efficiency.

problem Real-time prediction of nonlinear solid mechanics responses.
method Clustering adaptive Gaussian process regression (CAG) method.
result Offers predictions within a second with high precision using only 20 samples.

IVMs help identify dangerous traffic conditions in real-time.

problem Real-time crash risk analysis in urban traffic systems.
method Import Vector Machines (IVMs) applied to historical crash and traffic data.
result IVMs successfully identify dangerous traffic conditions with computational advantage.

Big data trend has enforced the data-centric systems to have continuous fast data streams. In recent years, real-time analytics on stream data has formed into a new research field, which aims to answer queries about what-is-happening-now with a negligible delay. The real challenge with real-time stream data processing …

2016-12-27abs ↗pdf ↗

Machine learning detects and characterizes whistler radio waves for real-time monitoring of the plasmasphere.

problem Detect and characterise whistler radio waves generated by lightning strokes for real-time monitoring of the plasmasphere.
method Developed a machine learning model using image classification and localisation on spectrogram data to identify and localise whistlers.
result The proposed detectors achieve a misdetection and false alarm rate of less than 15% on Marion's dataset.

Paper proposes a log-domain training method to reduce neural network complexity.

problem High computational complexity in training deep neural networks limits real-time training.
method End-to-end training and inference scheme using approximate logarithmic operations in the log-domain.
result 16-bit log-based training achieves within 1% accuracy of floating-point baselines.

Real-time personalization for HAR models learns from new users without prior data.

problem Poor performance of HAR models on new users without labeled data.
method Incremental online domain adaptation using batch normalization.
result Personalized HAR models adapt to new users in real-time.

Automates detection of fast-ramped flexibility events for DSOs.

problem Monitoring and supervising flexibility activations in power systems.
method Unsupervised detection and open-set classification.
result Automatically identifies critical flexibility activations for early intervention.

Novel method converts time series data into functional data for high dimensional classification.

problem Small sample size problem in high dimensional time series data.
method Classwise Functional Principal Component Analysis (PCA) followed by Bayesian linear classifier.
result Demonstrated efficacy on synthetic and real data sets.

Neural Jump ODEs improve online filtering and classification with robust performance.

problem Online filtering and classification in settings with irregular and partial observations.
method Modeling conditional expectation using Neural Jump ODEs, with theoretical convergence guarantees.
result Demonstrated superior performance over classical methods, especially in complex scenarios.

Paper proposes a new efficient transport-based dissimilarity measure for time series classification.

problem Classifying time series with warping distortions.
method Defining a problem statement, proposing an Optimal Transport-based dissimilarity measure.
result The proposed method can solve the time series classification problem with reduced computational cost.

Improved real-time UAV terrain following with RVM-RLS filter.

problem Accurate real-time waypoints estimation under measurement noise in nonlinear, time-varying systems.
method Residual Variance Matching Recursive Least Squares (RVM-RLS) filter guided by RVME criterion.
result Improved waypoints estimation accuracy by approximately 88% compared to benchmarks.

Machine learning detects drilling anomalies, reducing accidents and costs.

problem Detecting and preventing accidents during directional drilling.
method Time-series comparison using machine learning and Gradient Boosting classification.
result The model detects half of the anomalies with about 0.53 false alarms per day.

FedCM measures contributions in real-time for federated learning.

problem Fairly allocating contributions in federated learning systems.
method FedCM calculates impact based on current and previous rounds with attention aggregation.
result FedCM is more sensitive to data quality and quantity in real-time.

Guidelines for deploying deep learning models on smartphones are developed.

problem Lack of unified guidelines for real-time deployment of deep learning solutions on smartphones.
method Unified flow of implementation for Android and iOS, use of multi-threading, benchmarking framework.
result Developed deployment approach allows easy conversion of deep learning models into real-time smartphone apps.

Generative profiling improves real-time task timing for varied resource contexts.

problem Inaccurate task timing analysis for complex hardware architectures.
method Nonparametric, conditional multi-marginal Schrödinger Bridge (MSB) formulation for synthesizing context-dependent timing profiles.
result Maximum likelihood accurate execution profiles for unseen resource contexts.

Efficient method identifies multiple power grid outages in real-time.

problem Identifying simultaneous line outages in large power networks is computationally challenging.
method Developed a 'Learning-to-Infer' method to efficiently infer every line status.
result The method achieves excellent performance in identifying multi-line outages in real-time with minimal labeled data.

New model detects postoperative complications early after surgery.

problem Early detection of postoperative complications in patients.
method Hidden Markov Model sequence classifier analyzing postoperative temperature sequences.
result Improved classification performance compared to other machine learning classifiers.