Search arXivSearch

arXiv subjects

Sumit Mohan

Publications and source records attributed to Sumit Mohan.

3 recordsLinked to original sources

Unsupervised Keypoints for Real-Time Fall Detection: Comparative Analysis Under Real-world Conditions with Predictive Bandwidth Reduction

Falls among older adults are a major safety and health-systems challenge, yet continuous in-person monitoring is difficult to sustain across home and clinical care settings. Video-based monitoring can capture fall-relevant motion, but scalable real-time deployment is limited by privacy, compute, and bandwidth constraints, and existing keypoint-based methods typically rely on supervised or anatomical pose representation, which is vulnerable to occlusion and partial body visibility. We propose a fall-monitoring framework that replaces continuous video transmission with compact motion representations, using unsupervised keypoints which are extracted locally, and a variational recurrent model is used to forecast motion at the staff end, followed by fall classification. We evaluate the framework on the UR Fall and Human Fall datasets under random, subject-disjoint, and occlusion-based splits to systematically characterize when each representation has an advantage. We find that random splits do not discriminate between representations, and under subject-disjoint evaluation no uniform advantage emerges; performance varies across held-out subjects with their visual characteristics. Under occlusion, however, unsupervised keypoints substantially outperform supervised keypoints, retaining strong detection sensitivity where supervised keypoints miss approximately half of falls; this advantage reflects their anatomical independence and persists under bandwidth-constrained prediction. The unsupervised detector also requires roughly two orders of magnitude less computation, supporting privacy-preserving, bandwidth-aware, always-on fall monitoring.

cs.CV

Towards Efficient Real-Time Video Motion Transfer via Generative Time Series Modeling

Motion Transfer is a technique that synthesizes videos by transferring motion dynamics from a driving video to a source image. In this work we propose a deep learning-based framework to enable real-time video motion transfer which is critical for enabling bandwidth-efficient applications such as video conferencing, remote health monitoring, virtual reality interaction, and vision-based anomaly detection. This is done using keypoints which serve as semantically meaningful, compact representations of motion across time. To enable bandwidth savings during video transmission we perform forecasting of keypoints using two generative time series models VRNN and GRU-NF. The predicted keypoints are transformed into realistic video frames using an optical flow-based module paired with a generator network, thereby enabling efficient, low-frame-rate video transmission. Based on the application this allows the framework to either generate a deterministic future sequence or sample a diverse set of plausible futures. Experimental results demonstrate that VRNN achieves the best point-forecast fidelity (lowest MAE) in applications requiring stable and accurate multi-step forecasting and is particularly competitive in higher-uncertainty, multi-modal settings. This is achieved by introducing recurrently conditioned stochastic latent variables that carry past contexts to capture uncertainty and temporal variation. On the other hand the GRU-NF model enables richer diversity of generated videos while maintaining high visual quality. This is realized by learning an invertible, exact-likelihood mapping between the keypoints and their latent representations which supports rich and controllable sampling of diverse yet coherent keypoint sequences. Our work lays the foundation for next-generation AI systems that require real-time, bandwidth-efficient, and semantically controllable video generation.

cs.CV

Enhancing Bandwidth Efficiency for Video Motion Transfer Applications using Deep Learning Based Keypoint Prediction

We propose a deep learning based novel prediction framework for enhanced bandwidth reduction in motion transfer enabled video applications such as video conferencing, virtual reality gaming and privacy preservation for patient health monitoring. To model complex motion, we use the First Order Motion Model (FOMM) that represents dynamic objects using learned keypoints along with their local affine transformations. Keypoints are extracted by a self-supervised keypoint detector and organized in a time series corresponding to the video frames. Prediction of keypoints, to enable transmission using lower frames per second on the source device, is performed using a Variational Recurrent Neural Network (VRNN). The predicted keypoints are then synthesized to video frames using an optical flow estimator and a generator network. This efficacy of leveraging keypoint based representations in conjunction with VRNN based prediction for both video animation and reconstruction is demonstrated on three diverse datasets. For real-time applications, our results show the effectiveness of our proposed architecture by enabling up to 2x additional bandwidth reduction over existing keypoint based video motion transfer frameworks without significantly compromising video quality.

cs.CV