paper-with-me

홈 › Papers

Knowing Your Target: Target-Aware Transformer Makes Better Spatio-Temporal Video Grounding

2025-02-16 · Xin Gu, Yaojie Shen, Chenxi Luo, Tiejian Luo, Yan Huang, Yuewei Lin, Heng Fan, Libo Zhang

Transformer has attracted increasing interest in STVG, owing to its end-to-end pipeline and promising result. Existing Transformer-based STVG approaches often leverage a set of object queries, which are initialized simply using zeros and then gradually learn target position information via iterative interactions with multimodal features, for spatial and temporal localization. Despite simplicity, these zero object queries, due to lacking target-specific cues, are hard to learn discriminative target information from interactions with multimodal features in complicated scenarios (\e.g., with distractors or occlusion), resulting in degradation. Addressing this, we introduce a novel Target-Aware Transformer for STVG (TA-STVG), which seeks to adaptively generate object queries via exploring target-specific cues from the given video-text pair, for improving STVG. The key lies in two simple yet effective modules, comprising text-guided temporal sampling (TTS) and attribute-aware spatial activation (ASA), working in a cascade. The former focuses on selecting target-relevant temporal cues from a video utilizing holistic text information, while the latter aims at further exploiting the fine-grained visual attribute information of the object from previous target-aware temporal cues, which is applied for object query initialization. Compared to existing methods leveraging zero-initialized queries, object queries in our TA-STVG, directly generated from a given video-text pair, naturally carry target-specific cues, making them adaptive and better interact with multimodal features for learning more discriminative information to improve STVG. In our experiments on three benchmarks, TA-STVG achieves state-of-the-art performance and significantly outperforms the baseline, validating its efficacy.

📄 PDF Abstract BibTeX arXiv:2502.11168

Code (1)

HengLan/TA-STVG 공식 구현 pytorch

Tasks

AttributeObjectSpatio-Temporal Video GroundingTemporal LocalizationVideo Grounding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Follow-Your-Emoji: Fine-Controllable and Expressive Freestyle Portrait Animation

2024-06-04 · Yue Ma, Hongyu Liu, Hongfa Wang, Heng Pan 외

We present Follow-Your-Emoji, a diffusion-based framework for portrait animation, which animates a reference portrait with target landmark sequences. The main challenge of portrait animation is to preserve the identity o…

Portrait Animation

StyleYourSmile: Cross-Domain Face Retargeting Without Paired Multi-Style Data

2025-12-01 · Avirup Dey, Vinay Namboodiri arxiv

Cross-domain face retargeting requires disentangled control over identity, expressions, and domain-specific stylistic attributes. Existing methods, typically trained on real-world faces, either fail to generalize across …

Data Augmentation

Follow-Your-Shape: Shape-Aware Image Editing via Trajectory-Guided Region Control

2025-08-11 · Zeqian Long, Mingzhe Zheng, Kunyu Feng, Xinhua Zhang 외 arxiv

While recent flow-based image editing models demonstrate general-purpose capabilities across diverse tasks, they often struggle to specialize in challenging scenarios -- particularly those involving large-scale shape tra…

Image Editing

Stanceformer: Target-Aware Transformer for Stance Detection

2024-10-09 · Krishna Garg, Cornelia Caragea

The task of Stance Detection involves discerning the stance expressed in a text towards a specific subject or target. Prior works have relied on existing transformer models that lack the capability to prioritize targets …

Aspect-Based Sentiment AnalysisSentiment AnalysisStance Detection

What's in your Head? Emergent Behaviour in Multi-Task Transformer Models

2021-04-13 · Mor Geva, Uri Katz, Aviv Ben-Arie, Jonathan Berant

The primary paradigm for multi-task training in natural language processing is to represent the input with a shared pre-trained language model, and add a small, thin network (head) per task. Given an input, a target head…

Language ModelingLanguage ModellingQuestion Answering