← Search

Marco Bressan

7 accepted papers

2024

Efficient Streaming Algorithms for Graphlet Sampling

NeurIPS 2024poster

Given a graph $G$ and a positive integer $k$, the Graphlet Sampling problem asks to sample a connected induced $k$-vertex subgraph of $G$ uniformly at random. Graphlet sampling enhances machine learning applications by transforming graph structures into feature vectors for tasks such as graph classi…

Cited by 0SourcePDFScholar
2022

Active Learning of Classifiers with Label and Seed Queries

NeurIPS 2022accept

We study exact active learning of binary and multiclass classifiers with margin. Given an $n$-point set $X \subset \mathbb{R}^m$, we want to learn an unknown classifier on $X$ whose classes have finite strong convex hull margin, a new notion extending the SVM margin. In the standard active learning…

Cited by 4SourcePDFScholar
2021

On Margin-Based Cluster Recovery with Oracle Queries

NeurIPS 2021poster

We study an active cluster recovery problem where, given a set of $n$ points and an oracle answering queries like ``are these two points in the same cluster?'', the task is to recover exactly all clusters using as few queries as possible. We begin by introducing a simple but general notion of margin…

Cited by 7SourcePDFScholar
2020

Exact Recovery of Mangled Clusters with Same-Cluster Queries

NeurIPS 2020oral

We study the cluster recovery problem in the semi-supervised active clustering framework. Given a finite set of input points, and an oracle revealing whether any two points lie in the same cluster, our goal is to recover all clusters exactly using as few queries as possible. To this end, we relax th…

Cited by 16SourcePDFScholar
2019

Correlation Clustering with Adaptive Similarity Queries

NeurIPS 2019poster

In correlation clustering, we are given $n$ objects together with a binary similarity score between each pair of them. The goal is to partition the objects into clusters so to minimise the disagreements with the scores. In this work we investigate correlation clustering as an active learning problem…