paper-with-me

Papers

A simple coding for cross-domain matching with dimension reduction via spectral graph embedding

2014-12-29 · Hidetoshi Shimodaira

Data vectors are obtained from multiple domains. They are feature vectors of images or vector representations of words. Domains may have different numbers of data vectors with different dimensions. These data vectors from multiple domains are projected to a common space by linear transformations in order to search closely related vectors across domains. We would like to find projection matrices to minimize distances between closely related data vectors. This formulation of cross-domain matching is regarded as an extension of the spectral graph embedding to multi-domain setting, and it includes several multivariate analysis methods of statistics such as multiset canonical correlation analysis, correspondence analysis, and principal component analysis. Similar approaches are very popular recently in pattern recognition and vision. In this paper, instead of proposing a novel method, we will introduce an embarrassingly simple idea of coding the data vectors for explaining all the above mentioned approaches. A data vector is concatenated with zero vectors from all other domains to make an augmented vector. The cross-domain matching is solved by applying the single-domain version of spectral graph embedding to these augmented vectors of all the domains. An interesting connection to the classical associative memory model of neural networks is also discussed by noticing a coding for association. A cross-validation method for choosing the dimension of the common space and a regularization parameter will be discussed in an illustrative numerical example.

📄 PDF Abstract BibTeX arXiv:1412.8380

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionGraph Embedding

Similar Papers 제목 키워드 기반

Cross-validation of matching correlation analysis by resampling matching weights

2015-03-29 · Hidetoshi Shimodaira

The strength of association between a pair of data vectors is represented by a nonnegative real number, called matching weight. For dimensionality reduction, we consider a linear transformation of data vectors, and defin…

Dimensionality ReductionGraph Embedding

Beyond Spatial Pyramid Matching: Space-time Extended Descriptor for Action Recognition

2015-10-15 · Zhenzhong Lan, Alexander G. Hauptmann

We address the problem of generating video features for action recognition. The spatial pyramid and its variants have been very popular feature models due to their success in balancing spatial location encoding and spati…

Action RecognitionDiversityTemporal Action Localization

Domain-Size Pooling in Local Descriptors: DSP-SIFT

2014-12-30 · CVPR 2015 6 · Jingming Dong, Stefano Soatto

We introduce a simple modification of local image descriptors, such as SIFT, based on pooling gradient orientations across different domain sizes, in addition to spatial locations. The resulting descriptor, which we call…

Increasing Textual Context Size Boosts Medical Image-Text Matching

2023-03-23 · Idan Glassberg, Tom Hope

This short technical report demonstrates a simple technique that yields state of the art results in medical image-text matching tasks. We analyze the use of OpenAI's CLIP, a general image-text matching model, and observe…

Image-text matchingText Matching

PG-GSQL: Pointer-Generator Network with Guide Decoding for Cross-Domain Context-Dependent Text-to-SQL Generation

2020-12-01 · COLING 2020 8 · Huajie Wang, Mei Li, Lei Chen

Text-to-SQL is a task of translating utterances to SQL queries, and most existing neural approaches of text-to-SQL focus on the cross-domain context-independent generation task. We pay close attention to the cross-domain…

DecoderText to SQLText-To-SQL