paper-with-me

Papers

MTC: Multiresolution Tensor Completion from Partial and Coarse Observations

2021-06-14 · Chaoqi Yang, Navjot Singh, Cao Xiao, Cheng Qian, Edgar Solomonik, Jimeng Sun

Existing tensor completion formulation mostly relies on partial observations from a single tensor. However, tensors extracted from real-world data are often more complex due to: (i) Partial observation: Only a small subset (e.g., 5%) of tensor elements are available. (ii) Coarse observation: Some tensor modes only present coarse and aggregated patterns (e.g., monthly summary instead of daily reports). In this paper, we are given a subset of the tensor and some aggregated/coarse observations (along one or more modes) and seek to recover the original fine-granular tensor with low-rank factorization. We formulate a coupled tensor completion problem and propose an efficient Multi-resolution Tensor Completion model (MTC) to solve the problem. Our MTC model explores tensor mode properties and leverages the hierarchy of resolutions to recursively initialize an optimization setup, and optimizes on the coupled system using alternating least squares. MTC ensures low computational and space complexity. We evaluate our model on two COVID-19 related spatio-temporal tensors. The experiments show that MTC could provide 65.20% and 75.79% percentage of fitness (PoF) in tensor completion with only 5% fine granular observations, which is 27.96% relative improvement over the best baseline. To evaluate the learned low-rank factors, we also design a tensor prediction task for daily and cumulative disease case predictions, where MTC achieves 50% in PoF and 30% relative improvements over the best baseline.

📄 PDF Abstract BibTeX arXiv:2106.07135

Code (1)

ycq091044/MTC 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Coarse to Fine Two-Stage Approach to Robust Tensor Completion of Visual Data

2021-06-19 · Yicong He, George K. Atia

Tensor completion is the problem of estimating the missing values of high-order data from partially observed entries. Data corruption due to prevailing outliers poses major challenges to traditional tensor completion alg…

Missing Values

Coarse to Fine: Image Restoration Boosted by Multi-Scale Low-Rank Tensor Completion

2022-03-29 · Rui Lin, Cong Chen, Ngai Wong

Existing low-rank tensor completion (LRTC) approaches aim at restoring a partially observed tensor by imposing a global low-rank constraint on the underlying completed tensor. However, such a global rank assumption suffe…

Image Restoration

Sparse Nonnegative Tensor Factorization and Completion with Noisy Observations

2020-07-21 · Xiongjun Zhang, Michael K. Ng

In this paper, we study the sparse nonnegative tensor factorization and completion problem from partial and noisy observations for third-order tensors. Because of sparsity and nonnegativity, the underlying tensor is deco…

Denoising

Exact Tensor Completion Powered by Slim Transforms

2024-02-02 · Li Ge, Lin Chen, Yudong Chen, Xue Jiang

In this work, a tensor completion problem is studied, which aims to perfectly recover the tensor from partial observations. The existing theoretical guarantee requires the involved transform to be orthogonal, which hinde…

Noisy Tensor Completion via Low-rank Tensor Ring

2022-03-14 · Yuning Qiu, Guoxu Zhou, Qibin Zhao, Shengli Xie

Tensor completion is a fundamental tool for incomplete data analysis, where the goal is to predict missing entries from partial observations. However, existing methods often make the explicit or implicit assumption that …

Tensor Decomposition