Academia.eduAcademia.edu

Real Time Classification

description14 papers
group1 follower
lightbulbAbout this topic
Real Time Classification refers to the process of categorizing data or events as they occur, utilizing algorithms and computational techniques to analyze and classify information instantaneously. This field is crucial in applications requiring immediate decision-making based on live data streams, such as in finance, healthcare, and autonomous systems.
lightbulbAbout this topic
Real Time Classification refers to the process of categorizing data or events as they occur, utilizing algorithms and computational techniques to analyze and classify information instantaneously. This field is crucial in applications requiring immediate decision-making based on live data streams, such as in finance, healthcare, and autonomous systems.

Key research themes

1. How can incremental and adaptive classification algorithms effectively process small or streaming datasets in real time?

This research area investigates algorithms designed for online learning and classification in contexts where data arrives sequentially or in small batches, such as sensor data streams, video tracking, or real-time monitoring. The key challenges include managing limited or non-stationary data, minimizing latency, and maintaining classifier robustness without access to large static datasets. Addressing these challenges is crucial for applications requiring immediate decision-making, such as object tracking, network monitoring, and embedded systems.

Key finding: Proposes the Incremental Extremely Random Forest (IERF) algorithm that incrementally updates decision trees by storing arriving examples at leaf nodes and using the Gini index to decide splits with small streaming data,... Read more
Key finding: Surveys incremental supervised classification algorithms adapted for data streams, emphasizing the need for one-pass, low latency, and adaptive learning. Highlights the challenges posed by concept drift and indefinite data... Read more
Key finding: Introduces the Adaptive Competitive Self-organizing (ACS) neural network model with dynamic structure and self-adjusting parameters for real-time clustering and classification without external supervision. Utilizes an energy... Read more
Key finding: Presents an implementation of Time Series Bitmaps (TSB) for ultra-efficient real-time classification of streaming sensor data with constant time and space per update. Demonstrates amnesic properties to handle concept drift... Read more

2. What advances enable real-time image and video classification systems that balance accuracy with computational efficiency?

This theme focuses on algorithmic and system-level innovations that allow high-accuracy image/video classification under stringent time constraints. Techniques include optimized feature extraction, classifier cascades, adaptive filtering, and hardware/software co-design. These advances are critical for applications like surveillance, robotics, industrial automation, and healthcare where rapid and reliable processing of visual data streams is necessary.

Key finding: Introduces a cascade classifier framework based on integral images and AdaBoost-selected Haar-like features to achieve fast and accurate object (face) detection at 15 frames per second on standard hardware. The cascade... Read more
Key finding: Develops a real-time trainable system for face detection and tracking facial features using Haar wavelet representations and Support Vector Machines for classification and regression tasks. The approach eschews hand-crafted... Read more
Key finding: Aggregates diverse approaches focusing on real-time pattern recognition including camera motion tracking, hand gesture recognition via 3D particle filters, active camera stabilization, and image segmentation on embedded GPUs.... Read more
Key finding: Combines deep learning image classification with real-time database (Firebase) and web dashboard technologies to classify and count objects on a conveyor belt. Demonstrates practical integration of real-time image-based... Read more

3. How can real-time classification systems be effectively designed for human activity and biomedical applications?

This research domain targets the design and implementation of classification systems able to operate in real time for detecting and recognizing human activities or biological patterns. It encompasses sensor fusion, feature extraction, and lightweight classifiers suitable for embedded or wearable contexts. The aim is to support applications such as healthcare monitoring, ambient assisted living, and medical diagnostics by delivering timely and accurate recognition that aids automated decision-making or alerts.

Key finding: Presents a non-invasive real-time human motion detection approach using Wi-Fi Channel State Information (CSI) and Universal Software Radio Peripheral (USRP) devices to classify activities like sitting and standing.... Read more
Key finding: Develops an automated system utilizing accelerometer and gyroscope sensors coupled with Weighted K-Nearest Neighbor classification to recognize specific human activities (e.g., walking, exercising) in real time and control... Read more
Key finding: Performs comparative analysis of pretrained deep learning models (Inceptionv3, MobileNetV3, VGG-19) with transfer learning for real-time automatic classification of leukocytes from microscopic images. Achieves high... Read more
Key finding: Develops a real-time traffic incident detection and classification system using deep learning and computer vision to automatically identify traffic accidents and determine severity levels. Incorporates alert dispatch... Read more

