← Latest papers
💻 computer science

Automatic Labelling for Low-Light Pedestrian Detection

This paper proposes an automated infrared-to-RGB labeling pipeline to generate training data for low-light pedestrian detection, demonstrating that models trained on these generated labels outperform those trained on ground-truth labels in the majority of evaluation cases using the KAIST dataset.

Original authors: Dimitrios Bouzoulas, Eerik Alamikkotervo, Risto Ojala

Published 2026-03-16
📖 4 min read☕ Coffee break read

Original authors: Dimitrios Bouzoulas, Eerik Alamikkotervo, Risto Ojala

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 teach a robot to spot people walking down a street at night. The problem? The robot's "eyes" (standard RGB cameras) are like human eyes in the dark: they struggle to see anything because there isn't enough light. The images are dark, grainy, and confusing.

To teach the robot, you usually need thousands of photos where a human has carefully drawn boxes around every pedestrian, saying, "Here is a person." But doing this by hand is slow, expensive, and boring.

This paper presents a clever shortcut: "The Night-Vision Translator."

Here is how their solution works, broken down into simple steps:

1. The "Night-Vision" Helper (Infrared Cameras)

Imagine you have a special pair of glasses that sees heat instead of light. This is an Infrared (IR) camera. Even in pitch-black darkness, a human body is warm. To an IR camera, a person walking in the dark looks like a bright, glowing beacon against a cold, dark background. It's easy to spot them!

  • The Analogy: Think of the IR camera as a lighthouse keeper who can see ships in a foggy storm, while the regular camera is a sailor squinting in the dark.

2. The "Ghost Writer" (Automatic Labeling)

The researchers realized they didn't need humans to draw boxes in the dark. Instead, they used the IR camera to do the hard work.

  1. They take a photo with both cameras at the same time (one regular, one infrared).
  2. They use a smart computer program to find the glowing people in the Infrared photo.
  3. Because the two cameras are perfectly aligned (like two eyes looking at the same thing), the computer simply copies the "box" from the IR photo and pastes it onto the Regular photo.
  • The Analogy: It's like having a transparent sheet with the answer key drawn on it. You place the sheet over a blank page, trace the answer, and suddenly the blank page has the correct answer written on it. The computer does this automatically for thousands of photos.

3. The "Student" Learns from the "Ghost"

Now, they have thousands of regular, dark photos with "autogenerated" boxes around the people. They use these to train a new AI model (the "Student") to recognize people in the dark using only the regular camera.

The Surprising Result

Usually, when you train a student with notes written by a machine, they don't do as well as a student trained by a human teacher. But here, the machine did something unexpected: It did better.

  • Why? The human teachers (who made the "Ground Truth" labels) sometimes got confused by the darkness. They might have drawn a box around a shadow or a very blurry figure that was barely visible. This confused the AI student.
  • The "Machine Teacher" (the IR detector) was very strict. If the person wasn't clearly visible in the heat signature, the machine didn't draw a box at all. It filtered out the "impossible" cases.
  • The Result: The AI trained on the machine's "clean" labels actually learned to spot people better than the AI trained on the human's "messy" labels.

Why Does This Matter?

  • Speed & Cost: You don't need armies of people to sit in dark rooms drawing boxes for hours. You just need a car with two cameras driving around.
  • Safety: This helps self-driving cars and safety systems see pedestrians at night much better, potentially saving lives.
  • Scalability: You can now create massive datasets of night-time driving data very quickly, which helps make AI smarter.

The Catch

To do this, you need a car equipped with both a regular camera and an expensive, calibrated infrared camera just to collect the data. However, once the AI is trained, the car only needs the cheap, regular camera to drive safely at night.

In a nutshell: They used the "super-eyes" of infrared cameras to teach regular cameras how to see in the dark, and the machine ended up teaching the AI better than humans could.

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 →