Skip to main content

Showing 1–7 of 7 results for author: Wróblewski, B

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

    cs.CR cs.IR cs.LG cs.SE

    Mining Temporal Attack Patterns from Cyberthreat Intelligence Reports

    Authors: Md Rayhanur Rahman, Brandon Wroblewski, Quinn Matthews, Brantley Morgan, Tim Menzies, Laurie Williams

    Abstract: Defending from cyberattacks requires practitioners to operate on high-level adversary behavior. Cyberthreat intelligence (CTI) reports on past cyberattack incidents describe the chain of malicious actions with respect to time. To avoid repeating cyberattack incidents, practitioners must proactively identify and defend against recurring chain of actions - which we refer to as temporal attack patter… ▽ More

    Submitted 3 January, 2024; originally announced January 2024.

    Comments: A modified version of this pre-print is submitted to IEEE Transactions on Software Engineering, and is under review

  2. arXiv:2312.02691  [pdf, ps, other

    math.CO cs.DM cs.DS

    Edge coloring of products of signed graphs

    Authors: Robert Janczewski, Krzysztof Turowski, Bartłomiej Wróblewski

    Abstract: In 2020, Behr defined the problem of edge coloring of signed graphs and showed that every signed graph $(G, σ)$ can be colored using exactly $Δ(G)$ or $Δ(G) + 1$ colors, where $Δ(G)$ is the maximum degree in graph $G$. In this paper, we focus on products of signed graphs. We recall the definitions of the Cartesian, tensor, strong, and corona products of signed graphs and prove results for them.… ▽ More

    Submitted 14 June, 2024; v1 submitted 5 December, 2023; originally announced December 2023.

    MSC Class: 05C15

  3. arXiv:2306.08055  [pdf, other

    cs.LG cs.AI

    Tune As You Scale: Hyperparameter Optimization For Compute Efficient Training

    Authors: Abraham J. Fetterman, Ellie Kitanidis, Joshua Albrecht, Zachary Polizzi, Bryden Fogelman, Maksis Knutins, Bartosz Wróblewski, James B. Simon, Kanjun Qiu

    Abstract: Hyperparameter tuning of deep learning models can lead to order-of-magnitude performance gains for the same amount of compute. Despite this, systematic tuning is uncommon, particularly for large models, which are expensive to evaluate and tend to have many hyperparameters, necessitating difficult judgment calls about tradeoffs, budgets, and search bounds. To address these issues and propose a prac… ▽ More

    Submitted 13 June, 2023; originally announced June 2023.

  4. arXiv:2210.13417  [pdf, other

    cs.AI cs.LG

    Avalon: A Benchmark for RL Generalization Using Procedurally Generated Worlds

    Authors: Joshua Albrecht, Abraham J. Fetterman, Bryden Fogelman, Ellie Kitanidis, Bartosz Wróblewski, Nicole Seo, Michael Rosenthal, Maksis Knutins, Zachary Polizzi, James B. Simon, Kanjun Qiu

    Abstract: Despite impressive successes, deep reinforcement learning (RL) systems still fall short of human performance on generalization to new tasks and environments that differ from their training. As a benchmark tailored for studying RL generalization, we introduce Avalon, a set of tasks in which embodied agents in highly diverse procedural 3D worlds must survive by navigating terrain, hunting or gatheri… ▽ More

    Submitted 24 October, 2022; originally announced October 2022.

    Comments: Accepted to NeurIPS Datasets and Benchmarks 2022. Video and links to all code, data, etc can be found at https://generallyintelligent.com/avalon/

  5. arXiv:2205.15425  [pdf, ps, other

    cs.DM math.CO

    Edge coloring of graphs of signed class 1 and 2

    Authors: Robert Janczewski, Krzysztof Turowski, Bartłomiej Wróblewski

    Abstract: Recently, Behr introduced a notion of the chromatic index of signed graphs and proved that for every signed graph $(G$, $σ)$ it holds that \[ Δ(G)\leqχ'(G\text{, }σ)\leqΔ(G)+1\text{,} \] where $Δ(G)$ is the maximum degree of $G$ and $χ'$ denotes its chromatic index. In general, the chromatic index of $(G$, $σ)$ depends on both the underlying graph $G$ and the signature $σ$. In the paper we stu… ▽ More

    Submitted 23 July, 2023; v1 submitted 30 May, 2022; originally announced May 2022.

    MSC Class: G.2.2

  6. Closer Look at the Uncertainty Estimation in Semantic Segmentation under Distributional Shift

    Authors: Sebastian Cygert, Bartłomiej Wróblewski, Karol Woźniak, Radosław Słowiński, Andrzej Czyżewski

    Abstract: While recent computer vision algorithms achieve impressive performance on many benchmarks, they lack robustness - presented with an image from a different distribution, (e.g. weather or lighting conditions not considered during training), they may produce an erroneous prediction. Therefore, it is desired that such a model will be able to reliably predict its confidence measure. In this work, uncer… ▽ More

    Submitted 27 September, 2021; v1 submitted 31 May, 2021; originally announced June 2021.

    Comments: International Joint Conference on Neural Networks 2021, https://ieeexplore.ieee.org/document/9533330

  7. arXiv:2006.00571  [pdf, other

    cs.DS cs.DM math.CO

    Efficient fully dynamic elimination forests with applications to detecting long paths and cycles

    Authors: Jiehua Chen, Wojciech Czerwiński, Yann Disser, Andreas Emil Feldmann, Danny Hermelin, Wojciech Nadara, Michał Pilipczuk, Marcin Pilipczuk, Manuel Sorge, Bartłomiej Wróblewski, Anna Zych-Pawlewicz

    Abstract: We present a data structure that in a dynamic graph of treedepth at most $d$, which is modified over time by edge insertions and deletions, maintains an optimum-height elimination forest. The data structure achieves worst-case update time $2^{{\cal O}(d^2)}$, which matches the best known parameter dependency in the running time of a static fpt algorithm for computing the treedepth of a graph. This… ▽ More

    Submitted 19 July, 2020; v1 submitted 31 May, 2020; originally announced June 2020.

    Comments: 74 pages, 5 figures