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

0.9%1.9%2.8%3.8% · Jul 201819922001200920182026
48 results for real-time video

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.

Automated video conferencing system improves user experience with ASD and VC.

problem Improve remote video conferencing experience through automated speaker detection and virtual cinematography.
method Uses 4K wide-FOV camera, depth camera, and microphone array to extract features and train machine learning models for ASD and VC.
result System performs within 0.3 MOS of an expert cinematographer, as rated by users.

AMS improves video inference on edge devices by adapting a small model with online knowledge distillation.

problem High computation cost of Deep Neural Networks for real-time video inference on edge devices.
method AMS uses a remote server to continually train and adapt a small model on edge devices, using online knowledge distillation from a large model.
result 0.4--17.8 percent mean Intersection-over-Union improvement in video semantic segmentation.

A deep learning approach for efficient power control in wireless video transmissions.

problem Optimizing power control for real-time wireless video transmissions with quality constraints.
method Proposes a learning-based approach using a deep neural network to solve the non-convex power control problem.
result The deep neural network can quickly provide optimal power levels for given channel conditions.

This paper optimizes object tracking on edge devices with small matrices.

problem Efficiently tracking objects in video sequences on edge devices with small matrices.
method Parallelized a Simple Online and Real-time Tracking (SORT) application on shared-memory multicores.
result Throughput-based parallelization technique outperforms multi-threading for small matrices.

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.

The waggle dance that honeybees perform is an astonishing way of communicating the location of food source. After over 60 years of its discovery, researchers still use manual labeling by watching hours of dance videos to detect different transitions between dance components thus extracting information regarding the dis…

2017-05-20abs ↗pdf ↗

New approach uses synthetic labels to train models on scarce annotated data for surgical phase recognition.

problem Learning surgical phase recognition from limited annotated data.
method Teacher/Student approach with a CNN-biLSTM-CRF teacher generating synthetic labels for a CNN-LSTM student.
result Improved surgical phase recognition performance with fewer annotated videos.

CADNN optimizes DNN execution on smartphones for real-time inference.

problem Executing Deep Neural Networks on mobile devices with low latency and high accuracy.
method Advanced model compression and architecture-aware optimization.
result CADNN outperforms state-of-the-art frameworks in DNN execution on mobile devices.

This paper presents GRASTA (Grassmannian Robust Adaptive Subspace Tracking Algorithm), an efficient and robust online algorithm for tracking subspaces from highly incomplete information. The algorithm uses a robust l1l^1-norm cost function in order to estimate and track non-stationary subspaces when the streaming data …

2011-09-18abs ↗pdf ↗

Dual frame-rate system improves real-time perception for autonomous vehicles.

problem Conflicting requirement of safety and efficiency in real-time perception systems.
method Proposes a dual frame-rate system with a modulator stream for robust features and a prediction stream for transient signals.
result Consistent improvements across various backbone architectures and input resolutions.

Real-time fetal abdominal aorta measurement from ultrasound images.

problem Automating the challenging task of measuring fetal abdominal aorta diameter from ultrasound images.
method Proposes a neural network architecture with three blocks: convolutional layer, Convolution Gated Recurrent Unit (C-GRU), and CyclicLoss.
result Significantly improved accuracy and real-time execution speed compared to previous methods.

Automated graphics testing detects novel corruptions without manual labeling.

problem Detecting novel visual corruptions in graphics unit testing without manual labeling.
method Reproduces driver bugs to generate corruptions and uses Multiple Instance Learning (MIL) methods.
result Significantly outperforms unsupervised methods and discovers novel corruptions.

We present a novel algorithm, called Links, designed to perform online clustering on unit vectors in a high-dimensional Euclidean space. The algorithm is appropriate when it is necessary to cluster data efficiently as it streams in, and is to be contrasted with traditional batch clustering algorithms that have access t…

2018-01-30abs ↗pdf ↗

The paper improves safety in autonomous systems using adversarial learning.

problem Ensuring safety in real-time control systems of autonomous vehicles.
method The paper introduces a dual anomaly detection framework (CFAM and SFAM) using generative adversarial networks (GANs) and video prediction.
result Demonstrated effectiveness on both indoor and outdoor autonomous ground vehicles.

Aerial robot estimates human pose and path using dynamic classifier selection.

problem Estimating human pose and trajectory from aerial video.
method Dynamic classifier selection architecture; perspective correction; HOG and CNN features; 64 pose-viewpoint classes.
result Dynamic classifier selection improves efficiency and accuracy.

Learning-based methods for visual segmentation have made progress on particular types of segmentation tasks, but are limited by the necessary supervision, the narrow definitions of fixed tasks, and the lack of control during inference for correcting errors. To remedy the rigidity and annotation burden of standard appro…

2018-05-25abs ↗pdf ↗

Robust PCA methods are typically batch algorithms which requires loading all observations into memory before processing. This makes them inefficient to process big data. In this paper, we develop an efficient online robust principal component methods, namely online moving window robust principal component analysis (OMW…

2017-02-19abs ↗pdf ↗

Ground-A-Video edits videos without training, preserving intended changes.

problem Complex multi-attribute video editing with omitted or wrong changes.
method Grounding-guided video-to-video translation with Cross-Frame Gated Attention.
result Zero-shot multi-attribute video editing with improved accuracy and frame consistency.

Data-driven control of robotic systems using Koopman operators with error bounds.

problem Real-time control of nonlinear robotic systems with unknown dynamics.
method Constructing a Koopman operator-based linear representation using higher-order derivatives of nonlinear dynamics, with error bounds derived from Taylor series accuracy analysis.
result The Koopman model provides marginally better performance than competing nonlinear modeling methods and can be efficiently controlled using linear control design tools.

CB-GLNs learn video data's complex dependencies via graph representation.

problem Capturing complex dependency structures in sequential data like videos.
method Represent video data as a graph, find compositional dependencies via graph-cut and message passing.
result CB-GLNs efficiently learn video data's semantic compositional structure.

Paper defends against adversarial videos by detecting and reducing imperceptible perturbations.

problem Adversarial videos can fool well-trained video classification models.
method Temporal consistency between frames and spatial denoising to detect and reduce perturbations.
result The proposed method significantly improves robustness against adversarial attacks.

A new video prediction model treats videos as continuous processes, reducing sampling steps and improving efficiency.

problem Efficiency and temporal coherence in video prediction models.
method Treats videos as a continuous multi-dimensional process, reducing sampling steps.
result Reduction of 75% sampling steps, state-of-the-art performance on benchmark datasets.