paper-with-me

홈 › Papers

Graph Metric Learning via Gershgorin Disc Alignment

2020-01-28 · Cheng Yang, Gene Cheung, Wei Hu

We propose a fast general projection-free metric learning framework, where the minimization objective $\min_{\textbf{M} \in \mathcal{S}} Q(\textbf{M})$ is a convex differentiable function of the metric matrix $\textbf{M}$, and $\textbf{M}$ resides in the set $\mathcal{S}$ of generalized graph Laplacian matrices for connected graphs with positive edge weights and node degrees. Unlike low-rank metric matrices common in the literature, $\mathcal{S}$ includes the important positive-diagonal-only matrices as a special case in the limit. The key idea for fast optimization is to rewrite the positive definite cone constraint in $\mathcal{S}$ as signal-adaptive linear constraints via Gershgorin disc alignment, so that the alternating optimization of the diagonal and off-diagonal terms in $\textbf{M}$ can be solved efficiently as linear programs via Frank-Wolfe iterations. We prove that the Gershgorin discs can be aligned perfectly using the first eigenvector $\textbf{v}$ of $\textbf{M}$, which we update iteratively using Locally Optimal Block Preconditioned Conjugate Gradient (LOBPCG) with warm start as diagonal / off-diagonal terms are optimized. Experiments show that our efficiently computed graph metric matrices outperform metrics learned using competing methods in terms of classification tasks.

📄 PDF Abstract BibTeX arXiv:2001.10485

Code (0)

등록된 구현이 없습니다.

Tasks

Metric Learning

Similar Papers 제목 키워드 기반

Signed Graph Metric Learning via Gershgorin Disc Perfect Alignment

2020-06-15 · Cheng Yang, Gene Cheung, Wei Hu

Given a convex and differentiable objective $Q(\M)$ for a real symmetric matrix $\M$ in the positive definite (PD) cone -- used to compute Mahalanobis distances -- we propose a fast general metric learning framework that…

Binary ClassificationMetric Learning

Efficient Directed Graph Sampling via Gershgorin Disc Alignment

2022-10-25 · Yuejiang Li, Hong Vicky Zhao, Gene Cheung

Graph sampling is the problem of choosing a node subset via sampling matrix $\mathbf{H} \in \{0,1\}^{K \times N}$ to collect samples $\mathbf{y} = \mathbf{H} \mathbf{x} \in \mathbb{R}^K$, $K < N$, so that the target sign…

Graph Sampling

Efficient Signed Graph Sampling via Balancing & Gershgorin Disc Perfect Alignment

2022-08-18 · Chinthaka Dinesh, Gene Cheung, Saghar Bagheri, Ivan V. Bajic

A basic premise in graph signal processing (GSP) is that a graph encoding pairwise (anti-)correlations of the targeted signal as edge weights is exploited for graph filtering. However, existing fast graph sampling scheme…

Graph Sampling

Point Cloud Sampling via Graph Balancing and Gershgorin Disc Alignment

2021-03-10 · Chinthaka Dinesh, Gene Cheung, Ivan Bajic

3D point cloud (PC) -- a collection of discrete geometric samples of a physical object's surface -- is typically large in size, which entails expensive subsequent operations like viewpoint image rendering and object reco…

Graph SamplingObject RecognitionSuper-Resolution

Graph Unfolding and Sampling for Transitory Video Summarization via Gershgorin Disc Alignment

2024-08-03

User-generated videos (UGVs) uploaded from mobile phones to social media sites like YouTube and TikTok are short and non-repetitive. We summarize a transitory UGV into several keyframes in linear time via fast graph samp…