Skip to main content

Showing 1–9 of 9 results for author: Wygocki, P

.
  1. arXiv:2108.04126  [pdf, other

    cs.LG

    Improved Feature Importance Computations for Tree Models: Shapley vs. Banzhaf

    Authors: Adam Karczmarz, Anish Mukherjee, Piotr Sankowski, Piotr Wygocki

    Abstract: Shapley values are one of the main tools used to explain predictions of tree ensemble models. The main alternative to Shapley values are Banzhaf values that have not been understood equally well. In this paper we make a step towards filling this gap, providing both experimental and theoretical comparison of these model explanation methods. Surprisingly, we show that Banzhaf values offer several ad… ▽ More

    Submitted 9 August, 2021; originally announced August 2021.

  2. arXiv:1709.10338  [pdf, other

    cs.CG

    Improved approximate near neighbor search without false negatives for $l_2$

    Authors: Piotr Wygocki

    Abstract: We present a new algorithm for the $c$--approximate nearest neighbor search without false negatives for $l_2^d$. We enhance the dimension reduction method presented in \cite{wygos_red} and combine it with the standard results of Indyk and Motwani~\cite{motwani}. We present an efficient algorithm with Las Vegas guaranties for any $c>1$. This improves over the previous results, which require… ▽ More

    Submitted 28 September, 2017; originally announced September 2017.

    Comments: arXiv admin note: text overlap with arXiv:1708.06395

  3. arXiv:1708.06395  [pdf, other

    cs.CG cs.DS

    Approximate nearest neighbors search without false negatives for $l_2$ for $c>\sqrt{\log\log{n}}$

    Authors: Piotr Sankowski, Piotr Wygocki

    Abstract: In this paper, we report progress on answering the open problem presented by Pagh~[14], who considered the nearest neighbor search without false negatives for the Hamming distance. We show new data structures for solving the $c$-approximate nearest neighbors problem without false negatives for Euclidean high dimensional space $\mathcal{R}^d$. These data structures work for any… ▽ More

    Submitted 13 September, 2017; v1 submitted 21 August, 2017; originally announced August 2017.

  4. arXiv:1704.05902  [pdf, ps, other

    cs.DS

    On fast bounded locality sensitive hashing

    Authors: Piotr Wygocki

    Abstract: In this paper, we examine the hash functions expressed as scalar products, i.e., $f(x)=<v,x>$, for some bounded random vector $v$. Such hash functions have numerous applications, but often there is a need to optimize the choice of the distribution of $v$. In the present work, we focus on so-called anti-concentration bounds, i.e. the upper bounds of $\mathbb{P}\left[|<v,x>| < α\right]$. In many app… ▽ More

    Submitted 19 April, 2017; originally announced April 2017.

    ACM Class: F.2.2; G.3

  5. Why Do Cascade Sizes Follow a Power-Law?

    Authors: Karol Węgrzycki, Piotr Sankowski, Andrzej Pacuk, Piotr Wygocki

    Abstract: We introduce random directed acyclic graph and use it to model the information diffusion network. Subsequently, we analyze the cascade generation model (CGM) introduced by Leskovec et al. [19]. Until now only empirical studies of this model were done. In this paper, we present the first theoretical proof that the sizes of cascades generated by the CGM follow the power-law distribution, which is co… ▽ More

    Submitted 20 February, 2017; originally announced February 2017.

    Comments: 8 pages, 7 figures, accepted to WWW 2017

    ACM Class: J.4

  6. RecSys Challenge 2016: job recommendations based on preselection of offers and gradient boosting

    Authors: Andrzej Pacuk, Piotr Sankowski, Karol Węgrzycki, Adam Witkowski, Piotr Wygocki

    Abstract: We present the Mim-Solution's approach to the RecSys Challenge 2016, which ranked 2nd. The goal of the competition was to prepare job recommendations for the users of the website Xing.com. Our two phase algorithm consists of candidate selection followed by the candidate ranking. We ranked the candidates by the predicted probability that the user will positively interact with the job offer. We ha… ▽ More

    Submitted 3 December, 2016; originally announced December 2016.

    Comments: 6 pages, 1 figure, 2 tables, Description of 2nd place winning solution of RecSys 2016 Challange. To be published in RecSys'16 Challange Proceedings

    ACM Class: H.3.3; I.2.6; D.2.8

    Journal ref: Proceedings of the Recommender Systems Challenge, RecSys Challenge '16, Boston, Massachusetts - September 15 - 15, 2016, pages 10:1--10:4

  7. There is Something Beyond the Twitter Network

    Authors: Andrzej Pacuk, Piotr Sankowski, Karol Wegrzycki, Piotr Wygocki

    Abstract: How information spreads through a social network? Can we assume, that the information is spread only through a given social network graph? What is the correct way to compare the models of information flow? These are the basic questions we address in this work. We focus on meticulous comparison of various, well-known models of rumor propagation in the social network. We introduce the model incorp… ▽ More

    Submitted 28 November, 2016; originally announced November 2016.

    Comments: 8 pages, 2 figures, Hypertext 2016

    ACM Class: I.6; H.3.4

    Journal ref: Proceedings of the 27th {ACM} Conference on Hypertext and Social Media, {HT} 2016, Halifax, NS, Canada, July 10-13, 2016, pages 279--284

  8. Locality-Sensitive Hashing without False Negatives for l_p

    Authors: Andrzej Pacuk, Piotr Sankowski, Karol Wegrzycki, Piotr Wygocki

    Abstract: In this paper, we show a construction of locality-sensitive hash functions without false negatives, i.e., which ensure collision for every pair of points within a given radius $R$ in $d$ dimensional space equipped with $l_p$ norm when $p \in [1,\infty]$. Furthermore, we show how to use these hash functions to solve the $c$-approximate nearest neighbor search problem without false negatives. Namely… ▽ More

    Submitted 28 November, 2016; originally announced November 2016.

    Comments: 11 pages, 2 figures, COCOON 2016

    ACM Class: F.2.2; G.3

    Journal ref: Computing and Combinatorics - 22nd International Conference, {COCOON} 2016, Ho Chi Minh City, Vietnam, August 2-4, 2016, Proceedings, pages 105--118

  9. arXiv:1410.7534  [pdf, other

    cs.DS cs.SE

    Approximation Algorithms for Steiner Tree Problems Based on Universal Solution Frameworks

    Authors: Krzysztof Ciebiera, Piotr Godlewski, Piotr Sankowski, Piotr Wygocki

    Abstract: This paper summarizes the work on implementing few solutions for the Steiner Tree problem which we undertook in the PAAL project. The main focus of the project is the development of generic implementations of approximation algorithms together with universal solution frameworks. In particular, we have implemented Zelikovsky 11/6-approximation using local search framework, and 1.39-approximation by… ▽ More

    Submitted 28 October, 2014; originally announced October 2014.