Skip to main content

Showing 1–41 of 41 results for author: Vargas, D

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

    cs.HC cs.AI cs.CY

    Insights from Social Sha** Theory: The Appropriation of Large Language Models in an Undergraduate Programming Course

    Authors: Aadarsh Padiyath, Xinying Hou, Amy Pang, Diego Viramontes Vargas, Xingjian Gu, Tamara Nelson-Fromm, Zihan Wu, Mark Guzdial, Barbara Ericson

    Abstract: The capability of large language models (LLMs) to generate, debug, and explain code has sparked the interest of researchers and educators in undergraduate programming, with many anticipating their transformative potential in programming education. However, decisions about why and how to use LLMs in programming education may involve more than just the assessment of an LLM's technical capabilities.… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

    Comments: Accepted to the ACM Conference on International Computing Education Research V.1 (ICER '24 Vol. 1)

  2. arXiv:2404.05168  [pdf, other

    cs.LG

    Adapting to Covariate Shift in Real-time by Encoding Trees with Motion Equations

    Authors: Tham Yik Foong, Heng Zhang, Mao Po Yuan, Danilo Vasconcellos Vargas

    Abstract: Input distribution shift presents a significant problem in many real-world systems. Here we present Xenovert, an adaptive algorithm that can dynamically adapt to changes in input distribution. It is a perfect binary tree that adaptively divides a continuous input space into several intervals of uniform density while receiving a continuous stream of input. This process indirectly maps the source di… ▽ More

    Submitted 7 April, 2024; originally announced April 2024.

    Comments: 7 figures, 2 tables

  3. arXiv:2403.14932  [pdf, other

    cs.CL cs.AI

    Extending Token Computation for LLM Reasoning

    Authors: Bingli Liao, Danilo Vasconcellos Vargas

    Abstract: Large Language Models (LLMs) are pivotal in advancing natural language processing but often struggle with complex reasoning tasks due to inefficient attention distributions. In this paper, we explore the effect of increased computed tokens on LLM performance and introduce a novel method for extending computed tokens in the Chain-of-Thought (CoT) process, utilizing attention mechanism optimization.… ▽ More

    Submitted 23 June, 2024; v1 submitted 21 March, 2024; originally announced March 2024.

  4. arXiv:2402.04699  [pdf, other

    cs.CV cs.AI cs.LG cs.NE

    Breaking Free: How to Hack Safety Guardrails in Black-Box Diffusion Models!

    Authors: Shashank Kotyan, Po-Yuan Mao, Pin-Yu Chen, Danilo Vasconcellos Vargas

    Abstract: Deep neural networks can be exploited using natural adversarial samples, which do not impact human perception. Current approaches often rely on deep neural networks' white-box nature to generate these adversarial samples or synthetically alter the distribution of adversarial samples compared to the training distribution. In contrast, we propose EvoSeed, a novel evolutionary strategy-based algorith… ▽ More

    Submitted 22 May, 2024; v1 submitted 7 February, 2024; originally announced February 2024.

  5. arXiv:2312.11473  [pdf, other

    cs.CV cs.AI cs.LG

    Synthetic Shifts to Initial Seed Vector Exposes the Brittle Nature of Latent-Based Diffusion Models

    Authors: Mao Po-Yuan, Shashank Kotyan, Tham Yik Foong, Danilo Vasconcellos Vargas

    Abstract: Recent advances in Conditional Diffusion Models have led to substantial capabilities in various domains. However, understanding the impact of variations in the initial seed vector remains an underexplored area of concern. Particularly, latent-based diffusion models display inconsistencies in image generation under standard conditions when initialized with suboptimal initial seed vectors. To unders… ▽ More

    Submitted 24 November, 2023; originally announced December 2023.

  6. arXiv:2312.04024  [pdf, other

    cs.LG cs.AI cs.CV

    k* Distribution: Evaluating the Latent Space of Deep Neural Networks using Local Neighborhood Analysis

    Authors: Shashank Kotyan, Ueda Tatsuya, Danilo Vasconcellos Vargas

    Abstract: Most examinations of neural networks' learned latent spaces typically employ dimensionality reduction techniques such as t-SNE or UMAP. While these methods effectively capture the overall sample distribution in the entire learned latent space, they tend to distort the structure of sample distributions within specific classes in the subset of the latent space. This distortion complicates the task o… ▽ More

    Submitted 6 December, 2023; originally announced December 2023.

  7. arXiv:2311.13620  [pdf, other

    cs.CV

    The Challenges of Image Generation Models in Generating Multi-Component Images

    Authors: Tham Yik Foong, Shashank Kotyan, Po Yuan Mao, Danilo Vasconcellos Vargas

    Abstract: Recent advances in text-to-image generators have led to substantial capabilities in image generation. However, the complexity of prompts acts as a bottleneck in the quality of images generated. A particular under-explored facet is the ability of generative models to create high-quality images comprising multiple components given as a prior. In this paper, we propose and validate a metric called Co… ▽ More

    Submitted 22 November, 2023; originally announced November 2023.

    Comments: 10 pages, 6 figures, and 3 tables

  8. arXiv:2311.10177  [pdf, other

    cs.LG cs.AI cs.CV

    Towards Improving Robustness Against Common Corruptions using Mixture of Class Specific Experts

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas

    Abstract: Neural networks have demonstrated significant accuracy across various domains, yet their vulnerability to subtle input alterations remains a persistent challenge. Conventional methods like data augmentation, while effective to some extent, fall short in addressing unforeseen corruptions, limiting the adaptability of neural networks in real-world scenarios. In response, this paper introduces a nove… ▽ More

    Submitted 16 November, 2023; originally announced November 2023.

    Comments: arXiv admin note: substantial text overlap with arXiv:2311.07928; text overlap with arXiv:1903.12261 by other authors

  9. arXiv:2311.07928  [pdf, other

    cs.CV cs.AI cs.LG

    Towards Improving Robustness Against Common Corruptions in Object Detectors Using Adversarial Contrastive Learning

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas

    Abstract: Neural networks have revolutionized various domains, exhibiting remarkable accuracy in tasks like natural language processing and computer vision. However, their vulnerability to slight alterations in input samples poses challenges, particularly in safety-critical applications like autonomous driving. Current approaches, such as introducing distortions during training, fall short in addressing unf… ▽ More

    Submitted 14 November, 2023; originally announced November 2023.

  10. arXiv:2311.00441  [pdf, other

    cs.CV cs.AI cs.LG

    Improving Robustness for Vision Transformer with a Simple Dynamic Scanning Augmentation

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas

    Abstract: Vision Transformer (ViT) has demonstrated promising performance in computer vision tasks, comparable to state-of-the-art neural networks. Yet, this new type of deep neural network architecture is vulnerable to adversarial attacks limiting its capabilities in terms of robustness. This article presents a novel contribution aimed at further improving the accuracy and robustness of ViT, particularly i… ▽ More

    Submitted 1 November, 2023; originally announced November 2023.

    Comments: Accepted in Neurocomputing

  11. arXiv:2310.10768  [pdf

    cs.CR

    Security in Cryptocurrency

    Authors: Chelsea Medina, Lily Shaw, Dissy Vargas, Sundar Krishnan

    Abstract: This paper discusses the mechanisms of cryptocurrency, the idea of using security in the system, and the popularity of it. To begin, the authors provide a background on cryptocurrency and how it works. The authors understand that while most people may be familiar with the concept, they may not know how it works. Next, the authors discuss the security of cryptocurrency in-depth within the paper. Th… ▽ More

    Submitted 16 October, 2023; originally announced October 2023.

  12. Symmetrical SyncMap for Imbalanced General Chunking Problems

    Authors: Heng Zhang, Danilo Vasconcellos Vargas

    Abstract: Recently, SyncMap pioneered an approach to learn complex structures from sequences as well as adapt to any changes in underlying structures. This is achieved by using only nonlinear dynamical equations inspired by neuron group behaviors, i.e., without loss functions. Here we propose Symmetrical SyncMap that goes beyond the original work to show how to create dynamical equations and attractor-repel… ▽ More

    Submitted 16 October, 2023; originally announced October 2023.

    Comments: 40 pages, 19 figures

    Journal ref: Physica D: Nonlinear Phenomena, Volume 456, 2023, 133923, ISSN 0167-2789

  13. arXiv:2307.15092  [pdf, other

    cs.NE cs.AI cs.AR cs.LG

    A Survey on Reservoir Computing and its Interdisciplinary Applications Beyond Traditional Machine Learning

    Authors: Heng Zhang, Danilo Vasconcellos Vargas

    Abstract: Reservoir computing (RC), first applied to temporal signal processing, is a recurrent neural network in which neurons are randomly connected. Once initialized, the connection strengths remain unchanged. Such a simple structure turns RC into a non-linear dynamical system that maps low-dimensional inputs into a high-dimensional space. The model's rich dynamics, linear separability, and memory capaci… ▽ More

    Submitted 27 July, 2023; originally announced July 2023.

    Comments: 51 pages, 19 figures, IEEE Access

    Journal ref: IEEE Access, vol. 11, pp. 81033-81070 (2023)

  14. arXiv:2306.10927  [pdf, other

    cs.NE cs.AI

    Generating Oscillation Activity with Echo State Network to Mimic the Behavior of a Simple Central Pattern Generator

    Authors: Tham Yik Foong, Danilo Vasconcellos Vargas

    Abstract: This paper presents a method for reproducing a simple central pattern generator (CPG) using a modified Echo State Network (ESN). Conventionally, the dynamical reservoir needs to be damped to stabilize and preserve memory. However, we find that a reservoir that develops oscillatory activity without any external excitation can mimic the behaviour of a simple CPG in biological systems. We define the… ▽ More

    Submitted 19 June, 2023; originally announced June 2023.

    Comments: 12 pages, 6 figures, COGSCI 2023 in-press

  15. arXiv:2305.17178  [pdf, other

    cs.IT eess.SP

    Rate-Splitting Multiple Access: Finite Constellations, Receiver Design, and SIC-free Implementation

    Authors: Sibo Zhang, Bruno Clerckx, David Vargas, Oliver Haffenden, Andrew Murphy

    Abstract: Rate-Splitting Multiple Access (RSMA) has emerged as a novel multiple access technique that enlarges the achievable rate region of Multiple-Input Multiple-Output (MIMO) broadcast channels with linear precoding. In this work, we jointly address three practical but fundamental questions: (1) How to exploit the benefit of RSMA under finite constellations? (2) What are the potential and promising ways… ▽ More

    Submitted 6 December, 2023; v1 submitted 26 May, 2023; originally announced May 2023.

    Comments: Submitted to IEEE for publication

  16. Multicast and Unicast Superposition Transmission in MIMO OFDMA Systems with Statistical CSIT

    Authors: Yong ** Daniel Kim, David Vargas

    Abstract: We consider a downlink multicast and unicast superposition transmission in multi-layer Multiple-Input Multiple-Output (MIMO) Orthogonal Frequency Division Multiple Access (OFDMA) systems when only the statistical channel state information is available at the transmitter (CSIT). Multiple users can be scheduled by using the time/frequency resources in OFDMA, while for each scheduled user MIMO spatia… ▽ More

    Submitted 29 September, 2023; v1 submitted 24 May, 2023; originally announced May 2023.

    Comments: 17 pages, 10 figures, 2 tables

  17. arXiv:2302.02140  [pdf, other

    cs.AI cs.LG

    Dynamical Equations With Bottom-up Self-Organizing Properties Learn Accurate Dynamical Hierarchies Without Any Loss Function

    Authors: Danilo Vasconcellos Vargas, Tham Yik Foong, Heng Zhang

    Abstract: Self-organization is ubiquitous in nature and mind. However, machine learning and theories of cognition still barely touch the subject. The hurdle is that general patterns are difficult to define in terms of dynamical equations and designing a system that could learn by reordering itself is still to be seen. Here, we propose a learning system, where patterns are defined within the realm of nonline… ▽ More

    Submitted 4 February, 2023; originally announced February 2023.

    Comments: 29 pages, 17 figures

  18. arXiv:2106.05657  [pdf, other

    cs.CV cs.AI cs.LG

    Deep neural network loses attention to adversarial images

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas

    Abstract: Adversarial algorithms have shown to be effective against neural networks for a variety of tasks. Some adversarial algorithms perturb all the pixels in the image minimally for the image classification task in image classification. In contrast, some algorithms perturb few pixels strongly. However, very little information is available regarding why these adversarial samples so diverse from each othe… ▽ More

    Submitted 10 June, 2021; originally announced June 2021.

    Comments: Accepted in Workshop on Artificial Intelligence Safety (AISafety 2021), IJCAI-2021

  19. arXiv:2009.01110  [pdf, other

    cs.CV cs.AI cs.CR cs.LG

    Perceptual Deep Neural Networks: Adversarial Robustness through Input Recreation

    Authors: Danilo Vasconcellos Vargas, Bingli Liao, Takahiro Kanzaki

    Abstract: Adversarial examples have shown that albeit highly accurate, models learned by machines, differently from humans, have many weaknesses. However, humans' perception is also fundamentally different from machines, because we do not see the signals which arrive at the retina but a rather complex recreation of them. In this paper, we explore how machines could recreate the input as well as investigate… ▽ More

    Submitted 30 November, 2020; v1 submitted 2 September, 2020; originally announced September 2020.

  20. arXiv:2008.10820  [pdf, other

    cs.CL

    Simple Unsupervised Similarity-Based Aspect Extraction

    Authors: Danny Suarez Vargas, Lucas R. C. Pessutto, Viviane Pereira Moreira

    Abstract: In the context of sentiment analysis, there has been growing interest in performing a finer granularity analysis focusing on the specific aspects of the entities being evaluated. This is the goal of Aspect-Based Sentiment Analysis (ABSA) which basically involves two tasks: aspect extraction and polarity detection. The first task is responsible for discovering the aspects mentioned in the review te… ▽ More

    Submitted 25 August, 2020; originally announced August 2020.

    Comments: 12 pages, 3 figures, paper to be published in 20th International Conference on Computational Linguistics and Intelligent Text Processing (CICLing 2019)

  21. arXiv:2006.07853  [pdf, other

    cs.AI cs.CL cs.CV cs.ET cs.LG

    Continual General Chunking Problem and SyncMap

    Authors: Danilo Vasconcellos Vargas, Toshitake Asabuki

    Abstract: Humans possess an inherent ability to chunk sequences into their constituent parts. In fact, this ability is thought to bootstrap language skills and learning of image patterns which might be a key to a more animal-like type of intelligence. Here, we propose a continual generalization of the chunking problem (an unsupervised problem), encompassing fixed and probabilistic chunks, discovery of tempo… ▽ More

    Submitted 5 April, 2021; v1 submitted 14 June, 2020; originally announced June 2020.

    Journal ref: AAAI2021

  22. Pioneering Studies on LTE eMBMS: Towards 5G Point-to-Multipoint Transmissions

    Authors: Hongzhi Chen, De Mi, Manuel Fuentes, David Vargas, Eduardo Garro, Jose Luis Carcel, Belkacem Mouhouche, Pei Xiao, Rahim Tafazolli

    Abstract: The first 5G (5th generation wireless systems) New Radio Release-15 was recently completed. However, the specification only considers the use of unicast technologies and the extension to point-to-multipoint (PTM) scenarios is not yet considered. To this end, we first present in this work a technical overview of the state-of-the-art LTE (Long Term Evolution) PTM technology, i.e., eMBMS (evolved Mul… ▽ More

    Submitted 29 November, 2019; originally announced January 2020.

    Comments: SAM 2018, 5 pages, 4 figs

  23. arXiv:1906.11667  [pdf, other

    cs.NE cs.AI cs.CR cs.CV cs.LG

    Evolving Robust Neural Architectures to Defend from Adversarial Attacks

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas

    Abstract: Neural networks are prone to misclassify slightly modified input images. Recently, many defences have been proposed, but none have improved the robustness of neural networks consistently. Here, we propose to use adversarial attacks as a function evaluation to search for neural architectures that can resist such attacks automatically. Experiments on neural architecture search algorithms from the li… ▽ More

    Submitted 16 July, 2020; v1 submitted 27 June, 2019; originally announced June 2019.

    Comments: Pre-print of the published article in Proceedings of the Workshop on Artificial Intelligence Safety 2020, co-located with the 29th International Joint Conference on Artificial Intelligence and the 17th Pacific Rim International Conference on Artificial Intelligence (IJCAI-PRICAI 2020)

  24. arXiv:1906.06627  [pdf, other

    cs.CV cs.LG cs.NE

    Representation Quality Of Neural Networks Links To Adversarial Attacks and Defences

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas, Moe Matsuki

    Abstract: Neural networks have been shown vulnerable to a variety of adversarial algorithms. A crucial step to understanding the rationale for this lack of robustness is to assess the potential of the neural networks' representation to encode the existing features. Here, we propose a method to understand the representation quality of the neural networks using a novel test based on Zero-Shot Learning, entitl… ▽ More

    Submitted 16 July, 2020; v1 submitted 15 June, 2019; originally announced June 2019.

  25. arXiv:1906.06026  [pdf, other

    cs.LG cs.CR cs.CV cs.NE stat.ML

    Adversarial Robustness Assessment: Why both $L_0$ and $L_\infty$ Attacks Are Necessary

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas

    Abstract: There exists a vast number of adversarial attacks and defences for machine learning algorithms of various types which makes assessing the robustness of algorithms a daunting task. To make matters worse, there is an intrinsic bias in these adversarial algorithms. Here, we organise the problems faced: a) Model Dependence, b) Insufficient Evaluation, c) False Adversarial Samples, and d) Perturbation… ▽ More

    Submitted 16 July, 2020; v1 submitted 14 June, 2019; originally announced June 2019.

  26. arXiv:1904.12738  [pdf, other

    cs.RO cs.AI cs.CV cs.NE

    Self Training Autonomous Driving Agent

    Authors: Shashank Kotyan, Danilo Vasconcellos Vargas, Venkanna U

    Abstract: Intrinsically, driving is a Markov Decision Process which suits well the reinforcement learning paradigm. In this paper, we propose a novel agent which learns to drive a vehicle without any human assistance. We use the concept of reinforcement learning and evolutionary strategies to train our agent in a 2D simulation environment. Our model's architecture goes beyond the World Model's by introducin… ▽ More

    Submitted 26 April, 2019; originally announced April 2019.

  27. arXiv:1904.08658  [pdf, other

    cs.NE cs.LG

    Batch Tournament Selection for Genetic Programming

    Authors: Vinicius V. Melo, Danilo Vasconcellos Vargas, Wolfgang Banzhaf

    Abstract: Lexicase selection achieves very good solution quality by introducing ordered test cases. However, the computational complexity of lexicase selection can prohibit its use in many applications. In this paper, we introduce Batch Tournament Selection (BTS), a hybrid of tournament and lexicase selection which is approximately one order of magnitude faster than lexicase selection while achieving a comp… ▽ More

    Submitted 18 April, 2019; originally announced April 2019.

  28. arXiv:1903.09304  [pdf, other

    cs.CY cs.CE cs.NE eess.SY

    Tackling Unit Commitment and Load Dispatch Problems Considering All Constraints with Evolutionary Computation

    Authors: Danilo Vasconcellos Vargas, Junichi Murata, Hirotaka Takano

    Abstract: Unit commitment and load dispatch problems are important and complex problems in power system operations that have being traditionally solved separately. In this paper, both problems are solved together without approximations or simplifications. In fact, the problem solved has a massive amount of grid-connected photovoltaic units, four pump-storage hydro plants as energy storage units and ten ther… ▽ More

    Submitted 5 March, 2019; originally announced March 2019.

  29. Spectrum-Diverse Neuroevolution with Unified Neural Models

    Authors: Danilo Vasconcellos Vargas, Junichi Murata

    Abstract: Learning algorithms are being increasingly adopted in various applications. However, further expansion will require methods that work more automatically. To enable this level of automation, a more powerful solution representation is needed. However, by increasing the representation complexity a second problem arises. The search space becomes huge and therefore an associated scalable and efficient… ▽ More

    Submitted 6 January, 2019; originally announced February 2019.

    Journal ref: IEEE Transactions on Neural Networks and Learning Systems, Volume 28, Issue 8, 1759-1773, 2017

  30. arXiv:1902.02947  [pdf, other

    cs.LG cs.CR cs.CV cs.NE stat.ML

    Understanding the One-Pixel Attack: Propagation Maps and Locality Analysis

    Authors: Danilo Vasconcellos Vargas, Jiawei Su

    Abstract: Deep neural networks were shown to be vulnerable to single pixel modifications. However, the reason behind such phenomena has never been elucidated. Here, we propose Propagation Maps which show the influence of the perturbation in each layer of the network. Propagation Maps reveal that even in extremely deep networks such as Resnet, modification in one pixel easily propagates until the last layer.… ▽ More

    Submitted 8 February, 2019; originally announced February 2019.

  31. arXiv:1901.07132  [pdf, other

    cs.LG cs.CL cs.CR stat.ML

    Universal Rules for Fooling Deep Neural Networks based Text Classification

    Authors: Di Li, Danilo Vasconcellos Vargas, Sakurai Kouichi

    Abstract: Recently, deep learning based natural language processing techniques are being extensively used to deal with spam mail, censorship evaluation in social networks, among others. However, there is only a couple of works evaluating the vulnerabilities of such deep neural networks. Here, we go beyond attacks to investigate, for the first time, universal rules, i.e., rules that are sample agnostic and t… ▽ More

    Submitted 3 April, 2019; v1 submitted 21 January, 2019; originally announced January 2019.

  32. General Subpopulation Framework and Taming the Conflict Inside Populations

    Authors: Danilo Vasconcellos Vargas, Junichi Murata, Hirotaka Takano, Alexandre Claudio Botazzo Delbem

    Abstract: Structured evolutionary algorithms have been investigated for some time. However, they have been under-explored specially in the field of multi-objective optimization. Despite their good results, the use of complex dynamics and structures make their understanding and adoption rate low. Here, we propose the general subpopulation framework that has the capability of integrating optimization algorith… ▽ More

    Submitted 2 January, 2019; originally announced January 2019.

    Journal ref: Evolutionary computation 23 (1), 1-36, 2015

  33. arXiv:1811.08226  [pdf, other

    cs.NE cs.AI cs.LG cs.MA

    Self Organizing Classifiers and Niched Fitness

    Authors: Danilo Vasconcellos Vargas, Hirotaka Takano, Junichi Murata

    Abstract: Learning classifier systems are adaptive learning systems which have been widely applied in a multitude of application domains. However, there are still some generalization problems unsolved. The hurdle is that fitness and niching pressures are difficult to balance. Here, a new algorithm called Self Organizing Classifiers is proposed which faces this problem from a different perspective. Instead o… ▽ More

    Submitted 20 November, 2018; originally announced November 2018.

    Comments: arXiv admin note: text overlap with arXiv:1811.08225

    Journal ref: Proceedings of the 15th annual conference on Genetic and evolutionary computation (GECCO 2013)

  34. arXiv:1811.08225  [pdf, other

    cs.NE cs.AI cs.LG cs.MA

    Self Organizing Classifiers: First Steps in Structured Evolutionary Machine Learning

    Authors: Danilo Vasconcellos Vargas, Hirotaka Takano, Junichi Murata

    Abstract: Learning classifier systems (LCSs) are evolutionary machine learning algorithms, flexible enough to be applied to reinforcement, supervised and unsupervised learning problems with good performance. Recently, self organizing classifiers were proposed which are similar to LCSs but have the advantage that in its structured population no balance between niching and fitness pressure is necessary. Howev… ▽ More

    Submitted 20 November, 2018; originally announced November 2018.

    Journal ref: Evolutionary Intelligence 6 (2), 57-72 (2013)

  35. arXiv:1811.08214  [pdf, other

    cs.LG stat.ML

    Contingency Training

    Authors: Danilo Vasconcellos Vargas, Hirotaka Takano, Junichi Murata

    Abstract: When applied to high-dimensional datasets, feature selection algorithms might still leave dozens of irrelevant variables in the dataset. Therefore, even after feature selection has been applied, classifiers must be prepared to the presence of irrelevant variables. This paper investigates a new training method called Contingency Training which increases the accuracy as well as the robustness agains… ▽ More

    Submitted 20 November, 2018; originally announced November 2018.

    Journal ref: Proc. of SICE Annual Conference 2013

  36. arXiv:1811.00912  [pdf

    cs.IT

    Two-Layered Superposition of Broadcast/Multicast and Unicast Signals in Multiuser OFDMA Systems

    Authors: David Vargas, Yong ** Daniel Kim

    Abstract: We study optimal delivery strategies of one common and $K$ independent messages from a source to multiple users in wireless environments. In particular, two-layered superposition of broadcast/multicast and unicast signals is considered in a downlink multiuser OFDMA system. In the literature and industry, the two-layer superposition is often considered as a pragmatic approach to make a compromise b… ▽ More

    Submitted 4 December, 2019; v1 submitted 2 November, 2018; originally announced November 2018.

  37. arXiv:1809.07098  [pdf, other

    cs.AI cs.LG cs.MA cs.NE eess.SY

    Novelty-organizing team of classifiers in noisy and dynamic environments

    Authors: Danilo Vasconcellos Vargas, Hirotaka Takano, Junichi Murata

    Abstract: In the real world, the environment is constantly changing with the input variables under the effect of noise. However, few algorithms were shown to be able to work under those circumstances. Here, Novelty-Organizing Team of Classifiers (NOTC) is applied to the continuous action mountain car as well as two variations of it: a noisy mountain car and an unstable weather mountain car. These problems t… ▽ More

    Submitted 19 September, 2018; originally announced September 2018.

    Journal ref: 2015 IEEE Congress on Evolutionary Computation (CEC)

  38. arXiv:1807.01662  [pdf

    cs.SE

    Implementing SCRUM to develop a connected robot

    Authors: Diego Armando Diaz Vargas, Rui Xue, Claude Baron, Philippe Esteban, Rob Vingerhoeds, Y Citlalih, Chao Liu

    Abstract: Agile methods are receiving a growing interest from industry and these approaches are nowadays well accepted and deployed in software engineering. However, some issues remain to introduce agility in systems engineering. The objective of this paper is to show an agile management implementation in an educational project consisting in develo** a connected mobile robot, and to evaluate the issues an… ▽ More

    Submitted 3 July, 2018; originally announced July 2018.

    Journal ref: 12th International Conference on Modeling, Optimization and SIMulation - MOSIM'18, Jun 2018, Toulouse, France. 2018

  39. arXiv:1804.07062  [pdf, other

    cs.CV

    Attacking Convolutional Neural Network using Differential Evolution

    Authors: Jiawei Su, Danilo Vasconcellos Vargas, Kouichi Sakurai

    Abstract: The output of Convolutional Neural Networks (CNN) has been shown to be discontinuous which can make the CNN image classifier vulnerable to small well-tuned artificial perturbations. That is, images modified by adding such perturbations(i.e. adversarial perturbations) that make little difference to human eyes, can completely alter the CNN classification results. In this paper, we propose a practica… ▽ More

    Submitted 19 April, 2018; originally announced April 2018.

  40. arXiv:1802.03714  [pdf, other

    cs.CR cs.CV

    Lightweight Classification of IoT Malware based on Image Recognition

    Authors: Jiawei Su, Danilo Vasconcellos Vargas, Sanjiva Prasad, Daniele Sgandurra, Yaokai Feng, Kouichi Sakurai

    Abstract: The Internet of Things (IoT) is an extension of the traditional Internet, which allows a very large number of smart devices, such as home appliances, network cameras, sensors and controllers to connect to one another to share information and improve user experiences. Current IoT devices are typically micro-computers for domain-specific computations rather than traditional functionspecific embedded… ▽ More

    Submitted 11 February, 2018; originally announced February 2018.

  41. arXiv:1710.08864  [pdf, other

    cs.LG cs.CV stat.ML

    One pixel attack for fooling deep neural networks

    Authors: Jiawei Su, Danilo Vasconcellos Vargas, Sakurai Kouichi

    Abstract: Recent research has revealed that the output of Deep Neural Networks (DNN) can be easily altered by adding relatively small perturbations to the input vector. In this paper, we analyze an attack in an extremely limited scenario where only one pixel can be modified. For that we propose a novel method for generating one-pixel adversarial perturbations based on differential evolution (DE). It require… ▽ More

    Submitted 17 October, 2019; v1 submitted 24 October, 2017; originally announced October 2017.

    Journal ref: IEEE Transactions on Evolutionary Computation}, Vol.23 , Issue.5 , pp. 828--841. Publisher: IEEE. 2019