paper-with-me

Papers

Sketch-based Video Object Localization

2023-04-02 · Sangmin Woo, So-Yeong Jeon, Jinyoung Park, Minji Son, Sumin Lee, Changick Kim

We introduce Sketch-based Video Object Localization (SVOL), a new task aimed at localizing spatio-temporal object boxes in video queried by the input sketch. We first outline the challenges in the SVOL task and build the Sketch-Video Attention Network (SVANet) with the following design principles: (i) to consider temporal information of video and bridge the domain gap between sketch and video; (ii) to accurately identify and localize multiple objects simultaneously; (iii) to handle various styles of sketches; (iv) to be classification-free. In particular, SVANet is equipped with a Cross-modal Transformer that models the interaction between learnable object tokens, query sketch, and video through attention operations, and learns upon a per-frame set matching strategy that enables frame-wise prediction while utilizing global video context. We evaluate SVANet on a newly curated SVOL dataset. By design, SVANet successfully learns the mapping between the query sketches and video objects, achieving state-of-the-art results on the SVOL benchmark. We further confirm the effectiveness of SVANet via extensive ablation studies and visualizations. Lastly, we demonstrate its transfer capability on unseen datasets and novel categories, suggesting its high scalability in real-world applications.

📄 PDF Abstract BibTeX arXiv:2304.00450

Code (1)

sangminwoo/svol 공식 구현 pytorch

Tasks

ObjectObject Localizationset matching

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Sketch-Guided Object Localization in Natural Images

2020-08-14 · ECCV 2020 8 · Aditay Tripathi, Rajath R Dani, Anand Mishra, Anirban Chakraborty

We introduce the novel problem of localizing all the instances of an object (seen or unseen during training) in a natural image via sketch query. We refer to this problem as sketch-guided object localization. This proble…

Image RetrievalObjectobject-detectionObject Detection+4

Multimodal Query-guided Object Localization

2022-12-01 · Aditay Tripathi, Rajath R Dani, Anand Mishra, Anirban Chakraborty

Consider a scenario in one-shot query-guided object localization where neither an image of the object nor the object category name is available as a query. In such a scenario, a hand-drawn sketch of the object could be a…

ObjectObject LocalizationRegion Proposal

Query-guided Attention in Vision Transformers for Localizing Objects Using a Single Sketch

2023-03-15 · Aditay Tripathi, Anand Mishra, Anirban Chakraborty

In this work, we investigate the problem of sketch-based object localization on natural images, where given a crude hand-drawn sketch of an object, the goal is to localize all the instances of the same object on the targ…

Objectobject-detectionObject DetectionObject Localization

Localizing Infinity-shaped fishes: Sketch-guided object localization in the wild

2021-09-24 · Pau Riba, Sounak Dey, Ali Furkan Biten, Josep Llados

This work investigates the problem of sketch-guided object localization (SGOL), where human sketches are used as queries to conduct the object localization in natural images. In this cross-modal setting, we first contrib…

Instance SegmentationObjectobject-detectionObject Detection+2

Sketch-based Video Object Segmentation: Benchmark and Analysis

2023-11-13 · Ruolin Yang, Da Li, Conghui Hu, Timothy Hospedales 외

Reference-based video object segmentation is an emerging topic which aims to segment the corresponding target object in each video frame referred by a given reference, such as a language expression or a photo mask. Howev…

ObjectSegmentationSemantic SegmentationVideo Object Segmentation+1