这篇论文用双LTC网络模拟人体稳定性,模型不到5万个参数,在低算力设备上也能实时跑,适合做边缘端的跌倒预警。
该论文首次将物理信息融入跌倒检测,提出双LTC(Liquid Time-Constant)神经网络架构,分别建模质心(CoM)和支撑面(BoS)两个子系统的动态。通过可学习耦合模块模拟物理交互,并使用基于Lyapunov的稳定性度量在联合隐空间检测边界跨越。网络参数小于50K,能够在资源受限的边缘设备上实时推理,在二分类数据集(Normal vs. Falling)上验证了核心稳定性判别能力,兼顾准确性与物理可解释性。
Real-time fall detection based on vision for low-power edge platforms
Falling detection is vital for elderly care and intelligent surveillance; however, prevailing vision-based approaches predominantly frame it as static pose classification or discrete temporal pattern matching, fundamentally overlooking the instability dynamics of the human support system. This paper proposes a physics-informed falling detection framework that recasts falling as a stability-loss event in a coupled dynamical system. We introduce a novel dual-LTC architecture comprising a Center-of-Mass (CoM) subsystem and a Base-of-Support (BoS) subsystem, both instantiated as Liquid Time-Constant (LTC) neural networks to continuously model inertial trajectory evolution and ground-contact adjustment through adaptive time constants, Physical interpretability of falling motion. A learnable coupling module emulates physical interaction between the two subsystems, while a Stability Manifold classifier operates in the joint latent space to detect boundary crossing via Lyapunov-inspired stability metrics. Complementary counterfactual trajectory projection and Time-to-Collision (TTC) estimation further enable irreversibility assessment and early warning. The architecture is designed to support a three-state prediction paradigm (Normal, Falling, Fallen); in this preliminary study, we validate the core stability discrimination capability on a two-class dataset (Normal vs. Falling), leaving the full three-state temporal transition to future work. Unlike conventional CNN--RNN pipelines, the proposed formulation encodes continuous-time mechanical inertia, yielding a sub-50K-parameter network capable of real-time inference on resource-constrained edge devices. Extensive experiments demonstrate competitive accuracy with superior physical interpretability, validating its efficacy for low-compute visual fall detection.