Your browser does not fully support modern features. Please upgrade for a smoother experience.
Subject:
All Disciplines Arts & Humanities Biology & Life Sciences Business & Economics Chemistry & Materials Science Computer Science & Mathematics Engineering Environmental & Earth Sciences Medicine & Pharmacology Physical Sciences Public Health & Healthcare Social Sciences
Sort by:
Most Viewed Latest Alphabetical (A-Z) Alphabetical (Z-A)
Filter:
All Topic Review Biography Peer Reviewed Entry Video Entry
Topic Review
Machine Learning for Crop Diseases and Pests
Rapid population growth has resulted in an increased demand for agricultural goods. Pests and diseases are major obstacles to achieving this productivity outcome. Therefore, it is very important to develop efficient methods for the automatic detection, identification, and prediction of pests and diseases in agricultural crops. To perform such automation, Machine Learning (ML) techniques can be used to derive knowledge and relationships from the data that is being worked on. 
  • 1.3K
  • 16 Sep 2022
Topic Review
Internet of Things Applications in China’s Hospitality Industry
During the current post-epidemic period, hygiene requirements and health needs in the hospitality industry keep increasing, and consumers become more concerned about the cleanliness of hotels and have stronger demands for contactless services in hotels. The growth and popularity of IoT technology in China make it more accessible to a wider range of service industries and provides the basis for the application of IoT in the hospitality industry. The application of IoT devices in hotels mainly includes intelligent robots, intelligent guest control, systems, etc., which helps to realise contactless services in hotels. 
  • 1.3K
  • 12 Jul 2022
Topic Review
Robotic Platform for Horticulture
The modern level of development of infocommunication and computer technologies, microprocessor technology and equipment, communication and positioning makes possible the development and practical application of automated and robotic technologies and technical means to improve the efficiency of agricultural production. Currently, intensive horticulture is becoming increasingly widespread due to rapid fruiting and high yield rates. At the same time, the process of harvesting apples in intensive horticulture is the most time-consuming, and harvesting is carried out mainly by a team of pickers. In the production process of cultivating fruit crops, this is an important final stage which requires the development of automated devices and robotic platforms with a control system capable of offline harvesting.
  • 1.3K
  • 02 Dec 2022
Topic Review
AI-Based Conversational Large Language Models
The demand for psychological counselling has grown significantly in recent years, particularly with the global outbreak of COVID-19, which heightened the need for timely and professional mental health support. Online psychological counselling emerged as the predominant mode of providing services in response to this demand. The Psy-LLM framework, an AI-based assistive tool leveraging large language models (LLMs) for question answering in psychological consultation settings to ease the demand on mental health professions.
  • 1.3K
  • 02 Jan 2024
Topic Review
Financial Technology Influence on the Banking Industry
The synthesis of technology and finance is known as financial technology (Fintech), which brings together two of the biggest industries in harmony. Fintech disruption is a deviation from the norm, resulting in a significant shift in banking services and, as a result, risk. 
  • 1.3K
  • 17 Nov 2022
Topic Review
Smart Farm and Forest Operations Needs Human-Centered AI
The main impetus for the global efforts toward the current digital transformation in almost all areas of our daily lives is due to the great successes of artificial intelligence (AI), and in particular, the workhorse of AI, statistical machine learning (ML). The intelligent analysis, modeling, and management of agricultural and forest ecosystems, and of the use and protection of soils, already play important roles in securing our planet for future generations and will become irreplaceable in the future. AI in areas that matter to human life (agriculture, forestry, climate, health, etc.) has led to an increased need for trustworthy AI with two main components: explainability and robustness.
  • 1.3K
  • 12 Jul 2022
