paper-with-me

Papers

Position-aware Location Regression Network for Temporal Video Grounding

2022-04-12 · Sunoh Kim, Kimin Yun, Jin Young Choi

The key to successful grounding for video surveillance is to understand a semantic phrase corresponding to important actors and objects. Conventional methods ignore comprehensive contexts for the phrase or require heavy computation for multiple phrases. To understand comprehensive contexts with only one semantic phrase, we propose Position-aware Location Regression Network (PLRN) which exploits position-aware features of a query and a video. Specifically, PLRN first encodes both the video and query using positional information of words and video segments. Then, a semantic phrase feature is extracted from an encoded query with attention. The semantic phrase feature and encoded video are merged and made into a context-aware feature by reflecting local and global contexts. Finally, PLRN predicts start, end, center, and width values of a grounding boundary. Our experiments show that PLRN achieves competitive performance over existing methods with less computation time and memory.

📄 PDF Abstract BibTeX arXiv:2204.05499

Code (0)

등록된 구현이 없습니다.

Tasks

PositionregressionVideo Grounding

Similar Papers 제목 키워드 기반

DynaTok: Temporally Adaptive and Positional Bias-Aware Token Compression for Video-LLMs

2026-05-19 · Minyoung Park, Taehun Kong, Sangjun Ahn arxiv

Recent advances in Video Large Language Models (Video-LLMs) have greatly expanded multimodal reasoning capabilities. However, the massive number of visual tokens extracted from long video sequences incurs prohibitive com…

Multimodal Reasoning

To Find Where You Talk: Temporal Sentence Localization in Video with Attention Based Location Regression

2018-04-19 · Yitian Yuan, Tao Mei, Wenwu Zhu

Given an untrimmed video and a sentence description, temporal sentence localization aims to automatically determine the start and end points of the described sentence within the video. The problem is challenging as it ne…

regressionSentenceTemporal Localization

V-CAST: Video Curvature-Aware Spatio-Temporal Pruning for Efficient Video Large Language Models

2026-03-29 · Xinying Lin, Xuyang Liu, Yiyu Wang, Teng Ma 외 arxiv

Video large language models (VideoLLMs) show strong capability in video understanding, yet long-context inference is still dominated by massive redundant visual tokens in the prefill stage. We revisit token compression f…

Scene Segmentation

A Semantic and Motion-Aware Spatiotemporal Transformer Network for Action Detection

2024-05-13 · Matthew Korban, Peter Youngs, Scott T. Acton

This paper presents a novel spatiotemporal transformer network that introduces several original components to detect actions in untrimmed videos. First, the multi-feature selective semantic attention model calculates the…

Action Detection

TubeR: Tubelet Transformer for Video Action Detection

2021-04-02 · CVPR 2022 1 · Jiaojiao Zhao, Yanyi Zhang, Xinyu Li, Hao Chen 외

We propose TubeR: a simple solution for spatio-temporal video action detection. Different from existing methods that depend on either an off-line actor detector or hand-designed actor-positional hypotheses like proposals…

Action ClassificationAction DetectionAction LocalizationVideo Action Detection+1