paper-with-me

Papers

What is Where by Looking: Weakly-Supervised Open-World Phrase-Grounding without Text Inputs

2022-06-19 · Tal Shaharabany, Yoad Tewel, Lior Wolf

Given an input image, and nothing else, our method returns the bounding boxes of objects in the image and phrases that describe the objects. This is achieved within an open world paradigm, in which the objects in the input image may not have been encountered during the training of the localization mechanism. Moreover, training takes place in a weakly supervised setting, where no bounding boxes are provided. To achieve this, our method combines two pre-trained networks: the CLIP image-to-text matching score and the BLIP image captioning tool. Training takes place on COCO images and their captions and is based on CLIP. Then, during inference, BLIP is used to generate a hypothesis regarding various regions of the current image. Our work generalizes weakly supervised segmentation and phrase grounding and is shown empirically to outperform the state of the art in both domains. It also shows very convincing results in the novel task of weakly-supervised open-world purely visual phrase-grounding presented in our work. For example, on the datasets used for benchmarking phrase-grounding, our method results in a very modest degradation in comparison to methods that employ human captions as an additional input. Our code is available at https://github.com/talshaharabany/what-is-where-by-looking and a live demo can be found at https://replicate.com/talshaharabany/what-is-where-by-looking.

📄 PDF Abstract BibTeX arXiv:2206.09358

Code (1)

talshaharabany/what-is-where-by-looking 공식 구현 pytorch

Tasks

BenchmarkingImage CaptioningImage to textPhrase GroundingText MatchingWeakly supervised segmentation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Box-based Refinement for Weakly Supervised and Unsupervised Localization Tasks

2023-09-07 · ICCV 2023 1 · Eyal Gomel, Tal Shaharabany, Lior Wolf

It has been established that training a box-based detector network can enhance the localization performance of weakly supervised and unsupervised methods. Moreover, we extend this understanding by demonstrating that thes…

Object DiscoveryPhrase Grounding

Weakly-Supervised Physically Unconstrained Gaze Estimation

2021-05-20 · CVPR 2021 1 · Rakshit Kothari, Shalini De Mello, Umar Iqbal, Wonmin Byeon 외

A major challenge for physically unconstrained gaze estimation is acquiring training data with 3D gaze annotations for in-the-wild and outdoor scenarios. In contrast, videos of human interactions in unconstrained environ…

Domain GeneralizationGaze Estimation

Towards Open Set Video Anomaly Detection

2022-08-23 · Yuansheng Zhu, Wentao Bao, Qi Yu

Open Set Video Anomaly Detection (OpenVAD) aims to identify abnormal events from video data where both known anomalies and novel ones exist in testing. Unsupervised models learned solely from normal videos are applicable…

Anomaly DetectionMultiple Instance LearningTripletVideo Anomaly Detection

What Matters in Autonomous Driving Anomaly Detection: A Weakly Supervised Horizon

2024-08-10 · Utkarsh Tiwari, Snehashis Majhi, Michal Balazia, François Brémond

Video anomaly detection (VAD) in autonomous driving scenario is an important task, however it involves several challenges due to the ego-centric views and moving camera. Due to this, it remains largely under-explored. Wh…

Anomaly DetectionAutonomous DrivingVideo Anomaly DetectionWeakly-supervised Learning

LIME: Weakly-Supervised Text Classification Without Seeds

2022-10-13 · COLING 2022 10 · Seongmin Park, Jihwa Lee

In weakly-supervised text classification, only label names act as sources of supervision. Predominant approaches to weakly-supervised text classification utilize a two-phase framework, where test samples are first assign…

ClassificationNatural Language Inferencetext-classificationText Classification+1