paper-with-me

홈 › Papers

Linking Image and Text with 2-Way Nets

2016-08-29 · CVPR 2017 7 · Aviv Eisenschtat, Lior Wolf

Linking two data sources is a basic building block in numerous computer vision problems. Canonical Correlation Analysis (CCA) achieves this by utilizing a linear optimizer in order to maximize the correlation between the two views. Recent work makes use of non-linear models, including deep learning techniques, that optimize the CCA loss in some feature space. In this paper, we introduce a novel, bi-directional neural network architecture for the task of matching vectors from two data sources. Our approach employs two tied neural network channels that project the two views into a common, maximally correlated space using the Euclidean loss. We show a direct link between the correlation-based loss and Euclidean loss, enabling the use of Euclidean loss for correlation maximization. To overcome common Euclidean regression optimization problems, we modify well-known techniques to our problem, including batch normalization and dropout. We show state of the art results on a number of computer vision matching tasks including MNIST image matching and sentence-image matching on the Flickr8k, Flickr30k and COCO datasets.

📄 PDF Abstract BibTeX arXiv:1608.07973

Code (1)

aviveise/2WayNet 공식 구현

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Linking the TUFS Basic Vocabulary to the Open Multilingual Wordnet

2020-05-01 · LREC 2020 5 · Francis Bond, Hiroki Nomoto, Lu{\'\i}s Morgado da Costa, Arthur Bond

We describe the linking of the TUFS Basic Vocabulary Modules, created for online language learning, with the Open Multilingual Wordnet. The TUFS modules have roughly 500 lexical entries in 30 languages, each with the lem…

LEMMASentence

Adding Pronunciation Information to Wordnets

2020-05-01 · LREC 2020 5 · Thierry Declerck, Lenka Bajcetic, Melanie Siegel

We describe on-going work consisting in adding pronunciation information to wordnets, as such information can indicate specific senses of a word. Many wordnets associate with their senses only a lemma form and a part-of-…

LEMMATAG

Point Linking Network for Object Detection

2017-06-12 · Xinggang Wang, Kaibing Chen, Zilong Huang, Cong Yao 외

Object detection is a core problem in computer vision. With the development of deep ConvNets, the performance of object detectors has been dramatically improved. The deep ConvNets based object detectors mainly focus on r…

Objectobject-detectionObject Detection

Low-dimensional topology of deep neural networks

2026-06-30 · Junyu Ren, Lek-Heng Lim arxiv

We study layered models, including feedforward networks, ResNets, and transformers, by limiting each layer to a width of $d = 3$, i.e., $\mathbb{R}^3$ as representation space. This allows us to track how a neural network…

Semi-automatic WordNet Linking using Word Embeddings

2022-01-05 · GWC 2018 1 · Kevin Patel, Diptesh Kanojia, Pushpak Bhattacharyya

Wordnets are rich lexico-semantic resources. Linked wordnets are extensions of wordnets, which link similar concepts in wordnets of different languages. Such resources are extremely useful in many Natural Language Proces…

Word Embeddings