Search Results for author: Kijung Shin

Found 40 papers, 30 papers with code

Why You Should Charge Your Friends for Borrowing Your Stuff

no code implementations20 May 2017 Kijung Shin, Euiwoong Lee, Dhivya Eswaran, Ariel D. Procaccia

We consider goods that can be shared with k-hop neighbors (i. e., the set of nodes within k hops from an owner) on a social network.

WRS: Waiting Room Sampling for Accurate Triangle Counting in Real Graph Streams

1 code implementation10 Sep 2017 Kijung Shin

WRS exploits the temporal locality by always storing the most recent edges, which future edges are more likely to form triangles with, in the waiting room, while it uses reservoir sampling for the remaining edges.

Databases Data Structures and Algorithms H.2.8; G.2.2

Out-of-Core and Distributed Algorithms for Dense Subtensor Mining

1 code implementation4 Feb 2018 Kijung Shin, Bryan Hooi, Jisu Kim, Christos Faloutsos

Can we detect it when data are too large to fit in memory or even on a disk?

Databases Distributed, Parallel, and Cluster Computing Social and Information Networks H.2.8

MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams

9 code implementations11 Nov 2019 Siddharth Bhatia, Bryan Hooi, Minji Yoon, Kijung Shin, Christos Faloutsos

Given a stream of graph edges from a dynamic graph, how can we assign anomaly scores to edges in an online manner, for the purpose of detecting unusual behavior, using constant time and memory?

Anomaly Detection in Edge Streams

MONSTOR: An Inductive Approach for Estimating and Maximizing Influence over Unseen Networks

1 code implementation24 Jan 2020 Jihoon Ko, Kyuhan Lee, Kijung Shin, Noseong Park

In this work, we present an inductive machine learning method, called Monte Carlo Simulator (MONSTOR), for estimating the influence of given seed nodes in social networks unseen during training.

How Much and When Do We Need Higher-order Information in Hypergraphs? A Case Study on Hyperedge Prediction

no code implementations30 Jan 2020 Se-eun Yoon, HyungSeok Song, Kijung Shin, Yung Yi

Hypergraphs provide a natural way of representing group relations, whose complexity motivates an extensive array of prior work to adopt some form of abstraction and simplification of higher-order interactions.

Hyperedge Prediction

Hypergraph Motifs: Concepts, Algorithms, and Discoveries

2 code implementations4 Mar 2020 Geon Lee, Jihoon Ko, Kijung Shin

(Q3) how can we identify domains which hypergraphs are from?

Social and Information Networks Databases Data Structures and Algorithms H.2.8

SSumM: Sparse Summarization of Massive Graphs

2 code implementations1 Jun 2020 Kyuhan Lee, Hyeonsoo Jo, Jihoon Ko, Sungsu Lim, Kijung Shin

SSumM not only merges nodes together but also sparsifies the summary graph, and the two strategies are carefully balanced based on the minimum description length principle.

Databases Social and Information Networks H.2.8

Structural Patterns and Generative Models of Real-world Hypergraphs

no code implementations12 Jun 2020 Manh Tuan Do, Se-eun Yoon, Bryan Hooi, Kijung Shin

Graphs have been utilized as a powerful tool to model pairwise relationships between people or objects.

Social and Information Networks Physics and Society

Evolution of Real-world Hypergraphs: Patterns and Models without Oracles

1 code implementation28 Aug 2020 Yunbum Kook, Jihoon Ko, Kijung Shin

What kind of macroscopic structural and dynamical patterns can we observe in real-world hypergraphs?

Social and Information Networks

Real-Time Anomaly Detection in Edge Streams

3 code implementations17 Sep 2020 Siddharth Bhatia, Rui Liu, Bryan Hooi, Minji Yoon, Kijung Shin, Christos Faloutsos

Given a stream of graph edges from a dynamic graph, how can we assign anomaly scores to edges in an online manner, for the purpose of detecting unusual behavior, using constant time and memory?

Anomaly Detection Anomaly Detection in Edge Streams

Summarizing graphs using configuration model

no code implementations19 Oct 2020 Houquan Zhou, Shenghua Liu, Kyuhan Lee, Kijung Shin, HuaWei Shen, Xueqi Cheng

As a solution, graph summarization, which aims to find a compact representation that preserves the important properties of a given graph, has received much attention, and numerous algorithms have been developed for it.

Social and Information Networks

Two-stage Training of Graph Neural Networks for Graph Classification

1 code implementation10 Nov 2020 Manh Tuan Do, Noseong Park, Kijung Shin

By adapting five GNN models to our method, we demonstrate the consistent improvement in accuracy and utilization of each GNN's allocated capacity over the original training method of each model up to 5. 4\% points in 12 datasets.

