菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-05
📄 Abstract - Logi-PAR: Logic-Infused Patient Activity Recognition via Differentiable Rule

Patient Activity Recognition (PAR) in clinical settings uses activity data to improve safety and quality of care. Although significant progress has been made, current models mainly identify which activity is occurring. They often spatially compose sub-sparse visual cues using global and local attention mechanisms, yet only learn logically implicit patterns due to their neural-pipeline. Advancing clinical safety requires methods that can infer why a set of visual cues implies a risk, and how these can be compositionally reasoned through explicit logic beyond mere classification. To address this, we proposed Logi-PAR, the first Logic-Infused Patient Activity Recognition Framework that integrates contextual fact fusion as a multi-view primitive extractor and injects neural-guided differentiable rules. Our method automatically learns rules from visual cues, optimizing them end-to-end while enabling the implicit emergence patterns to be explicitly labelled during training. To the best of our knowledge, Logi-PAR is the first framework to recognize patient activity by applying learnable logic rules to symbolic mappings. It produces auditable why explanations as rule traces and supports counterfactual interventions (e.g., risk would decrease by 65% if assistance were present). Extensive evaluation on clinical benchmarks (VAST and OmniFall) demonstrates state-of-the-art performance, significantly outperforming Vision-Language Models and transformer baselines. The code is available via: this https URL}

顶级标签: medical computer vision theory
详细标签: patient activity recognition logic rules explainable ai differentiable reasoning clinical safety 或 搜索:

Logi-PAR:基于可微分规则的逻辑增强型患者活动识别 / Logi-PAR: Logic-Infused Patient Activity Recognition via Differentiable Rule


1️⃣ 一句话总结

这篇论文提出了首个融合可学习逻辑规则的病人活动识别框架,不仅能高精度识别活动,还能通过可解释的规则链说明‘为什么’存在风险,并支持模拟干预以提升临床安全。

源自 arXiv: 2603.05184