ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2305.08367
21
10

Fast Submodular Function Maximization

15 May 2023
Lianke Qin
Zhao-quan Song
Yitan Wang
ArXivPDFHTML
Abstract

Submodular functions have many real-world applications, such as document summarization, sensor placement, and image segmentation. For all these applications, the key building block is how to compute the maximum value of a submodular function efficiently. We consider both the online and offline versions of the problem: in each iteration, the data set changes incrementally or is not changed, and a user can issue a query to maximize the function on a given subset of the data. The user can be malicious, issuing queries based on previous query results to break the competitive ratio for the online algorithm. Today, the best-known algorithm for online submodular function maximization has a running time of O(nkd2)O(n k d^2)O(nkd2) where nnn is the total number of elements, ddd is the feature dimension and kkk is the number of elements to be selected. We propose a new method based on a novel search tree data structure. Our algorithm only takes O~(nk+kd2+nd)\widetilde{O}(nk + kd^2 + nd)O(nk+kd2+nd) time.

View on arXiv
Comments on this paper