General Classification Graph Classification +3

Robust Factorization of Real-world Tensor Streams with Patterns, Missing Values, and Outliers

1 code implementation16 Feb 2021 Dongjin Lee, Kijung Shin

Consider multiple seasonal time series being collected in real-time, in the form of a tensor stream.

Imputation Time Series +1

SliceNStitch: Continuous CP Decomposition of Sparse Tensor Streams

1 code implementation23 Feb 2021 Taehyung Kwon, Inkyu Park, Dongjin Lee, Kijung Shin

SLICENSTITCH changes the starting point of each period adaptively, based on the current time, and updates factor matrices (i. e., outputs of CP decomposition) instantly as new data arrives.

Anomaly Detection Recommendation Systems +1

Learning to Pool in Graph Neural Networks for Extrapolation

no code implementations11 Jun 2021 Jihoon Ko, Taehyung Kwon, Kijung Shin, Juho Lee

However, according to a recent study, a careful choice of pooling functions, which are used for the aggregation and readout operations in GNNs, is crucial for enabling GNNs to extrapolate.

Effective Training Strategies for Deep-learning-based Precipitation Nowcasting and Estimation

no code implementations17 Feb 2022 Jihoon Ko, Kyuhan Lee, Hyunjin Hwang, Seok-Geun Oh, Seok-Woo Son, Kijung Shin

It is highlighted that our pre-training scheme and new loss function improve the critical success index (CSI) of nowcasting of heavy rainfall (at least 10 mm/hr) by up to 95. 7% and 43. 6%, respectively, at a 5-hr lead time.

Meta-Learning for Online Update of Recommender Systems

1 code implementation19 Mar 2022 Minseok Kim, Hwanjun Song, Yooju Shin, Dongmin Park, Kijung Shin, Jae-Gil Lee

It is featured with an adaptive learning rate for each parameter-interaction pair for inducing a recommender to quickly learn users' up-to-date interest.

Meta-Learning Recommendation Systems

AHP: Learning to Negative Sample for Hyperedge Prediction

1 code implementation13 Apr 2022 Hyunjin Hwang, Seungwoo Lee, Chanyoung Park, Kijung Shin

Since it is prohibitive to use all of them as negative examples for model training, it is inevitable to sample a very small portion of them, and to this end, heuristic sampling schemes have been employed.

Hyperedge Prediction

I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs

1 code implementation9 Jun 2022 Dongjin Lee, Kijung Shin

Although machine learning on hypergraphs has attracted considerable attention, most of the works have focused on (semi-)supervised learning, which may cause heavy labeling costs and poor generalization.

Contrastive Learning Data Augmentation +2

Set2Box: Similarity Preserving Representation Learning of Sets

1 code implementation7 Oct 2022 Geon Lee, Chanyoung Park, Kijung Shin

Through extensive experiments on 8 real-world datasets, we show that, compared to baseline approaches, Set2Box+ is (a) Accurate: achieving up to 40. 8X smaller estimation error while requiring 60% fewer bits to encode sets, (b) Concise: yielding up to 96. 8X more concise representations with similar estimation error, and (c) Versatile: enabling the estimation of four set-similarity measures from a single representation of each set.

Quantization Representation Learning

Deep-Learning-Based Precipitation Nowcasting with Ground Weather Station Data and Radar Data

1 code implementation20 Oct 2022 Jihoon Ko, Kyuhan Lee, Hyunjin Hwang, Kijung Shin

Recently, many deep-learning techniques have been applied to various weather-related prediction tasks, including precipitation nowcasting (i. e., predicting precipitation levels and locations in the near future).

BeGin: Extensive Benchmark Scenarios and An Easy-to-use Framework for Graph Continual Learning

1 code implementation26 Nov 2022 Jihoon Ko, Shinhwan Kang, Taehyung Kwon, Heechan Moon, Kijung Shin

Compared to them, however, CL methods for graph data (graph CL) are relatively underexplored because of (a) the lack of standard experimental settings, especially regarding how to deal with the dependency between instances, (b) the lack of benchmark datasets and scenarios, and (c) high complexity in implementation and evaluation due to the dependency.

Continual Learning

Region-Conditioned Orthogonal 3D U-Net for Weather4Cast Competition

2 code implementations5 Dec 2022 Taehyeon Kim, Shinhwan Kang, Hyeonjeong Shin, Deukryeol Yoon, Seongha Eom, Kijung Shin, Se-Young Yun

The Weather4Cast competition (hosted by NeurIPS 2022) required competitors to predict super-resolution rain movies in various regions of Europe when low-resolution satellite contexts covering wider regions are given.