Topic Review
Embedded Machine Learning
Embedded machine learning (EML) can be applied in the areas of accurate computer vision schemes, reliable speech recognition, innovative healthcare, robotics, and more. However, there exists a critical drawback in the efficient implementation of ML algorithms targeting embedded applications. Machine learning algorithms are generally computationally and memory intensive, making them unsuitable for resource-constrained environments such as embedded and mobile devices. In order to efficiently implement these compute and memory-intensive algorithms within the embedded and mobile computing space, innovative optimization techniques are required at the algorithm and hardware levels. 
  • 1.3K
  • 01 Nov 2021
Topic Review
Monocular Depth Estimation with Deep Learning
Significant advancements in robotics engineering and autonomous vehicles have improved the requirement for precise depth measurements. Depth estimation (DE) is a traditional task in computer vision that can be appropriately predicted by applying numerous procedures.  This is vital in disparate applications such as augmented reality and target tracking. Conventional monocular DE (MDE) procedures are based on depth cues for depth prediction. Various deep learning techniques have demonstrated their potential applications in managing and supporting the traditional ill-posed problem.
  • 1.3K
  • 12 Aug 2022
Topic Review
Generative Adversarial Network in Amodal Completion
The generative adversarial network (GAN) is a structured probabilistic model that consists of two networks, a generator that captures the data distributions and a discriminator that decides whether the produced data come from the actual data distribution or from the generator. The two networks train in a two-player minimax game fashion until the generator can generate samples that are similar to the true samples, and the discriminator can no longer distinguish between the real and the fake samples. Although current computer vision systems are closer to the human intelligence when it comes to comprehending the visible world than previously, their performance is hindered when objects are partially occluded. Since we live in a dynamic and complex environment, we encounter more occluded objects than fully visible ones. Therefore, instilling the capability of amodal perception into those vision systems is crucial. However, overcoming occlusion is difficult and comes with its own challenges. GAN, on the other hand, is renowned for its generative power in producing data from a random noise distribution that approaches the samples that come from real data distributions.
  • 1.3K
  • 24 Apr 2023
Topic Review
NLP- and API-Sequence-Based Malware Detection and Classification Methodologies
The surge in malware threats propelled by the rapid evolution of the internet and smart device technology necessitates effective automatic malware classification for robust system security.
  • 1.3K
  • 24 Jan 2024
Topic Review
Techniques Related to Chinese Speech Emotion Recognition
The use of Artificial Intelligence for emotion recognition has attracted much attention. The industrial applicability of emotion recognition is quite comprehensive and has good development potential. 
  • 1.3K
  • 12 Jul 2022
Topic Review
Artificial Intelligence Surgery
Most surgeons are skeptical as to the feasibility of autonomous actions in surgery. Interestingly, many examples of autonomous actions already exist and have been around for years. Since the beginning of this millennium, the field of artificial intelligence (AI) has grown exponentially with the development of machine learning (ML), deep learning (DL), computer vision (CV) and natural language processing (NLP). This entry will highlight the most recent issues regarding how AI will get us to more autonomous actions in surgery by discussing the different degrees of surgical autonomy, recent advances with reinforcement learning and the ethical roadblocks that lie ahead.
  • 1.3K
  • 25 Aug 2021
Topic Review
Wavelet Threshold Denoising Algorithm
The denoising performance is affected by several factors, including wavelet basis function, decomposition level, thresholding method, and the threshold selection criteria. Traditional threshold selection rules rely on statistical and empirical variables, which influence their performance in noise reduction under various conditions. 
  • 1.3K
  • 06 Jul 2022
Topic Review
Bilinear Filtering
Bilinear filtering is a texture filtering method used to smooth textures when displayed larger or smaller than they actually are. Most of the time, when drawing a textured shape on the screen, the texture is not displayed exactly as it is stored, without any distortion. Because of this, most pixels will end up needing to use a point on the texture that is "between" texels – assuming the texels are points (as opposed to, say, squares) – in the middle (or on the upper left corner, or anywhere else; it does not matter, as long as it is consistent) of their respective "cells". Bilinear filtering uses these points to perform bilinear interpolation between the four texels nearest to the point that the pixel represents (in the middle or upper left of the pixel, usually).
  • 1.3K
  • 02 Nov 2022
