paper-with-me

홈 › Papers

Resolving References to Objects in Photographs using the Words-As-Classifiers Model

2015-10-07 · ACL 2016 8 · David Schlangen, Sina Zarriess, Casey Kennington

A common use of language is to refer to visually present objects. Modelling it in computers requires modelling the link between language and perception. The "words as classifiers" model of grounded semantics views words as classifiers of perceptual contexts, and composes the meaning of a phrase through composition of the denotations of its component words. It was recently shown to perform well in a game-playing scenario with a small number of object types. We apply it to two large sets of real-world photographs that contain a much larger variety of types and for which referring expressions are available. Using a pre-trained convolutional neural network to extract image features, and augmenting these with in-picture positional information, we show that the model achieves performance competitive with the state of the art in a reference resolution task (given expression, find bounding box of its referent), while, as we argue, being conceptually simpler and more flexible.

📄 PDF Abstract BibTeX arXiv:1510.02125

Code (1)

dsg-bielefeld/image_wac 공식 구현

Similar Papers 제목 키워드 기반

Who are you referring to? Coreference resolution in image narrations

2022-11-26 · ICCV 2023 1 · Arushi Goel, Basura Fernando, Frank Keller, Hakan Bilen

Coreference resolution aims to identify words and phrases which refer to same entity in a text, a core task in natural language processing. In this paper, we extend this task to resolving coreferences in long-form narrat…

coreference-resolutionCoreference Resolution

Learning from scarce information: using synthetic data to classify Roman fine ware pottery

2021-07-03 · Santos J. Núñez Jareño, Daniël P. van Helden, Evgeny M. Mirkes, Ivan Y. Tyukin 외

In this article we consider a version of the challenging problem of learning from datasets whose size is too limited to allow generalisation beyond the training set. To address the challenge we propose to use a transfer …

Transfer Learning

A Knowledge-Driven Approach to Classifying Object and Attribute Coreferences in Opinion Mining

2020-10-11 · Findings of the Association for Computational Linguistics 2020 · Jiahua Chen, Shuai Wang, Sahisnu Mazumder, Bing Liu

Classifying and resolving coreferences of objects (e.g., product names) and attributes (e.g., product aspects) in opinionated reviews is crucial for improving the opinion mining performance. However, the task is challeng…

AttributeOpinion Mining

Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation

2016-01-06 · CONLL 2016 8 · Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji

Named Entity Disambiguation (NED) refers to the task of resolving multiple named entity mentions in a document to their correct references in a knowledge base (KB) (e.g., Wikipedia). In this paper, we propose a novel emb…

Entity DisambiguationEntity Linking

Communicating and resolving entity references

2014-06-26 · R. V. Guha

Statements about entities occur everywhere, from newspapers and web pages to structured databases. Correlating references to entities across systems that use different identifiers or names for them is a widespread proble…