paper-with-me

홈 › Papers

An Analysis of Parallelized Motion Masking Using Dual-Mode Single Gaussian Models

2017-02-16 · Peter Henderson, Matthew Vertescher

Motion detection in video is important for a number of applications and fields. In video surveillance, motion detection is an essential accompaniment to activity recognition for early warning systems. Robotics also has much to gain from motion detection and segmentation, particularly in high speed motion tracking for tactile systems. There are a myriad of techniques for detecting and masking motion in an image. Successful systems have used Gaussian Models to discern background from foreground in an image (motion from static imagery). However, particularly in the case of a moving camera or frame of reference, it is necessary to compensate for the motion of the camera when attempting to discern objects moving in the foreground. For example, it is possible to estimate motion of the camera through optical flow methods or temporal differencing and then compensate for this motion in a background subtraction model. We selection a method by Yi et al. using Dual-Mode Single Gaussian Models which does just this. We implement the technique in Intel's Thread Building Blocks (TBB) and NVIDIA's CUDA libraries. We then compare parallelization improvements with a theoretical analysis of speedups based on the characteristics of our selected model and attributes of both TBB and CUDA. We make our implementation available to the public.

📄 PDF Abstract BibTeX arXiv:1702.05156

Code (1)

Breakend/MotionDetection 공식 구현

Tasks

Activity RecognitionMotion DetectionOptical Flow Estimation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

MGMAE: Motion Guided Masking for Video Masked Autoencoding

2023-08-21 · ICCV 2023 1 · Bingkun Huang, Zhiyu Zhao, Guozhen Zhang, Yu Qiao 외

Masked autoencoding has shown excellent performance on self-supervised video representation learning. Temporal redundancy has led to a high masking ratio and customized masking strategy in VideoMAE. In this paper, we aim…

Optical Flow EstimationRepresentation Learning

Residual MPC: Blending Reinforcement Learning with GPU-Parallelized Model Predictive Control

2025-10-14 · Se Hwan Jeon, Ho Jae Lee, Seungwoo Hong, Sangbae Kim arxiv

Model Predictive Control (MPC) provides interpretable, tunable locomotion controllers grounded in physical models, but its robustness depends on frequent replanning and is limited by model mismatch and real-time computat…

Reinforcement Learning

MaskAdapt: Learning Flexible Motion Adaptation via Mask-Invariant Prior for Physics-Based Characters

2026-03-31 · Soomin Park, Eunseong Lee, Kwang Bin Lee, Sung-Hee Lee arxiv

We present MaskAdapt, a framework for flexible motion adaptation in physics-based humanoid control. The framework follows a two-stage residual learning paradigm. In the first stage, we train a mask-invariant base policy …

Beyond Masks: Efficient, Flexible Diffusion Language Models via Deletion-Insertion Processes

2026-03-04 · Fangyu Ding, Ding Ding, Sijin Chen, Kaibo Wang 외 arxiv

While Masked Diffusion Language Models (MDLMs) relying on token masking and unmasking have shown promise in language modeling, their computational efficiency and generation flexibility remain constrained by the masking p…

Computational Efficiency

CochCeps-Augment: A Novel Self-Supervised Contrastive Learning Using Cochlear Cepstrum-based Masking for Speech Emotion Recognition

2024-02-10 · Ioannis Ziogas, Hessa Alfalahi, Ahsan H. Khandoker, Leontios J. Hadjileontiadis

Self-supervised learning (SSL) for automated speech recognition in terms of its emotional content, can be heavily degraded by the presence noise, affecting the efficiency of modeling the intricate temporal and spectral i…

Contrastive LearningEmotion RecognitionImage AugmentationSelf-Supervised Learning+4