• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol-South Tyrol-Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

Efficient algorithms

Efficient algorithms

Monika Henzinger (ORCID: 0000-0002-5008-6530)
  • Grant DOI 10.55776/Z422
  • Funding program FWF Wittgenstein Award
  • Status ongoing
  • Start March 1, 2023
  • End February 29, 2028
  • Funding amount € 1,500,000

Disciplines

Computer Sciences (100%)

Keywords

    Efficient algorithms, Dynamic data structures, Web information retrieval

Abstract

The goal of this project is to design efficient algorithms with desirable properties. Specifically, we will study two algorithmic questions, namely the design of algorithms that protect the privacy of individuals and the design of algorithms that reduce the amount of high-dimensional data by summarizing the data. In both cases we will work on changing data sets. Data sets containing sensitive information about individuals and their relationships are often valuable sources of information. Consider for example data sets about the efficiency of a vaccine for COVID19. However, publishing useful statistics about such data or properties of the underlying structure without leaking individual information is a challenging problem. A class of algorithms that allow to quantify and reduce the amount of data leakage about any individual are called differentially private algorithms. Differential private algorithms have one or multiple design parameters that are used to quantify the amount and the probability of data leakage. Differentially private algorithms for a large set of computational problems such as determining percentage of cell phone users that are interested in health-related information have been developed and deployed in the last ten years. The basic idea is to add suitable random noise to the data at different stages of the algorithm to guarantee (a) that any data leakage is within the values given by the design parameters and (b) that useful information is returned, i.e., that the error introduced by the random noise is minimized. However, almost all of these algorithms assume that all the data is given at the start of the algorithm. In real-world applications input data is rarely static, instead it frequently changes dynamically. The development of differentially private algorithms for dynamically changing data sets is, however, still in its infancy. Thus, the first goal of this project is to develop such algorithms for a large variety of possible applications. We will focus especially on popular input formats such as rows of numerical data, networks, or points in high-dimensional space, which could represent feature vectors of machine learning applications. For such input data we want to develop algorithms that fulfill the privacy design parameters, minimize the introduced error, and are fast. Our second goal is to create summaries of dynamic high-dimensional data by grouping data points that are ``close into sets, called clusters. There exist many different such clustering algorithms, but they usually assume that the complete data set is given at the beginning and it does not change afterwards. In real-world applications this is often not the case as additional data is collected and existing data is corrected. Thus, we plan to design new clustering algorithms that can efficiently be updated when there are changes to the data set.

Research institution(s)
  • Institute of Science and Technology Austria - ISTA - 100%

Research Output

  • 28 Publications
  • 2 Policies
  • 3 Datasets & models
  • 13 Disseminations
  • 4 Scientific Awards
