paper-with-me

홈 › Papers

JointMotion: Joint Self-Supervision for Joint Motion Prediction

2024-03-08 · Royden Wagner, Omer Sahin Tas, Marvin Klemp, Carlos Fernandez

We present JointMotion, a self-supervised pre-training method for joint motion prediction in self-driving vehicles. Our method jointly optimizes a scene-level objective connecting motion and environments, and an instance-level objective to refine learned representations. Scene-level representations are learned via non-contrastive similarity learning of past motion sequences and environment context. At the instance level, we use masked autoencoding to refine multimodal polyline representations. We complement this with an adaptive pre-training decoder that enables JointMotion to generalize across different environment representations, fusion mechanisms, and dataset characteristics. Notably, our method reduces the joint final displacement error of Wayformer, HPTR, and Scene Transformer models by 3\%, 8\%, and 12\%, respectively; and enables transfer learning between the Waymo Open Motion and the Argoverse 2 Motion Forecasting datasets. Code: https://github.com/kit-mrt/future-motion

📄 PDF Abstract BibTeX arXiv:2403.05489

Code (1)

kit-mrt/future-motion 공식 구현 pytorch

Tasks

Autonomous DrivingDecoderMotion Forecastingmotion predictionPredictionSelf-Supervised LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…

Similar Papers 제목 키워드 기반

Does Visual Self-Supervision Improve Learning of Speech Representations for Emotion Recognition?

2020-05-04 · Abhinav Shukla, Stavros Petridis, Maja Pantic

Self-supervised learning has attracted plenty of recent research interest. However, most works for self-supervision in speech are typically unimodal and there has been limited work that studies the interaction between au…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Emotion RecognitionFace Reconstruction+5

Unsupervised Joint Learning of Depth, Optical Flow, Ego-motion from Video

2021-05-30 · Jianfeng Li, Junqiao Zhao, Shuangfu Song, Tiantian Feng

Estimating geometric elements such as depth, camera motion, and optical flow from images is an important part of the robot's visual perception. We use a joint self-supervised method to estimate the three geometric elemen…

Depth EstimationOptical Flow EstimationSemantic Segmentation

SS3D: End2End Self-Supervised 3D from Web Videos

2026-04-24 · Marwane Hariat, Gianni Franchi, David Filliat, Antoine Manzanera arxiv

We present SS3D, a web-scale SfM-based self-supervision pretraining pipeline for feed-forward 3D estimation from monocular video. Our model jointly predicts depth, ego-motion, and intrinsics in a single forward pass and …

Hybrid-supervised Hypergraph-enhanced Transformer for Micro-gesture Based Emotion Recognition

2025-07-20 · Zhaoqiang Xia, Hexiang Huang, Haoyu Chen, Xiaoyi Feng 외 arxiv

Micro-gestures are unconsciously performed body gestures that can convey the emotion states of humans and start to attract more research attention in the fields of human behavior understanding and affective computing as …

Self-Supervised LearningEmotion Recognition

H-Flow: Self-supervised Human Scene Flow via Physics-inspired Joint Multi-modal Learning

2026-05-21 · Zhanbo Huang, Xiaoming Liu, Yu Kong arxiv

Parametric human models capture global pose but cannot represent the non-rigid surface dynamics of clothing and soft tissue. Generic scene flow estimates dense motion but breaks down on articulated bodies, where pixel-le…