← Latest papers
🤖 machine learning

HIVE-COTE 2.0: a new meta ensemble for time series classification

This paper introduces HIVE-COTE 2.0, a significantly improved meta-ensemble for time series classification that incorporates novel classifiers (TDE, DrCIF, and the Arsenal) to achieve state-of-the-art accuracy on both univariate and multivariate datasets.

Original authors: Matthew Middlehurst, James Large, Michael Flynn, Jason Lines, Aaron Bostrom, Anthony Bagnall

Published 2026-05-11
📖 6 min read🧠 Deep dive

Original authors: Matthew Middlehurst, James Large, Michael Flynn, Jason Lines, Aaron Bostrom, Anthony Bagnall

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to identify a specific type of bird just by listening to its song. Some birds have a distinct rhythm, others have a unique pitch, and some have a pattern that repeats every few seconds. If you only listen for the rhythm, you might miss the pitch. If you only listen for the pitch, you might miss the pattern. To get the best result, you need a team of experts, each listening for something different, and then you need a smart manager to decide who to trust most.

This is exactly what the paper HIVE-COTE 2.0 is about. It introduces a new "super-team" for Time Series Classification. In simple terms, time series classification is the task of looking at a line of data that changes over time (like a heartbeat monitor, stock prices, or earthquake sensors) and deciding what category it belongs to.

Here is the breakdown of how this new system works, using everyday analogies:

The Problem: One Tool Isn't Enough

For years, scientists have tried to build the perfect "bird song detector" (or time series classifier). Some tools are great at spotting repeating patterns (like a dictionary of words). Others are good at finding specific shapes in the data (like a shape detector). Some are great at looking at short chunks of time (intervals).

The previous champion, HIVE-COTE 1.0, was a "meta-ensemble." Think of it as a committee where different experts (algorithms) vote on the answer. It was very accurate but also very slow and sometimes used outdated tools.

The Solution: HIVE-COTE 2.0 (The New Super-Committee)

The authors built HIVE-COTE 2.0 (HC2). They didn't just tweak the old committee; they fired three of the old experts and hired four brand-new, highly specialized ones. They also upgraded the manager who counts the votes.

Here are the four new "experts" in the team:

  1. The Temporal Dictionary Ensemble (TDE):

    • The Analogy: Imagine translating a song into a list of words. "Dum-dum-ka" becomes "Word A, Word B." TDE looks at the time series and turns it into a "bag of words." It doesn't just count how many times a word appears; it looks at when they appear and how they group together. It's like a linguist who understands the grammar of the data, not just the vocabulary.
    • The Upgrade: The new version is much better at handling data with multiple "channels" (like a stereo recording with left and right speakers) without running out of memory.
  2. The Diverse Representation Canonical Interval Forest (DrCIF):

    • The Analogy: Imagine cutting a long movie into thousands of tiny clips. DrCIF picks random clips, looks at them from different angles (the original video, the speed of the action, and the sound frequency), and asks: "Does this specific 5-second clip tell us what movie this is?" It builds a forest of decision trees based on these tiny, random slices of time.
    • The Upgrade: It combines the best features of two older methods into one super-efficient tool that looks at the data in three different ways simultaneously.
  3. The Arsenal (A ROCKET Ensemble):

    • The Analogy: The "ROCKET" method is like firing thousands of random nets into the data to see what gets caught. It's incredibly fast. However, the original ROCKET was bad at saying "I'm 80% sure" vs "I'm 90% sure." It just shouted "Yes" or "No."
    • The Upgrade: The "Arsenal" is a squad of smaller ROCKETs working together. Instead of one big net, they use many small nets and vote on the answer. This allows them to give a confident probability estimate (e.g., "We are 95% sure this is an earthquake"), which is crucial for the main committee to make a good decision.
  4. The Shapelet Transform Classifier (STC):

    • The Analogy: This expert looks for specific, recognizable "shapes" or "sub-songs" that appear in the data. If a specific jagged spike always appears before a seizure, STC finds that spike.
    • The Upgrade: The authors made this search smarter. Instead of checking every single possible shape (which takes forever), it randomly searches for the best ones within a set time limit, preventing it from getting stuck or "over-fitting" (memorizing the training data too perfectly).

The Manager: CAWPE

Once these four experts analyze the data, they each send a probability estimate to the manager (called CAWPE).

  • How it works: The manager doesn't just take a simple average. It looks at how well each expert performed during training. If the "Dictionary Expert" was usually right 90% of the time, the manager listens to them more closely than the "Interval Expert" who was only right 60% of the time.
  • The Result: This weighted voting system ensures that the most reliable experts have the biggest say in the final decision.

The Results: Who Won the Race?

The authors tested this new team against the current "State of the Art" champions (including deep learning models and other fast algorithms) on 112 different datasets (like heartbeats, power usage, and insect sounds).

  • Accuracy: HIVE-COTE 2.0 was the clear winner. It was significantly more accurate than all the other top competitors. On average, it got the answer right more often than anyone else.
  • Multivariate Data: It also won when the data had multiple dimensions (like a video with color channels or a sensor with X, Y, and Z axes), where previous methods struggled.
  • The Trade-off (Speed vs. Accuracy):
    • The paper admits that HIVE-COTE 2.0 is slower than the fastest method (ROCKET). If you need an answer in a split second, ROCKET is better.
    • However, if you need the most accurate answer possible and can wait a bit longer, HIVE-COTE 2.0 is the best choice.
    • To help with this, the system has a "Time Contract" feature. You can tell it, "You have 1 hour to work." It will build as many experts as it can in that hour and give you the best answer it can find within that limit.

Summary

HIVE-COTE 2.0 is a "committee of the best" for analyzing time-based data. By combining four different types of experts (one that looks at word patterns, one that slices time, one that uses random nets, and one that finds shapes) and letting a smart manager weigh their votes, it achieves higher accuracy than any single method or previous team. While it takes more time to run than the fastest algorithms, it offers the highest level of precision currently available for this type of problem.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →