Learning-To-Measure: In-Context Active Feature Acquisition
This paper introduces Learning-to-Measure (L2M), a meta-learning framework that enables in-context active feature acquisition across diverse tasks by leveraging autoregressive pre-training for uncertainty quantification and a greedy agent maximizing conditional mutual information, thereby eliminating the need for per-task retraining while outperforming baselines under scarce labels and high missingness.
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 doctor trying to diagnose a patient, but you don't have their full medical history. You know their age and gender (the "baseline" features), but you don't know their blood pressure, cholesterol, or if they have a specific allergy. In the real world, getting these extra details costs money, takes time, or might even be risky (like a painful biopsy).
The Problem: The "Guessing Game" of Data
Traditional machine learning models usually assume they get all the data at once. But in reality, data is often messy. Some records are missing because the doctor didn't order a test, or the patient couldn't afford it. This is called "retrospective missingness."
Old methods for handling this are like a student who tries to memorize the answer key for one specific exam. If they face a slightly different exam, they fail. They also often try to "fill in the blanks" of missing data with guesses (imputation), which can lead to bad decisions because the guess might be wrong.
The Solution: Learning-To-Measure (L2M)
The paper introduces a new framework called Learning-To-Measure (L2M). Think of L2M not as a student memorizing one exam, but as a super-intelligent detective who has read thousands of different mystery novels.
Here is how it works, using simple analogies:
1. The "Universal Detective" (Meta-Learning)
Instead of training a separate detective for every single case (which is slow and requires lots of data), L2M trains one single model on a massive, diverse library of "practice cases."
- The Analogy: Imagine a detective who has solved 10,000 different types of mysteries (some with missing fingerprints, some with missing alibis, some with only one witness). Because they've seen so many variations, they don't need to re-learn how to solve a new case from scratch. They just look at the new clues and say, "Ah, this looks like Case #4,502. I know exactly which clue to ask for next."
- The Paper's Claim: This allows the model to work on new, unseen tasks without needing to be retrained for each specific job.
2. The "Uncertainty Compass" (Reliable Uncertainty)
When a detective is unsure, they know why they are unsure. L2M is special because it doesn't just guess; it has a built-in "Uncertainty Compass."
- The Analogy: If you ask a normal model, "Is this a cat or a dog?" it might say "Dog" with 99% confidence, even if it's missing the picture of the animal's face. L2M says, "I think it's a dog, but I'm only 60% sure because I can't see the ears."
- The Paper's Claim: The model uses a technique called sequence modeling (like how a language model predicts the next word in a sentence) to predict the outcome. This gives it a very reliable sense of how "confused" it is.
3. The "Strategic Clue Hunter" (Active Feature Acquisition)
This is the core magic. The model doesn't just guess; it actively decides which piece of information to buy next to reduce its confusion the most.
- The Analogy: Imagine you are playing a game of "20 Questions." A bad player asks random questions. A smart player asks, "Is it an animal?" because that cuts the possibilities in half immediately.
- How L2M does it: It looks at its "Uncertainty Compass." If it's confused about whether a patient has a heart condition, it checks: "If I get the blood test, will I be less confused? If I get the X-ray, will I be less confused?" It picks the one that gives the biggest "bang for the buck" (the most information for the cost).
- The Paper's Claim: It uses a mathematical trick to make this decision process smooth and fast, allowing it to learn the best strategy for asking questions across all its practice cases.
4. Why It's Better Than the Old Way
The paper tested L2M against older methods on real-world data (like hospital records) and made-up data.
- The Result: When data is scarce (few labeled examples) or when data is very messy (lots of missing pieces), L2M wins.
- The Analogy: If you have a very small puzzle with many missing pieces, an old method might try to force a piece into the wrong spot. L2M looks at the whole picture, realizes it's missing a specific corner piece, and asks for that specific piece first, solving the puzzle faster and more accurately.
Summary
Learning-To-Measure is a system that learns from a huge variety of past experiences to become an expert at deciding what information to collect next.
- It doesn't need to be retrained for every new job.
- It knows when it is confused and uses that feeling to guide its next move.
- It works best when data is missing or expensive to get, making it a "smart shopper" for information.
The authors show that this approach is more robust and accurate than previous methods, especially in tricky situations where data is incomplete.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.