paper-with-me

홈 › Papers

Streaming Network Embedding through Local Actions

2018-11-14 · Xi Liu, Ping-Chun Hsieh, Nick Duffield, Rui Chen, Muhe Xie, Xidao Wen

Recently, considerable research attention has been paid to network embedding, a popular approach to construct feature vectors of vertices. Due to the curse of dimensionality and sparsity in graphical datasets, this approach has become indispensable for machine learning tasks over large networks. The majority of existing literature has considered this technique under the assumption that the network is static. However, networks in many applications, nodes and edges accrue to a growing network as a streaming. A small number of very recent results have addressed the problem of embedding for dynamic networks. However, they either rely on knowledge of vertex attributes, suffer high-time complexity or need to be re-trained without closed-form expression. Thus the approach of adapting the existing methods to the streaming environment faces non-trivial technical challenges. These challenges motivate developing new approaches to the problems of streaming network embedding. In this paper, We propose a new framework that is able to generate latent features for new vertices with high efficiency and low complexity under specified iteration rounds. We formulate a constrained optimization problem for the modification of the representation resulting from a stream arrival. We show this problem has no closed-form solution and instead develop an online approximation solution. Our solution follows three steps: (1) identify vertices affected by new vertices, (2) generate latent features for new vertices, and (3) update the latent features of the most affected vertices. The generated representations are provably feasible and not far from the optimal ones in terms of expectation. Multi-class classification and clustering on five real-world networks demonstrate that our model can efficiently update vertex representations and simultaneously achieve comparable or even better performance.

📄 PDF Abstract BibTeX arXiv:1811.05932

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringMulti-class ClassificationNetwork Embedding

Similar Papers 제목 키워드 기반

Actor-centered Representations for Action Localization in Streaming Videos

2021-04-29 · Sathyanarayanan N. Aakur, Sudeep Sarkar

Event perception tasks such as recognizing and localizing actions in streaming videos are essential for scaling to real-world application contexts. We tackle the problem of learning actor-centered representations through…

Action Localization

Lightweight Compositional Embeddings for Incremental Streaming Recommendation

2022-02-04 · Mengyue Hang, Tobias Schnabel, Longqi Yang, Jennifer Neville

Most work in graph-based recommender systems considers a {\em static} setting where all information about test nodes (i.e., users and items) is available upfront at training time. However, this static setting makes littl…

Recommendation Systems

WalkingTime: Dynamic Graph Embedding Using Temporal-Topological Flows

2021-11-22 · David Bayani

Increased attention has been paid over the last four years to dynamic network embedding. Existing dynamic embedding methods, however, consider the problem as limited to the evolution of a topology over a sequence of glob…

Dynamic graph embeddingGraph EmbeddingKnowledge GraphsNetwork Embedding+1

Open-ended Hierarchical Streaming Video Understanding with Vision Language Models

2025-09-15 · Hyolim Kang, Yunsu Park, Youngbeom Yoo, Yeeun Choi 외 arxiv

We introduce Hierarchical Streaming Video Understanding, a task that combines online temporal action localization with free-form description generation. Given the scarcity of datasets with hierarchical and fine-grained t…

Temporal Action LocalizationAction Classification

ActionSwitch: Class-agnostic Detection of Simultaneous Actions in Streaming Videos

2024-07-17 · Hyolim Kang, Jeongseok Hyun, Joungbin An, Youngjae Yu 외

Online Temporal Action Localization (On-TAL) is a critical task that aims to instantaneously identify action instances in untrimmed streaming videos as soon as an action concludes -- a major leap from frame-based Online …

Action DetectionAction LocalizationDecision MakingOnline Action Detection+1