ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1710.05654
23
80

Large Scale Graph Learning from Smooth Signals

16 October 2017
Vassilis Kalofolias
Nathanael Perraudin
ArXivPDFHTML
Abstract

Graphs are a prevalent tool in data science, as they model the inherent structure of the data. They have been used successfully in unsupervised and semi-supervised learning. Typically they are constructed either by connecting nearest samples, or by learning them from data, solving an optimization problem. While graph learning does achieve a better quality, it also comes with a higher computational cost. In particular, the current state-of-the-art model cost is O(n2)\mathcal{O}(n^2)O(n2) for nnn samples. In this paper, we show how to scale it, obtaining an approximation with leading cost of O(nlog⁡(n))\mathcal{O}(n\log(n))O(nlog(n)), with quality that approaches the exact graph learning model. Our algorithm uses known approximate nearest neighbor techniques to reduce the number of variables, and automatically selects the correct parameters of the model, requiring a single intuitive input: the desired edge density.

View on arXiv
Comments on this paper