paper-with-me

Papers

Influence-guided Data Augmentation for Neural Tensor Completion

2021-08-23 · Sejoon Oh, Sungchul Kim, Ryan A. Rossi, Srijan Kumar

How can we predict missing values in multi-dimensional data (or tensors) more accurately? The task of tensor completion is crucial in many applications such as personalized recommendation, image and video restoration, and link prediction in social networks. Many tensor factorization and neural network-based tensor completion algorithms have been developed to predict missing entries in partially observed tensors. However, they can produce inaccurate estimations as real-world tensors are very sparse, and these methods tend to overfit on the small amount of data. Here, we overcome these shortcomings by presenting a data augmentation technique for tensors. In this paper, we propose DAIN, a general data augmentation framework that enhances the prediction accuracy of neural tensor completion methods. Specifically, DAIN first trains a neural model and finds tensor cell importances with influence functions. After that, DAIN aggregates the cell importance to calculate the importance of each entity (i.e., an index of a dimension). Finally, DAIN augments the tensor by weighted sampling of entity importances and a value predictor. Extensive experimental results show that DAIN outperforms all data augmentation baselines in terms of enhancing imputation accuracy of neural tensor completion on four diverse real-world tensors. Ablation studies of DAIN substantiate the effectiveness of each component of DAIN. Furthermore, we show that DAIN scales near linearly to large datasets.

📄 PDF Abstract BibTeX arXiv:2108.10248

Code (1)

srijankr/dain 공식 구현 pytorch

Tasks

Data AugmentationImputationLink PredictionMissing ValuesVideo Restoration

Similar Papers 제목 키워드 기반

Concatenated image completion via tensor augmentation and completion

2016-07-14 · Johann A. Bengua, Hoang D. Tuan, Ho N. Phien, Minh N. Do

This paper proposes a novel framework called concatenated image completion via tensor augmentation and completion (ICTAC), which recovers missing entries of color images with high accuracy. Typical images are second- or …

Effective Tensor Completion via Element-wise Weighted Low-rank Tensor Train with Overlapping Ket Augmentation

2021-09-13 · Yang Zhang, Yao Wang, Zhi Han, Xi'ai Chen 외

In recent years, there have been an increasing number of applications of tensor completion based on the tensor train (TT) format because of its efficiency and effectiveness in dealing with higher-order tensor data. Howev…

Blocking

Improving Group Fairness in Tensor Completion via Imbalance Mitigating Entity Augmentation

2025-07-28 · Dawon Ahn, Jun-Gi Jang, Evangelos E. Papalexakis arxiv

Group fairness is important to consider in tensor decomposition to prevent discrimination based on social grounds such as gender or age. Although few works have studied group fairness in tensor decomposition, they suffer…

Outlier-aware Tensor Robust Principal Component Analysis with Self-guided Data Augmentation

2025-04-25 · Yangyang Xu, Kexin Li, Li Yang, You-wei Wen

Tensor Robust Principal Component Analysis (TRPCA) is a fundamental technique for decomposing multi-dimensional data into a low-rank tensor and an outlier tensor, yet existing methods relying on sparse outlier assumption…

Computational EfficiencyData AugmentationDenoising

Attention-Guided Low-Rank Tensor Completion

2024-07-17 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2024 7 · Truong Thanh Nhat Mai, Edmund Y. Lam, Chul Lee

Low-rank tensor completion (LRTC) aims to recover missing data of high-dimensional structures from a limited set of observed entries. Despite recent significant successes, the original structures of data tensors are stil…

Image Restoration