中文
相关论文

相关论文: FLEET: Butterfly Estimation from a Bipartite Graph…

200 篇论文

We study the fundamental problem of butterfly (i.e. (2,2)-bicliques) counting in bipartite streaming graphs. Similar to triangles in unipartite graphs, enumerating butterflies is crucial in understanding the structure of bipartite graphs.…

数据库 · 计算机科学 2021-02-04 Aida Sheshbolouki , M. Tamer Özsu

We consider the problem of counting motifs in bipartite affiliation networks, such as author-paper, user-product, and actor-movie relations. We focus on counting the number of occurrences of a "butterfly", a complete $2 \times 2$ biclique,…

离散数学 · 计算机科学 2018-03-19 Seyed-Vahid Sanei-Mehri , Ahmet Erdem Sariyuce , Srikanta Tirthapura

Bipartite graphs characterize relationships between two different sets of entities, like actor-movie, user-item, and author-paper. The butterfly, a 4-vertices 4-edges (2,2)-biclique, is the simplest cohesive motif in a bipartite graph and…

数据结构与算法 · 计算机科学 2026-04-21 Xinwei Cai , Xiangyu Ke , Kai Wang , Lu Chen , Tianming Zhang , Qing Liu , Yunjun Gao

Bipartite graphs are commonly used to model relationships between two distinct entities in real-world applications, such as user-product interactions, user-movie ratings and collaborations between authors and publications. A butterfly (a…

数据结构与算法 · 计算机科学 2026-04-28 Lingkai Meng , Long Yuan , Xuemin Lin , Chengjie Li , Kai Wang , Wenjie Zhang

Bipartite graphs are ubiquitous in many domains, e.g., e-commerce platforms, social networks, and academia, by modeling interactions between distinct entity sets. Within these graphs, the butterfly motif, a complete 2*2 biclique, represents…

社会与信息网络 · 计算机科学 2025-01-14 Qiuyang Mang , Jingbang Chen , Hangrui Zhou , Yu Gao , Yingli Zhou , Qingyu Shi , Richard Peng , Yixiang Fang , Chenhao Ma

Bipartite graphs offer a powerful framework for modeling complex relationships between two distinct types of vertices, incorporating probabilistic, temporal, and rating-based information. While the research community has extensively…

社会与信息网络 · 计算机科学 2023-08-17 Apurba Das , Aman Abidi , Ajinkya Shingane , Mekala Kiran

Bipartite networks are of great importance in many real-world applications. In bipartite networks, butterfly (i.e., a complete 2 x 2 biclique) is the smallest non-trivial cohesive structure and plays a key role. In this paper, we study the…

社会与信息网络 · 计算机科学 2019-06-28 Kai Wang , Xuemin Lin , Lu Qin , Wenjie Zhang , Ying Zhang

Bipartite graphs serve as a natural model for representing relationships between two different types of entities. When analyzing bipartite graphs, butterfly counting is a fundamental research problem that aims to count the number of…

数据库 · 计算机科学 2026-03-24 Chi Luo , Jiaxin Song , Yuhao Zhang , Kai Wang , Zhixing He , Kuan Yang

A bipartite graph extensively models relationships between real-world entities of two different types, such as user-product data in e-commerce. Such graph data are inherently becoming more and more streaming, entailing continuous insertions…

数据库 · 计算机科学 2023-12-07 Serafeim Papadias , Zoi Kaoudi , Varun Pandey , Jorge-Arnulfo Quiane-Ruiz , Volker Markl

Temporal bipartite graphs are widely used to denote time-evolving relationships between two disjoint sets of nodes, such as customer-product interactions in E-commerce and user-group memberships in social networks. Temporal butterflies,…

社会与信息网络 · 计算机科学 2023-10-19 Jiaxi Pu , Yanhao Wang , Yuchen Li , Xuan Zhou

Butterflies, or 4-cycles in bipartite graphs, are crucial for identifying cohesive structures and dense subgraphs. While agent-based data mining is gaining prominence, its application to bipartite networks remains relatively unexplored. We…

分布式、并行与集群计算 · 计算机科学 2025-06-24 Prabhat Kumar Chand , Apurba Das , Anisur Rahaman Molla

Butterflies are the smallest non-trivial subgraph in bipartite graphs, and therefore having efficient computations for analyzing them is crucial to improving the quality of certain applications on bipartite graphs. In this paper, we design…

分布式、并行与集群计算 · 计算机科学 2020-06-18 Jessica Shi , Julian Shun

Real-world graphs often manifest as a massive temporal stream of edges. The need for real-time analysis of such large graph streams has led to progress on low memory, one-pass streaming graph algorithms. These algorithms were designed for…

数据结构与算法 · 计算机科学 2014-10-16 Madhav Jha , C. Seshadhri , Ali Pinar

In this work, we present the first efficient and practical algorithm for estimating the number of triangles in a graph stream using predictions. Our algorithm combines waiting room sampling and reservoir sampling with a predictor for the…

数据结构与算法 · 计算机科学 2024-09-24 Cristian Boldrin , Fabio Vandin

We study the clustering of bipartite graphs and Boolean matrix factorization in data streams. We consider a streaming setting in which the vertices from the left side of the graph arrive one by one together with all of their incident edges.…

机器学习 · 计算机科学 2020-12-08 Stefan Neumann , Pauli Miettinen

We introduce a novel algorithm to perform graph clustering in the edge streaming setting. In this model, the graph is presented as a sequence of edges that can be processed strictly once. Our streaming algorithm has an extremely low memory…

机器学习 · 计算机科学 2017-12-13 Alexandre Hollocou , Julien Maudet , Thomas Bonald , Marc Lelarge

Cohesive subgraph mining in bipartite graphs becomes a popular research topic recently. An important structure k-bitruss is the maximal cohesive subgraph where each edge is contained in at least k butterflies (i.e., (2, 2)-bicliques). In…

数据库 · 计算机科学 2020-01-20 Kai Wang , Xuemin Lin , Lu Qin , Wenjie Zhang , Ying Zhang

In the semi-streaming model, an algorithm receives a stream of edges of a graph in arbitrary order and uses a memory of size $O(n \mbox{ polylog } n)$, where $n$ is the number of vertices of a graph. In this work, we present semi-streaming…

数据结构与算法 · 计算机科学 2014-04-11 Christian Konrad , Frédéric Magniez , Claire Mathieu

We propose and study a method called FLOT that estimates scene flow on point clouds. We start the design of FLOT by noticing that scene flow estimation on point clouds reduces to estimating a permutation matrix in a perfect world. Inspired…

计算机视觉与模式识别 · 计算机科学 2020-07-23 Gilles Puy , Alexandre Boulch , Renaud Marlet

Estimating the number of triangles in graph streams using a limited amount of memory has become a popular topic in the last decade. Different variations of the problem have been studied, depending on whether the graph edges are provided in…

数据结构与算法 · 计算机科学 2015-07-15 Laurent Bulteau , Vincent Froese , Konstantin Kutzkov , Rasmus Pagh
‹ 上一页 1 2 3 10 下一页 ›