Skip to main content

Showing 1–7 of 7 results for author: Novák, A

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

    math.OC cs.AI cs.LG

    Deep learning-driven scheduling algorithm for a single machine problem minimizing the total tardiness

    Authors: Michal Bouška, Přemysl Šůcha, Antonín Novák, Zdeněk Hanzálek

    Abstract: In this paper, we investigate the use of the deep learning method for solving a well-known NP-hard single machine scheduling problem with the objective of minimizing the total tardiness. We propose a deep neural network that acts as a polynomial-time estimator of the criterion value used in a single-pass scheduling algorithm based on Lawler's decomposition and symmetric decomposition proposed by D… ▽ More

    Submitted 19 February, 2024; originally announced February 2024.

    Journal ref: European Journal of Operational Research, Volume 308, Issue 3, 1 August 2023, Pages 990-1006

  2. Constraint Programming and Constructive Heuristics for Parallel Machine Scheduling with Sequence-Dependent Setups and Common Servers

    Authors: Vilém Heinz, Antonín Novák, Marek Vlk, Zdeněk Hanzálek

    Abstract: This paper examines scheduling problem denoted as $P|seq, ser|C_{max}$ in Graham's notation; in other words, scheduling of tasks on parallel identical machines ($P$) with sequence-dependent setups ($seq$) each performed by one of the available servers ($ser$). The goal is to minimize the makespan ($C_{max}$). We propose a Constraint Programming (CP) model for finding the optimal solution and const… ▽ More

    Submitted 31 May, 2023; originally announced May 2023.

    Comments: Cite from https://www.sciencedirect.com/science/article/pii/S0360835222005836

  3. arXiv:2203.13890  [pdf, other

    physics.data-an cs.LG hep-ex hep-ph

    Improving Robustness of Jet Tagging Algorithms with Adversarial Training

    Authors: Annika Stein, Xavier Coubez, Spandan Mondal, Andrzej Novak, Alexander Schmidt

    Abstract: Deep learning is a standard tool in the field of high-energy physics, facilitating considerable sensitivity enhancements for numerous analysis strategies. In particular, in identification of physics objects, such as jet flavor tagging, complex neural network architectures play a major role. However, these methods are reliant on accurate simulations. Mismodeling can lead to non-negligible differenc… ▽ More

    Submitted 16 September, 2022; v1 submitted 25 March, 2022; originally announced March 2022.

    Comments: 17 pages, 16 figures, 2 tables. Replaced with the published version. Added the journal reference and the DOI. Code accessible under https://github.com/AnnikaStein/Adversarial-Training-for-Jet-Tagging

    Journal ref: Comput Softw Big Sci 6 (2022) 15

  4. arXiv:2106.08323  [pdf, other

    cs.CV

    VidHarm: A Clip Based Dataset for Harmful Content Detection

    Authors: Johan Edstedt, Amanda Berg, Michael Felsberg, Johan Karlsson, Francisca Benavente, Anette Novak, Gustav Grund Pihlgren

    Abstract: Automatically identifying harmful content in video is an important task with a wide range of applications. However, there is a lack of professionally labeled open datasets available. In this work VidHarm, an open dataset of 3589 video clips from film trailers annotated by professionals, is presented. An analysis of the dataset is performed, revealing among other things the relation between clip an… ▽ More

    Submitted 2 September, 2022; v1 submitted 15 June, 2021; originally announced June 2021.

  5. Data-driven Algorithm for Scheduling with Total Tardiness

    Authors: Michal Bouška, Antonín Novák, Přemysl Šůcha, István Módos, Zdeněk Hanzálek

    Abstract: In this paper, we investigate the use of deep learning for solving a classical NP-Hard single machine scheduling problem where the criterion is to minimize the total tardiness. Instead of designing an end-to-end machine learning model, we utilize well known decomposition of the problem and we enhance it with a data-driven approach. We have designed a regressor containing a deep neural network that… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

  6. arXiv:1805.03834  [pdf, other

    cs.DS

    Haplotype-aware graph indexes

    Authors: Jouni Sirén, Erik Garrison, Adam M. Novak, Benedict Paten, Richard Durbin

    Abstract: The variation graph toolkit (VG) represents genetic variation as a graph. Each path in the graph is a potential haplotype, though most paths are unlikely recombinations of true haplotypes. We augment the VG model with haplotype information to identify which paths are more likely to be correct. For this purpose, we develop a scalable implementation of the graph extension of the positional Burrows--… ▽ More

    Submitted 15 June, 2018; v1 submitted 10 May, 2018; originally announced May 2018.

    Comments: Accepted to WABI 2018

  7. arXiv:1610.07384  [pdf, other

    math.OC cs.DS

    On Solving Non-preemptive Mixed-criticality Match-up Scheduling Problem with Two and Three Criticality Levels

    Authors: Antonin Novak, Premysl Sucha, Zdenek Hanzalek

    Abstract: In this paper, we study an NP-hard problem of a single machine scheduling minimizing the makespan, where the mixed-critical tasks with an uncertain processing time are scheduled. We show the derivation of F-shaped tasks from the probability distribution function of the processing time, then we study the structure of problems with two and three criticality levels for which we propose efficient exac… ▽ More

    Submitted 24 October, 2016; originally announced October 2016.

    Comments: 16 pages, 2 figures, 2 tables

    ACM Class: G.1.6; C.3