Zum Hauptinhalt springen

Showing 1–24 of 24 results for author: Gollapudi, S

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

    cs.CV cs.CL

    ReMI: A Dataset for Reasoning with Multiple Images

    Authors: Mehran Kazemi, Nishanth Dikkala, Ankit Anand, Petar Devic, Ishita Dasgupta, Fangyu Liu, Bahare Fatemi, Pranjal Awasthi, Dee Guo, Sreenivas Gollapudi, Ahmed Qureshi

    Abstract: With the continuous advancement of large language models (LLMs), it is essential to create new benchmarks to effectively evaluate their expanding capabilities and identify areas for improvement. This work focuses on multi-image reasoning, an emerging capability in state-of-the-art LLMs. We introduce ReMI, a dataset designed to assess LLMs' ability to Reason with Multiple Images. This dataset encom… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

  2. arXiv:2403.10640  [pdf, other

    cs.DS

    First Passage Percolation with Queried Hints

    Authors: Kritkorn Karntikoon, Yiheng Shen, Sreenivas Gollapudi, Kostas Kollias, Aaron Schild, Ali Sinop

    Abstract: Solving optimization problems leads to elegant and practical solutions in a wide variety of real-world applications. In many of those real-world applications, some of the information required to specify the relevant optimization problem is noisy, uncertain, and expensive to obtain. In this work, we study how much of that information needs to be queried in order to obtain an approximately optimal s… ▽ More

    Submitted 15 March, 2024; originally announced March 2024.

    Comments: Appeared in AISTATS 2024. Code for the experiments can be found here: https://drive.google.com/drive/folders/1I4EMQNk2PRXUWlulgkDaWw2VpBc40Uw4?usp=sharing

  3. arXiv:2401.13053  [pdf, other

    cs.GT cs.DS

    Data Exchange Markets via Utility Balancing

    Authors: Aditya Bhaskara, Sreenivas Gollapudi, Sungjin Im, Kostas Kollias, Kamesh Munagala, Govind S. Sankar

    Abstract: This paper explores the design of a balanced data-sharing marketplace for entities with heterogeneous datasets and machine learning models that they seek to refine using data from other agents. The goal of the marketplace is to encourage participation for data sharing in the presence of such heterogeneity. Our market design approach for data sharing focuses on interim utility balance, where partic… ▽ More

    Submitted 23 January, 2024; originally announced January 2024.

    Comments: To appear in WWW 2024

  4. arXiv:2309.15286  [pdf, other

    cs.DS cs.LG

    Composable Coresets for Determinant Maximization: Greedy is Almost Optimal

    Authors: Siddharth Gollapudi, Sepideh Mahabadi, Varun Sivashankar

    Abstract: Given a set of $n$ vectors in $\mathbb{R}^d$, the goal of the \emph{determinant maximization} problem is to pick $k$ vectors with the maximum volume. Determinant maximization is the MAP-inference task for determinantal point processes (DPP) and has recently received considerable attention for modeling diversity. As most applications for the problem use large amounts of data, this problem has been… ▽ More

    Submitted 26 September, 2023; originally announced September 2023.

    Comments: Accepted to NeurIPS 2023

    ACM Class: F.2.0; G.1.2; G.1.6; G.2.2

  5. arXiv:2308.11721  [pdf, other

    cs.LG cs.CY cs.HC

    When Are Two Lists Better than One?: Benefits and Harms in Joint Decision-making

    Authors: Kate Donahue, Sreenivas Gollapudi, Kostas Kollias

    Abstract: Historically, much of machine learning research has focused on the performance of the algorithm alone, but recently more attention has been focused on optimizing joint human-algorithm performance. Here, we analyze a specific type of human-algorithm collaboration where the algorithm has access to a set of $n$ items, and presents a subset of size $k$ to the human, who selects a final item from among… ▽ More

    Submitted 26 February, 2024; v1 submitted 22 August, 2023; originally announced August 2023.

  6. arXiv:2308.04846  [pdf, other

    cs.DS math.OC

    Improved Approximation Algorithms for the Joint Replenishment Problem with Outliers, and with Fairness Constraints

    Authors: Varun Suriyanarayana, Varun Sivashankar, Siddharth Gollapudi, David Shmoys

    Abstract: The joint replenishment problem (JRP) is a classical inventory management problem. We consider a natural generalization with outliers, where we are allowed to reject (that is, not service) a subset of demand points. In this paper, we are motivated by issues of fairness - if we do not serve all of the demands, we wish to ``spread out the pain'' in a balanced way among customers, communities, or any… ▽ More

    Submitted 9 August, 2023; originally announced August 2023.

    Comments: 43 pages, 6 figures

  7. arXiv:2301.09251  [pdf, other

    cs.LG stat.ML

    Congested Bandits: Optimal Routing via Short-term Resets

    Authors: Pranjal Awasthi, Kush Bhatia, Sreenivas Gollapudi, Kostas Kollias

    Abstract: For traffic routing platforms, the choice of which route to recommend to a user depends on the congestion on these routes -- indeed, an individual's utility depends on the number of people using the recommended route at that instance. Motivated by this, we introduce the problem of Congested Bandits where each arm's reward is allowed to depend on the number of times it was played in the past $Δ$ ti… ▽ More

    Submitted 22 January, 2023; originally announced January 2023.

    Comments: Published at ICML 2022

  8. arXiv:2211.02703  [pdf, ps, other

    cs.DS cs.LG

    Online Learning and Bandits with Queried Hints

    Authors: Aditya Bhaskara, Sreenivas Gollapudi, Sungjin Im, Kostas Kollias, Kamesh Munagala

    Abstract: We consider the classic online learning and stochastic multi-armed bandit (MAB) problems, when at each step, the online policy can probe and find out which of a small number ($k$) of choices has better reward (or loss) before making its choice. In this model, we derive algorithms whose regret bounds have exponentially better dependence on the time horizon compared to the classic regret bounds. In… ▽ More

    Submitted 4 November, 2022; originally announced November 2022.

    Comments: To appear in ITCS 2023

  9. arXiv:2206.11941  [pdf, other

    cs.LG stat.ML

    Affinity-Aware Graph Networks

    Authors: Ameya Velingker, Ali Kemal Sinop, Ira Ktena, Petar Veličković, Sreenivas Gollapudi

    Abstract: Graph Neural Networks (GNNs) have emerged as a powerful technique for learning on relational data. Owing to the relatively limited number of message passing steps they perform -- and hence a smaller receptive field -- there has been significant interest in improving their expressivity by incorporating structural aspects of the underlying graph. In this paper, we explore the use of affinity measure… ▽ More

    Submitted 23 June, 2022; originally announced June 2022.

  10. arXiv:2106.04819  [pdf, ps, other

    cs.LG cs.DS math.OC

    Contextual Recommendations and Low-Regret Cutting-Plane Algorithms

    Authors: Sreenivas Gollapudi, Guru Guruganesh, Kostas Kollias, Pasin Manurangsi, Renato Paes Leme, Jon Schneider

    Abstract: We consider the following variant of contextual linear bandits motivated by routing applications in navigational engines and recommendation systems. We wish to learn a hidden $d$-dimensional value $w^*$. Every round, we are presented with a subset $\mathcal{X}_t \subseteq \mathbb{R}^d$ of possible actions. If we choose (i.e. recommend to the user) action $x_t$, we obtain utility… ▽ More

    Submitted 9 June, 2021; originally announced June 2021.

  11. arXiv:2009.09336  [pdf, ps, other

    cs.GT

    Almost Envy-free Repeated Matching in Two-sided Markets

    Authors: Sreenivas Gollapudi, Kostas Kollias, Benjamin Plaut

    Abstract: A two-sided market consists of two sets of agents, each of whom have preferences over the other (Airbnb, Upwork, Lyft, Uber, etc.). We propose and analyze a repeated matching problem, where some set of matches occur on each time step, and our goal is to ensure fairness with respect to the cumulative allocations over an infinite time horizon. Our main result is a polynomial-time algorithm for addit… ▽ More

    Submitted 19 September, 2020; originally announced September 2020.

    Comments: Accepted to WINE 2020

  12. arXiv:2001.06779  [pdf, ps, other

    cs.GT

    Predict and Match: Prophet Inequalities with Uncertain Supply

    Authors: Reza Alijani, Siddhartha Banerjee, Sreenivas Gollapudi, Kamesh Munagala, Kangning Wang

    Abstract: We consider the problem of selling perishable items to a stream of buyers in order to maximize social welfare. A seller starts with a set of identical items, and each arriving buyer wants any one item, and has a valuation drawn i.i.d. from a known distribution. Each item, however, disappears after an a priori unknown amount of time that we term the horizon for that item. The seller knows the (poss… ▽ More

    Submitted 21 January, 2020; v1 submitted 19 January, 2020; originally announced January 2020.

    Comments: Accepted by ACM SIGMETRICS 2020; 25 pages

  13. arXiv:1904.03866  [pdf, other

    cs.LG stat.ML

    On the Learnability of Deep Random Networks

    Authors: Abhimanyu Das, Sreenivas Gollapudi, Ravi Kumar, Rina Panigrahy

    Abstract: In this paper we study the learnability of deep random networks from both theoretical and practical points of view. On the theoretical front, we show that the learnability of random deep networks with sign activation drops exponentially with its depth. On the practical front, we find that the learnability drops sharply with depth even with the state-of-the-art training methods, suggesting that our… ▽ More

    Submitted 8 April, 2019; originally announced April 2019.

  14. arXiv:1809.02718  [pdf, ps, other

    cs.GT

    Cost Sharing in Two-Sided Markets

    Authors: Sreenivas Gollapudi, Kostas Kollias, Ali Shameli

    Abstract: Motivated by the emergence of popular service-based two-sided markets where sellers can serve multiple buyers at the same time, we formulate and study the {\em two-sided cost sharing} problem. In two-sided cost sharing, sellers incur different costs for serving different subsets of buyers and buyers have different values for being served by different sellers. Both buyers and sellers are self-inter… ▽ More

    Submitted 13 July, 2021; v1 submitted 7 September, 2018; originally announced September 2018.

  15. arXiv:1802.02744  [pdf, other

    cs.DS

    Minimizing Latency in Online Ride and Delivery Services

    Authors: Abhimanyu Das, Sreenivas Gollapudi, Anthony Kim, Debmalya Panigrahi, Chaitanya Swamy

    Abstract: Motivated by the popularity of online ride and delivery services, we study natural variants of classical multi-vehicle minimum latency problems where the objective is to route a set of vehicles located at depots to serve request located on a metric space so as to minimize the total latency. In this paper, we consider point-to-point requests that come with source-destination pairs and release-time… ▽ More

    Submitted 8 February, 2018; originally announced February 2018.

    Comments: A short version of the paper is to appear at the 27th Web Conference (formerly, World Wide Web Conference), 2018

  16. arXiv:1711.11392  [pdf, ps, other

    cs.GT cs.DS

    Two-sided Facility Location

    Authors: Reza Alijani, Siddhartha Banerjee, Sreenivas Gollapudi, Kostas Kollias, Kamesh Munagala

    Abstract: Recent years have witnessed the rise of many successful e-commerce marketplace platforms like the Amazon marketplace, AirBnB, Uber/Lyft, and Upwork, where a central platform mediates economic transactions between buyers and sellers. Motivated by these platforms, we formulate a set of facility location problems that we term Two-sided Facility location. In our model, agents arrive at nodes in an und… ▽ More

    Submitted 27 February, 2018; v1 submitted 30 November, 2017; originally announced November 2017.

  17. arXiv:1705.06730  [pdf, other

    cs.DS

    Algorithms for $\ell_p$ Low Rank Approximation

    Authors: Flavio Chierichetti, Sreenivas Gollapudi, Ravi Kumar, Silvio Lattanzi, Rina Panigrahy, David P. Woodruff

    Abstract: We consider the problem of approximating a given matrix by a low-rank matrix so as to minimize the entrywise $\ell_p$-approximation error, for any $p \geq 1$; the case $p = 2$ is the classical SVD problem. We obtain the first provably good approximation algorithms for this version of low-rank approximation that work for every value of $p \geq 1$, including $p = \infty$. Our algorithms are simple,… ▽ More

    Submitted 18 May, 2017; originally announced May 2017.

    Comments: To appear in ICML

  18. arXiv:1211.1699  [pdf, ps, other

    cs.GT

    Optimal Auctions via the Multiplicative Weight Method

    Authors: Anand Bhalgat, Sreenivas Gollapudi, Kamesh Munagala

    Abstract: We show that the multiplicative weight update method provides a simple recipe for designing and analyzing optimal Bayesian Incentive Compatible (BIC) auctions, and reduces the time complexity of the problem to pseudo-polynomial in parameters that depend on single agent instead of depending on the size of the joint type space. We use this framework to design computationally efficient optimal auctio… ▽ More

    Submitted 10 April, 2013; v1 submitted 7 November, 2012; originally announced November 2012.

  19. arXiv:1208.2478  [pdf, other

    cs.IR cs.DB

    Structured Query Reformulations in Commerce Search

    Authors: Sreenivas Gollapudi, Samuel Ieong, Anitha Kannan

    Abstract: Recent work in commerce search has shown that understanding the semantics in user queries enables more effective query analysis and retrieval of relevant products. However, due to lack of sufficient domain knowledge, user queries often include terms that cannot be mapped directly to any product attribute. For example, a user looking for {\tt designer handbags} might start with such a query because… ▽ More

    Submitted 12 August, 2012; originally announced August 2012.

    Comments: A shorter version appeared in CIKM 2012

  20. arXiv:1108.2685  [pdf, ps, other

    cs.IR

    Efficient Query Rewrite for Structured Web Queries

    Authors: Sreenivas Gollapudi, Samuel Ieong, Alexandros Ntoulas, Stelios Paparizos

    Abstract: Web search engines and specialized online verticals are increasingly incorporating results from structured data sources to answer semantically rich user queries. For example, the query \WebQuery{Samsung 50 inch led tv} can be answered using information from a table of television data. However, the users are not domain experts and quite often enter values that do not match precisely the underlying… ▽ More

    Submitted 12 August, 2011; originally announced August 2011.

  21. arXiv:1009.2617  [pdf, other

    cs.GT

    Understanding Fashion Cycles as a Social Choice

    Authors: Anish Das Sarma, Sreenivas Gollapudi, Rina Panigrahy, Li Zhang

    Abstract: We present a formal model for studying fashion trends, in terms of three parameters of fashionable items: (1) their innate utility; (2) individual boredom associated with repeated usage of an item; and (3) social influences associated with the preferences from other people. While there are several works that emphasize the effect of social influence in understanding fashion trends, in this paper we… ▽ More

    Submitted 14 September, 2010; originally announced September 2010.

  22. arXiv:1005.5197  [pdf, ps, other

    cs.LG cs.DS

    Ranked bandits in metric spaces: learning optimally diverse rankings over large document collections

    Authors: Aleksandrs Slivkins, Filip Radlinski, Sreenivas Gollapudi

    Abstract: Most learning to rank research has assumed that the utility of different documents is independent, which results in learned ranking functions that return redundant results. The few approaches that avoid this have rather unsatisfyingly lacked theoretical foundations, or do not scale. We present a learning-to-rank formulation that optimizes the fraction of satisfied users, with several scalable algo… ▽ More

    Submitted 1 September, 2012; v1 submitted 27 May, 2010; originally announced May 2010.

    Comments: This is the full version of a paper in ICML 2010, with full proofs and a significantly revised presentation

  23. arXiv:1003.2458  [pdf, ps, other

    cs.IR

    Revisiting the Examination Hypothesis with Query Specific Position Bias

    Authors: Sreenivas Gollapudi, Rina Panigrahy

    Abstract: Click through rates (CTR) offer useful user feedback that can be used to infer the relevance of search results for queries. However it is not very meaningful to look at the raw click through rate of a search result because the likelihood of a result being clicked depends not only on its relevance but also the position in which it is displayed. One model of the browsing behavior, the {\em Examinati… ▽ More

    Submitted 11 March, 2010; originally announced March 2010.

  24. arXiv:0907.4166  [pdf, ps, other

    cs.GT cs.DS

    Budget Constrained Auctions with Heterogeneous Items

    Authors: Sayan Bhattacharya, Gagan Goel, Sreenivas Gollapudi, Kamesh Munagala

    Abstract: In this paper, we present the first approximation algorithms for the problem of designing revenue optimal Bayesian incentive compatible auctions when there are multiple (heterogeneous) items and when bidders can have arbitrary demand and budget constraints. Our mechanisms are surprisingly simple: We show that a sequential all-pay mechanism is a 4 approximation to the revenue of the optimal ex-in… ▽ More

    Submitted 29 March, 2010; v1 submitted 24 July, 2009; originally announced July 2009.

    Comments: Final version accepted to STOC '10. Incorporates significant reviewer comments