Fernando Martinez
Universidad Distrital Francisco José de Caldas

Published : 5 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 5 Documents
Search

Obstacle detection for autonomous systems using stereoscopic images and bacterial behaviour Fredy Martinez; Edwar Jacinto; Fernando Martinez
International Journal of Electrical and Computer Engineering (IJECE) Vol 10, No 2: April 2020
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1240.044 KB) | DOI: 10.11591/ijece.v10i2.pp2164-2172

Abstract

This paper presents a low cost strategy for real-time estimation of the position of obstacles in an unknown environment for autonomous robots. The strategy was intended for use in autonomous service robots, which navigate in unknown and dynamic indoor environments. In addition to human interaction, these environments are characterized by a design created for the human being, which is why our developments seek morphological and functional similarity equivalent to the human model. We use a pair of cameras on our robot to achieve a stereoscopic vision of the environment, and we analyze this information to determine the distance to obstacles using an algorithm that mimics bacterial behavior. The algorithm was evaluated on our robotic platform demonstrating high performance in the location of obstacles and real-time operation.
Evaluation of deep neural network architectures in the identification of bone fissures Fredy Martinez; César Hernández; Fernando Martínez
TELKOMNIKA (Telecommunication Computing Electronics and Control) Vol 18, No 2: April 2020
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.12928/telkomnika.v18i2.14754

Abstract

Automated medical image processing, particularly of radiological images, can reduce the number of diagnostic errors, increase patient care and reduce medical costs. This paper seeks to evaluate the performance of three recent convolutional neural networks in the autonomous identification of fissures over two-dimensional radiological images. These architectures have been proposed as deep neural network types specially designed for image classification, which allows their integration with traditional image processing strategies for automatic analysis of medical images. In particular, we use three convolutional networks: ResNet (residual neural network), DenseNet (dense convolutional network), and NASNet (neural architecture search network) to learn information from a set of 200 images labeled half as fissured bones and half as seamless bones. All three networks are trained and adjusted under the same conditions, and their performance was evaluated with the same metrics. The final results consider not only the model's ability to predict the characteristics of an unknown image but also its internal complexity. The three neural models were optimized to reduce classification errors without producing network over-adjustment. In all three cases, generalization of behavior was observed, and the ability of the models to identify the images with fissures, however the expected performance was only achieved with the NASNet model.
Using bacterial interaction and stereoscopic images for the location of obstacles on autonomous robots Fredy Martinez; Edwar Jacinto; Fernando Martínez
Bulletin of Electrical Engineering and Informatics Vol 9, No 3: June 2020
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (716.391 KB) | DOI: 10.11591/eei.v9i3.2012

Abstract

Service robots are characterized by autonomously performing indoor tasks in unstructured environments, this condition of the environment prevents the prior programming of the map, which requires reactive behavior. These robots require real-time and cost-effective identification of obstacles in the environment, which includes not only distance information, but also depth information. This paper shows a strategy to estimate the position of obstacles in unknown environments. This strategy is characterized by low computational cost and real-time operation. The environments are selected because they are those usual to human beings, and this also influences our design, since we look for functional and morphological equivalence with human beings. This equivalence corresponds to the installation of two cameras in our robotic platform to form a stereoscopic system equivalent to the human. The images captured simultaneously are analyzed by a bacterial interaction scheme to define points on the obstacles. Our strategy showed a high performance in controlled environments. The scheme was able to establish distances to different points of the obstacle with 95% accuracy for distances between 0.8 and 2 m.
Comparative study of optimization algorithms on convolutional network for autonomous driving Fernando Martinez; Holman Montiel; Fredy Martinez
International Journal of Electrical and Computer Engineering (IJECE) Vol 12, No 6: December 2022
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v12i6.pp6363-6372

Abstract

he last 10 years have been the decade of autonomous vehicles. Advances in intelligent sensors and control schemes have shown the possibility of real applications. Deep learning, and in particular convolutional networks have become a fundamental tool in the solution of problems related to environment identification, path planning, vehicle behavior, and motion control. In this paper, we perform a comparative study of the most used optimization strategies on the convolutional architecture residual neural network (ResNet) for an autonomous driving problem as a previous step to the development of an intelligent sensor. This sensor, part of our research in reactive systems for autonomous vehicles, aims to become a system for direct mapping of sensory information to control actions from real-time images of the environment. The optimization techniques analyzed include stochastic gradient descent (SGD), adaptive gradient (Adagrad), adaptive learning rate (Adadelta), root mean square propagation (RMSProp), Adamax, adaptive moment estimation (Adam), nesterov-accelerated adaptive moment estimation (Nadam), and follow the regularized leader (Ftrl). The training of the deep model is evaluated in terms of convergence, accuracy, recall, and F1-score metrics. Preliminary results show a better performance of the deep network when using the SGD function as an optimizer, while the Ftrl function presents the poorest performances.
Acoustic event characterization for service robot using convolutional networks Fernando Martinez; Fredy Martinez; Cesar Hernandez
International Journal of Electrical and Computer Engineering (IJECE) Vol 12, No 6: December 2022
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v12i6.pp6684-6696

Abstract

This paper presents and discusses the creation of a sound event classification model using deep learning. In the design of service robots, it is necessary to include routines that improve the response of both the robot and the human being throughout the interaction. These types of tasks are critical when the robot is taking care of children, the elderly, or people in vulnerable situations. Certain dangerous situations are difficult to identify and assess by an autonomous system, and yet, the life of the users may depend on these robots. Acoustic signals correspond to events that can be detected at a great distance, are usually present in risky situations, and can be continuously sensed without incurring privacy risks. For the creation of the model, a customized database is structured with seven categories that allow to categorize a problem, and eventually allow the robot to provide the necessary help. These audio signals are processed to produce graphical representations consistent with human acoustic identification. These images are then used to train three convolutional models identified as high-performing in this type of problem. The three models are evaluated with specific metrics to identify the best-performing model. Finally, the results of this evaluation are discussed and analyzed.