Skip to main content

Showing 1–11 of 11 results for author: Langguth, J

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

    cs.DS

    Open Problems in (Hyper)Graph Decomposition

    Authors: Deepak Ajwani, Rob H. Bisseling, Katrin Casel, Ümit V. Çatalyürek, Cédric Chevalier, Florian Chudigiewitsch, Marcelo Fonseca Faraj, Michael Fellows, Lars Gottesbüren, Tobias Heuer, George Karypis, Kamer Kaya, Jakub Lacki, Johannes Langguth, Xiaoye Sherry Li, Ruben Mayer, Johannes Meintrup, Yosuke Mizutani, François Pellegrini, Fabrizio Petrini, Frances Rosamond, Ilya Safro, Sebastian Schlag, Christian Schulz, Roohani Sharma , et al. (4 additional authors not shown)

    Abstract: Large networks are useful in a wide range of applications. Sometimes problem instances are composed of billions of entities. Decomposing and analyzing these structures helps us gain new insights about our surroundings. Even if the final application concerns a different problem (such as traversal, finding paths, trees, and flows), decomposing large graphs is often an important subproblem for comple… ▽ More

    Submitted 18 October, 2023; originally announced October 2023.

  2. arXiv:2310.05542  [pdf, other

    cs.SI physics.soc-ph

    Harmful Conspiracies in Temporal Interaction Networks: Understanding the Dynamics of Digital Wildfires through Phase Transitions

    Authors: Kaspara Skovli Gåsvær, Pedro G. Lind, Johannes Langguth, Morten Hjorth-Jensen, Michael Kreil, Daniel Thilo Schroeder

    Abstract: Shortly after the first COVID-19 cases became apparent in December 2020, rumors spread on social media suggesting a connection between the virus and the 5G radiation emanating from the recently deployed telecommunications network. In the course of the following weeks, this idea gained increasing popularity, and various alleged explanations for how such a connection manifests emerged. Ultimately, a… ▽ More

    Submitted 9 October, 2023; originally announced October 2023.

  3. arXiv:2310.04190  [pdf, other

    cs.LG

    On the Two Sides of Redundancy in Graph Neural Networks

    Authors: Franka Bause, Samir Moustafa, Johannes Langguth, Wilfried N. Gansterer, Nils M. Kriege

    Abstract: Message passing neural networks iteratively generate node embeddings by aggregating information from neighboring nodes. With increasing depth, information from more distant nodes is included. However, node embeddings may be unable to represent the growing node neighborhoods accurately and the influence of distant nodes may vanish, a problem referred to as oversquashing. Information redundancy in m… ▽ More

    Submitted 28 March, 2024; v1 submitted 6 October, 2023; originally announced October 2023.

  4. Social media in the Global South: A Network Dataset of the Malian Twittersphere

    Authors: Daniel Thilo Schroeder, Mirjam de Bruijn, Luca Bruls, Mulatu Alemayehu Moges, Samba Dialimpa Badji, Noëmie Fritz, Modibo Galy Cisse, Johannes Langguth, Bruce Mutsvairo, Kristin Skare Orgeret

    Abstract: With the expansion of mobile communications infrastructure, social media usage in the Global South is surging. Compared to the Global North, populations of the Global South have had less prior experience with social media from stationary computers and wired Internet. Many countries are experiencing violent conflicts that have a profound effect on their societies. As a result, social networks devel… ▽ More

    Submitted 24 October, 2023; v1 submitted 25 April, 2023; originally announced April 2023.

    Comments: 12 pages, 4 figures

    Journal ref: Journal of Data Mining & Digital Humanities, 2023 (November 3, 2023) jdmdh:11246

  5. arXiv:2304.08662  [pdf, other

    cs.DC q-bio.GN

    Space Efficient Sequence Alignment for SRAM-Based Computing: X-Drop on the Graphcore IPU

    Authors: Luk Burchard, Max Xiaohang Zhao, Johannes Langguth, Aydın Buluç, Giulia Guidi

    Abstract: Dedicated accelerator hardware has become essential for processing AI-based workloads, leading to the rise of novel accelerator architectures. Furthermore, fundamental differences in memory architecture and parallelism have made these accelerators targets for scientific computing. The sequence alignment problem is fundamental in bioinformatics; we have implemented the $X$-Drop algorithm, a heuri… ▽ More

    Submitted 17 April, 2023; originally announced April 2023.

    Comments: 12 pages, 7 figures, 2 tables

  6. arXiv:2102.03614  [pdf, other

    cs.DC cs.PF cs.PL

    A Newcomer In The PGAS World -- UPC++ vs UPC: A Comparative Study

    Authors: Jérémie Lagravière, Johannes Langguth, Martina Prugger, Phuong H. Ha, Xing Cai

    Abstract: A newcomer in the Partitioned Global Address Space (PGAS) 'world' has arrived in its version 1.0: Unified Parallel C++ (UPC++). UPC++ targets distributed data structures where communication is irregular or fine-grained. The key abstractions are global pointers, asynchronous programming via RPC, futures and promises. UPC++ API for moving non-contiguous data and handling memories with different opti… ▽ More

    Submitted 6 February, 2021; originally announced February 2021.

    Comments: 24 pages

  7. arXiv:2001.09645  [pdf, ps, other

    cs.DC

    Load-Balanced Bottleneck Objectives in Process Map**

    Authors: Johannes Langguth, Sebastian Schlag, Christian Schulz

    Abstract: We propose a new problem formulation for graph partitioning that is tailored to the needs of time-critical simulations on modern heterogeneous supercomputers.

    Submitted 27 January, 2020; originally announced January 2020.

    Comments: Extended abstract accepted at CSC'20

  8. Performance optimization and modeling of fine-grained irregular communication in UPC

    Authors: Jérémie Lagravière, Johannes Langguth, Martina Prugger, Lukas Einkemmer, Phuong H. Ha, Xing Cai

    Abstract: The UPC programming language offers parallelism via logically partitioned shared memory, which typically spans physically disjoint memory sub-systems. One convenient feature of UPC is its ability to automatically execute between-thread data movement, such that the entire content of a shared data array appears to be freely accessible by all the threads. The programmer friendliness, however, can com… ▽ More

    Submitted 29 December, 2019; originally announced December 2019.

    Journal ref: Scientific Programming Volume 2019, Article ID 6825728, 20 pages. Hindawi

  9. On the Performance and Energy Efficiency of the PGAS Programming Model on Multicore Architectures

    Authors: Jérémie Lagravière, Johannes Langguth, Mohammed Sourouri, Phuong H. Ha, Xing Cai

    Abstract: Using large-scale multicore systems to get the maximum performance and energy efficiency with manageable programmability is a major challenge. The partitioned global address space (PGAS) programming model enhances programmability by providing a global address space over large-scale computing systems. However, so far the performance and energy efficiency of the PGAS model on multicore-based paralle… ▽ More

    Submitted 29 December, 2019; originally announced December 2019.

    Journal ref: Published in: 2016 International Conference on High Performance Computing & Simulation (HPCS) Date of Conference: 18-22 July 2016 Conference Location: Innsbruck, Austria

  10. arXiv:1910.02932  [pdf, ps, other

    cs.CV cs.IR cs.MM

    Multi-Modal Machine Learning for Flood Detection in News, Social Media and Satellite Sequences

    Authors: Kashif Ahmad, Konstantin Pogorelov, Mohib Ullah, Michael Riegler, Nicola Conci, Johannes Langguth, Ala Al-Fuqaha

    Abstract: In this paper we present our methods for the MediaEval 2019 Mul-timedia Satellite Task, which is aiming to extract complementaryinformation associated with adverse events from Social Media andsatellites. For the first challenge, we propose a framework jointly uti-lizing colour, object and scene-level information to predict whetherthe topic of an article containing an image is a flood event or not.… ▽ More

    Submitted 7 October, 2019; originally announced October 2019.

    Journal ref: MediaEval 2019

  11. A Distributed-Memory Algorithm for Computing a Heavy-Weight Perfect Matching on Bipartite Graphs

    Authors: Ariful Azad, Aydın Buluc, Xiaoye S. Li, Xinliang Wang, Johannes Langguth

    Abstract: We design and implement an efficient parallel algorithm for finding a perfect matching in a weighted bipartite graph such that weights on the edges of the matching are large. This problem differs from the maximum weight matching problem, for which scalable approximation algorithms are known. It is primarily motivated by finding good pivots in scalable sparse direct solvers before factorization. Du… ▽ More

    Submitted 4 September, 2020; v1 submitted 29 January, 2018; originally announced January 2018.

    Comments: 28 pages, 9 figures

    Journal ref: SIAM Journal on Scientific Computing. 2020;42(4):C143-68