Skip to main content

Showing 1–13 of 13 results for author: Bassani, H F

.
  1. arXiv:2404.15410  [pdf, ps, other

    cs.RO cs.AI cs.LG

    Planning the path with Reinforcement Learning: Optimal Robot Motion Planning in RoboCup Small Size League Environments

    Authors: Mateus G. Machado, João G. Melo, Cleber Zanchettin, Pedro H. M. Braga, Pedro V. Cunha, Edna N. S. Barros, Hansenclever F. Bassani

    Abstract: This work investigates the potential of Reinforcement Learning (RL) to tackle robot motion planning challenges in the dynamic RoboCup Small Size League (SSL). Using a heuristic control approach, we evaluate RL's effectiveness in obstacle-free and single-obstacle path-planning environments. Ablation studies reveal significant performance improvements. Our method achieved a 60% time gain in obstacle… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

    Comments: 12 pages, 3 figures, 3 tables

  2. arXiv:2106.12895  [pdf, other

    cs.LG cs.AI cs.RO

    rSoccer: A Framework for Studying Reinforcement Learning in Small and Very Small Size Robot Soccer

    Authors: Felipe B. Martins, Mateus G. Machado, Hansenclever F. Bassani, Pedro H. M. Braga, Edna S. Barros

    Abstract: Reinforcement learning is an active research area with a vast number of applications in robotics, and the RoboCup competition is an interesting environment for studying and evaluating reinforcement learning methods. A known difficulty in applying reinforcement learning to robotics is the high number of experience samples required, being the use of simulated environments for training the agents fol… ▽ More

    Submitted 14 June, 2021; originally announced June 2021.

  3. Topological Semantic Map** by Consolidation of Deep Visual Features

    Authors: Ygor C. N. Sousa, Hansenclever F. Bassani

    Abstract: Many works in the recent literature introduce semantic map** methods that use CNNs (Convolutional Neural Networks) to recognize semantic properties in images. The types of properties (eg.: room size, place category, and objects) and their classes (eg.: kitchen and bathroom, for place category) are usually predefined and restricted to a specific task. Thus, all the visual data acquired and proces… ▽ More

    Submitted 28 December, 2021; v1 submitted 23 June, 2021; originally announced June 2021.

    Comments: 8 pages, 4 figures

    Journal ref: IEEE Robotics and Automation Letters, vol. 7, no. 2, pp. 4110-4117, April 2022

  4. arXiv:2011.11785  [pdf, other

    cs.RO cs.AI cs.LG

    An analysis of Reinforcement Learning applied to Coach task in IEEE Very Small Size Soccer

    Authors: Carlos H. C. Pena, Mateus G. Machado, Mariana S. Barros, José D. P. Silva, Lucas D. Maciel, Tsang Ing Ren, Edna N. S. Barros, Pedro H. M. Braga, Hansenclever F. Bassani

    Abstract: The IEEE Very Small Size Soccer (VSSS) is a robot soccer competition in which two teams of three small robots play against each other. Traditionally, a deterministic coach agent will choose the most suitable strategy and formation for each adversary's strategy. Therefore, the role of a coach is of great importance to the game. In this sense, this paper proposes an end-to-end approach for the coach… ▽ More

    Submitted 23 November, 2020; originally announced November 2020.

    Comments: 6 pages, 9 figures, to be published in Latin American Robotics Symposium

  5. arXiv:2008.12624  [pdf, other

    cs.RO cs.AI cs.LG

    A Framework for Studying Reinforcement Learning and Sim-to-Real in Robot Soccer

    Authors: Hansenclever F. Bassani, Renie A. Delgado, José Nilton de O. Lima Junior, Heitor R. Medeiros, Pedro H. M. Braga, Mateus G. Machado, Lucas H. C. Santos, Alain Tapp

    Abstract: This article introduces an open framework, called VSSS-RL, for studying Reinforcement Learning (RL) and sim-to-real in robot soccer, focusing on the IEEE Very Small Size Soccer (VSSS) league. We propose a simulated environment in which continuous or discrete control policies can be trained to control the complete behavior of soccer agents and a sim-to-real method based on domain adaptation to adap… ▽ More

    Submitted 18 August, 2020; originally announced August 2020.

  6. arXiv:2006.13682  [pdf, other

    cs.LG cs.NE stat.ML

    Deep Categorization with Semi-Supervised Self-Organizing Maps

    Authors: Pedro H. M. Braga, Heitor R. Medeiros, Hansenclever F. Bassani

    Abstract: Nowadays, with the advance of technology, there is an increasing amount of unstructured data being generated every day. However, it is a painful job to label and organize it. Labeling is an expensive, time-consuming, and difficult task. It is usually done manually, which collaborates with the incorporation of noise and errors to the data. Hence, it is of great importance to develo** intelligent… ▽ More

    Submitted 17 June, 2020; originally announced June 2020.

    Comments: Accepted for publication at the 2020 International Joint Conference on Neural Networks (IJCNN)

  7. arXiv:2003.11102  [pdf, other

    cs.LG cs.AI cs.RO stat.ML

    Learning to Play Soccer by Reinforcement and Applying Sim-to-Real to Compete in the Real World

    Authors: Hansenclever F. Bassani, Renie A. Delgado, Jose Nilton de O. Lima Junior, Heitor R. Medeiros, Pedro H. M. Braga, Alain Tapp

    Abstract: This work presents an application of Reinforcement Learning (RL) for the complete control of real soccer robots of the IEEE Very Small Size Soccer (VSSS), a traditional league in the Latin American Robotics Competition (LARC). In the VSSS league, two teams of three small robots play against each other. We propose a simulated environment in which continuous or discrete control policies can be train… ▽ More

    Submitted 24 March, 2020; originally announced March 2020.

    Journal ref: LatinX in AI Research Workshop at NeurIPS 2019

  8. MOEA/D with Uniformly Randomly Adaptive Weights

    Authors: Lucas R. C. de Farias, Pedro H. M. Braga, Hansenclever F. Bassani, Aluizio F. R. Araújo

    Abstract: When working with decomposition-based algorithms, an appropriate set of weights might improve quality of the final solution. A set of uniformly distributed weights usually leads to well-distributed solutions on a Pareto front. However, there are two main difficulties with this approach. Firstly, it may fail depending on the problem geometry. Secondly, the population size becomes not flexible as th… ▽ More

    Submitted 14 August, 2019; originally announced August 2019.

    Journal ref: 2018 Genetic and Evolutionary Computation Conference (GECCO)

  9. arXiv:1908.02830  [pdf, other

    cs.LG cs.NE stat.ML

    Self-Organizing Maps with Variable Input Length for Motif Discovery and Word Segmentation

    Authors: Raphael C. Brito, Hansenclever F. Bassani

    Abstract: Time Series Motif Discovery (TSMD) is defined as searching for patterns that are previously unknown and appear with a given frequency in time series. Another problem strongly related with TSMD is Word Segmentation. This problem has received much attention from the community that studies early language acquisition in babies and toddlers. The development of biologically plausible models for word seg… ▽ More

    Submitted 7 August, 2019; originally announced August 2019.

    Journal ref: IEEE International Joint Conference on Neural Networks (IJCNN), 1-8, July 2018

  10. Incremental Semantic Map** with Unsupervised On-line Learning

    Authors: Ygor C. N. Sousa, Hansenclever F. Bassani

    Abstract: This paper introduces an incremental semantic map** approach, with on-line unsupervised learning, based on Self-Organizing Maps (SOM) for robotic agents. The method includes a map** module, which incrementally creates a topological map of the environment, enriched with objects recognized around each topological node, and a module of places categorization, endowed with an incremental unsupervis… ▽ More

    Submitted 10 July, 2019; v1 submitted 9 July, 2019; originally announced July 2019.

    Journal ref: IEEE International Joint Conference on Neural Networks (IJCNN), July 2018

  11. A Semi-Supervised Self-Organizing Map with Adaptive Local Thresholds

    Authors: Pedro H. M. Braga, Hansenclever F. Bassani

    Abstract: In the recent years, there is a growing interest in semi-supervised learning, since, in many learning tasks, there is a plentiful supply of unlabeled data, but insufficient labeled ones. Hence, Semi-Supervised learning models can benefit from both types of data to improve the obtained performance. Also, it is important to develop methods that are easy to parameterize in a way that is robust to the… ▽ More

    Submitted 25 March, 2020; v1 submitted 1 July, 2019; originally announced July 2019.

    Journal ref: 2019 International Joint Conference on Neural Networks (IJCNN)

  12. A Semi-Supervised Self-Organizing Map for Clustering and Classification

    Authors: Pedro H. M. Braga, Hansenclever F. Bassani

    Abstract: There has been an increasing interest in semi-supervised learning in the recent years because of the great number of datasets with a large number of unlabeled data but only a few labeled samples. Semi-supervised learning algorithms can work with both types of data, combining them to obtain better performance for both clustering and classification. Also, these datasets commonly have a high number o… ▽ More

    Submitted 1 July, 2019; originally announced July 2019.

    Journal ref: 2018 International Joint Conference on Neural Networks (IJCNN)

  13. A Neural Network Architecture for Learning Word-Referent Associations in Multiple Contexts

    Authors: Hansenclever F. Bassani, Aluizio F. R. Araujo

    Abstract: This article proposes a biologically inspired neurocomputational architecture which learns associations between words and referents in different contexts, considering evidence collected from the literature of Psycholinguistics and Neurolinguistics. The multi-layered architecture takes as input raw images of objects (referents) and streams of word's phonemes (labels), builds an adequate representat… ▽ More

    Submitted 20 May, 2019; originally announced May 2019.