Publications
  • 2025
    Title B-Treaps Revised: Write Efficient Randomized Block Search Trees with High Load
    DOI 10.4230/lipics.wads.2025.47
    Type Conference Proceeding Abstract
    Author Safavi R
    Conference LIPIcs, Volume 349, WADS 2025
    Pages 47:1 - 47:23
    Link Publication
  • 2025
    Title On b-Matching and Fully-Dynamic Maximum k-Edge Coloring
    DOI 10.4230/lipics.sand.2025.4
    Type Conference Proceeding Abstract
    Author El-Hayek A
    Conference LIPIcs, Volume 330, SAND 2025
    Pages 4:1 - 4:23
    Link Publication
  • 2025
    Title An Almost Tight Lower Bound for Plurality Consensus with Undecided State Dynamics in the Population Protocol Model
    DOI 10.1145/3732772.3733505
    Type Conference Proceeding Abstract
    Author El-Hayek A
    Pages 532-540
  • 2025
    Title Improved Differentially Private Continual Observation Using Group Algebra; In: Proceedings of the 2025 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA)
    DOI 10.1137/1.9781611978322.95
    Type Book Chapter
    Publisher Society for Industrial and Applied Mathematics
  • 2025
    Title Near-Optimal Differentially Private Graph Algorithms via the Multidimensional AboveThreshold Mechanism
    DOI 10.4230/lipics.esa.2025.91
    Type Conference Proceeding Abstract
    Author Dhulipala L
    Conference LIPIcs, Volume 351, ESA 2025
    Pages 91:1 - 91:20
    Link Publication
  • 2025
    Title Efficient Contractions of Dynamic Graphs - With Applications
    DOI 10.4230/lipics.esa.2025.36
    Type Conference Proceeding Abstract
    Author Henzinger M
    Conference LIPIcs, Volume 351, ESA 2025
    Pages 36:1 - 36:14
    Link Publication
  • 2024
    Title Expander Hierarchies for Normalized Cuts on Graphs
    DOI 10.1145/3637528.3671978
    Type Conference Proceeding Abstract
    Author Hanauer K
    Pages 1016-1027
  • 2024
    Title Multiplicative auction algorithm for approximate maximum weight bipartite matching
    DOI 10.1007/s10107-024-02066-3
    Type Journal Article
    Author Henzinger M
    Journal Mathematical Programming
  • 2024
    Title Private Counting of Distinct Elements in the Turnstile Model and Extensions
    DOI 10.4230/lipics.approx/random.2024.40
    Type Conference Proceeding Abstract
    Author Henzinger M
    Conference LIPIcs, Volume 317, APPROX/RANDOM 2024
    Pages 40:1 - 40:21
    Link Publication
  • 2024
    Title Dynamically Maintaining the Persistent Homology of Time Series; In: Proceedings of the 2024 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA)
    DOI 10.1137/1.9781611977912.11
    Type Book Chapter
    Publisher Society for Industrial and Applied Mathematics
  • 2024
    Title Deterministic Near-Linear Time Minimum Cut in Weighted Graphs; In: Proceedings of the 2024 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA)
    DOI 10.1137/1.9781611977912.111
    Type Book Chapter
    Publisher Society for Industrial and Applied Mathematics
  • 2023
    Title On the Complexity of Algorithms with Predictions for Dynamic Graph Problems
    DOI 10.48550/arxiv.2307.16771
    Type Preprint
    Author Henzinger M
    Link Publication
  • 2024
    Title A Unifying Framework for Differentially Private Sums under Continual Observation; In: Proceedings of the 2024 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA)
    DOI 10.1137/1.9781611977912.38
    Type Book Chapter
    Publisher Society for Industrial and Applied Mathematics
  • 2024
    Title Covering Rectilinear Polygons with Area-Weighted Rectangles; In: 2024 Proceedings of the Symposium on Algorithm Engineering and Experiments (ALENEX)
    DOI 10.1137/1.9781611977929.12
    Type Book Chapter
    Publisher Society for Industrial and Applied Mathematics
  • 2024
    Title Electrical Flows for Polylogarithmic Competitive Oblivious Routing
    DOI 10.4230/lipics.itcs.2024.55
    Type Conference Proceeding Abstract
    Author Goranci G
    Conference LIPIcs, Volume 287, ITCS 2024
    Pages 55:1 - 55:22
    Link Publication
  • 2024
    Title Broadcast and Consensus in Stochastic Dynamic Networks with Byzantine Nodes and Adversarial Edges
    DOI 10.4230/lipics.disc.2024.21
    Type Conference Proceeding Abstract
    Author El-Hayek A
    Conference LIPIcs, Volume 319, DISC 2024
    Pages 21:1 - 21:15
    Link Publication
  • 2024
    Title On the Complexity of Algorithms with Predictions for Dynamic Graph Problems
    DOI 10.4230/lipics.itcs.2024.62
    Type Conference Proceeding Abstract
    Author Henzinger M
    Conference LIPIcs, Volume 287, ITCS 2024
    Pages 62:1 - 62:25
    Link Publication
  • 2024
    Title Fully Dynamic k-Means Coreset in Near-Optimal Update Time
    DOI 10.4230/lipics.esa.2024.100
    Type Conference Proceeding Abstract
    Author Henzinger M
    Conference LIPIcs, Volume 308, ESA 2024
    Pages 100:1 - 100:16
    Link Publication
  • 2024
    Title Continual Counting with Gradual Privacy Expiration
    DOI 10.48550/arxiv.2406.03802
    Type Preprint
    Author Andersson J
    Link Publication
  • 2024
    Title Making Old Things New: A Unified Algorithm for Differentially Private Clustering
    DOI 10.48550/arxiv.2406.11649
    Type Preprint
    Author Henzinger M
    Link Publication
  • 2024
    Title Experimental Evaluation of Fully Dynamic k -Means via Coresets; In: 2024 Proceedings of the Symposium on Algorithm Engineering and Experiments (ALENEX)
    DOI 10.1137/1.9781611977929.17
    Type Book Chapter
    Publisher Society for Industrial and Applied Mathematics
  • 2024
    Title Online List Labeling with Near-Logarithmic Writes
    DOI 10.48550/arxiv.2405.04467
    Type Preprint
    Author Seybold M
    Link Publication
  • 2024
    Title Data-Efficient Learning via Clustering-Based Sensitivity Sampling: Foundation Models and Beyond
    DOI 10.48550/arxiv.2402.17327
    Type Preprint
    Author Axiotis K
    Link Publication
  • 2023
    Title Almost Tight Error Bounds on Differentially Private Continual Counting; In: Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA)
    DOI 10.1137/1.9781611977554.ch183
    Type Book Chapter
    Publisher Society for Industrial and Applied Mathematics
  • 2023
    Title Deterministic Near-Optimal Approximation Algorithms for Dynamic Set Cover
    DOI 10.1137/21m1428649
    Type Journal Article
    Author Bhattacharya S
    Journal SIAM Journal on Computing
  • 2023
    Title Multiplicative Auction Algorithm forApproximate Maximum Weight Bipartite Matching; In: Integer Programming and Combinatorial Optimization - 24th International Conference, IPCO 2023, Madison, WI, USA, June 21-23, 2023, Proceedings
    DOI 10.1007/978-3-031-32726-1_32
    Type Book Chapter
    Publisher Springer International Publishing
  • 2023
    Title Electrical Flows for Polylogarithmic Competitive Oblivious Routing
    DOI 10.48550/arxiv.2303.02491
    Type Preprint
    Author Goranci G
    Link Publication
  • 2023
    Title Simple, Scalable and Effective Clustering via One-Dimensional Projections
    DOI 10.48550/arxiv.2310.16752
    Type Preprint
    Author Charikar M
    Link Publication
