SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2605.08117 · 2026

Modular Retrieval-Augmented Generalization for Human Action Recognition

Lin Chen, Shangsong Liang, Peng Liao, Peijia Zheng

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 7 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
liavonpenn/mora canonical 7 of 7
FunctionStatusWhere it lives
EXT_CCF_FEATS Ran liavonpenn/mora/MoRA/baselines/RAGMechanism.py
code served (permissive licence) · get_code("971605e6bbbcdd61")
EXT_PEARSON_FEATS Ran liavonpenn/mora/MoRA/baselines/RAGMechanism.py
code served (permissive licence) · get_code("9c8c5f3af502ed55")
feat_reduction Ran liavonpenn/mora/MoRA/baselines/model/retriever.py
code served (permissive licence) · get_code("d5382eed031879fe")
get_hop_distance Ran liavonpenn/mora/MoRA/baselines/model/unimts_model.py
code served (permissive licence) · get_code("c257ac36cba643a2")
normalize_digraph Ran liavonpenn/mora/MoRA/baselines/model/unimts_model.py
code served (permissive licence) · get_code("8158f4435afa26b7")
normalize_undigraph Ran liavonpenn/mora/MoRA/baselines/model/unimts_model.py
code served (permissive licence) · get_code("f3dfe2628c96a73d")
select_samples Ran liavonpenn/mora/MoRA/datasets/data.py
code served (permissive licence) · get_code("a4e1d2dbd25bf78c")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Inertial Measurement Unit (IMU)-based Human Activity Recognition (HAR) aims to interpret and classify user behaviors from temporal motion signals. Recently, deep learning frameworks have advanced this task by learning and extracting discriminative spatiotemporal representations, significantly improving recognition performance. However, IMU-based HAR still faces several critical challenges, particularly limited training samples and static knowledge utilization, both of which severely hinder its large-scale deployment. In this paper, we introduce MoRA, the first Retrieval-Augmented Module specifically designed for motion series. It can be flexibly integrated into any existing HAR model, enhancing recognition performance while maintaining inference efficiency. To address issues such as information redundancy in retrieval results and rigid fusion strategies, we propose an uncertainty-adaptive fusion unit within MoRA. This unit leverages previous physical knowledge from IMU signals to dynamically adjust the fusion strategy between original outputs and retrieved information, enabling more robust recognition. Extensive experiments on ten real-world datasets demonstrate that MoRA significantly improves the performance of existing IMU-based HAR models, consistently delivering stable and effective gains. The implementation of MoRA is publicly available at https://github.com/liavonpenn/mora.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2605.08117")
get_code_for_paper("2605.08117")
have("2605.08117")

Connect an agent — have() is free.