paper-with-me

홈 › Papers

HUM3DIL: Semi-supervised Multi-modal 3D Human Pose Estimation for Autonomous Driving

2022-12-15 · Andrei Zanfir, Mihai Zanfir, Alexander Gorban, Jingwei Ji, Yin Zhou, Dragomir Anguelov, Cristian Sminchisescu

Autonomous driving is an exciting new industry, posing important research questions. Within the perception module, 3D human pose estimation is an emerging technology, which can enable the autonomous vehicle to perceive and understand the subtle and complex behaviors of pedestrians. While hardware systems and sensors have dramatically improved over the decades -- with cars potentially boasting complex LiDAR and vision systems and with a growing expansion of the available body of dedicated datasets for this newly available information -- not much work has been done to harness these novel signals for the core problem of 3D human pose estimation. Our method, which we coin HUM3DIL (HUMan 3D from Images and LiDAR), efficiently makes use of these complementary signals, in a semi-supervised fashion and outperforms existing methods with a large margin. It is a fast and compact model for onboard deployment. Specifically, we embed LiDAR points into pixel-aligned multi-modal features, which we pass through a sequence of Transformer refinement stages. Quantitative experiments on the Waymo Open Dataset support these claims, where we achieve state-of-the-art results on the task of 3D pose estimation.

📄 PDF Abstract BibTeX arXiv:2212.07729

Code (0)

등록된 구현이 없습니다.

Tasks

3D Human Pose Estimation3D Pose EstimationAutonomous DrivingPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Semi-supervised Bayesian Deep Multi-modal Emotion Recognition

2017-04-25 · Changde Du, Changying Du, Jinpeng Li, Wei-Long Zheng 외

In emotion recognition, it is difficult to recognize human's emotional states using just a single modality. Besides, the annotation of physiological emotional data is particularly expensive. These two aspects make the bu…

Emotion RecognitionImputation

A Benchmark for Semi-supervised Multi-modal Crowd Counting

2026-06-02 · Haoliang Meng, Xiaopeng Hong, Yabin Wang, Wangmeng Zuo arxiv

This paper constructs the first benchmark on semi-supervised multi-modal crowd counting. To lay the foundation for this unexplored task, we first formulate the semi-supervised multi-modal setting and a standardized proto…

Crowd Counting

Semi-supervised Deep Generative Modelling of Incomplete Multi-Modality Emotional Data

2018-07-27 · Du Changde, Du Changying, Wang Hao, Li Jinpeng 외

There are threefold challenges in emotion recognition. First, it is difficult to recognize human's emotional states only considering a single modality. Second, it is expensive to manually annotate the emotional data. Thi…

Emotion RecognitionImputation

Contrastive Learning with Cross-Modal Knowledge Mining for Multimodal Human Activity Recognition

2022-05-20 · Razvan Brinzea, Bulat Khaertdinov, Stylianos Asteriadis

Human Activity Recognition is a field of research where input data can take many forms. Each of the possible input modalities describes human behaviour in a different way, and each has its own strengths and weaknesses. W…

Activity RecognitionContrastive LearningHuman Activity RecognitionRetrieval+1

Addressing Data Scarcity in Multimodal User State Recognition by Combining Semi-Supervised and Supervised Learning

2022-02-08 · Hendric Voß, Heiko Wersing, Stefan Kopp

Detecting mental states of human users is crucial for the development of cooperative and intelligent robots, as it enables the robot to understand the user's intentions and desires. Despite their importance, it is diffic…

BIG-bench Machine Learning