Data Augmentation Super-Resolution

NeuKron: Constant-Size Lossy Compression of Sparse Reorderable Matrices and Tensors

1 code implementation9 Feb 2023 Taehyung Kwon, Jihoon Ko, Jinhong Jung, Kijung Shin

The updates take time linear in the number of non-zeros in the input matrix, and the approximation of each entry can be retrieved in logarithmic time.

Towards Deep Attention in Graph Neural Networks: Problems and Remedies

1 code implementation4 Jun 2023 Soo Yong Lee, Fanchen Bu, Jaemin Yoo, Kijung Shin

AERO-GNN provably mitigates the proposed problems of deep graph attention, which is further empirically demonstrated with (a) its adaptive and less smooth attention functions and (b) higher performance at deep layers (up to 64).

Deep Attention Graph Attention +1

Classification of Edge-dependent Labels of Nodes in Hypergraphs

1 code implementation5 Jun 2023 Minyoung Choe, Sunwoo Kim, Jaemin Yoo, Kijung Shin

Interestingly, many real-world systems modeled as hypergraphs contain edge-dependent node labels, i. e., node labels that vary depending on hyperedges.

Classification Node Clustering

Spear and Shield: Adversarial Attacks and Defense Methods for Model-Based Link Prediction on Continuous-Time Dynamic Graphs

1 code implementation21 Aug 2023 Dongjin Lee, Juho Lee, Kijung Shin

Specifically, before the training procedure of a victim model, which is a TGNN for link prediction, we inject edge perturbations to the data that are unnoticeable in terms of the four constraints we propose, and yet effective enough to cause malfunction of the victim model.

Adversarial Attack Link Prediction

TensorCodec: Compact Lossy Compression of Tensors without Strong Data Assumptions

1 code implementation19 Sep 2023 Taehyung Kwon, Jihoon Ko, Jinhong Jung, Kijung Shin

While many tensor compression algorithms are available, many of them rely on strong data assumptions regarding its order, sparsity, rank, and smoothness.

Robust Graph Clustering via Meta Weighting for Noisy Graphs

1 code implementation1 Nov 2023 Hyeonsoo Jo, Fanchen Bu, Kijung Shin

We add a learnable weight to each node pair, and MetaGC adaptively adjusts the weights of node pairs using meta-weighting so that the weights of meaningful node pairs increase and the weights of less-meaningful ones (e. g., noise edges) decrease.

Clustering Denoising +1

VITA: 'Carefully Chosen and Weighted Less' Is Better in Medication Recommendation

1 code implementation19 Dec 2023 Taeri Kim, Jiho Heo, Hongil Kim, Kijung Shin, Sang-Wook Kim

While there exist a number of recommender systems designed for this problem, we point out that they are challenged in accurately capturing the relation (spec., the degree of relevance) between the current and each of the past visits for the patient when obtaining her current health status, which is the basis for recommending medications.

Recommendation Systems

SLADE: Detecting Dynamic Anomalies in Edge Streams without Labels via Self-Supervised Learning

no code implementations19 Feb 2024 Jongha Lee, Sunwoo Kim, Kijung Shin

In this paper, we propose SLADE (Self-supervised Learning for Anomaly Detection in Edge Streams) for rapid detection of dynamic anomalies in edge streams, without relying on labels.

Anomaly Detection Anomaly Detection in Edge Streams +1

Self-Guided Robust Graph Structure Refinement

1 code implementation19 Feb 2024 Yeonjun In, Kanghoon Yoon, Kibum Kim, Kijung Shin, Chanyoung Park

However, we have discovered that existing GSR methods are limited by narrowassumptions, such as assuming clean node features, moderate structural attacks, and the availability of external clean graphs, resulting in the restricted applicability in real-world scenarios.

FlowerFormer: Empowering Neural Architecture Encoding using a Flow-aware Graph Transformer

1 code implementation19 Mar 2024 Dongyeong Hwang, Hyunju Kim, Sunwoo Kim, Kijung Shin

The success of a specific neural network architecture is closely tied to the dataset and task it tackles; there is no one-size-fits-all solution.

Representation Learning speech-recognition +1

A Survey on Hypergraph Neural Networks: An In-Depth and Step-By-Step Guide

no code implementations1 Apr 2024 Sunwoo Kim, Soo Yong Lee, Yue Gao, Alessia Antelmi, Mirko Polato, Kijung Shin

Higher-order interactions (HOIs) are ubiquitous in real-world complex systems and applications, and thus investigation of deep learning for HOIs has become a valuable agenda for the data mining and machine learning communities.

Representation Learning Time Series +1

Cannot find the paper you are looking for? You can Submit a new open access paper.