Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–12 of 12 results for author: Madduri, K

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

    cs.IR cs.LG

    Graphite: A Graph-based Extreme Multi-Label Short Text Classifier for Keyphrase Recommendation

    Authors: Ashirbad Mishra, Soumik Dey, Jinyu Zhao, Marshall Wu, Binbin Li, Kamesh Madduri

    Abstract: Keyphrase Recommendation has been a pivotal problem in advertising and e-commerce where advertisers/sellers are recommended keyphrases (search queries) to bid on to increase their sales. It is a challenging task due to the plethora of items shown on online platforms and various possible queries that users search while showing varying interest in the displayed items. Moreover, query/keyphrase recom… ▽ More

    Submitted 29 July, 2024; originally announced July 2024.

  2. arXiv:2304.13194  [pdf, other

    cs.DC cs.DM

    Jet: Multilevel Graph Partitioning on Graphics Processing Units

    Authors: Michael S. Gilbert, Kamesh Madduri, Erik G. Boman, Sivasankaran Rajamanickam

    Abstract: The multilevel heuristic is the dominant strategy for high-quality sequential and parallel graph partitioning. Partition refinement is a key step of multilevel graph partitioning. In this work, we present Jet, a new parallel algorithm for partition refinement specifically designed for Graphics Processing Units (GPUs). We combine Jet with GPU-aware coarsening to develop a $k$-way graph partitioner,… ▽ More

    Submitted 5 January, 2024; v1 submitted 25 April, 2023; originally announced April 2023.

    Comments: To appear in SIAM SISC journal

  3. arXiv:2210.08973  [pdf, ps, other

    cs.CY cs.HC cs.LG hep-ex

    FAIR for AI: An interdisciplinary and international community building perspective

    Authors: E. A. Huerta, Ben Blaiszik, L. Catherine Brinson, Kristofer E. Bouchard, Daniel Diaz, Caterina Doglioni, Javier M. Duarte, Murali Emani, Ian Foster, Geoffrey Fox, Philip Harris, Lukas Heinrich, Shantenu Jha, Daniel S. Katz, Volodymyr Kindratenko, Christine R. Kirkpatrick, Kati Lassila-Perini, Ravi K. Madduri, Mark S. Neubauer, Fotis E. Psomopoulos, Avik Roy, Oliver RĂ¼bel, Zhizhen Zhao, Ruike Zhu

    Abstract: A foundational set of findable, accessible, interoperable, and reusable (FAIR) principles were proposed in 2016 as prerequisites for proper data management and stewardship, with the goal of enabling the reusability of scholarly data. The principles were also meant to apply to other digital assets, at a high level, and over time, the FAIR guiding principles have been re-interpreted or extended to i… ▽ More

    Submitted 1 August, 2023; v1 submitted 30 September, 2022; originally announced October 2022.

    Comments: 10 pages, comments welcome!; v2: 12 pages, accepted to Scientific Data

    ACM Class: I.2.0; E.0

    Journal ref: Scientific Data 10, 487 (2023)

  4. arXiv:2202.03672  [pdf, other

    cs.LG

    APPFL: Open-Source Software Framework for Privacy-Preserving Federated Learning

    Authors: Minseok Ryu, Youngdae Kim, Kibaek Kim, Ravi K. Madduri

    Abstract: Federated learning (FL) enables training models at different sites and updating the weights from the training instead of transferring data to a central location and training as in classical machine learning. The FL capability is especially important to domains such as biomedicine and smart grid, where data may not be shared freely or stored at a central location because of policy challenges. Thank… ▽ More

    Submitted 15 March, 2022; v1 submitted 8 February, 2022; originally announced February 2022.

    Comments: 9 pages, 4 figures, 1 table

  5. arXiv:2108.09859  [pdf, other

    cs.LG stat.ME stat.ML

    Convex Latent Effect Logit Model via Sparse and Low-rank Decomposition

    Authors: Hongyuan Zhan, Kamesh Madduri, Venkataraman Shankar

    Abstract: In this paper, we propose a convex formulation for learning logistic regression model (logit) with latent heterogeneous effect on sub-population. In transportation, logistic regression and its variants are often interpreted as discrete choice models under utility theory (McFadden, 2001). Two prominent applications of logit models in the transportation domain are traffic accident analysis and choic… ▽ More

    Submitted 22 August, 2021; originally announced August 2021.

  6. arXiv:1811.00620  [pdf, other

    cs.LG stat.ML

    Efficient Online Hyperparameter Optimization for Kernel Ridge Regression with Applications to Traffic Time Series Prediction

    Authors: Hongyuan Zhan, Gabriel Gomes, Xiaoye S. Li, Kamesh Madduri, Kesheng Wu

    Abstract: Computational efficiency is an important consideration for deploying machine learning models for time series prediction in an online setting. Machine learning algorithms adjust model parameters automatically based on the data, but often require users to set additional parameters, known as hyperparameters. Hyperparameters can significantly impact prediction accuracy. Traffic measurements, typically… ▽ More

    Submitted 1 November, 2018; originally announced November 2018.

    Comments: An extended version of "Efficient Online Hyperparameter Learning for Traffic Flow Prediction" published in The 21st IEEE International Conference on Intelligent Transportation Systems (ITSC 2018)

    Journal ref: H. Zhan, G. Gomes, X. S. Li, K. Madduri, and K. Wu. Efficient Online Hyperparameter Learning for Traffic Flow Prediction. In 2018 IEEE 21th International Conference on Intelligent Transportation Systems (ITSC), pages 1-6. IEEE, 2018

  7. arXiv:1707.02000  [pdf, other

    cs.DC cs.DS cs.SI

    Shared-memory Graph Truss Decomposition

    Authors: Humayun Kabir, Kamesh Madduri

    Abstract: We present PKT, a new shared-memory parallel algorithm and OpenMP implementation for the truss decomposition of large sparse graphs. A k-truss is a dense subgraph definition that can be considered a relaxation of a clique. Truss decomposition refers to a partitioning of all the edges in the graph based on their k-truss membership. The truss decomposition of a graph has many applications. We show t… ▽ More

    Submitted 6 July, 2017; originally announced July 2017.

    Comments: 10 pages, conference submission

  8. arXiv:1705.04590  [pdf, other

    cs.DC

    Distributed-Memory Breadth-First Search on Massive Graphs

    Authors: Aydin Buluc, Scott Beamer, Kamesh Madduri, Krste Asanovic, David Patterson

    Abstract: This chapter studies the problem of traversing large graphs using the breadth-first search order on distributed-memory supercomputers. We consider both the traditional level-synchronous top-down algorithm as well as the recently discovered direction optimizing algorithm. We analyze the performance and scalability trade-offs in using different local data structures such as CSR and DCSC, enabling in… ▽ More

    Submitted 10 May, 2017; originally announced May 2017.

    Comments: arXiv admin note: text overlap with arXiv:1104.4518

  9. arXiv:1701.00503  [pdf, other

    cs.DC

    Distributed Graph Layout for Scalable Small-world Network Analysis

    Authors: George M Slota, Sivasankaran Rajamanickam, Kamesh Madduri

    Abstract: The in-memory graph layout or organization has a considerable impact on the time and energy efficiency of distributed memory graph computations. It affects memory locality, inter-task load balance, communication time, and overall memory utilization. Graph layout could refer to partitioning or replication of vertex and edge arrays, selective replication of data structures that hold meta-data, and r… ▽ More

    Submitted 2 January, 2017; originally announced January 2017.

  10. arXiv:1610.07220  [pdf, other

    cs.DC

    Partitioning Trillion-edge Graphs in Minutes

    Authors: George M Slota, Sivasankaran Rajamanickam, Karen Devine, Kamesh Madduri

    Abstract: We introduce XtraPuLP, a new distributed-memory graph partitioner designed to process trillion-edge graphs. XtraPuLP is based on the scalable label propagation community detection technique, which has been demonstrated as a viable means to produce high quality partitions with minimal computation time. On a collection of large sparse graphs, we show that XtraPuLP partitioning quality is comparable… ▽ More

    Submitted 23 October, 2016; originally announced October 2016.

  11. arXiv:1510.05546  [pdf, other

    cs.DC physics.comp-ph physics.plasm-ph

    Modern Gyrokinetic Particle-In-Cell Simulation of Fusion Plasmas on Top Supercomputers

    Authors: Bei Wang, Stephane Ethier, William Tang, Khaled Ibrahim, Kamesh Madduri, Samuel Williams, Leonid Oliker

    Abstract: The Gyrokinetic Toroidal Code at Princeton (GTC-P) is a highly scalable and portable particle-in-cell (PIC) code. It solves the 5D Vlasov-Poisson equation featuring efficient utilization of modern parallel computer architectures at the petascale and beyond. Motivated by the goal of developing a modern code capable of dealing with the physics challenge of increasing problem size with sufficient res… ▽ More

    Submitted 19 October, 2015; originally announced October 2015.

    Comments: submitted to International Journal of High Performance Computing Applications

  12. arXiv:1104.4518  [pdf, other

    cs.DC cs.MS cs.PF

    Parallel Breadth-First Search on Distributed Memory Systems

    Authors: Aydin Buluc, Kamesh Madduri

    Abstract: Data-intensive, graph-based computations are pervasive in several scientific applications, and are known to to be quite challenging to implement on distributed memory systems. In this work, we explore the design space of parallel algorithms for Breadth-First Search (BFS), a key subroutine in several graph algorithms. We present two highly-tuned parallel approaches for BFS on large parallel systems… ▽ More

    Submitted 13 October, 2011; v1 submitted 22 April, 2011; originally announced April 2011.

    MSC Class: 05C85; 68R10; 68W05; 68W10; 68W15

    Journal ref: Proceedings of The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC 2011)