paper-with-me

Papers

ExeChecker: Where Did I Go Wrong?

2024-12-13 · Yiwen Gu, Mahir Patel, Margrit Betke

In this paper, we present a contrastive learning based framework, ExeChecker, for the interpretation of rehabilitation exercises. Our work builds upon state-of-the-art advances in the area of human pose estimation, graph-attention neural networks, and transformer interpretablity. The downstream task is to assist rehabilitation by providing informative feedback to users while they are performing prescribed exercises. We utilize a contrastive learning strategy during training. Given a tuple of correctly and incorrectly executed exercises, our model is able to identify and highlight those joints that are involved in an incorrect movement and thus require the user's attention. We collected an in-house dataset, ExeCheck, with paired recordings of both correct and incorrect execution of exercises. In our experiments, we tested our method on this dataset as well as the UI-PRMD dataset and found ExeCheck outperformed the baseline method using pairwise sequence alignment in identifying joints of physical relevance in rehabilitation exercises.

📄 PDF Abstract BibTeX arXiv:2412.10573

Code (1)

EvenGu/ExeChecker 공식 구현 pytorch

Tasks

Contrastive LearningGraph AttentionPose Estimation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised On-Policy Distillation for Reasoning Language Models

2026-05-17 · Zhiquan Tan, Yinrong Hong arxiv

GRPO-style RLVR trains reasoning models from multiple on-policy attempts per prompt, but typically uses these attempts only through terminal rewards. We show that a mixed group contains a richer process signal: a correct…

Analyzing the Effectiveness of Large Language Models on Text-to-SQL Synthesis

2024-01-22 · Richard Roberson, Gowtham Kaki, Ashutosh Trivedi

This study investigates various approaches to using Large Language Models (LLMs) for Text-to-SQL program synthesis, focusing on the outcomes and insights derived. Employing the popular Text-to-SQL dataset, spider, the go…

16kProgram SynthesisSQL SynthesisText to SQL+1

Varying Shades of Wrong: Aligning LLMs with Wrong Answers Only

2024-10-14 · Jihan Yao, Wenxuan Ding, Shangbin Feng, Lucy Lu Wang 외

In the absence of abundant reliable annotations for challenging tasks and contexts, how can we expand the frontier of LLM capabilities with potentially wrong answers? We focus on two research questions: (1) Can LLMs gene…

Learning from Viral Content

2022-10-03 · Krishna Dasaratha, Kevin He

We study learning on social media with an equilibrium model of users interacting with shared news stories. Rational users arrive sequentially, observe an original story (i.e., a private signal) and a sample of predecesso…

Resilient Byzantine Agreement with Predictions

2026-05-19 · Julien Dallot, Darya Melnyk, Tijana Milentijevic, Stefan Schmid 외 arxiv

This paper studies the Byzantine Agreement problem where the nodes have access to a predictor that flags nodes for suspicion of faulty (Byzantine) behavior. We focus on algorithmic resilience -- the maximum number of fau…