You Don't Need To Train: Agentic Heuristic Learning Studio for Executable Human Activity Recognition

arXiv cs.LG Papers

Summary

The paper presents AHL Studio, a tool using agentic heuristic learning to create executable, inspectable policies for human activity recognition without traditional training, targeting edge deployment.

arXiv:2609.16065v1 Announce Type: new Abstract: Human activity recognition (HAR) is usually framed as gradient-based training of neural networks. Agentic Heuristic Learning (AHL) Studio explores a complementary view inspired by human cognitive learning: people learn activities by remembering examples, forming rules, and repairing mistakes, not by backpropagating. This proposed tool implements AHL for HAR: a learning-time agent reasons over sensor protocols, proposes executable heuristic policies, records repair traces, and exports an LLM-free policy for edge deployment. We focus on the HAR benchmark family and provide an end-to-end workflow from dataset observation to edge-oriented export. On eleven HAR datasets evaluated so far, AHL policies reach strong executable-policy performance while remaining inspectable, editable, and replayable \footnote{https://github.com/zhaxidele/ahl-ts-studio}.
Original Article
View Cached Full Text

Cached at: 09/16/26, 08:37 AM

# You Don’t Need To Train: Agentic Heuristic Learning Studio for Executable Human Activity Recognition
Source: [https://arxiv.org/html/2609.16065](https://arxiv.org/html/2609.16065)
Conference:Companion of the 2026 ACM International Joint Conference on Pervasive and Ubiquitous Computing; October 11–15, 2026; Shanghai, ChinaCompanion of the 2026 ACM International Joint Conference on Pervasive and Ubiquitous Computing \(UbiComp Companion ’26\), October 11–15, 2026, Shanghai, ChinaDOI:[10\.1145/3798063\.3837307](https://doi.org/10.1145/3798063.3837307)ISBN:979\-8\-4007\-2533\-3/2026/10CCS:Human\-centered computing Ubiquitous and mobile computing systems and toolsSiyu Yuan,He ZhangAffiliation:Northwestern Polytechnical University,Xi’an,Shaanxi,China,Sizhen BianAffiliation:Northwestern Polytechnical University,Xi’an,Shaanxi,ChinaandBin GuoAffiliation:Northwestern Polytechnical University,Xi’an,Shaanxi,China

© cc

###### Abstract\.

Human activity recognition \(HAR\) is usually framed as gradient\-based training of neural networks\. Agentic Heuristic Learning \(AHL\) Studio explores a complementary view inspired by human cognitive learning: people learn activities by remembering examples, forming rules, and repairing mistakes, not by backpropagating\. This proposed tool implements AHL for HAR: a learning\-time agent reasons over sensor protocols, proposes executable heuristic policies, records repair traces, and exports an LLM\-free policy for edge deployment\. We focus on the HAR benchmark family and provide an end\-to\-end workflow from dataset observation to edge\-oriented export\. On eleven HAR datasets evaluated so far, AHL policies reach strong executable\-policy performance while remaining inspectable, editable, and replayable111https://github\.com/zhaxidele/ahl\-ts\-studio\.

###### Keywords:

Agentic Heuristic Learning, Human Activity Recognition\.

††cc\-license:by![Refer to caption](https://arxiv.org/html/2609.16065v1/AHL-overview.png)Figure 1\.AHL Studio provides an end\-to\-end HAR workflow\.## 1\.Introduction

HAR is a natural domain for studying learning objects other than neural weights, in the spirit of heuristic learning and reflective language agents\([Lenat, 1983](https://arxiv.org/html/2609.16065#bib.bib25);[Weng, 2026](https://arxiv.org/html/2609.16065#bib.bib26);[Shinn et al\., 2023](https://arxiv.org/html/2609.16065#bib.bib31);[Nanashima, 2021](https://arxiv.org/html/2609.16065#bib.bib21);[Gigerenzer and Gaissmaier, 2011](https://arxiv.org/html/2609.16065#bib.bib24);[Reiss and Renkl, 2002](https://arxiv.org/html/2609.16065#bib.bib23);[Hwang et al\., 2010](https://arxiv.org/html/2609.16065#bib.bib22)\)\. A person learns “walking”, “sitting”, or “lifting” by comparing new motion to remembered examples, forming reusable rules, and correcting mistakes after feedback\([Celemin et al\., 2019](https://arxiv.org/html/2609.16065#bib.bib30);[VanLehn, 1999](https://arxiv.org/html/2609.16065#bib.bib29);[VanLehn, 1998](https://arxiv.org/html/2609.16065#bib.bib28);[Hannafin and Hooper, 1993](https://arxiv.org/html/2609.16065#bib.bib27)\)\. This kind of learning uses memory, abstraction, and repair; it does not require backpropagation\([Werbos, 1988](https://arxiv.org/html/2609.16065#bib.bib20)\)\. AHL Studio turns this intuition into a tool: the learning\-time agent reads a dataset description, reasons about sensors and protocols, proposes executable heuristics, and records why each repair is expected to help\. This view is useful for wearable sensing because HAR systems are often deployed under tight constraints\([Zhang et al\., 2026](https://arxiv.org/html/2609.16065#bib.bib1)\)\. A model may need to run on a microcontroller, adapt to a new body position, expose why an activity was predicted, or be revised after a researcher notices a failure case\([Liu et al\., 2026](https://arxiv.org/html/2609.16065#bib.bib19);[Ek et al\., 2025](https://arxiv.org/html/2609.16065#bib.bib3);[Konwar et al\., 2025](https://arxiv.org/html/2609.16065#bib.bib2)\)\. Deep neural networks are powerful, but the learned object is usually an opaque parameter vector\([Zhang et al\., 2026](https://arxiv.org/html/2609.16065#bib.bib1);[Yuan et al\., 2024](https://arxiv.org/html/2609.16065#bib.bib5);[Saha et al\., 2025](https://arxiv.org/html/2609.16065#bib.bib4);[Ek et al\., 2025](https://arxiv.org/html/2609.16065#bib.bib3);[Konwar et al\., 2025](https://arxiv.org/html/2609.16065#bib.bib2);[Moosmann et al\., 2024](https://arxiv.org/html/2609.16065#bib.bib9);[Saha et al\., 2025](https://arxiv.org/html/2609.16065#bib.bib4);[Dhekane and Ploetz, 2025](https://arxiv.org/html/2609.16065#bib.bib18)\)\. AHL Studio instead treats the learned object as a maintained executable system: a policy plus memory, rules, regression checks, repair traces, and compression records\. The important boundary is that the agent is not deployed\. The final artifact is a compact policy consisting of feature views, temporal voting, subject calibration, prototype memories, tree rules, regression tests, and compression records\. It can be inspected, edited, replayed, and exported as ordinary software\. This distinguishes AHL Studio from both hand\-written rules and black\-box neural training: the system learns through agent\-assisted maintenance, but inference remains LLM\-free\. The submission makes four contributions\. First, it frames HAR model development as agentic heuristic learning, where memory, rules, feedback, and repair are explicit parts of the learned system\. Second, it presents AHL Studio, an end\-to\-end tool that connects dataset and paper ingestion, grammar\-guided policy discovery, editable policy replay, and STM32\-oriented deployment export\. Third, it introduces transparent learning\-cost accounting by logging LLM prompts, responses, token use, fallback states, and deployment\-time separation from LLM inference\. Fourth, it evaluates executable AHL policies across HAR benchmarks and compares them with representative neural baselines\.

## 2\.Related Work

Wearable HAR has been dominated by neural architectures that learn temporal representations from windowed sensor streams\([Chen et al\., 2021](https://arxiv.org/html/2609.16065#bib.bib6);[Bonazzi et al\., 2024](https://arxiv.org/html/2609.16065#bib.bib8);[Guo et al\., 2026](https://arxiv.org/html/2609.16065#bib.bib7);[Kulsoom et al\., 2022](https://arxiv.org/html/2609.16065#bib.bib17);[Bian et al\., 2026](https://arxiv.org/html/2609.16065#bib.bib10);[Gupta et al\., 2022](https://arxiv.org/html/2609.16065#bib.bib16)\)\. DeepConvLSTM is a widely used convolutional\-recurrent baseline\([Ordóñez and Roggen, 2016](https://arxiv.org/html/2609.16065#bib.bib15)\), TinyHAR improves efficiency through compact temporal modeling\([Zhou et al\., 2022](https://arxiv.org/html/2609.16065#bib.bib14)\), and TinierHAR further reduces parameters and MACs while maintaining average macro F1 across a broad HAR benchmark suite\([Bian et al\., 2025](https://arxiv.org/html/2609.16065#bib.bib13)\)\. These methods are strong deployment\-oriented neural baselines, but their learned object is still a parameter vector that is difficult to inspect or repair directly\. Classical HAR already used hand\-crafted descriptors, nearest prototypes, threshold rules, and decision trees\([Sargano et al\., 2017](https://arxiv.org/html/2609.16065#bib.bib12);[Shaban, 2025](https://arxiv.org/html/2609.16065#bib.bib11)\), but those systems were usually manually designed and did not maintain explicit repair traces\. Recent progress in large language models and reflective agents makes it possible to revisit heuristic systems as a learning object\([Weng, 2026](https://arxiv.org/html/2609.16065#bib.bib26);[Shinn et al\., 2023](https://arxiv.org/html/2609.16065#bib.bib31)\)\. In this view, an agent can read dataset descriptions and related papers, reason about sensing protocols, propose repairs, and record why a candidate policy should help\. The final deployed artifact, however, remains ordinary executable software rather than an LLM or a neural runtime\. Our proposal is therefore organized around the most explored HAR benchmark family\. This choice makes the tool concrete: rather than presenting AHL Studio as a generic machine\-learning interface, the challenge version focuses on the real protocol and deployment issues faced by wearable HAR researchers\.

## 3\.End\-to\-End Tool

Figure[1](https://arxiv.org/html/2609.16065#S0.F1)summarizes the full path from dataset to edge deployment\. A researcher specifies a HAR dataset, protocol, target metrics, and related SOTA papers\. The app extracts the dataset and paper notes, recommends grammar primitives, runs multi\-round LLM\-assisted repair, displays maintenance traces, exposes the final policy as editable JSON, and exports an MCU\-oriented deployment package\.

The user workflow has five stages\. First, the user provides the HAR dataset path, protocol, target metric, and optional dataset notes\. Second, the user uploads related SOTA papers; the tool extracts relevant protocol assumptions, model baselines, and target metrics\. Third, the user selects or accepts recommended grammar primitives\. Fourth, the learning\-time agent performs multi\-round proposal and repair\. Finally, the selected executable policy can be edited, replayed, and exported to an embedded project folder\.

### 3\.1\.Heuristic Grammar

AHL Studio uses a bounded grammar of HAR primitives\. Temporal primitives include sequence voting, smoothing, hysteresis, and minimum\-duration filters\. Motion primitives include signal magnitude area, energy, frequency\-domain summaries, and compact statistical descriptors\. Semantic primitives include subject calibration, body\-position assumptions, and tree\-rule ensembles\. Memory/prototype substrates include class centroids, medoids, compact prototypes, and metric memories\. Each primitive is annotated in the interface with expected runtime cost, memory load, and interpretability\. The grammar is not meant to hide domain knowledge\. Instead, it makes domain knowledge explicit and executable\. The LLM does not write arbitrary code; it proposes repairs within the selected primitive set\. This design keeps the learning process auditable and prevents deployment from depending on an LLM runtime\.

### 3\.2\.Agentic Maintenance Loop

Each learning round contains observation, diagnosis, repair, validation, and compression\. The prompt includes the dataset summary, SOTA target, selected grammar, previous feedback, and active repair memory\. The response is expected to include a failure hypothesis, reasoning, candidate policy deltas, regression risks, and a compression plan\. The tool records the exact prompt, raw response, parsed policy proposal, validation event, and promotion decision\. This loop is designed to make the “thinking” part visible\. Instead of showing only a final score, AHL Studio shows why a proposal was made: for example, temporal voting may be proposed when predictions flicker between adjacent activities, subject calibration may be proposed when held\-out\-user performance drops, and compact prototypes may be proposed when memory retrieval is helpful but the deployment footprint must remain small\.

### 3\.3\.Interface Components

Figure[2](https://arxiv.org/html/2609.16065#S3.F2)shows the prototype AHL Studio interface used to organize researcher\-facing time\-series workflows, from dataset specification to executable policy export\. The goal is to make the researcher complete the same steps that would otherwise be scattered across scripts, notebooks, API calls, and embedded projects\. Every page writes an artifact: extracted document summaries, selected grammar primitives, LLM prompt\-response records, candidate logs, final policy JSON, and deployment package metadata\. The policy editor is particularly important\. A final policy is not just a label such as “random forest” or “prototype classifier”\. It is a serialized artifact that exposes parameters such as feature views, prototype count, vote window, threshold, tree depth, compression mode, and regression\-gate settings\. This is the part of the tool where the user can apply human repair after the agent has proposed a policy\.

![Refer to caption](https://arxiv.org/html/2609.16065v1/AHL.png)Figure 2\.AHL Studio interface for time\-series analysis \(HAR\)\. The tool supports dataset and protocol specification, agentic grammar proposal, agentic failure\-driven learning, executable policy inspection, and deployment artifact export\.

## 4\.Learning Cost and Energy Accounting

AHL Studio treats learning cost as a first\-class output\. Each run stores the model provider, prompt text, raw response, token usage, and whether a response came from the external LLM or a fallback mode\. Table[1](https://arxiv.org/html/2609.16065#S4.T1)reports a recent audit record\. Because provider\-side energy varies by model and serving hardware, we report both raw token statistics and a configurable token\-energy proxyElearn=Nktok​ektokE\_\{\\mathrm\{learn\}\}=N\_\{\\mathrm\{ktok\}\}e\_\{\\mathrm\{ktok\}\}, whereektoke\_\{\\mathrm\{ktok\}\}is energy per thousand tokens\. The key deployment point is independent of the coefficient: after learning, the exported HAR policy consumes zero LLM tokens\. The token count is not presented as a substitute for energy measurement\. Instead, it is an audit trail that makes learning\-time resource use visible\. If a local LLM is used, the same accounting can be paired with measured GPU or CPU energy\. If a commercial API is used, the record provides a model\-independent usage summary that can be combined with provider pricing or estimated energy per token\. In both cases, AHL Studio separates learning\-time cost from inference\-time cost, which is crucial for wearable deployment\.

Table 1\.Learning\-cost record from the AHL Studio prototype\.
## 5\.Editable Policy Example

One advantage of executable policies is that they can be locally repaired\. For example, if a MotionSense policy shows label flicker between walking and jogging, the agent may propose increasing the temporal vote window\. The researcher can inspect the proposal, accept it, or edit the value manually\. The resulting change is small and replayable:

```
before: { "feature_view": "har_stats",
          "memory": {"type": "prototype", "k": 5},
          "rules": {"vote_window": 5} }
after:  { "feature_view": "har_stats",
          "memory": {"type": "prototype", "k": 7},
          "rules": {"vote_window": 9} }
```

This example illustrates the intended repair granularity\. The user does not retrain a neural network, regenerate all candidates, or rewrite an embedded project\. Instead, the user edits an executable field, reruns regression checks, and verifies that protected cases remain valid\. This is where the human\-learning analogy becomes practical: the system retains memories and rules, receives feedback, and updates a localized part of the behavior\.

Table 2\.HAR results \(F1\), neural\-baseline comparison, and STM32 deployment cost\.
## 6\.HAR Results

Table[2](https://arxiv.org/html/2609.16065#S5.T2)compares AHL Studio with neural HAR baselines\. AHL Studio is not claiming to dominate neural HAR models on every dataset\. Instead, it shows that an agent\-maintained executable policy can often be strong enough to be useful while offering properties that neural baselines usually do not expose: a readable policy, repair traces, explicit regression checks, and direct deployment export\. Across the ten datasets with reported neural baselines in Table[2](https://arxiv.org/html/2609.16065#S5.T2), AHL\-TS outperforms the strongest listed neural baseline on six datasets, remains within one macro\-F1 point on RecGym and SHO, and underperforms on UCI HAR and HAPT\. The selected policies are also not uniform\. MHEALTH and PAMAP2 select centroid\-memory policies, while DSADS, HAPT, SHO, USCHAD, and WISDM require tree\-rule partitions\. This diversity is useful evidence that AHL Studio is choosing among heuristic families according to dataset behavior, rather than applying one AutoML template\.

## 7\.Edge Deployment

The deployment page exports the final policy, memory/prototype tables, and a small benchmark harness \(Table[2](https://arxiv.org/html/2609.16065#S5.T2)\)\. For STM32\-class boards, the exported harness measures cycles, latency, working RAM, and table size\. The current implementation targets STM32N657X0, but the policy itself is ordinary C\-style logic: feature extraction, voting, prototype lookup, or tree\-rule evaluation\. Because no LLM is called at inference, the runtime cost is determined only by the selected primitive family and the size of retained memories\.

## 8\.Maintenance Trace and Replay

AHL Studio records the learning process as a sequence of replayable maintenance events rather than only reporting the final score\. Each event stores the observed failure summary, the grammar primitives that were active, the agent’s repair rationale, the candidate policy delta, validation metrics, regression status, and compression action\. This trace is central to the AHL formulation: the system does not merely search for a high\-scoring policy, but maintains an executable artifact whose future updates are constrained by accumulated repair memory and regression tests\.

Table[3](https://arxiv.org/html/2609.16065#S8.T3)gives a compact example from the MotionSense study\. The initial policy used a shallow tree\-rule family over HAR views\. The agent then diagnosed cross\-subject confusion between dynamic activities and promoted repairs that changed the feature view and governance window\. Later rounds rejected larger tree ensembles when the gain was too small relative to the executable\-complexity penalty\. The final promoted artifact was therefore a compact tree\-rule policy rather than the largest candidate in the grammar\.

Table 3\.Representative maintenance trace for MotionSense\.Replayability is implemented by separating three artifacts\. First, the*discovery record*contains prompt\-response logs and the natural\-language repair hypotheses\. Second, the*candidate log*contains deterministic policy configurations and their validation outcomes\. Third, the*deployment artifact*contains only the promoted executable policy and the tables needed for inference\. This separation allows reviewers or users to audit where the agent contributed reasoning, while rerunning the reported benchmark without invoking the LLM\.

Table 4\.Replay artifacts produced by AHL Studio\.This structure also supports human repair\. A user can edit a localized field in the final policy, rerun the regression suite, and compare the edited artifact with the promoted version\. Thus, AHL Studio exposes not only a model output, but also the maintenance state that explains how the executable HAR policy was constructed, repaired, and compressed\.

## 9\.Limitations and Next Steps

The current tool does not discover all possible primitives from scratch; it reasons over a bounded HAR grammar\. The energy accounting currently separates measured MCU deployment cost from token\-normalized learning cost\. Another limitation is that LLM\-assisted learning can be slow when the provider is overloaded or when prompts are too long; the tool now records provider responses and fallback states to make this visible\.

Next steps are to add direct hardware\-in\-the\-loop energy measurement, and run user studies measuring whether AHL Studio reduces the time required to debug and deploy HAR systems\. We also plan to add local LLM support for privacy\-sensitive wearable datasets, stronger policy compression, and richer visual explanations of activity\-level and subject\-level failure modes\.

## 10\.Conclusion

AHL Studio reframes HAR model development as agent\-assisted heuristic learning rather than only gradient training\. It connects human\-like memory and repair, end\-to\-end dataset\-to\-edge tooling, transparent token/energy accounting, and executable policies that remain editable after learning\. The result is a practical research tool for exploring HAR systems that are not only accurate, but also inspectable, replayable, and deployable\.

###### Acknowledgements\.

This work is supported by “the Fundamental Research Funds for the Central Universities\.

## References

- Bianet al\.\(2026\)S\. Bian, M\. Liu, L\. S\. S\. Ray, B\. Zhou, B\. Guo, Z\. Yu, T\. Plötz, P\. Lukowicz, S\. Yuan, and V\. F\. ReyFoundation models defining a new era in sensor\-based human activity recognition: a survey and outlook\.Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies10\(2\),pp\. 1–38\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Bianet al\.\(2025\)S\. Bian, M\. Liu, V\. F\. Rey, D\. Geissler, and P\. LukowiczTinierHAR: towards ultra\-lightweight deep learning models for efficient human activity recognition on edge devices\.InProceedings of the 2025 ACM International Symposium on Wearable Computers,pp\. 163–169\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Bonazziet al\.\(2024\)P\. Bonazzi, S\. Bian, G\. Lippolis, Y\. Li, S\. Sheik, and M\. MagnoRetina: low\-power eye tracking with event camera and spiking hardware\.In2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops \(CVPRW\),pp\. 5684–5692\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Celeminet al\.\(2019\)C\. Celemin, G\. Maeda, J\. Ruiz\-del\-Solar, J\. Peters, and J\. KoberReinforcement learning of motor skills using policy search and human corrective advice\.The International Journal of Robotics Research38\(14\),pp\. 1560–1580\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Chenet al\.\(2021\)K\. Chen, D\. Zhang, L\. Yao, B\. Guo, Z\. Yu, and Y\. LiuDeep learning for sensor\-based human activity recognition: overview, challenges, and opportunities\.ACM Computing Surveys \(CSUR\)54\(4\),pp\. 1–40\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Dhekane and Ploetz \(2025\)S\. G\. Dhekane and T\. PloetzTransfer learning in sensor\-based human activity recognition: a survey\.ACM Computing Surveys57\(8\),pp\. 1–39\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Eket al\.\(2025\)S\. Ek, R\. Presotto, G\. Civitarese, F\. Portet, P\. Lalanda, and C\. BettiniComparing self\-supervised learning techniques for wearable human activity recognition: s\. ek et al\.\.CCF Transactions on Pervasive Computing and Interaction7\(3\),pp\. 324–341\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Gigerenzer and Gaissmaier \(2011\)G\. Gigerenzer and W\. GaissmaierHeuristic decision making\.Annual review of psychology62\(2011\),pp\. 451–482\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Guoet al\.\(2026\)Q\. Guo, M\. Tschöpe, M\. Liu, S\. Bian, and P\. LukowiczCalibration\-free induced magnetic field indoor and outdoor positioning via data\-driven modeling\.In2026 International Conference on Activity and Behavior Computing \(ABC\),pp\. 1–10\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Guptaet al\.\(2022\)N\. Gupta, S\. K\. Gupta, R\. K\. Pathak, V\. Jain, P\. Rashidi, and J\. S\. SuriHuman activity recognition in artificial intelligence framework: a narrative review\.Artificial intelligence review55\(6\),pp\. 4755–4808\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Hannafin and Hooper \(1993\)M\. J\. Hannafin and S\. R\. HooperLearning principles\.Instructional message design: Principles from the behavioral and cognitive sciences2,pp\. 191–227\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Hwanget al\.\(2010\)G\. Hwang, F\. Kuo, P\. Yin, and K\. ChuangA heuristic algorithm for planning personalized learning paths for context\-aware ubiquitous learning\.Computers & Education54\(2\),pp\. 404–415\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Konwaret al\.\(2025\)L\. Konwar, N\. Saikia, and S\. C\. RajbongshiRevisiting human activity recognition using smaller dnn: l\. konwar et al\.\.CCF Transactions on Pervasive Computing and Interaction7\(4\),pp\. 458–473\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Kulsoomet al\.\(2022\)F\. Kulsoom, S\. Narejo, Z\. Mehmood, H\. N\. Chaudhry, A\. Butt, and A\. K\. BashirA review of machine learning\-based human activity recognition for diverse applications\.Neural Computing and Applications34\(21\),pp\. 18289–18324\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Lenat \(1983\)D\. B\. LenatThe role of heuristics in learning by discovery: three case studies\.InMachine learning,pp\. 243–306\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Liuet al\.\(2026\)M\. Liu, S\. Bian, V\. Fortes Rey, D\. Geißler, P\. Kang, B\. Zhou, and P\. LukowiczCOOL: continual online on\-device learning for human activity recognition enhanced by kans\.CCF Transactions on Pervasive Computing and Interaction,pp\. 1–14\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Moosmannet al\.\(2024\)J\. Moosmann, P\. Bonazzi, Y\. Li, S\. Bian, P\. Mayer, L\. Benini, and M\. MagnoUltra\-efficient on\-device object detection on ai\-integrated smart glasses with tinyissimoyolo\.InEuropean Conference on Computer Vision,pp\. 262–280\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Nanashima \(2021\)M\. NanashimaA theory of heuristic learnability\.InConference on Learning Theory,pp\. 3483–3525\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Ordóñez and Roggen \(2016\)F\. J\. Ordóñez and D\. RoggenDeep convolutional and lstm recurrent neural networks for multimodal wearable activity recognition\.Sensors16\(1\),pp\. 115\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Reiss and Renkl \(2002\)K\. Reiss and A\. RenklLearning to prove: the idea of heuristic examples\.Zentralblatt für Didaktik der Mathematik34\(1\),pp\. 29–35\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Sahaet al\.\(2025\)A\. Saha, S\. Guha, and C\. ChowdhuryA feature selection approach for smartphone\-based human activity recognition applying genetic algorithm: a\. saha et al\.\.CCF Transactions on Pervasive Computing and Interaction7\(3\),pp\. 342–355\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Sarganoet al\.\(2017\)A\. B\. Sargano, P\. Angelov, and Z\. HabibA comprehensive review on handcrafted and learning\-based action representation approaches for human activity recognition\.applied sciences7\(1\),pp\. 110\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Shaban \(2025\)F\. ShabanA comparative analysis of machine learning and deep learning models for human activity recognition using wearable sensor data\.Master’s Thesis,Rochester Institute of Technology\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Shinnet al\.\(2023\)N\. Shinn, F\. Cassano, A\. Gopinath, K\. Narasimhan, and S\. YaoReflexion: language agents with verbal reinforcement learning\.Advances in neural information processing systems36,pp\. 8634–8652\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1),[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- VanLehn \(1998\)K\. VanLehnAnalogy events: how examples are used during problem solving\.Cognitive Science22\(3\),pp\. 347–388\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- VanLehn \(1999\)K\. VanLehnRule\-learning events in the acquisition of a complex skill: an evaluation of cascade\.The Journal of the Learning Sciences8\(1\),pp\. 71–125\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Weng \(2026\)J\. WengLearning beyond gradients\.Note:[https://trinkle23897\.github\.io/learning\-beyond\-gradients/](https://trinkle23897.github.io/learning-beyond-gradients/)Blog postCited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1),[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.
- Werbos \(1988\)WerbosBackpropagation: past and future\.InIEEE 1988 International Conference on Neural Networks,pp\. 343–353\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Yuanet al\.\(2024\)S\. Yuan, K\. Alam, B\. Han, D\. Krummacker, and H\. D\. SchottenExploring 6g potential for industrial digital twinning and swarm intelligence in obstacle\-rich environments\.arXiv preprint arXiv:2406\.19930\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Zhanget al\.\(2026\)X\. Zhang, S\. Wang, Z\. Cui, B\. Li, X\. Zhou, Z\. Xu, Z\. Li, and S\. WangSynthesizing mmwave range\-doppler data from videos for privacy\-preserving human activity recognition: x\. zhang et al\.\.CCF Transactions on Pervasive Computing and Interaction8\(1\),pp\. 116–129\.Cited by:[§1](https://arxiv.org/html/2609.16065#S1.p1.1)\.
- Zhouet al\.\(2022\)Y\. Zhou, H\. Zhao, Y\. Huang, T\. Riedel, M\. Hefenbrock, and M\. BeiglTinyhar: a lightweight deep learning model designed for human activity recognition\.InProceedings of the 2022 ACM International Symposium on Wearable Computers,pp\. 89–93\.Cited by:[§2](https://arxiv.org/html/2609.16065#S2.p1.1)\.

Similar Articles

Learning Agentic Policy from Action Guidance

arXiv cs.CL

The paper proposes ActGuide-RL, a method for training agentic policies in LLMs by using human action data as guidance to overcome exploration barriers in reinforcement learning without extensive supervised fine-tuning.

EASy: Towards Efficient LLM-Based Agentic System

arXiv cs.CL

The paper proposes EASy, a trainable agentic framework that uses reinforcement learning to jointly optimize task performance and computational efficiency, introducing a milestone-plan-act workflow, dependency-aware execution graphs, and tree-structured rollout for training.