paper-with-me

Papers

Tail-Net: Extracting Lowest Singular Triplets for Big Data Applications

2021-04-28 · Gurpreet Singh, Soumyajit Gupta

SVD serves as an exploratory tool in identifying the dominant features in the form of top rank-r singular factors corresponding to the largest singular values. For Big Data applications it is well known that Singular Value Decomposition (SVD) is restrictive due to main memory requirements. However, a number of applications such as community detection, clustering, or bottleneck identification in large scale graph data-sets rely upon identifying the lowest singular values and the singular corresponding vectors. For example, the lowest singular values of a graph Laplacian reveal the number of isolated clusters (zero singular values) or bottlenecks (lowest non-zero singular values) for undirected, acyclic graphs. A naive approach here would be to perform a full SVD however, this quickly becomes infeasible for practical big data applications due to the enormous memory requirements. Furthermore, for such applications only a few lowest singular factors are desired making a full decomposition computationally exorbitant. In this work, we trivially extend the previously proposed Range-Net to \textbf{Tail-Net} for a memory and compute efficient extraction of lowest singular factors of a given big dataset and a specified rank-r. We present a number of numerical experiments on both synthetic and practical data-sets for verification and bench-marking using conventional SVD as the baseline.

📄 PDF Abstract BibTeX arXiv:2104.13968

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCommunity Detection

Similar Papers 제목 키워드 기반

Projection techniques to update the truncated SVD of evolving matrices

2020-10-13 · Vassilis Kalantzis, Georgios Kollias, Shashanka Ubaru, Athanasios N. Nikolakopoulos 외

This paper considers the problem of updating the rank-k truncated Singular Value Decomposition (SVD) of matrices subject to the addition of new rows and/or columns over time. Such matrix problems represent an important c…

Recommendation Systems

Exploiting Duality in Open Information Extraction with Predicate Prompt

2024-01-20 · Zhen Chen, Jingping Liu, Deqing Yang, Yanghua Xiao 외

Open information extraction (OpenIE) aims to extract the schema-free triplets in the form of (\emph{subject}, \emph{predicate}, \emph{object}) from a given sentence. Compared with general information extraction (IE), Ope…

Open Information ExtractionSentence

Position-Aware Tagging for Aspect Sentiment Triplet Extraction

2020-10-06 · EMNLP 2020 11 · Lu Xu, Hao Li, Wei Lu, Lidong Bing

Aspect Sentiment Triplet Extraction (ASTE) is the task of extracting the triplets of target entities, their associated sentiment, and opinion spans explaining the reason for the sentiment. Existing research efforts mostl…

Aspect Sentiment Triplet ExtractionPositionTriplet

LLM4SGG: Large Language Models for Weakly Supervised Scene Graph Generation

2023-10-16 · CVPR 2024 1 · Kibum Kim, Kanghoon Yoon, Jaehyeong Jeon, Yeonjun In 외

Weakly-Supervised Scene Graph Generation (WSSGG) research has recently emerged as an alternative to the fully-supervised approach that heavily relies on costly annotations. In this regard, studies on WSSGG have utilized …

Few-Shot LearningLarge Language ModelScene Graph GenerationTriplet+1

Few-shot Knowledge Graph Relational Reasoning via Subgraph Adaptation

2024-06-19 · Haochen Liu, Song Wang, Chen Chen, Jundong Li

Few-shot Knowledge Graph (KG) Relational Reasoning aims to predict unseen triplets (i.e., query triplets) for rare relations in KGs, given only several triplets of these relations as references (i.e., support triplets). …

Knowledge GraphsRelational Reasoning