Related Experiment Video
Updated: Sep 17, 2025

06:10
Using Generative Art to Convey Past and Future Climate Transitions
Published on: March 31, 2023
1.1K
ITS2Graph: Graph-based generative adversarial learning for imbalanced time series classification.
Chang Liu1, Donghai Guan1, Weiwei Yuan1
1College of Computer Science and Technology, Nanjing University of Aeronautics and Astronautics, Nanjing, 210016, China.
Summary
This study introduces ITS2Graph, a novel graph-based framework to address class imbalance in time series classification. The method effectively captures complex dependencies, improving the representation of minority classes in imbalanced datasets.
Area of Science:
- Data Mining
- Machine Learning
- Artificial Intelligence
Background:
- Time Series Classification (TSC) is crucial but challenged by class imbalance.
- Traditional methods struggle with high-order dependencies, especially with scarce minority samples.
- Improving minority class representation in imbalanced TSC is a significant challenge.
Purpose of the Study:
- To propose ITS2Graph, a graph-based generative adversarial learning framework.
- To exploit high-order associations for imbalanced time series classification.
- To enhance the representation of minority classes in imbalanced TSC.
Main Methods:
- Utilizing an auto-encoder for latent time series representation extraction.
- Constructing graphs based on pairwise similarities for node classification.
- Employing a graph generator for synthesizing minority-class features and connections.
- Training a Graph Convolutional Network (GCN) discriminator to differentiate real and generated nodes.
Main Results:
- ITS2Graph effectively addresses class imbalance in time series classification.
- The framework successfully exploits high-order associations among time series.
- Experimental results on 22 real-world datasets show superior performance compared to existing algorithms.
Conclusions:
- ITS2Graph offers a robust solution for imbalanced time series classification.
- The graph-based generative adversarial approach enhances minority class recognition.
- The method demonstrates significant improvements on diverse real-world time series data.
Related Concept Videos
Time-Series Graph
4.5K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.5K
Survival Tree
166
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
166
Aggregates Classification
389
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
389
End Point Prediction: Gran Plot
605
A Gran plot is used to predict the equivalence volume or endpoint of a potentiometric or acid-base titration without reaching the endpoint. Typically, titration data is collected as a function of the titrant's volume up to a point less than the equivalence volume and then transformed into a linear format. The straight line is extended to the x-axis, indicating the necessary titrant volume to achieve the equivalence point.
For potentiometric titration, the Gran plot is created by plotting...
For potentiometric titration, the Gran plot is created by plotting...
605
Classification of Signals
915
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
915
Probability Histograms
12.2K
A probability histogram is a visual representation of a probability distribution. Similar a typical histogram, the probability histogram consists of contiguous (adjoining) boxes. It has both a horizontal axis and a vertical axis. The horizontal axis is labeled with what the data represents. The vertical axis is labeled with probability. Each rectangular bar in the histogram is 1 unit wide, which suggests that the area under each bar equals the probability, P(x), where x is 1, 2, 3, and so on.
12.2K