Skip to main content

Showing 1–2 of 2 results for author: Saldanha, N

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

    cs.CV

    Frequency learning for structured CNN filters with Gaussian fractional derivatives

    Authors: Nikhil Saldanha, Silvia L. Pintea, Jan C. van Gemert, Nergis Tomen

    Abstract: Frequency information lies at the base of discriminating between textures, and therefore between different objects. Classical CNN architectures limit the frequency learning through fixed filter sizes, and lack a way of explicitly controlling it. Here, we build on the structured receptive field filters with Gaussian derivative basis. Yet, rather than using predetermined derivative orders, which typ… ▽ More

    Submitted 12 November, 2021; originally announced November 2021.

    Comments: Accepted at BMVC 2021

  2. arXiv:2004.06343  [pdf, other

    cs.CL cs.LG cs.SE

    Code Completion using Neural Attention and Byte Pair Encoding

    Authors: Youri Arkesteijn, Nikhil Saldanha, Bastijn Kostense

    Abstract: In this paper, we aim to do code completion based on implementing a Neural Network from Li et. al.. Our contribution is that we use an encoding that is in-between character and word encoding called Byte Pair Encoding (BPE). We use this on the source code files treating them as natural text without first going through the abstract syntax tree (AST). We have implemented two models: an attention-enha… ▽ More

    Submitted 14 April, 2020; originally announced April 2020.

    Comments: 4 pages, 4 figures, 1 table