← Latest papers
🤖 AI

Benchmarking ResNet Backbones in RT-DETR: Impact of Depth and Regularization under environmental conditions

This study benchmarks RT-DETR with various ResNet backbones under competitive robotics environmental conditions, revealing that intermediate-depth models like ResNet50 and ResNet34 offer the optimal trade-off between accuracy, confidence, and latency depending on whether the primary challenge is illumination or background variation.

Original authors: Pamela Barboza, Víctor Castelli, Belén Pereira, Ricardo Grando, Bruna de Vargas, Augusto Calfani

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

Original authors: Pamela Barboza, Víctor Castelli, Belén Pereira, Ricardo Grando, Bruna de Vargas, Augusto Calfani

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 coaching a team of robot soccer players. Their most important job is to spot a small, round ball on the field and kick it, no matter how the lights are flickering or what color the carpet is. To do this, the robots need a "brain" (a computer vision model) that can see clearly in chaotic conditions.

This paper is like a coach's report card testing four different "brains" (called ResNet backbones) to see which one helps the robot see the ball best when the environment gets tricky.

Here is the breakdown of their experiment and findings, using simple analogies:

The Setup: The Four Brains

The researchers tested four versions of the same type of brain, ranging from "lightweight" to "heavy-duty":

  • ResNet18 & 34: The "sprinters." Fast, light, and easy to run.
  • ResNet50 & 101: The "marathon runners." They have more muscle (depth) and can think about more details, but they take longer to process information.

They also tested a training technique called Dropout. Think of this as a coach who occasionally tells a player, "Don't look at the ball for a split second." This forces the player to learn to rely on their other senses so they don't get confused if one sense fails later.

The Test: Two Types of Chaos

They put these robots in two different "stress tests":

  1. The Lighting Test: Changing the lights from bright stadium floodlights to dim, shadowy corners.
  2. The Background Test: Changing the floor from a white wall to a black wall, which changes how much the ball "pops" against the background.

What They Found

1. Accuracy vs. Confidence (The "I'm Sure" Factor)

The most surprising finding is that accuracy (getting the answer right) stayed incredibly high for almost everyone. Whether the lights were dim or the floor was black, the robots almost always identified the ball correctly.

However, confidence (how sure the robot feels about its answer) dropped significantly when conditions got tough.

  • Analogy: Imagine you are walking in a dark room. You might still correctly identify a chair (Accuracy = 100%), but you might feel very nervous about it (Low Confidence). The paper found that environmental changes make the robots feel "nervous," even if they are still right.

2. The Lighting Winner: ResNet50

When the lights changed, the ResNet50 (the middle-weight model) was the clear champion.

  • It didn't get as confused as the lighter models.
  • It didn't get bogged down as much as the heaviest model (ResNet101).
  • The Result: It offered the perfect "Goldilocks" balance: high accuracy, high confidence, and fast speed.

3. The Background Winner: ResNet34

When the background color changed (making the ball harder to see against the floor), the ResNet34 (the lighter model) actually performed the best.

  • It was surprisingly robust against contrast changes and maintained high confidence without slowing down the robot.

4. The Role of the "Coach" (Dropout)

Using the "Dropout" training technique (the coach who occasionally blocks the view) helped stabilize the robots.

  • It didn't always make them faster or more accurate, but it made their confidence more consistent.
  • It helped them stay calm when the lighting or background changed, reducing the "nervousness" mentioned earlier.

The Big Takeaway

The paper concludes that bigger isn't always better.

  • Just because a model is deeper and more complex (like ResNet101) doesn't mean it handles bad lighting or weird backgrounds better. In fact, it often just gets slower without gaining much advantage.
  • Intermediate models (like ResNet34 and ResNet50) are the sweet spot. They are strong enough to handle the chaos of a real-world robot competition but fast enough to keep the game moving.

In short: If you are building a robot to play sports in a real arena with changing lights and floors, don't just buy the biggest, most expensive brain. A medium-sized brain, trained with a little bit of "uncertainty" (Dropout), will likely be your most reliable teammate.

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 →