Policies
  • 2020
    Title Member of Swiss Science Council
    Type Participation in a guidance/advisory committee
  • 2019
    Title Member of Austrian Science Council
    Type Contribution to a national consultation/review
Datasets & models
  • 2024 Link
    Title Twitter dataset
    Type Database/Collection of data
    Public Access
    Link Link
  • 2015 Link
    Title Taxi dataset
    Type Database/Collection of data
    Public Access
    Link Link
  • 2006 Link
    Title Census dataset
    Type Database/Collection of data
    Public Access
    Link Link
Disseminations
  • 2025 Link
    Title TU Vienna Voices of Innovation: Women, Academia and the Age of AI - Panel Discussion
    Type A talk or presentation
    Link Link
  • 2025 Link
    Title Keynote at ACM Symposium on Theory of Computing
    Type A talk or presentation
    Link Link
  • 2023 Link
    Title Invited keynote at International Symposium on Experimental Algorithms
    Type A talk or presentation
    Link Link
  • 2023
    Title Invited talk at Tu Graz
    Type A talk or presentation
  • 2023 Link
    Title Invited Strachey Lecture at Oxford University, England
    Type A talk or presentation
    Link Link
  • 2024
    Title Invited talk at TU Graz
    Type A talk or presentation
  • 2022
    Title Online talk at Bar Ilan University
    Type A talk or presentation
  • 2024
    Title Invited talk at Harvard University
    Type A talk or presentation
  • 2024
    Title Talk at Conference Graph Drawing 2024 in Vienna
    Type A talk or presentation
  • 2023 Link
    Title Workshop organization at the Simons Institute at UC Berkeley
    Type Participation in an activity, workshop or similar
    Link Link
  • 2023 Link
    Title ORF Gespraech: Was die Welt zusammenhaelt
    Type A press release, press conference or response to a media enquiry/interview
    Link Link
  • 2024
    Title Talk at the University La Sapienza, Rome
    Type A talk or presentation
  • 2024
    Title Theory seminar at MIT, Boston, USA
    Type A talk or presentation
Scientific Awards
  • 2025
    Title Keynote at the European Symposium on Algorithm 2025
    Type Personally asked as a key note speaker to a conference
    Level of Recognition Continental/International
  • 2025
    Title Keynote at the ACM Symposium on Theory of Computing 2025
    Type Personally asked as a key note speaker to a conference
    Level of Recognition Continental/International
  • 2024
    Title Best paper award at the SIAM/ACM Symposium on Discrete Algorithms
    Type Poster/abstract prize
    Level of Recognition Continental/International
  • 2024
    Title Keynote at Conference Graph Drawing 2024
    Type Personally asked as a key note speaker to a conference
    Level of Recognition Continental/International

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF