paper-with-me

홈 › Papers

A Light-Weight Contrastive Approach for Aligning Human Pose Sequences

2023-03-07 · Robert T. Collins

We present a simple unsupervised method for learning an encoder mapping short 3D pose sequences into embedding vectors suitable for sequence-to-sequence alignment by dynamic time warping. Training samples consist of temporal windows of frames containing 3D body points such as mocap markers or skeleton joints. A light-weight, 3-layer encoder is trained using a contrastive loss function that encourages embedding vectors of augmented sample pairs to have cosine similarity 1, and similarity 0 with all other samples in a minibatch. When multiple scripted training sequences are available, temporal alignments inferred from an initial round of training are harvested to extract additional, cross-performance match pairs for a second phase of training to refine the encoder. In addition to being simple, the proposed method is fast to train, making it easy to adapt to new data using different marker sets or skeletal joint layouts. Experimental results illustrate ease of use, transferability, and utility of the learned embeddings for comparing and analyzing human behavior sequences.

📄 PDF Abstract BibTeX arXiv:2303.04244

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Time Warping

Similar Papers 제목 키워드 기반

Aligning Biomedical Texts and Knowledge Graphs: A Systematic Comparison of Lightweight Alignment Strategies

2026-08-24 · Artem Bisliouk, Elizaveta Nosova, Heiko Paulheim, Andreea Iana 외 arxiv

Biomedical knowledge exists in two complementary but distinct forms: unstructured scientific literature and structured knowledge graphs (KGs). Aligning them is essential for knowledge grounding, evidence retrieval, and K…

Knowledge Graphs

DiverValue-Bench: A Benchmark and Fine-Tuning Framework for Aligning Large Language Models with Diverse Human Values

2025-09-09 · Yao Liang, Dongcheng Zhao, Feifei Zhao, Guobin Shen 외 arxiv

Aligning large language models (LLMs) with diverse human values is essential for safe and effective deployment, yet existing benchmarks often overlook cultural and demographic variation. We introduce DiverValue-Bench, a …

Aligning by Misaligning: Boundary-aware Curriculum Learning for Multimodal Alignment

2025-11-11 · Hua Ye, Hang Ding, Siyuan Chen, Yiyang Jiang 외 arxiv

Most multimodal models treat every negative pair alike, ignoring the ambiguous negatives that differ from the positive by only a small detail. We propose Boundary-Aware Curriculum with Local Attention (BACL), a lightweig…

Lightweight Contrastive Distilled Hashing for Online Cross-modal Retrieval

2025-02-27 · Jiaxing Li, Lin Jiang, Zeqi Ma, Kaihang Jiang 외

Deep online cross-modal hashing has gained much attention from researchers recently, as its promising applications with low storage requirement, fast retrieval efficiency and cross modality adaptive, etc. However, there …

Cross-Modal RetrievalKnowledge DistillationRetrieval

HOLA: Holistic Multi-Modal Alignment for Open-Set 3D Recognition

2026-05-31 · Koby Aharonov, Oren Shrout, Ayellet Tal arxiv

Open-set 3D recognition requires models that generalize to rare or unseen categories. Recent approaches address this by distilling language-vision knowledge into 3D encoders, typically relying on heavy 2D ViTs and aligni…