← Latest papers
🤖 AI

Best Arm Identification in Generalized Linear Bandits via Hybrid Feedback

This paper proposes a hybrid Track-and-Stop algorithm for fixed-confidence best arm identification in generalized linear bandits that unifies absolute and relative feedback via a likelihood-ratio confidence sequence, achieving improved sample efficiency and cost-aware adaptability.

Original authors: Qirun Zeng, Xuchuang Wang, Jiayi Shen, Xutong Liu, Fang Kong, Jinhang Zuo

Published 2026-05-08
📖 5 min read🧠 Deep dive

Original authors: Qirun Zeng, Xuchuang Wang, Jiayi Shen, Xutong Liu, Fang Kong, Jinhang Zuo

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 a detective trying to find the single best suspect in a lineup of KK people. Your goal is to identify the culprit with high certainty, but you want to do it using as few questions as possible. This is the core problem of Best Arm Identification in the world of machine learning.

This paper introduces a new, smarter way for detectives (algorithms) to solve this case by using two different types of clues at the same time, rather than just one.

The Two Types of Clues (Feedback)

In many real-world situations, like training AI assistants or recommending movies, you get feedback in two very different ways:

  1. The "Rating" Clue (Absolute Feedback): You ask a user, "On a scale of 1 to 5, how much do you like this movie?" This gives you a specific number. It's like asking a witness, "How tall was the suspect?"
  2. The "Comparison" Clue (Dueling Feedback): You ask a user, "Did they prefer Movie A or Movie B?" This doesn't give you a number; it just tells you which one is better. It's like asking a witness, "Was the suspect taller than the doorframe?"

The Problem: Previous methods usually forced the detective to pick one type of clue and stick with it. If you only used ratings, you might miss out on the quick comparisons. If you only used comparisons, you might miss the specific details ratings provide. Furthermore, the math behind these clues is messy because they "speak different languages" (one gives a number, the other gives a yes/no).

The Paper's Solution: The "Hybrid Detective"

The authors created a new algorithm called HyTS-GLB (Hybrid Track-and-Stop for Generalized Linear Bandits). Here is how it works, using simple analogies:

1. The Unified Notebook (The Confidence Sequence)

Imagine the detective has a notebook where they write down their theory about the suspect.

  • In the past, if a witness gave a rating and another gave a comparison, the detective had to write them in two separate notebooks and try to guess how they fit together.
  • The Innovation: This paper creates a single, super-powered notebook. It uses a special mathematical trick (called a "likelihood-ratio confidence sequence") that translates both ratings and comparisons into the same language. Now, every time the detective gets a clue, they update the same theory, no matter what kind of clue it was. This creates a clear "zone of uncertainty" (an ellipsoid) around their theory. As long as the true suspect is inside this zone, the detective knows they are on the right track.

2. The Smart Strategy (Track-and-Stop)

The detective doesn't just ask random questions. They play a game of "Hot and Cold."

  • The Goal: The detective wants to shrink the "zone of uncertainty" as fast as possible until it's so small that only one suspect fits inside.
  • The Strategy: The algorithm constantly calculates: "Which question will shrink my uncertainty the most right now?"
    • Sometimes, asking for a rating is the best move (e.g., if the suspect is very tall, a rating helps confirm it).
    • Sometimes, asking for a comparison is better (e.g., if two suspects are very similar, asking "Who is taller?" cuts the uncertainty in half instantly).
    • The algorithm dynamically switches between these two types of questions based on what the current data suggests is most efficient. It doesn't stick to one; it uses the best tool for the job at that exact moment.

3. The Cost-Aware Version

The paper also considers that some clues are more expensive than others.

  • Imagine getting a rating costs \1 (easy to get), but getting a comparison costs \5 (harder to get).
  • The Cost-Aware version of the algorithm is like a detective with a limited budget. It asks: "Is this expensive comparison worth the money, or should I just get three cheap ratings instead?" It balances the need for information with the cost of getting it, ensuring the detective solves the case for the lowest total price.

Why This Matters (The Results)

The authors ran experiments to see if this "Hybrid Detective" was better than detectives who only used ratings or only used comparisons.

  • Faster Results: The hybrid approach consistently found the best suspect using fewer questions (samples) than the single-method detectives.
  • Adaptability: When the clues were noisy or expensive, the hybrid algorithm automatically adjusted its strategy to save time and money.
  • The Bottom Line: By treating ratings and comparisons as two sides of the same coin (rather than two separate problems), the algorithm learns much faster and more efficiently.

Summary in One Sentence

This paper teaches an AI how to solve a "find the best option" puzzle by simultaneously asking for both specific ratings and head-to-head comparisons, using a smart mathematical rule to decide which question to ask next to finish the job as quickly and cheaply as possible.

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 →