paper-with-me

Papers

Supervised Quantile Normalization for Low-rank Matrix Approximation

2020-02-08 · Marco Cuturi, Olivier Teboul, Jonathan Niles-Weed, Jean-Philippe Vert

Low rank matrix factorization is a fundamental building block in machine learning, used for instance to summarize gene expression profile data or word-document counts. To be robust to outliers and differences in scale across features, a matrix factorization step is usually preceded by ad-hoc feature normalization steps, such as \texttt{tf-idf} scaling or data whitening. We propose in this work to learn these normalization operators jointly with the factorization itself. More precisely, given a $d\times n$ matrix $X$ of $d$ features measured on $n$ individuals, we propose to learn the parameters of quantile normalization operators that can operate row-wise on the values of $X$ and/or of its factorization $UV$ to improve the quality of the low-rank representation of $X$ itself. This optimization is facilitated by the introduction of a new differentiable quantile normalization operator built using optimal transport, providing new results on top of existing work by (Cuturi et al. 2019). We demonstrate the applicability of these techniques on synthetic and genomics datasets.

📄 PDF Abstract BibTeX arXiv:2002.03229

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Supervised Quantile Normalization for Low Rank Matrix Factorization

2020-01-01 · ICML 2020 1 · Marco Cuturi, Olivier Teboul, Jonathan Niles-Weed, Jean-Philippe Vert

Low rank matrix factorization is a fundamental building block in machine learning, used for instance to summarize gene expression profile data or word-document counts. To be robust to outliers and differences in scale ac…

The C-SHIFT algorithm for normalizing covariances

2020-03-29 · Evgenia Chunikhina, Paul Logan, Yevgeniy Kovchegov, Anatoly Yambartsev 외

Omics technologies are powerful tools for analyzing patterns in gene expression data for thousands of genes. Due to a number of systematic variations in experiments, the raw gene expression data is often obfuscated by un…

Philosophy

Rank-Aware Quantile Activation for Motion-Robust Crop Segmentation in UAV Imagery

2026-05-31 · Abinav Kiran, Sravan Danda, Aditya Challa, Sougata Sen 외 arxiv

Motion blur from high-speed UAV acquisition de-grades semantic segmentation on rare texture-dependent classes with high agronomic value. Standard CNNs rely on high-frequency magnitude features that blur destroys, causing…

Semantic Segmentation

Low-rank Panel Quantile Regression: Estimation and Inference

2022-10-20 · Yiren Wang, Liangjun Su, Yichong Zhang

In this paper, we propose a class of low-rank panel quantile regression models which allow for unobserved slope heterogeneity over both individuals and time. We estimate the heterogeneous intercept and slope matrices via…

quantile regressionregression

Learned Interpolation for Better Streaming Quantile Approximation with Worst-Case Guarantees

2023-04-15 · Nicholas Schiefer, Justin Y. Chen, Piotr Indyk, Shyam Narayanan 외

An $\varepsilon$-approximate quantile sketch over a stream of $n$ inputs approximates the rank of any query point $q$ - that is, the number of input points less than $q$ - up to an additive error of $\varepsilon n$, gene…