paper-with-me

Papers

CoVeR: Learning Covariate-Specific Vector Representations with Tensor Decompositions

2018-02-21 · ICML 2018 7 · Kevin Tian, Teng Zhang, James Zou

Word embedding is a useful approach to capture co-occurrence structures in large text corpora. However, in addition to the text data itself, we often have additional covariates associated with individual corpus documents---e.g. the demographic of the author, time and venue of publication---and we would like the embedding to naturally capture this information. We propose CoVeR, a new tensor decomposition model for vector embeddings with covariates. CoVeR jointly learns a \emph{base} embedding for all the words as well as a weighted diagonal matrix to model how each covariate affects the base embedding. To obtain author or venue-specific embedding, for example, we can then simply multiply the base embedding by the associated transformation matrix. The main advantages of our approach are data efficiency and interpretability of the covariate transformation. Our experiments demonstrate that our joint model learns substantially better covariate-specific embeddings compared to the standard approach of learning a separate embedding for each covariate using only the relevant subset of data, as well as other related methods. Furthermore, CoVeR encourages the embeddings to be "topic-aligned" in that the dimensions have specific independent meanings. This allows our covariate-specific embeddings to be compared by topic, enabling downstream differential analysis. We empirically evaluate the benefits of our algorithm on datasets, and demonstrate how it can be used to address many natural questions about covariate effects. Accompanying code to this paper can be found at http://github.com/kjtian/CoVeR.

📄 PDF Abstract BibTeX arXiv:1802.07839

Code (1)

justinaL/tag tf

Tasks

Natural QuestionsTensor Decomposition

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Covariate-assisted Sparse Tensor Completion

2021-03-11 · Hilda S Ibriga, Will Wei Sun

We aim to provably complete a sparse and highly-missing tensor in the presence of covariate information along tensor modes. Our motivation comes from online advertising where users click-through-rates (CTR) on ads over v…

LowRankOcc: Tensor Decomposition and Low-Rank Recovery for Vision-based 3D Semantic Occupancy Prediction

2024-01-01 · CVPR 2024 1 · Linqing Zhao, Xiuwei Xu, Ziwei Wang, Yunpeng Zhang 외

In this paper we present a tensor decomposition and low-rank recovery approach (LowRankOcc) for vision-based 3D semantic occupancy prediction. Conventional methods model outdoor scenes with fine-grained 3D grids but …

3D Semantic Occupancy PredictionTensor Decomposition

Learning Covariate-Specific Embeddings with Tensor Decompositions

2018-01-01 · ICLR 2018 1 · Kevin Tian, Teng Zhang, James Zou

Word embedding is a useful approach to capture co-occurrence structures in a large corpus of text. In addition to the text data itself, we often have additional covariates associated with individual documents in the corp…

Natural QuestionsTensor DecompositionWord Embeddings

Tensor Regression

2023-08-22 · Jiani Liu, Ce Zhu, Zhen Long, Yipeng Liu

Regression analysis is a key area of interest in the field of data analysis and machine learning which is devoted to exploring the dependencies between variables, often using vectors. The emergence of high dimensional da…

regression

Estimation of sparse linear regression coefficients under $L$-subexponential covariates

2023-04-24 · Takeyuki Sasai

We tackle estimating sparse coefficients in a linear regression when the covariates are sampled from an $L$-subexponential random vector. This vector belongs to a class of distributions that exhibit heavier tails than Ga…

regression