paper-with-me

Papers

Entity-aware and Motion-aware Transformers for Language-driven Action Localization in Videos

2022-05-12 · Shuo Yang, Xinxiao wu

Language-driven action localization in videos is a challenging task that involves not only visual-linguistic matching but also action boundary prediction. Recent progress has been achieved through aligning language query to video segments, but estimating precise boundaries is still under-explored. In this paper, we propose entity-aware and motion-aware Transformers that progressively localizes actions in videos by first coarsely locating clips with entity queries and then finely predicting exact boundaries in a shrunken temporal region with motion queries. The entity-aware Transformer incorporates the textual entities into visual representation learning via cross-modal and cross-frame attentions to facilitate attending action-related video clips. The motion-aware Transformer captures fine-grained motion changes at multiple temporal scales via integrating long short-term memory into the self-attention module to further improve the precision of action boundary prediction. Extensive experiments on the Charades-STA and TACoS datasets demonstrate that our method achieves better performance than existing methods.

📄 PDF Abstract BibTeX arXiv:2205.05854

Code (1)

shuoyang129/eamat 공식 구현 pytorch

Tasks

Action LocalizationRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…
Residual Connection 설명 없음
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 제목 키워드 기반

Identity-Aware Human-Object Interaction Motion Captioning

2026-08-21 · Yiming Wang, Yonghao Dang, Huilai Li, Jiawei Tu 외 arxiv

Existing human-object interaction (HOI) motion captioning methods typically describe what happens while referring to the subject using generic terms such as "a person" or "someone", without grounding the caption in subje…

Motion Captioning

IAM: Identity-Aware Human Motion and Shape Joint Generation

2026-04-28 · Wenqi Jia, Zekun Li, Abhay Mittal, Chengcheng Tang 외 arxiv

Recent advances in text-driven human motion generation enable models to synthesize realistic motion sequences from natural language descriptions. However, most existing approaches assume identity-neutral motion and gener…

Controllable Radiance Fields for Dynamic Face Synthesis

2022-10-11 · Peiye Zhuang, Liqian Ma, Oluwasanmi Koyejo, Alexander G. Schwing

Recent work on 3D-aware image synthesis has achieved compelling results using advances in neural rendering. However, 3D-aware synthesis of face dynamics hasn't received much attention. Here, we study how to explicitly co…

3D-Aware Image SynthesisFace GenerationFace ParsingImage Generation+1

RoPEMover: Depth-Aware Object Relocation via Positional Embeddings

2026-06-25 · Ipek Oztas, Duygu Ceylan, Aybars Bugra Aksoy, Aysegul Dundar arxiv

Moving an object in a single image requires geometry-consistent spatial rearrangement, including handling occlusions, revealing previously unseen regions, and maintaining coherent shadows and reflections. Existing approa…

parameter-efficient fine-tuning

Knowledge-Aware Language Model Pretraining

2020-06-29 · Corby Rosset, Chenyan Xiong, Minh Phan, Xia Song 외

How much knowledge do pretrained language models hold? Recent research observed that pretrained transformers are adept at modeling semantics but it is unclear to what degree they grasp human knowledge, or how to ensure t…

Knowledge ProbingLanguage ModelingLanguage Modellingmodel+1