EDBT 2026 Demo / reviewers in the wild / expert
Rameshwar Pratap
dblp:00/10670
· DBLP profile ↗
12ranked-venue papers in the field
5as first author
8since 2021 · last 2025
0000-0002-8824-6202ORCID · corroborated
Domains — venue-derived; a paper can count in several
Other / Interdisciplinary · 4Database Systems & Data Management · 3 (1 first)Data Mining & Knowledge Discovery · 3 (2 first)Big Data, Cloud & Distributed Data Systems · 2 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Improving compressed matrix multiplication using control variate method
Bhisham Dev Verma, Punit Pankaj Dubey, Rameshwar Pratap |
Inf. Process. Lett. | 3 |
| 2024 | Sparsifying Count Sketch
Bhisham Dev Verma, Rameshwar Pratap, Punit Pankaj Dubey |
Inf. Process. Lett. | 2 |
| 2024 | Unbiased estimation of inner product via higher order count sketch
Bhisham Dev Verma, Rameshwar Pratap |
Inf. Process. Lett. | 2 |
| 2023 | Minwise-Independent Permutations with Insertion and Deletion of Features
Rameshwar Pratap, Raghav Kulkarni |
SISAP | 1 |
| 2023 | Dimensionality Reduction for Categorical DataabstractCategorical attributes are those that can take a discrete set of values, e.g., colours. This work is about compressing vectors over categorical attributes to low-dimension discrete vectors. The current hash-based methods compressing vectors over categorical attributes to low-dimension discrete vectors do not provide any guarantee on the Hamming distances between the compressed representations. Here we presentFSketchto create sketches for a sparse categorical data and an estimator to estimate the pairwise Hamming distances among the uncompressed data only from their sketches. We claim that these sketches can be used in the usual data mining tasks in place of the original data without compromising the quality of the task. For that we ensure that the sketches also are categorical, sparse, and the Hamming distance estimates are reasonably precise. Both the sketch construction and the Hamming distance estimation algorithms require just a single-pass; furthermore, changes to a data point can be incorporated into its sketch in an efficient manner. The compressibility depends upon how sparse the data is and is independent of the original dimension – making our algorithm attractive for many real-life scenarios. Our claims are backed by rigorous theoretical analysis of the properties ofFSketchand supplemented by extensive comparative evaluations with related algorithms on some real-world datasets. We show thatFSketchis significantly faster, and the accuracy obtained by using its sketches are among the top for the standard unsupervised tasks of$\mathrm{RMSE}$, clustering and similarity search. Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2023 | QUINT: Node Embedding Using Network HashingabstractRepresentation learning using network embedding has received tremendous attention due to its efficacy to solve downstream tasks. Popular embedding methods (such as deepwalk,node2vec,LINE) are based on a neural architecture, thus unable to scale on large networks both in terms of time and space usage. Recently, we proposed BinSketch, a sketching technique for compressing binary vectors to binary vectors. In this paper, we show how to extend BinSketch and use it for network hashing. Our proposal named QUINT is built upon BinSketch, and it embeds nodes of a sparse network onto a low-dimensional space using simple bit-wise operations. QUINT is the first of its kind that provides tremendous gain in terms of speed and space usage without compromising much on the accuracy of the downstream tasks. Extensive experiments are conducted to compare QUINT with seven state-of-the-art network embedding methods for two end tasks link prediction and node classification. We observe huge performance gain for QUINT in terms of speedup (up to 7000) and space saving (up to 800) due to its bit-wise nature to obtain node embedding.Moreover, QUINT is a consistent top-performer for both the tasks among the baselines across all the datasets. Our empirical observations are backed by rigorous theoretical analysis to justify the effectiveness of QUINT. Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma, Biswadeep Sen, Tanmoy Chakraborty 0002 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2022 | Efficient binary embedding of categorical data using BinSketch
Bhisham Dev Verma, Rameshwar Pratap, Debajyoti Bera |
Data Min. Knowl. Discov. | 2 |
| 2021 | Feature Hashing with Insertion and Deletion of FeaturesabstractFeature hashing algorithms [14], [21] are well-known algorithmic techniques for handling large dimensionality of the datasets. These methods reduce the dimensionality of data points while preserving the pairwise distance, or similarity between them. However, to the best of our knowledge, these feature hashing algorithms are not adaptable to the dynamic insertion and deletion of features. In this work, we suggest algorithms using which the existing feature hashing algorithms can be made adapted to dynamic feature insertion and deletion. Our algorithms fit in the framework of both real-valued [21], and binary [14] feature hashing algorithms. We show a theoretical analysis of our algorithms, and complement it with experiments on real-world datasets. Our algorithms suggest comparable accuracy w.r.t. baselines while simultaneously offering a significant speed-up in the running time. Our proposal is easy to implement and can be adopted in practice. Rameshwar Pratap, Suryakant Bhardwaj, Hrushikesh Sudam Sarode, Raghav Kulkarni |
IEEE BigData | 1 |
| 2019 | Efficient Sketching Algorithm for Sparse Binary DataabstractRecent advancement of the WWW, IOT, social network, e-commerce, etc. have generated a large volume of data. These datasets are mostly represented by high dimensional and sparse datasets. Many fundamental subroutines of common data analytic tasks such as clustering, classification, ranking, nearest neighbour search, etc. scale poorly with the dimension of the dataset. In this work, we address this problem and propose a sketching (alternatively, dimensionality reduction) algorithm - BinSketch (Binary Data Sketch) - for sparse binary datasets. BinSketch preserves the binary version of the dataset after sketching and maintains estimates for multiple similarity measures such as Jaccard, Cosine, Inner-Product similarities, and Hamming distance, on the same sketch. We present a theoretical analysis of our algorithm and complement it with extensive experimentation on several real-world datasets. We compare the performance of our algorithm with the state-of-the-art algorithms on the task of mean-square-error and ranking. Our proposed algorithm offers a comparable accuracy while suggesting a significant speedup in the dimensionality reduction time, with respect to the other candidate algorithms. Our proposal is simple, easy to implement, and therefore can be adopted in practice. Rameshwar Pratap, Debajyoti Bera, Karthik Revanuru |
ICDM | 1 |
| 2018 | Efficient Dimensionality Reduction for Sparse Binary DataabstractWe propose a dimensionality reduction (sketching) algorithm for high dimensional, sparse, binary data. Our proposed algorithm provides a single sketch which simultaneously preserves multiple similarity measures including Hamming distance, Inner product, and Jaccard Similarity [12]. In contrast to the "local projection" strategy used by most of the earlier algorithms [6], [4], [7], our approach exploits sparsity and combines the following two strategies: 1. partitioning the dimensions into several buckets, 2. obtaining "global linear summaries" within those buckets. Our algorithm is faster than the existing state-of-the-art, and it preserves the binary format of the data after the dimensionality reduction, which makes the sketch space efficient. Our algorithm can also be easily adapted in streaming and incremental learning frameworks. We give a rigorous theoretical analysis of the dimensionality reduction bounds and complement it with extensive experiments. Our proposed algorithm is simple and easy to implement in practice. Rameshwar Pratap, Raghav Kulkarni, Ishan Sohony |
IEEE BigData | 1 |
| 2018 | Efficient Compression Technique for Sparse Sets
Rameshwar Pratap, Ishan Sohony, Raghav Kulkarni |
PAKDD (3) | 1 |
| 2016 | Testing whether the uniform distribution is a stationary distribution
Sourav Chakraborty 0001, Akshay Kamath, Rameshwar Pratap |
Inf. Process. Lett. | 3 |