paper-with-me

홈 › Papers

Improved Deep Embeddings for Inferencing with Multi-Layered Networks

2018-09-20 · Huan Song, Jayaraman J. Thiagarajan

Inferencing with network data necessitates the mapping of its nodes into a vector space, where the relationships are preserved. However, with multi-layered networks, where multiple types of relationships exist for the same set of nodes, it is crucial to exploit the information shared between layers, in addition to the distinct aspects of each layer. In this paper, we propose a novel approach that first obtains node embeddings in all layers jointly via DeepWalk on a \textit{supra} graph, which allows interactions between layers, and then fine-tunes the embeddings to encourage cohesive structure in the latent space. With empirical studies in node classification, link prediction and multi-layered community detection, we show that the proposed approach outperforms existing single- and multi-layered network embedding algorithms on several benchmarks. In addition to effectively scaling to a large number of layers (tested up to $37$), our approach consistently produces highly modular community structure, even when compared to methods that directly optimize for the modularity function.

📄 PDF Abstract BibTeX arXiv:1811.12156

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionLink PredictionNetwork EmbeddingNode Classification

Methods 이 논문이 사용한 방법론

DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

Optimizing Kernel Machines using Deep Learning

2017-11-15 · Huan Song, Jayaraman J. Thiagarajan, Prasanna Sattigeri, Andreas Spanias

Building highly non-linear and non-parametric models is central to several state-of-the-art machine learning systems. Kernel methods form an important class of techniques that induce a reproducing kernel Hilbert space (R…

Computational EfficiencyDeep Learning

Attention Models with Random Features for Multi-layered Graph Embeddings

2018-10-02 · Uday Shankar Shanthamallu, Jayaraman J. Thiagarajan, Huan Song, Andreas Spanias

Modern data analysis pipelines are becoming increasingly complex due to the presence of multi-view information sources. While graphs are effective in modeling complex relationships, in many scenarios a single graph is ra…

Network EmbeddingNode Classification

Triplet Network with Attention for Speaker Diarization

2018-08-04 · Huan Song, Megan Willi, Jayaraman J. Thiagarajan, Visar Berisha 외

In automatic speech processing systems, speaker diarization is a crucial front-end component to separate segments from different speakers. Inspired by the recent success of deep neural networks (DNNs) in semantic inferen…

Metric Learningspeaker-diarizationSpeaker DiarizationTriplet

Layered Embeddings for Amodal Instance Segmentation

2020-02-14 · Yanfeng Liu, Eric Psota, Lance Pérez

The proposed method extends upon the representational output of semantic instance segmentation by explicitly including both visible and occluded parts. A fully convolutional network is trained to produce consistent pixel…

Amodal Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Efficient Inferencing of Compressed Deep Neural Networks

2017-11-01 · Dharma Teja Vooturi, Saurabh Goyal, Anamitra R. Choudhury, Yogish Sabharwal 외

Large number of weights in deep neural networks makes the models difficult to be deployed in low memory environments such as, mobile phones, IOT edge devices as well as "inferencing as a service" environments on cloud. P…

Quantization