Skip to content
OpenTrain AIFor AI Companies

Improving Object Detection by Label Assignment Distillation

Chuong H. Nguyen, Thuy C. Nguyen, Tuan N. Tang, Nam L. H. PhanPublished Aug 24, 2021
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Thin evidence
Verify before relying
Time to first repro
A few days
Plan setup time
Risk flags
1
Review before use

Abstract

Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.

Label assignment in object detection aims to assign targets, foreground or background, to sampled regions in an image. Unlike labeling for image classification, this problem is not well defined due to the object's bounding box. In this paper, we investigate the problem from a perspective of distillation, hence we call Label Assignment Distillation (LAD). Our initial motivation is very simple, we use a teacher network to generate labels for the student. This can be achieved in two ways: either using the teacher's prediction as the direct targets (soft label), or through the hard labels dynamically assigned by the teacher (LAD). Our experiments reveal that: (i) LAD is more effective than soft-label, but they are complementary. (ii) Using LAD, a smaller teacher can also improve a larger student significantly, while soft-label can't. We then introduce Co-learning LAD, in which two networks simultaneously learn from scratch and the role of teacher and student are dynamically interchanged. Using PAA-ResNet50 as a teacher, our LAD techniques can improve detectors PAA-ResNet101 and PAA-ResNeXt101 to $46 \rm AP$ and $47.5\rm AP$ on the COCO test-dev set. With a stronger teacher PAA-SwinB, we improve the students PAA-ResNet50 to $43.7\rm AP$ by only 1x schedule training and standard setting, and PAA-ResNet101 to $47.9\rm AP$, significantly surpassing the current methods. Our source code and checkpoints are released at https://git.io/JrDZo.

Results and benchmarks

Freshness tier: hot
Label assignment in object detection aims to assign targets, foreground or background, to sampled regions in an image.

Implementation

Historical official implementation (not recommended for new builds)

Why this implementation
Confidence: low

Bo396543018/picodet_repro is the closest maintained adjacent implementation (Community adoption signal (61 stars)). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 61 GitHub stars.

Open open-mmlab/mmdetection
Reproduction risks
  • Adjacent implementations are not paper-verified
  • Recommended repository is adjacent and not paper-verified.
  • Adjacent implementation match confidence is low.
  • No direct maintained implementation is currently verified.
  • Only historical official repository was found: open-mmlab/mmdetection.
  • No maintained paper-verified implementation met reliability thresholds.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

open-mmlab/mmdetection
historical official
Maintenance
Stale
Confidence
High
Reproducibility
Strong
Stars
32,888
Last push
Aug 21, 2024 (734d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No Docker setup
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
60
Last push
Jul 7, 2022 (1510d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
60
Last push
Jul 7, 2022 (1510d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases

Reproduction readiness

Time to first repro: days
Last checked: Aug 21, 2026

Setup required

Dependencies pinned, manual setup needed

  • open-mmlab/mmdetection has requirements.txt but requires manual environment setup.
  • Last push was 734 days ago, so expect possible dependency version conflicts.
  • No Dockerfile, so you will set up the environment manually.
Open open-mmlab/mmdetection

Hardware requirements

  • Expect multi-day setup/compute for meaningful reproduction based on current guidance.

Quick start

git clone https://github.com/open-mmlab/mmdetection.git
pip install -r requirements.txt

Framework baselines

Repositories and ecosystem

Closest related implementations

These are not paper-verified. Use them as reference points when no direct implementation is available.

Official

  • cybercore-co-ltd/CoLAD
    Confidence: High

    Official Implementation of the WACV 2022 paper: Improve Object Detection with Label Assignment Distillation.

    60 stars · 6 forks · Last push Jul 7, 2022 · GPL-3.0 license

  • Official Implementation of the WACV 2022 paper: Improve Object Detection with Label Assignment Distillation.

    60 stars · 6 forks · Last push Jul 7, 2022 · GPL-3.0 license

Community

No additional community repositories detected yet.

Hugging Face artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.

Tip: start with models, then check datasets and spaces if you need evaluation data or demos.

Research context

Tasks

Image classification

Methods

None detected

Domains

Computer vision

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Jump to Paper2Code search queries derived from this paper's research context.

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).