Topic Review
Generative Attentional Networks for Image-to-Image Translation: Progressive U-GAT-IT
Unsupervised image-to-image translation has received considerable attention due to the recent remarkable advancements in generative adversarial networks (GANs). In image-to-image translation, state-of-the-art methods use unpaired image data to learn mappings between the source and target domains. However, despite their promising results, existing approaches often fail in challenging conditions, particularly when images have various target instances and a translation task involves significant transitions in shape and visual artifacts when translating low-level information rather than high-level semantics. To tackle the problem, a novel framework called Progressive Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization (PRO-U-GAT-IT) for the unsupervised image-to-image translation task was proposed. In contrast to existing attention-based models that fail to handle geometric transitions between the source and target domains, the model can translate images requiring extensive and holistic changes in shape. Experimental results show the superiority of the proposed approach compared to the existing state-of-the-art models on different datasets.
  • 1.3K
  • 12 Sep 2023
Topic Review
Intelligent Energy Management Systems for Electric Vehicle Transportation
Electric Vehicles (EVs) have been gaining interest as a result of their ability to reduce vehicle emissions. Developing an intelligent system to manage EVs charging demands is one of the fundamental aspects of this technology to better adapt for all-purpose transportation utilization. It is necessary for EVs to be connected to the Smart Grid (SG) to communicate with charging stations and other energy resources in order to control charging schedules, while Artificial Intelligent (AI) techniques can be beneficial for improving the system, they can also raise security and privacy threats. Privacy preservation methodologies have been introduced to ensure data security. Federated Learning (FL) and blockchain technology are two emerging strategies to address information protection concerns. 
  • 1.3K
  • 22 Nov 2022
Topic Review
Automatic Identification of Addresses
Address matching continues to play a central role at various levels, through geocoding and data integration from different sources, with a view to promote activities such as urban planning, location-based services, and the construction of databases like those used in census operations. Closely associated to address matching is the task of address parsing or address segmentation, which consists of decomposing an address into its different components, such as a street name or a postal code. However, these tasks continue to face several challenges, such as non-standard or incomplete address records or addresses written in more complex languages.
  • 1.3K
  • 10 Jan 2022
Topic Review
Reminiscence Therapy in Depression Treatment in the Elderly
Reminiscence therapy is a mechanism to help someone remember events from their life. It is often used as a therapy tool for reducing depression, calming behavioral and psychological symptoms of dementia, or affecting mood of the elderly. Although its most common use is for the elderly and people affected with dementia or depression, it has also been used with people of all ages, including children. The reminiscing process can take place in a group or individually or by using technological devices such as mobile devices or robots. It is marked by remembering notable events from the past.
  • 1.3K
  • 03 Mar 2022
Topic Review
Brain Tumor Detection Using Federated Learning
Brain tumor segmentation in medical imaging is a critical task for diagnosis and treatment while preserving patient data privacy and security. Traditional centralized approaches often encounter obstacles in data sharing due to privacy regulations and security concerns, hindering the development of advanced AI-based medical imaging applications.
  • 1.3K
  • 08 Nov 2023
Topic Review
Ethnicity Classification
Ethnic conflicts frequently lead to violations of human rights, such as genocide and crimes against humanity, as well as economic collapse, governmental failure, environmental problems, and massive influxes of refugees. Many innocent people suffer as a result of violent ethnic conflict. People’s ethnicity can pose a threat to their safety. There have been many studies on the topic of how to categorize people by race.
  • 1.3K
  • 19 Sep 2023
  • Page
  • of
  • 59
Academic Video Service

Quick Survey

Encyclopedia MDPI is conducting a targeted survey to identify the specific barriers hindering efficient research. We invite you to spend 3 minutes defining the priorities for our next generation of structured knowledge tools.
Take Survey