中文
相关论文

相关论文: Exploiting Computation-Friendly Graph Compression …

200 篇论文

Analysing Web graphs has applications in determining page ranks, fighting Web spam, detecting communities and mirror sites, and more. This study is however hampered by the necessity of storing a major part of huge graphs in the external…

数据结构与算法 · 计算机科学 2011-09-07 Szymon Grabowski , Wojciech Bieniecki

Graphs can be used to represent a wide variety of data belonging to different domains. Graphs can capture the relationship among data in an efficient way, and have been widely used. In recent times, with the advent of Big Data, there has…

数据结构与算法 · 计算机科学 2018-06-06 Rushabh Jitendrakumar Shah

Graphs have been extensively used to represent data from various domains. In the era of Big Data, information is being generated at a fast pace, and analyzing the same is a challenge. Various methods have been proposed to speed up the…

信息论 · 计算机科学 2018-06-26 Rushabh Jitendrakumar Shah

Real-world graphs are massive in size and we need a huge amount of space to store them. Graph compression allows us to compress a graph so that we need a lesser number of bits per link to store it. Of many techniques to compress a graph, a…

社会与信息网络 · 计算机科学 2021-05-13 Muhammad Irfan Yousuf , Izza Anwer , Muhammad Abid

Graph reordering is a powerful technique to increase the locality of the representations of graphs, which can be helpful in several applications. We study how the technique can be used to improve compression of graphs and inverted indexes.…

数据结构与算法 · 计算机科学 2017-09-04 Laxman Dhulipala , Igor Kabiljo , Brian Karrer , Giuseppe Ottaviano , Sergey Pupyrev , Alon Shalita

The inference and training stages of Graph Neural Networks (GNNs) are often dominated by the time required to compute a long sequence of matrix multiplications between the sparse graph adjacency matrix and its embedding. To accelerate these…

Zuckerli is a scalable compression system meant for large real-world graphs. Graphs are notoriously challenging structures to store efficiently due to their linked nature, which makes it hard to separate them into smaller, compact…

数据结构与算法 · 计算机科学 2020-09-04 Luca Versari , Iulia M. Comsa , Alessio Conte , Roberto Grossi

In recent years studying the content of the World Wide Web became a very important yet rather difficult task. There is a need for a compression technique that would allow a web graph representation to be put into the memory while…

数据结构与算法 · 计算机科学 2013-05-02 Filip Proborszcz

Graph Neural Networks (GNNs) have demonstrated promising performance in graph analysis. Nevertheless, the inference process of GNNs remains costly, hindering their applications for large graphs. This paper proposes inference-friendly graph…

机器学习 · 计算机科学 2025-05-13 Yangxin Fan , Haolai Che , Yinghui Wu

In order to manage massive graphs in practice, it is often necessary to resort to graph compression, which aims at reducing the memory used when storing and processing the graph. Efficient compression methods have been proposed in the…

社会与信息网络 · 计算机科学 2023-01-12 Maximilien Danisch , Ioannis Panagiotas , Lionel Tabourier

This paper proposes a compression framework for adjacency matrices of weighted graphs based on graph filter banks. Adjacency matrices are widely used mathematical representations of graphs and are used in various applications in signal…

信号处理 · 电气工程与系统科学 2024-02-06 Kenta Yanagiya , Junya Hara , Hiroshi Higashi , Yuichi Tanaka , Antonio Ortega

We present a new graph compressor that works by recursively detecting repeated substructures and representing them through grammar rules. We show that for a large number of graphs the compressor obtains smaller representations than other…

数据结构与算法 · 计算机科学 2017-04-19 Sebastian Maneth , Fabian Peternek

In this work, we establish theoretical and practical connections between vertex indexing for sparse graph/network compression and matrix ordering for sparse matrix-vector multiplication and variable elimination. We present a fundamental…

数据结构与算法 · 计算机科学 2024-10-01 Dimitris Floros , Nikos Pitsianis , Xiaobai Sun

Graph is a useful data structure to model various real life aspects like email communications, co-authorship among researchers, interactions among chemical compounds, and so on. Supporting such real life interactions produce a knowledge…

数据结构与算法 · 计算机科学 2016-11-11 Kifayat Ullah Khan , Waqas Nawaz , Young-Koo Lee

Today's graphs used in domains such as machine learning or social network analysis may contain hundreds of billions of edges. Yet, they are not necessarily stored efficiently, and standard graph representations such as adjacency lists waste…

数据结构与算法 · 计算机科学 2020-11-02 Maciej Besta , Dimitri Stanojevic , Tijana Zivic , Jagpreet Singh , Maurice Hoerold , Torsten Hoefler

Vectors of data are at the heart of machine learning and data mining. Recently, vector quantization methods have shown great promise in reducing both the time and space costs of operating on vectors. We introduce a vector quantization…

性能 · 计算机科学 2017-07-03 Davis W Blalock , John V Guttag

Data compression has been widely applied in many data processing areas. Compression methods use variable-size codes with the shorter codes assigned to symbols or groups of symbols that appear in the data frequently. Fibonacci coding, as a…

性能 · 计算机科学 2007-12-19 R. Baca , V. Snasel , J. Platos , M. Kratky , E. El-Qawasmeh

Computing over compressed data combines the space saving of data compression with efficient support for queries directly on the compressed representation. Such data structures are widely applied in text indexing and have been successfully…

数据结构与算法 · 计算机科学 2025-06-27 Ziad Ismaili Alaoui , Namrata , Sebastian Wild

Graph classification is crucial in network analyses. Networks face potential security threats, such as adversarial attacks. Some defense methods may trade off the algorithm complexity for robustness, such as adversarial training, whereas…

机器学习 · 计算机科学 2023-02-07 Jinyin Chen , Haiyang Xiong , Haibin Zhenga , Dunjie Zhang , Jian Zhang , Mingwei Jia , Yi Liu

Many data science applications like social network analysis use graphs as their primary form of data. However, acquiring graph-structured data from social media presents some interesting challenges. The first challenge is the high data…

数据库 · 计算机科学 2019-05-22 Subhasis Dasgupta , Aditya Bagchi , Amarnath Gupta
‹ 上一页 1 2 3 10 下一页 ›