← Latest papers
📊 statistics

Do Not Trust The Auctioneer: Learning to Bid in Feedback-Manipulated Auctions

This paper analyzes repeated first-price auctions where shilling manipulates feedback rather than allocation, proposing a hybrid algorithm that achieves optimal O~(T)\tilde{\mathcal{O}}(\sqrt{T}) regret by combining robust interval elimination with optimistic debiasing, while demonstrating that such feedback-only manipulation significantly increases the statistical difficulty of learning to bid.

Original authors: Luigi Foscari, Matilde Tullii, Vianney Perchet

Published 2026-05-22
📖 4 min read☕ Coffee break read

Original authors: Luigi Foscari, Matilde Tullii, Vianney Perchet

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 buy a rare collectible at an online auction. You don't know how much other people are willing to pay, so you have to learn by watching what happens when you place your bids.

Usually, if you lose an auction, the platform tells you the highest bid that beat you. This helps you learn: "Oh, I need to bid a little higher next time."

But in this paper, the authors imagine a scenario where the auctioneer is a bit tricky. They call this "shilling."

The Trick: The "Fake Competitor"

Imagine the auctioneer has a secret friend who places fake bids just to make the competition look fiercer than it really is.

  • If you win: Great! You get the item, and the fake friend doesn't matter.
  • If you lose: The auctioneer tells you the highest bid including the fake one.

So, if the real highest bid was \50, but the fake friend bid \80, the auctioneer tells you, "You lost to $80!"

  • The Problem: You might think, "Wow, everyone is bidding \80! I better bid \85 next time!" But the real competition was only $50. You are being tricked into overpaying.
  • The Twist: Sometimes, the fake friend bids very low (say, \10). If the real bid was \50, the auctioneer still tells you the max, which is $50. In this case, you get the real information.

The paper asks: How can a smart bidder learn the true prices when the auctioneer is lying about the losing bids, but only sometimes?

The Two-Pronged Strategy

The authors designed a "learning algorithm" (a set of rules for a computer) that acts like a cautious detective. It uses two different approaches at the same time, like having a safety net and a high-speed car.

1. The Safety Net (The "Robust" Branch)

This part of the algorithm says, "I don't trust the losing bid reports at all. I'm going to ignore the fake numbers."

  • It only looks at whether it won or lost.
  • It treats the auction like a simple "price tag" game (like buying a coffee where you just see if you can afford it).
  • Result: This is slow and safe. It guarantees you won't lose too much money, but you won't learn super fast. It's like walking carefully in the dark.

2. The Optimist (The "Optimistic" Branch)

This part says, "Let's try to use the fake numbers, but let's be smart about it."

  • It knows the pattern of the fake bids (e.g., "The fake friend usually bids between \10 and \20").
  • When it sees a losing bid, it does some math to "subtract" the fake part and guess what the real bid might have been.
  • The Catch: This only works well if the fake bids are low enough to let the real bid peek through.
  • Result: When the fake bids are low and helpful, this method learns much faster than the safety net. It's like driving fast on a clear road.

3. The "Racing" Mechanism

The algorithm doesn't know in advance which method will work better. So, it runs both at the same time in a "race."

  • It constantly checks: "Is the Optimist making sense? Is the data reliable?"
  • If the fake bids are too high and the Optimist is getting confused, the algorithm switches back to the Safety Net.
  • If the data looks clean, it leans into the Optimist to learn faster.

The Big Discovery

The paper proves that even though the auctioneer is manipulating the information, the learner can still do surprisingly well.

  • If the fake bids are always high: The learner is stuck with the slow "Safety Net" speed.
  • If the fake bids are sometimes low: The learner can use the "Optimist" to speed up, learning much faster than if they were just guessing.

The authors also proved a mathematical limit: you can't learn infinitely fast. There is a "speed limit" based on how often the fake bids accidentally reveal the truth. If the fake bids are very rare (low probability), you are forced to go slow. If they happen often, you can go fast.

In a Nutshell

This paper is about learning to bid in a rigged game where the referee lies about the scores. The authors built a strategy that ignores the lies when necessary but cleverly uses the truth hidden inside the lies when possible. They showed that even with a lying referee, you can still learn the market prices efficiently, provided you have a way to tell when the referee is being helpful versus when they are just messing with you.

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 →