All papers in Real Time Classification

Human motion detection is getting considerable attention in the field of Artificial Intelligence (AI) driven healthcare systems. Human motion can be used to provide remote healthcare solutions for vulnerable people by identifying... more
Human motion detection is getting considerable attention in the field of Artificial Intelligence (AI) driven healthcare systems. Human motion can be used to provide remote healthcare solutions for vulnerable people by identifying... more
Leukocytes, sometimes referred to as white blood cells (WBCs), are crucial to the healthy operation of the human body. WBC distribution in human body are biological markers that determine the immunity of human body to fight against... more
Human motion detection is getting considerable attention in the field of Artificial Intelligence (AI) driven healthcare systems. Human motion can be used to provide remote healthcare solutions for vulnerable people by identifying... more
Leukocytes, sometimes referred to as white blood cells (WBCs), are crucial to the healthy operation of the human body. WBC distribution in human body are biological markers that determine the immunity of human body to fight against... more
Human motion detection is getting considerable attention in the field of Artificial Intelligence (AI) driven healthcare systems. Human motion can be used to provide remote healthcare solutions for vulnerable people by identifying... more
The WISE 2014 challenge was concerned with the task of multi-label classification of articles coming from Greek print media. Raw data comes from the scanning of print media, article segmentation, and optical character segmentation, and... more
Multi-label classification is a generalization of well known problems, such as binary or multi-class classification, in a way that each processed instance is associated not with a class (label) but with a subset of these. In recent years... more
Video games aimed at motivating players to exercises have gained popularity over the last few years, but most games are still designed for indoor scenarios. In this paper, we present a platform for a novel game concept: a mobile video... more
The goal of multilabel (ML) classification is to induce models able to tag objects with the labels that better describe them. The main baseline for ML classification is binary relevance (BR), which is commonly criticized in the literature... more
Human motion detection is getting considerable attention in the field of Artificial Intelligence (AI) driven healthcare systems. Human motion can be used to provide remote healthcare solutions for vulnerable people by identifying... more
Enabling touch-sensing capability would help appliances understand interaction behaviors with their surroundings. Many recent studies are focusing on the development of electronic skin because of its necessity in various application... more
Enabling touch-sensing capability would help appliances understand interaction behaviors with their surroundings. Many recent studies are focusing on the development of electronic skin because of its necessity in various application... more
Human motion detection is getting considerable attention in the field of Artificial Intelligence (AI) driven healthcare systems. Human motion can be used to provide remote healthcare solutions for vulnerable people by identifying... more
A common approach to solving multi-label learning problems is to use problem transformation methods and dichotomizing classifiers as in the pair-wise decomposition strategy. One of the problems with this strategy is the need for querying... more
The goal of multilabel (ML) classification is to induce models able to tag objects with the labels that better describe them. The main baseline for ML classification is binary relevance (BR), which is commonly criticized in the literature... more
In multidimensional classification the goal is to assign an instance to a set of different classes. This task is normally addressed either by defining a compound class variable with all the possible combinations of classes (label... more
Real-world applications have begun to adopt the multi-label paradigm. The multi-label classification implies an extra dimension because each example might be associated with multiple labels (different possible classes), as opposed to a... more
In this paper, a high-speed online neural network classifier based on extreme learning machines for multi-label classification is proposed. In multi-label classification, each of the input data sample be-longs to one or more than one of... more
A common approach for solving multi-label classification problems using problem-transformation methods and dichotomizing classifiers is the pair-wise decomposition strategy. One of the problems with this approach is the need for querying... more
The goal of multilabel (ML) classification is to induce models able to tag objects with the labels that better describe them. The main baseline for ML classification is binary relevance (BR), which is commonly criticized in the literature... more
Data streams containing objects that are (or can be) associated with more than one label at the same time are ubiquitous. Typical types of data associated with more than one labels are e-mails, news-feeds, medical diagnoses, images etc.... more
Multi-label learning has received significant attention in the research community over the past few years: this has resulted in the development of a variety of multi-label learning methods. In this paper, we present an extensive... more
Download research papers for free!