paper-with-me

홈 › Papers

Enhancing 3D Human Pose Estimation Amidst Severe Occlusion with Dual Transformer Fusion

2024-10-06 · Mehwish Ghafoor, Arif Mahmood, Muhammad Bilal

In the field of 3D Human Pose Estimation from monocular videos, the presence of diverse occlusion types presents a formidable challenge. Prior research has made progress by harnessing spatial and temporal cues to infer 3D poses from 2D joint observations. This paper introduces a Dual Transformer Fusion (DTF) algorithm, a novel approach to obtain a holistic 3D pose estimation, even in the presence of severe occlusions. Confronting the issue of occlusion-induced missing joint data, we propose a temporal interpolation-based occlusion guidance mechanism. To enable precise 3D Human Pose Estimation, our approach leverages the innovative DTF architecture, which first generates a pair of intermediate views. Each intermediate-view undergoes spatial refinement through a self-refinement schema. Subsequently, these intermediate-views are fused to yield the final 3D human pose estimation. The entire system is end-to-end trainable. Through extensive experiments conducted on the Human3.6M and MPI-INF-3DHP datasets, our method's performance is rigorously evaluated. Notably, our approach outperforms existing state-of-the-art methods on both datasets, yielding substantial improvements. The code is available here: https://github.com/MehwishG/DTF.

📄 PDF Abstract BibTeX arXiv:2410.04574

Code (1)

mehwishg/dtf 공식 구현 pytorch

Tasks

3D Human Pose Estimation3D Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Beautiful Mind: Principles and Strategies for AI-Augmented Human Reasoning

2025-02-05 · Sean Koon

Amidst the race to create more intelligent machines there is a risk that we will rely on AI in ways that reduce our own agency as humans. To reduce this risk, we could aim to create tools that prioritize and enhance the …

Shining a Light on Hurricane Damage Estimation via Nighttime Light Data: Pre-processing Matters

2024-10-29 · Nancy Thomas, Saba Rahimi, Annita Vapsi, Cathy Ansell 외

Amidst escalating climate change, hurricanes are inflicting severe socioeconomic impacts, marked by heightened economic losses and increased displacement. Previous research utilized nighttime light data to predict the im…

Imputation

Adapting to climate change: Long-term impact of wind resource changes on China's power system resilience

2023-11-28 · Jiaqi Ruan, Xiangrui Meng, Yifan Zhu, Gaoqi Liang 외

Modern society's reliance on power systems is at risk from the escalating effects of wind-related climate change. Yet, failure to identify the intricate relationship between wind-related climate risks and power systems c…

Team Formation amidst Conflicts

2024-02-29 · Iasonas Nikolaou, Evimaria Terzi

In this work, we formulate the problem of team formation amidst conflicts. The goal is to assign individuals to tasks, with given capacities, taking into account individuals' task preferences and the conflicts between th…

DiversityManagement

AMIDST: a Java Toolbox for Scalable Probabilistic Machine Learning

2017-04-04 · Andrés R. Masegosa, Ana M. Martínez, Darío Ramos-López, Rafael Cabañas 외

The AMIDST Toolbox is a software for scalable probabilistic machine learning with a spe- cial focus on (massive) streaming data. The toolbox supports a flexible modeling language based on probabilistic graphical models w…

BIG-bench Machine Learning