Papers › Modeling Multiple Normal Action Representations for Error Detection in Procedural Tasks

Modeling Multiple Normal Action Representations for Error Detection in Procedural Tasks

28 Mar 2025CVPR 2025 1arXiv:2503.22405archive 2025-07-28

Wei-Jin Huang, Yuan-Ming Li, Zhi-Wei Xia, Yu-Ming Tang, Kun-Yu Lin, Jian-Fang Hu, Wei-Shi Zheng

Error detection in procedural activities is essential for consistent and correct outcomes in AR-assisted and robotic systems. Existing methods often focus on temporal ordering errors or rely on static prototypes to represent normal actions. However, these approaches typically overlook the common scenario where multiple, distinct actions are valid following a given sequence of executed actions. This leads to two issues: (1) the model cannot effectively detect errors using static prototypes when the inference environment or action execution distribution differs from training; and (2) the model may also use the wrong prototypes to detect errors if the ongoing action label is not the same as the predicted one. To address this problem, we propose an Adaptive Multiple Normal Action Representation (AMNAR) framework. AMNAR predicts all valid next actions and reconstructs their corresponding normal action representations, which are compared against the ongoing action to detect errors. Extensive experiments demonstrate that AMNAR achieves state-of-the-art performance, highlighting the effectiveness of AMNAR and the importance of modeling multiple valid next actions in error detection. The code is available at https://github.com/iSEE-Laboratory/AMNAR.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2503.22405")

Code

Syntology Ran 4 of 16 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

isee-laboratory/amnar officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 4 ran; 1 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · fixture could not drive it
2ran
12unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from iSEE-Laboratory/AMNAR. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

drop_path iSEE-Laboratory/AMNAR/libs/modeling/blocks.py official repository ran · fixture could not drive it MIT (permissive) · a34c005ba2203f35 · report
get_labels_start_end_time iSEE-Laboratory/AMNAR/eval_utils.py official repository ran fingerprinted MIT (permissive) · 256e0c401be2a266 · report
get_sinusoid_encoding iSEE-Laboratory/AMNAR/libs/modeling/blocks.py official repository ran · honoured contract fingerprinted MIT (permissive) · 3531df7b0c9b0791 · report
levenstein iSEE-Laboratory/AMNAR/eval_utils.py official repository ran MIT (permissive) · b3c5c209fda2be1d · report
acc_precision_recall_f1 iSEE-Laboratory/AMNAR/metric_vis_multiprocess.py official repository unverified MIT (permissive) · 9dc97196363b645b · report
acc_tpr_fpr iSEE-Laboratory/AMNAR/metric_vis_multiprocess.py official repository unverified MIT (permissive) · 54142e08e5e7b123 · report
ctr_diou_loss_1d iSEE-Laboratory/AMNAR/libs/modeling/losses.py official repository unverified MIT (permissive) · 12d8ba65aabcb2b4 · report
ctr_giou_loss_1d iSEE-Laboratory/AMNAR/libs/modeling/losses.py official repository unverified MIT (permissive) · 66693d03280664b1 · report
error_acc iSEE-Laboratory/AMNAR/metric_vis_multiprocess.py official repository unverified MIT (permissive) · aa71c46542c9f663 · report
load_config iSEE-Laboratory/AMNAR/libs/core/config.py official repository unverified MIT (permissive) · fd5970b4bd634bdc · report
mstcn_edit_score iSEE-Laboratory/AMNAR/eval_utils.py official repository unverified MIT (permissive) · 170940905c04f542 · report
process_threshold iSEE-Laboratory/AMNAR/metric_action_multiplicity.py official repository unverified MIT (permissive) · 37aec3cd29c8d0b4 · report
register_backbone iSEE-Laboratory/AMNAR/libs/modeling/models.py official repository unverified MIT (permissive) · cee845f405ecf37e · report
register_generator iSEE-Laboratory/AMNAR/libs/modeling/models.py official repository unverified MIT (permissive) · 3db1c5ab5f3f0198 · report
register_neck iSEE-Laboratory/AMNAR/libs/modeling/models.py official repository unverified MIT (permissive) · e5ef13b176081594 · report
sigmoid_focal_loss iSEE-Laboratory/AMNAR/libs/modeling/losses.py official repository unverified MIT (permissive) · a617c27dff1d8aec · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections