paper-with-me

Papers

WheelPose: Data Synthesis Techniques to Improve Pose Estimation Performance on Wheelchair Users

2024-04-25 · William Huang, Sam Ghahremani, Siyou Pei, Yang Zhang

Existing pose estimation models perform poorly on wheelchair users due to a lack of representation in training data. We present a data synthesis pipeline to address this disparity in data collection and subsequently improve pose estimation performance for wheelchair users. Our configurable pipeline generates synthetic data of wheelchair users using motion capture data and motion generation outputs simulated in the Unity game engine. We validated our pipeline by conducting a human evaluation, investigating perceived realism, diversity, and an AI performance evaluation on a set of synthetic datasets from our pipeline that synthesized different backgrounds, models, and postures. We found our generated datasets were perceived as realistic by human evaluators, had more diversity than existing image datasets, and had improved person detection and pose estimation performance when fine-tuned on existing pose estimation models. Through this work, we hope to create a foothold for future efforts in tackling the inclusiveness of AI in a data-centric and human-centric manner with the data synthesis techniques demonstrated in this work. Finally, for future works to extend upon, we open source all code in this research and provide a fully configurable Unity Environment used to generate our datasets. In the case of any models we are unable to share due to redistribution and licensing policies, we provide detailed instructions on how to source and replace said models.

📄 PDF Abstract BibTeX arXiv:2404.17063

Code (1)

hilab-open-source/wheelpose 공식 구현 pytorch

Tasks

DiversityHuman DetectionMotion GenerationPose EstimationUnity

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

WheelPoser: Sparse-IMU Based Body Pose Estimation for Wheelchair Users

2024-09-13 · Yunzhi Li, Vimal Mollyn, Kuang Yuan, Patrick Carrington

Despite researchers having extensively studied various ways to track body pose on-the-go, most prior work does not take into account wheelchair users, leading to poor tracking performance. Wheelchair users could greatly …

Pose Estimation

Mitigating Data Scarceness through Data Synthesis, Augmentation and Curriculum for Abstractive Summarization

2021-09-17 · Findings (EMNLP) 2021 11 · Ahmed Magooda, Diane Litman

This paper explores three simple data manipulation techniques (synthesis, augmentation, curriculum) for improving abstractive summarization models without the need for any additional data. We introduce a method of data s…

Abstractive Text SummarizationData AugmentationSpecificity

Systematic Review of Techniques in Brain Image Synthesis using Deep Learning

2023-09-08 · Shubham Singh, Ammar Ranapurwala, Mrunal Bewoor, Sheetal Patil 외

This review paper delves into the present state of medical imaging, with a specific focus on the use of deep learning techniques for brain image synthesis. The need for medical image synthesis to improve diagnostic accur…

Deep LearningDiagnosticImage Generation

Iterative Genetic Improvement: Scaling Stochastic Program Synthesis

2022-02-26 · Yuan Yuan, Wolfgang Banzhaf

Program synthesis aims to {\it automatically} find programs from an underlying programming language that satisfy a given specification. While this has the potential to revolutionize computing, how to search over the vast…

Program Synthesis

Manthan: A Data Driven Approach for Boolean Function Synthesis

2020-05-14 · Priyanka Golia, Subhajit Roy, Kuldeep S. Meel

Boolean functional synthesis is a fundamental problem in computer science with wide-ranging applications and has witnessed a surge of interest resulting in progressively improved techniques over the past decade. Despite …

BIG-bench Machine Learning