Skip to main content

Showing 1–14 of 14 results for author: Petrov, I

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.15586  [pdf, other

    cs.LG cs.DC

    DAGER: Exact Gradient Inversion for Large Language Models

    Authors: Ivo Petrov, Dimitar I. Dimitrov, Maximilian Baader, Mark Niklas Müller, Martin Vechev

    Abstract: Federated learning works by aggregating locally computed gradients from multiple clients, thus enabling collaborative training without sharing private client data. However, prior work has shown that the data can actually be recovered by the server using so-called gradient inversion attacks. While these attacks perform well when applied on images, they are limited in the text domain and only permit… ▽ More

    Submitted 24 May, 2024; originally announced May 2024.

    ACM Class: I.2.7; I.2.11

  2. arXiv:2403.11237  [pdf, other

    cs.CV

    FORCE: Dataset and Method for Intuitive Physics Guided Human-object Interaction

    Authors: Xiaohan Zhang, Bharat Lal Bhatnagar, Sebastian Starke, Ilya Petrov, Vladimir Guzov, Helisa Dhamo, Eduardo Pérez-Pellitero, Gerard Pons-Moll

    Abstract: Interactions between human and objects are influenced not only by the object's pose and shape, but also by physical attributes such as object mass and surface friction. They introduce important motion nuances that are essential for diversity and realism. Despite advancements in recent kinematics-based methods, this aspect has been overlooked. Generating nuanced human motion presents two challenges… ▽ More

    Submitted 17 March, 2024; originally announced March 2024.

    Comments: 24 pages, 9 figures

  3. arXiv:2311.03056  [pdf

    q-bio.GN cs.AI

    LitSumm: Large language models for literature summarisation of non-coding RNAs

    Authors: Andrew Green, Carlos Ribas, Nancy Ontiveros-Palacios, Sam Griffiths-Jones, Anton I. Petrov, Alex Bateman, Blake Sweeney

    Abstract: Motivation: Curation of literature in life sciences is a growing challenge. The continued increase in the rate of publication, coupled with the relatively fixed number of curators worldwide presents a major challenge to developers of biomedical knowledgebases. Very few knowledgebases have resources to scale to the whole relevant literature and all have to prioritise their efforts. Results: In th… ▽ More

    Submitted 19 April, 2024; v1 submitted 6 November, 2023; originally announced November 2023.

  4. arXiv:2306.00777  [pdf, other

    cs.CV

    Object pop-up: Can we infer 3D objects and their poses from human interactions alone?

    Authors: Ilya A. Petrov, Riccardo Marin, Julian Chibane, Gerard Pons-Moll

    Abstract: The intimate entanglement between objects affordances and human poses is of large interest, among others, for behavioural sciences, cognitive psychology, and Computer Vision communities. In recent years, the latter has developed several object-centric approaches: starting from items, learning pipelines synthesizing human poses and dynamics in a realistic way, satisfying both geometrical and functi… ▽ More

    Submitted 27 October, 2023; v1 submitted 1 June, 2023; originally announced June 2023.

    Comments: Accepted at CVPR'23

  5. arXiv:2209.09726  [pdf, other

    cs.DB

    Storage Management with Multi-Version Partitioned B-Trees

    Authors: Christian Riegger, Ilia Petrov

    Abstract: Database Management Systems and K/V-Stores operate on updatable datasets -- massively exceeding the size of available main memory. Tree-based K/V storage management structures became particularly popular in storage engines. B+ Trees allow constant search performance, however write-heavy workloads yield in inefficient write patterns to secondary storage devices and poor performance characteristics.… ▽ More

    Submitted 20 September, 2022; originally announced September 2022.

    Comments: Extended Version, ADBIS 2022

  6. arXiv:2207.04789  [pdf, other

    cs.DB

    bloomRF: On Performing Range-Queries in Bloom-Filters with Piecewise-Monotone Hash Functions and Prefix Hashing

    Authors: Bernhard Mößner, Christian Riegger, Arthur Bernhardt, Ilia Petrov

    Abstract: We introduce bloomRF as a unified method for approximate membership testing that supports both point- and range-queries. As a first core idea, bloomRF introduces novel prefix hashing to efficiently encode range information in the hash-code of the key itself. As a second key concept, bloomRF proposes novel piecewise-monotone hash-functions that preserve local order and support fast range-lookups wi… ▽ More

    Submitted 22 July, 2022; v1 submitted 11 July, 2022; originally announced July 2022.

    Comments: Extended version. Original accepted at EDBT 2023

  7. arXiv:2204.06950  [pdf, other

    cs.CV

    BEHAVE: Dataset and Method for Tracking Human Object Interactions

    Authors: Bharat Lal Bhatnagar, Xianghui Xie, Ilya A. Petrov, Cristian Sminchisescu, Christian Theobalt, Gerard Pons-Moll

    Abstract: Modelling interactions between humans and objects in natural environments is central to many applications including gaming, virtual and mixed reality, as well as human behavior analysis and human-robot collaboration. This challenging operation scenario requires generalization to vast number of objects, scenes, and human actions. Unfortunately, there exist no such dataset. Moreover, this data needs… ▽ More

    Submitted 14 April, 2022; originally announced April 2022.

    Comments: Accepted at CVPR'22

    Journal ref: IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2022

  8. arXiv:2102.06583  [pdf, other

    cs.CV

    Reviving Iterative Training with Mask Guidance for Interactive Segmentation

    Authors: Konstantin Sofiiuk, Ilia A. Petrov, Anton Konushin

    Abstract: Recent works on click-based interactive segmentation have demonstrated state-of-the-art results by using various inference-time optimization schemes. These methods are considerably more computationally expensive compared to feedforward approaches, as they require performing backward passes through a network during inference and are hard to deploy on mobile frameworks that usually support only forw… ▽ More

    Submitted 12 February, 2021; originally announced February 2021.

  9. arXiv:2012.15596  [pdf, other

    cs.DB

    bloomRF: On Performing Range-Queries with Bloom-Filters based on Piecewise-Monotone Hash Functions and Dyadic Trace-Trees

    Authors: Christian Riegger, Arthur Bernhardt, Bernhard Moessner, Ilia Petrov

    Abstract: We introduce bloomRF as a unified method for approximate membership testing that supports both point- and range-queries on a single data structure. bloomRF extends Bloom-Filters with range query support and may replace them. The core idea is to employ a dyadic interval scheme to determine the set of dyadic intervals covering a data point, which are then encoded and inserted. bloomRF introduces Dya… ▽ More

    Submitted 31 December, 2020; originally announced December 2020.

  10. arXiv:2009.02258  [pdf, other

    cs.DB cs.LG

    AnyDB: An Architecture-less DBMS for Any Workload

    Authors: Tiemo Bang, Norman May, Ilia Petrov, Carsten Binnig

    Abstract: In this paper, we propose a radical new approach for scale-out distributed DBMSs. Instead of hard-baking an architectural model, such as a shared-nothing architecture, into the distributed DBMS design, we aim for a new class of so-called architecture-less DBMSs. The main idea is that an architecture-less DBMS can mimic any architecture on a per-query basis on-the-fly without any additional overhea… ▽ More

    Submitted 4 September, 2020; originally announced September 2020.

    Comments: Submitted to 11th Annual Conference on Innovative Data Systems Research (CIDR 21)

  11. arXiv:2006.10861  [pdf, other

    cs.CR

    CoinPolice:Detecting Hidden Cryptojacking Attacks with Neural Networks

    Authors: Ivan Petrov, Luca Invernizzi, Elie Bursztein

    Abstract: Traffic monetization is a crucial component of running most for-profit online businesses. One of its latest incarnations is cryptocurrency mining, where a website instructs the visitor's browser to participate in building a cryptocurrency ledger (e.g., Bitcoin, Monero) in exchange for a small reward in the same currency. In its essence, this practice trades the user's electric bill (or battery lev… ▽ More

    Submitted 23 June, 2020; v1 submitted 18 June, 2020; originally announced June 2020.

  12. arXiv:2001.10331  [pdf, other

    cs.CV

    f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation

    Authors: Konstantin Sofiiuk, Ilia Petrov, Olga Barinova, Anton Konushin

    Abstract: Deep neural networks have become a mainstream approach to interactive segmentation. As we show in our experiments, while for some images a trained network provides accurate segmentation result with just a few clicks, for some unknown objects it cannot achieve satisfactory result even with a large amount of user input. Recently proposed backpropagating refinement (BRS) scheme introduces an optimiza… ▽ More

    Submitted 25 August, 2020; v1 submitted 28 January, 2020; originally announced January 2020.

  13. arXiv:1910.08023  [pdf, other

    cs.DB

    MV-PBT: Multi-Version Index for Large Datasets and HTAP Workloads

    Authors: Christian Riegger, Tobias Vincon, Robert Gottstein, Ilia Petrov

    Abstract: Modern mixed (HTAP) workloads execute fast update-transactions and long-running analytical queries on the same dataset and system. In multi-version (MVCC) systems, such workloads result in many short-lived versions and long version-chains as well as in increased and frequent maintenance overhead. Consequently, the index pressure increases significantly. Firstly, the frequent modifications cause fr… ▽ More

    Submitted 17 October, 2019; originally announced October 2019.

  14. arXiv:1905.04767  [pdf, other

    cs.DB

    Moving Processing to Data: On the Influence of Processing in Memory on Data Management

    Authors: Tobias Vincon, Andreas Koch, Ilia Petrov

    Abstract: Near-Data Processing refers to an architectural hardware and software paradigm, based on the co-location of storage and compute units. Ideally, it will allow to execute application-defined data- or compute-intensive operations in-situ, i.e. within (or close to) the physical data storage. Thus, Near-Data Processing seeks to minimize expensive data movement, improving performance, scalability, and r… ▽ More

    Submitted 12 May, 2019; originally announced May 2019.