← Latest papers
🤖 machine learning

Towards interpretable AI with quantum annealing feature selection

This paper proposes a novel method for interpreting Convolutional Neural Networks in image classification by formulating feature map selection as a quantum constrained optimization problem solved via quantum annealing, which outperforms state-of-the-art techniques like GradCAM in class disentanglement and transparency while providing theoretical insights into the algorithm's computational behavior.

Original authors: Francesco Aldo Venturelli, Emanuele Costa, Sikha O K, Bruno Juliá-Díaz, Miguel A. González Ballester, Alba Cervera-Lierta

Published 2026-04-29
📖 4 min read☕ Coffee break read

Original authors: Francesco Aldo Venturelli, Emanuele Costa, Sikha O K, Bruno Juliá-Díaz, Miguel A. González Ballester, Alba Cervera-Lierta

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 have a brilliant but mysterious chef (a Deep Learning model) who can perfectly identify a picture of a cat or a truck. However, this chef never explains why they made that choice. They just say, "It's a cat," and move on. In the world of Artificial Intelligence, this is called a "black box." If the chef makes a mistake, we have no idea if they were looking at the whiskers, the ears, or maybe just the background color.

This paper introduces a new way to peek inside the chef's mind to see exactly which ingredients (features) they used to make their decision. But instead of using a standard kitchen tool, the authors used a very special, futuristic oven called a Quantum Annealer.

Here is the breakdown of their method using simple analogies:

1. The Problem: Too Many Ingredients

When a computer looks at an image, it breaks it down into thousands of tiny "feature maps." Think of these as thousands of different filters or lenses. One lens might highlight "curved lines," another might highlight "green textures," and another might highlight "sharp edges."

Standard methods (like GradCAM) try to explain the decision by mixing all these lenses together into one blurry picture. It's like trying to understand a song by listening to the entire orchestra playing at once. You hear the music, but you can't tell which specific instrument is playing the melody.

2. The Solution: The Quantum "Best-of" List

The authors wanted to find the small, perfect group of lenses that actually did the work. They asked: "Which 10 lenses out of the 500 are truly responsible for identifying this 'Airplane'?"

This is a massive puzzle. If you have 500 lenses, the number of possible combinations is so huge that a regular computer would take forever to check them all. It's like trying to find the perfect team of 10 players from a pool of 500 by trying every single combination.

3. The Magic Tool: Quantum Annealing

To solve this puzzle, the authors used Quantum Annealing.

  • The Analogy: Imagine you are in a dark, mountainous valley with a ball. Your goal is to find the very bottom of the valley (the best solution). A regular computer is like a hiker who has to walk step-by-step, checking every hill and hoping they don't get stuck in a small dip.
  • The Quantum Way: Quantum Annealing is like a magical ball that can "tunnel" through the hills or exist in many places at once. It can quickly explore the whole valley and find the absolute lowest point (the best set of lenses) much faster than the hiker.

4. How They Set Up the Game

They turned the problem into a game with two rules:

  1. The "Important" Rule: Pick lenses that strongly helped the model say "Yes, this is an airplane!" (High importance).
  2. The "Unique" Rule: Don't pick lenses that are basically doing the same thing. If Lens A and Lens B both highlight "curved lines," pick only one. They want a diverse team, not a team of clones.

The Quantum Annealer searched for the perfect mix of lenses that satisfied both rules simultaneously.

5. The Results: Clearer Vision

When they tested this on a dataset of images (like airplanes, birds, and trucks), they found:

  • Less Confusion: Their method created a much clearer picture of what the model was looking at. It separated the "Airplane" features from the "Ship" features better than the standard methods.
  • Better Accuracy: When they removed the parts of the image that their method didn't select, the model's confidence didn't drop as much as it did with standard methods. This proves their selected lenses were the truly important ones.
  • Physics Check: They also analyzed the "energy" of their quantum system (like checking the temperature of the oven). They found that the system was stable and successfully found the best solutions most of the time.

Summary

In short, this paper says: "Deep learning models are smart but hard to understand. We built a new tool using quantum physics to act as a 'feature selector.' Instead of showing you a blurry mix of everything, it picks out the specific, unique parts of an image that the model actually cares about. This makes the AI's reasoning much clearer and easier to trust."

They demonstrated this on a standard image dataset (STL-10) using a ResNet-18 model, showing that their quantum approach could untangle the model's thinking better than current standard techniques.

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 →