paper-with-me

홈 › Papers

Strongly local p-norm-cut algorithms for semi-supervised learning and local graph clustering

2020-06-15 · NeurIPS 2020 12 · Meng Liu, David F. Gleich

Graph based semi-supervised learning is the problem of learning a labeling function for the graph nodes given a few example nodes, often called seeds, usually under the assumption that the graph's edges indicate similarity of labels. This is closely related to the local graph clustering or community detection problem of finding a cluster or community of nodes around a given seed. For this problem, we propose a novel generalization of random walk, diffusion, or smooth function methods in the literature to a convex p-norm cut function. The need for our p-norm methods is that, in our study of existing methods, we find those principled methods based on eigenvector, spectral, random walk, or linear system often have difficulty capturing the correct boundary of a target label or target cluster. In contrast, 1-norm or maxflow-mincut based methods capture the boundary, but cannot grow from small seed set; hybrid procedures that use both have many hard to set parameters. In this paper, we propose a generalization of the objective function behind these methods involving p-norms. To solve the p-norm cut problem we give a strongly local algorithm -- one whose runtime depends on the size of the output rather than the size of the graph. Our method can be thought as a nonlinear generalization of the Anderson-Chung-Lang push procedure to approximate a personalized PageRank vector efficiently. Our procedure is general and can solve other types of nonlinear objective functions, such as p-norm variants of Huber losses. We provide a theoretical analysis of finding planted target clusters with our method and show that the p-norm cut functions improve on the standard Cheeger inequalities for random walk and spectral methods. Finally, we demonstrate the speed and accuracy of our new method in synthetic and real world datasets. Our code is available at http://github.com/MengLiuPurdue/SLQ.

📄 PDF Abstract BibTeX arXiv:2006.08569

Code (1)

MengLiuPurdue/SLQ 공식 구현

Tasks

ClusteringCommunity DetectionGraph Clustering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Semi-supervised anomaly detection algorithm based on KL divergence (SAD-KL)

2022-03-28 · Chong Hyun Lee, Kibae Lee

The unlabeled data are generally assumed to be normal data in detecting abnormal data via semisupervised learning. This assumption, however, causes inevitable detection error when distribution of unlabeled data is differ…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Semi-Supervised Deep Learning for Abnormality Classification in Retinal Images

2018-12-19 · Bruno Lecouat, Ken Chang, Chuan-Sheng Foo, Balagopal Unnikrishnan 외

Supervised deep learning algorithms have enabled significant performance gains in medical image classification tasks. But these methods rely on large labeled datasets that require resource-intensive expert annotation. Se…

Deep LearningGeneral ClassificationGenerative Adversarial Networkimage-classification+2

Joint Weakly and Semi-Supervised Deep Learning for Localization and Classification of Masses in Breast Ultrasound Images

2017-10-10 · Seung Yeon Shin, Soochahn Lee, Il Dong Yun, Sun Mi Kim 외

We propose a framework for localization and classification of masses in breast ultrasound (BUS) images. We have experimentally found that training convolutional neural network based mass detectors with large, weakly anno…

General Classification

Regularized Boost for Semi-Supervised Learning

2007-12-01 · NeurIPS 2007 12 · Ke Chen, Shihai Wang

Semi-supervised inductive learning concerns how to learn a decision rule from a data set containing both labeled and unlabeled data. Several boosting algorithms have been extended to semi-supervised learning with various…

Ensemble LearningInductive Learning

Tangent-Normal Adversarial Regularization for Semi-supervised Learning

2018-08-18 · CVPR 2019 6 · Bing Yu, Jingfeng Wu, Jinwen Ma, Zhanxing Zhu

Compared with standard supervised learning, the key difficulty in semi-supervised learning is how to make full use of the unlabeled data. A recently proposed method, virtual adversarial training (VAT), smartly performs a…

TAR