Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
1,446
result(s) for
"automatic production technology"
Sort by:
Development of Side Mold Control Equipment for Producing Free-Form Concrete Panels
by
Youn, Jongyoung
,
Lee, Donghoon
,
Yun, Jiyeong
in
automatic production technology
,
Automation
,
Concrete
2021
Free-form concrete panel production requires an increasing amount of manpower because the molds cannot be reused. There are many limitations when it comes to reproducing accurate forms due to the many manual processes. Therefore, the current study developed side mold control equipment that can automatically fabricate molds for free-form concrete panels. The equipment is capable of molding various shapes and sustainable operation. However, there may be errors as it automatically produces various shapes. Therefore, it is necessary to check the errors between manufactured shapes and designed shapes. The shape created using the side mold control equipment showed less than 0.1° error in side angle and ±3 mm error in side length. Therefore, the equipment manufactured a precise shape. Based on the findings of the study, the side mold control equipment will be used to produce accurate shape of free-form concrete panels automatically.
Journal Article
The Future of Work
2018,2019
Looking for ways to handle the transition to a digital economy
Robots, artificial intelligence, and driverless cars are no longer things of the distant future. They are with us today and will become increasingly common in coming years, along with virtual reality and digital personal assistants.
As these tools advance deeper into everyday use, they raise the question-how will they transform society, the economy, and politics? If companies need fewer workers due to automation and robotics, what happens to those who once held those jobs and don't have the skills for new jobs? And since many social benefits are delivered through jobs, how are people outside the workforce for a lengthy period of time going to earn a living and get health care and social benefits?
Looking past today's headlines, political scientist and cultural observer Darrell M. West argues that society needs to rethink the concept of jobs, reconfigure the social contract, move toward a system of lifetime learning, and develop a new kind of politics that can deal with economic dislocations. With the U.S. governance system in shambles because of political polarization and hyper-partisanship, dealing creatively with the transition to a fully digital economy will vex political leaders and complicate the adoption of remedies that could ease the transition pain. It is imperative that we make major adjustments in how we think about work and the social contract in order to prevent society from spiraling out of control.
This book presents a number of proposals to help people deal with the transition from an industrial to a digital economy. We must broaden the concept of employment to include volunteering and parenting and pay greater attention to the opportunities for leisure time. New forms of identity will be possible when the \"job\" no longer defines people's sense of personal meaning, and they engage in a broader range of activities. Workers will need help throughout their lifetimes to acquire new skills and develop new job capabilities. Political reforms will be necessary to reduce polarization and restore civility so there can be open and healthy debate about where responsibility lies for economic well-being.
This book is an important contribution to a discussion about tomorrow-one that needs to take place today.
Automatic quality control of aluminium parts welds based on 3D data and artificial intelligence
by
di Summa, Maria
,
Mosca, Nicola
,
Nitti, Massimiliano
in
Advanced manufacturing technologies
,
Algorithms
,
Aluminum
2024
Detecting defects in welds used in critical or non-critical industrial applications is of intense interest. Several non-destructive inspection methods are available, each allowing the preservation of the integrity of the sample under analysis. However, visual-based inspection methods are the most well-assessed, which usually require human experts to inspect each sample, looking for shallow defects. This process often requires time and effort by the human operator, therefore not allowing to perform real-time defect identification, which may result in unexpected (and undesired) production costs. In recent years, several methods have been proposed to automatically deal with visual-based inspection, mainly through convolutional neural networks. However, while effective, these models require a lot of data and computational power to be trained, which is also time-consuming. This paper proposes a high-throughput data gathering and processing method using laser profilometry, along with an automatic defect detection method based on lightweight machine learning algorithms. Six different machine and deep learning approaches are compared, including SVMs, decision forests, and neural networks, achieving a top-1 accuracy of 99.79% for defect identification and 99.71% for defect categorization. Thanks to its effectiveness and the high data throughput achievable by data gathering, the whole method can be implemented in real production lines to minimize costs and perform real-time monitoring and defects assessment.
Journal Article
Machine learning applied in production planning and control: a state-of-the-art in the era of industry 4.0
by
Pellerin, Robert
,
Grabot Bernard
,
Usuga Cadavid Juan Pablo
in
Advanced manufacturing technologies
,
Data collection
,
Functionals
2020
Because of their cross-functional nature in the company, enhancing Production Planning and Control (PPC) functions can lead to a global improvement of manufacturing systems. With the advent of the Industry 4.0 (I4.0), copious availability of data, high-computing power and large storage capacity have made of Machine Learning (ML) approaches an appealing solution to tackle manufacturing challenges. As such, this paper presents a state-of-the-art of ML-aided PPC (ML-PPC) done through a systematic literature review analyzing 93 recent research application articles. This study has two main objectives: contribute to the definition of a methodology to implement ML-PPC and propose a mapping to classify the scientific literature to identify further research perspectives. To achieve the first objective, ML techniques, tools, activities, and data sources which are required to implement a ML-PPC are reviewed. The second objective is developed through the analysis of the use cases and the addressed characteristics of the I4.0. Results suggest that 75% of the possible research domains in ML-PPC are barely explored or not addressed at all. This lack of research originates from two possible causes: firstly, scientific literature rarely considers customer, environmental, and human-in-the-loop aspects when linking ML to PPC. Secondly, recent applications seldom couple PPC to logistics as well as to design of products and processes. Finally, two key pitfalls are identified in the implementation of ML-PPC models: the complexity of using Internet of Things technologies to collect data and the difficulty of updating the ML model to adapt it to the manufacturing system changes.
Journal Article
A Lightweight YOLOv8 Tomato Detection Algorithm Combining Feature Enhancement and Attention
2023
A tomato automatic detection method based on an improved YOLOv8s model is proposed to address the low automation level in tomato harvesting in agriculture. The proposed method provides technical support for the automatic harvesting and classification of tomatoes in agricultural production activities. The proposed method has three key components. Firstly, the depthwise separable convolution (DSConv) technique replaces the ordinary convolution, which reduces the computational complexity by generating a large number of feature maps with a small amount of calculation. Secondly, the dual-path attention gate module (DPAG) is designed to improve the model’s detection precision in complex environments by enhancing the network’s ability to distinguish between tomatoes and the background. Thirdly, the feature enhancement module (FEM) is added to highlight the target details, prevent the loss of effective features, and improve detection precision. We built, trained, and tested the tomato dataset, which included 3098 images and 3 classes. The proposed algorithm’s performance was evaluated by comparison with the SSD, faster R-CNN, YOLOv4, YOLOv5, and YOLOv7 algorithms. Precision, recall rate, and mAP (mean average precision) were used for evaluation. The test results show that the improved YOLOv8s network has a lower loss and 93.4% mAP on this dataset. This improvement is a 1.5% increase compared to before the improvement. The precision increased by 2%, and the recall rate increased by 0.8%. Moreover, the proposed algorithm significantly reduced the model size from 22 M to 16 M, while achieving a detection speed of 138.8 FPS, which satisfies the real-time detection requirement. The proposed method strikes a balance between model size and detection precision, enabling it to meet agriculture’s tomato detection requirements. The research model in this paper will provide technical support for a tomato picking robot to ensure the fast and accurate operation of the picking robot.
Journal Article
An effective and distributed particle swarm optimization algorithm for flexible job-shop scheduling problem
by
Bekrar, Abdelghani
,
Ammari, Ahmed Chiheb
,
Jemai, Abderezak
in
Advanced manufacturing technologies
,
Algorithms
,
Benchmarks
2018
Flexible job-shop scheduling problem (FJSP) is very important in many research fields such as production management and combinatorial optimization. The FJSP problems cover two difficulties namely machine assignment problem and operation sequencing problem. In this paper, we apply particle swarm optimization (PSO) algorithm to solve this FJSP problem aiming to minimize the maximum completion time criterion. Various benchmark data taken from literature, varying from Partial FJSP and Total FJSP, are tested. Experimental results proved that the developed PSO is enough effective and efficient to solve the FJSP. Our other objective in this paper, is to study the distribution of the PSO-solving method for future implementation on embedded systems that can make decisions in real time according to the state of resources and any unplanned or unforeseen events. For this aim, two multi-agent based approaches are proposed and compared using different benchmark instances.
Journal Article
Automatic Identification and Monitoring of Plant Diseases Using Unmanned Aerial Vehicles: A Review
2021
Disease diagnosis is one of the major tasks for increasing food production in agriculture. Although precision agriculture (PA) takes less time and provides a more precise application of agricultural activities, the detection of disease using an Unmanned Aerial System (UAS) is a challenging task. Several Unmanned Aerial Vehicles (UAVs) and sensors have been used for this purpose. The UAVs’ platforms and their peripherals have their own limitations in accurately diagnosing plant diseases. Several types of image processing software are available for vignetting and orthorectification. The training and validation of datasets are important characteristics of data analysis. Currently, different algorithms and architectures of machine learning models are used to classify and detect plant diseases. These models help in image segmentation and feature extractions to interpret results. Researchers also use the values of vegetative indices, such as Normalized Difference Vegetative Index (NDVI), Crop Water Stress Index (CWSI), etc., acquired from different multispectral and hyperspectral sensors to fit into the statistical models to deliver results. There are still various drifts in the automatic detection of plant diseases as imaging sensors are limited by their own spectral bandwidth, resolution, background noise of the image, etc. The future of crop health monitoring using UAVs should include a gimble consisting of multiple sensors, large datasets for training and validation, the development of site-specific irradiance systems, and so on. This review briefly highlights the advantages of automatic detection of plant diseases to the growers.
Journal Article
A review on fault detection and diagnosis techniques: basics and beyond
2021
Safety and reliability are absolutely important for modern sophisticated systems and technologies. Therefore, malfunction monitoring capabilities are instilled in the system for detection of the incipient faults and anticipation of their impact on the future behavior of the system using fault diagnosis techniques. In particular, state-of-the-art applications rely on the quick and efficient treatment of malfunctions within the equipment/system, resulting in increased production and reduced downtimes. This paper presents developments within Fault Detection and Diagnosis (FDD) methods and reviews of research work in this area. The review presents both traditional model-based and relatively new signal processing-based FDD approaches, with a special consideration paid to artificial intelligence-based FDD methods. Typical steps involved in the design and development of automatic FDD system, including system knowledge representation, data-acquisition and signal processing, fault classification, and maintenance related decision actions, are systematically presented to outline the present status of FDD. Future research trends, challenges and prospective solutions are also highlighted.
Journal Article
A survey on smart automated computer-aided process planning (ACAPP) techniques
by
Al-wswasi, Mazin
,
Makatsoris, Harris
,
Ivanov, Atanas
in
Aircraft industry
,
Automation
,
CAD/CAM
2018
The concept of smart manufacturing has become an important issue in the manufacturing industry since the start of the twenty-first century in terms of time and production cost. In addition to high production quality, a quick response could determine the success or failure of many companies and factories. One the most effective concepts for achieving a smart manufacturing industry is the use of
computer-aided process planning
(CAPP) techniques. Computer-aided process planning refers to key technology that connects the computer-aided design (CAD) and the computer-aided manufacturing (CAM) processes. Researchers have used many approaches as an interface between CAD and CAPP systems. In this field of research, a lot of effort has been spent to take CAPP systems to the next level in the form of
automatic computer-aided process planning
(ACAPP). This is to provide complete information about the product, in a way that is automated, fast, and accurate. Moreover,
automatic feature recognition
(AFR) techniques are considered one of the most important tasks to create an ACAPP system. This article presents a comprehensive survey about two main aspects: the degree of automation in each required input and expected output of computer-aided process planning systems as well as the benefits and the limitations of the different automatic feature recognition techniques. The aim is to demonstrate the missing aspects in smart ACAPP generation, the limitations of current systems in recognising new features, and justifying the process of selection.
Journal Article
A fast and robust convolutional neural network-based defect detection model in product quality control
by
Snoussi, Hichem
,
Chen, Yang
,
Qiao, Meina
in
Artificial neural networks
,
Automatic control
,
CAE) and Design
2018
The fast and robust automated quality visual inspection has received increasing attention in the product quality control for production efficiency. To effectively detect defects in products, many methods focus on the hand-crafted optical features. However, these methods tend to only work well under specified conditions and have many requirements for the input. So the work in this paper targets on building a deep model to solve this problem. The elaborately designed deep convolutional neural networks (CNN) proposed by us can automatically extract powerful features with less prior knowledge about the images for defect detection, while at the same time is robust to noise. We experimentally evaluate this CNN model on a benchmark dataset and achieve a fast detection result with a high accuracy, surpassing the state-of-the-art methods.
Journal Article