Skip to main content

Showing 1–12 of 12 results for author: Kalin, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2110.10601  [pdf

    cs.LG cs.CR cs.SE

    Color Teams for Machine Learning Development

    Authors: Josh Kalin, David Noever, Matthew Ciolino

    Abstract: Machine learning and software development share processes and methodologies for reliably delivering products to customers. This work proposes the use of a new teaming construct for forming machine learning teams for better combatting adversarial attackers. In cybersecurity, infrastructure uses these teams to protect their systems by using system builders and programmers to also offer more robustne… ▽ More

    Submitted 20 October, 2021; originally announced October 2021.

    Comments: 8 Pages, 6 Figures

  2. arXiv:2103.15897  [pdf

    cs.CR cs.CV

    Automating Defense Against Adversarial Attacks: Discovery of Vulnerabilities and Application of Multi-INT Imagery to Protect Deployed Models

    Authors: Josh Kalin, David Noever, Matthew Ciolino, Dominick Hambrick, Gerry Dozier

    Abstract: Image classification is a common step in image recognition for machine learning in overhead applications. When applying popular model architectures like MobileNetV2, known vulnerabilities expose the model to counter-attacks, either mislabeling a known class or altering box location. This work proposes an automated approach to defend these models. We evaluate the use of multi-spectral image arrays… ▽ More

    Submitted 29 March, 2021; originally announced March 2021.

    Comments: SPIE 2021, 8 Pages, 6 Figures

  3. arXiv:2103.02718  [pdf

    cs.LG cs.CR

    A Modified Drake Equation for Assessing Adversarial Risk to Machine Learning Models

    Authors: Josh Kalin, David Noever, Matthew Ciolino

    Abstract: Machine learning models present a risk of adversarial attack when deployed in production. Quantifying the contributing factors and uncertainties using empirical measures could assist the industry with assessing the risk of downloading and deploying common model types. This work proposes modifying the traditional Drake Equation's formalism to estimate the number of potentially successful adversaria… ▽ More

    Submitted 7 July, 2021; v1 submitted 3 March, 2021; originally announced March 2021.

    Comments: 8 Pages, 2 Figures, 3 Equations, 27 References, SAIM 2021

  4. arXiv:2102.09708  [pdf, other

    cs.CL

    Back Translation Survey for Improving Text Augmentation

    Authors: Matthew Ciolino, David Noever, Josh Kalin

    Abstract: Natural Language Processing (NLP) relies heavily on training data. Transformers, as they have gotten bigger, have required massive amounts of training data. To satisfy this requirement, text augmentation should be looked at as a way to expand your current dataset and to generalize your models. One text augmentation we will look at is translation augmentation. We take an English sentence and transl… ▽ More

    Submitted 16 November, 2022; v1 submitted 18 February, 2021; originally announced February 2021.

    Comments: 18 Pages, 10 Figures, 4 Tables, 37 References

  5. arXiv:2102.09695  [pdf, other

    cs.LG cs.CR

    Fortify Machine Learning Production Systems: Detect and Classify Adversarial Attacks

    Authors: Matthew Ciolino, Josh Kalin, David Noever

    Abstract: Production machine learning systems are consistently under attack by adversarial actors. Various deep learning models must be capable of accurately detecting fake or adversarial input while maintaining speed. In this work, we propose one piece of the production protection system: detecting an incoming adversarial attack and its characteristics. Detecting types of adversarial attacks has two primar… ▽ More

    Submitted 14 June, 2021; v1 submitted 18 February, 2021; originally announced February 2021.

    Comments: 5 Pages, 5 Figures, 5 Tables, 17 References, ICMLA 2021, IEEE Conference Format

  6. arXiv:2101.01628  [pdf

    cs.CL cs.LG

    Local Translation Services for Neglected Languages

    Authors: David Noever, Josh Kalin, Matt Ciolino, Dom Hambrick, Gerry Dozier

    Abstract: Taking advantage of computationally lightweight, but high-quality translators prompt consideration of new applications that address neglected languages. Locally run translators for less popular languages may assist data projects with protected or personal data that may require specific compliance checks before posting to a public translation API, but which could render reasonable, cost-effective s… ▽ More

    Submitted 13 January, 2021; v1 submitted 5 January, 2021; originally announced January 2021.

  7. arXiv:2009.03136  [pdf, other

    cs.LG stat.ML

    Black Box to White Box: Discover Model Characteristics Based on Strategic Probing

    Authors: Josh Kalin, Matthew Ciolino, David Noever, Gerry Dozier

    Abstract: In Machine Learning, White Box Adversarial Attacks rely on knowing underlying knowledge about the model attributes. This works focuses on discovering to distrinct pieces of model information: the underlying architecture and primary training dataset. With the process in this paper, a structured set of input probes and the output of the model become the training data for a deep classifier. Two subdo… ▽ More

    Submitted 7 September, 2020; originally announced September 2020.

    Comments: 4 Pages, 3 Figure, IEEE Format, Ai4i 2020

  8. arXiv:2008.04057  [pdf

    cs.AI cs.CL cs.GT cs.LG

    The Chess Transformer: Mastering Play using Generative Language Models

    Authors: David Noever, Matt Ciolino, Josh Kalin

    Abstract: This work demonstrates that natural language transformers can support more generic strategic modeling, particularly for text-archived games. In addition to learning natural language skills, the abstract transformer architecture can generate meaningful moves on a chessboard. With further fine-tuning, the transformer learns complex gameplay by training on 2.8 million chess games in Portable Game Not… ▽ More

    Submitted 18 September, 2020; v1 submitted 2 August, 2020; originally announced August 2020.

    Comments: 7 Pages, 6 Figures, AAAI Format, AAAI 21

  9. arXiv:2007.03500  [pdf

    cs.CL cs.LG

    The Go Transformer: Natural Language Modeling for Game Play

    Authors: Matthew Ciolino, David Noever, Josh Kalin

    Abstract: This work applies natural language modeling to generate plausible strategic moves in the ancient game of Go. We train the Generative Pretrained Transformer (GPT-2) to mimic the style of Go champions as archived in Smart Game Format (SGF), which offers a text description of move sequences. The trained model further generates valid but previously unseen strategies for Go. Because GPT-2 preserves pun… ▽ More

    Submitted 7 September, 2020; v1 submitted 7 July, 2020; originally announced July 2020.

    Comments: 8 Pages, 5 Figures, 1 Table, IEEE Format, Ai4i 2020

  10. arXiv:2006.11130  [pdf

    cs.CR cs.LG stat.ML

    Systematic Attack Surface Reduction For Deployed Sentiment Analysis Models

    Authors: Josh Kalin, David Noever, Gerry Dozier

    Abstract: This work proposes a structured approach to baselining a model, identifying attack vectors, and securing the machine learning models after deployment. This method for securing each model post deployment is called the BAD (Build, Attack, and Defend) Architecture. Two implementations of the BAD architecture are evaluated to quantify the adversarial life cycle for a black box Sentiment Analysis syste… ▽ More

    Submitted 19 June, 2020; originally announced June 2020.

    Comments: 11 pages, 4 figures, 6th International Conference on Data Mining

  11. arXiv:2001.05839  [pdf

    cs.CV cs.CL cs.LG stat.ML

    Discoverability in Satellite Imagery: A Good Sentence is Worth a Thousand Pictures

    Authors: David Noever, Wes Regian, Matt Ciolino, Josh Kalin, Dom Hambrick, Kaye Blankenship

    Abstract: Small satellite constellations provide daily global coverage of the earth's landmass, but image enrichment relies on automating key tasks like change detection or feature searches. For example, to extract text annotations from raw pixels requires two dependent machine learning models, one to analyze the overhead image and the other to generate a descriptive caption. We evaluate seven models on the… ▽ More

    Submitted 3 January, 2020; originally announced January 2020.

  12. arXiv:1911.07934  [pdf, other

    cs.CV

    Training Set Effect on Super Resolution for Automated Target Recognition

    Authors: Matthew Ciolino, David Noever, Josh Kalin

    Abstract: Single Image Super Resolution (SISR) is the process of map** a low-resolution image to a high resolution image. This inherently has applications in remote sensing as a way to increase the spatial resolution in satellite imagery. This suggests a possible improvement to automated target recognition in image classification and object detection. We explore the effect that different training sets hav… ▽ More

    Submitted 7 February, 2020; v1 submitted 29 October, 2019; originally announced November 2019.

    Comments: 10 pages, 19 figures, 26 references