Papers › Feature Intertwiner for Object Detection
Feature Intertwiner for Object Detection
Hongyang Li, Bo Dai, Shaoshuai Shi, Wanli Ouyang, Xiaogang Wang
A well-trained model should classify objects with a unanimous score for every category. This requires the high-level semantic features should be as much alike as possible among samples. To achive this, previous works focus on re-designing the loss or proposing new regularization constraints. In this paper, we provide a new perspective. For each category, it is assumed that there are two feature sets: one with reliable information and the other with less reliable source. We argue that the reliable set could guide the feature learning of the less reliable set during training - in spirit of student mimicking teacher behavior and thus pushing towards a more compact class centroid in the feature space. Such a scheme also benefits the reliable set since samples become closer within the same category - implying that it is easier for the classifier to identify. We refer to this mutual learning process as feature intertwiner and embed it into object detection. It is well-known that objects of low resolution are more difficult to detect due to the loss of detailed information during network forward pass (e.g., RoI operation). We thus regard objects of high resolution as the reliable set and objects of low resolution as the less reliable set. Specifically, an intertwiner is designed to minimize the distribution divergence between two sets. The choice of generating an effective feature representation for the reliable set is further investigated, where we introduce the optimal transport (OT) theory into the framework. Samples in the less reliable set are better aligned with aid of OT metric. Incorporated with such a plug-and-play intertwiner, we achieve an evident improvement over previous state-of-the-arts.
Code
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
Not run by Syntology. Nothing on this page verifies that the listed code works.
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Object Detection | COCO test-dev | InterNet (ResNet-101-FPN, multi-scale) | AP50 | 67.5 | #149 of 225 | Archive leaderboard | report |
| Object Detection | COCO test-dev | InterNet (ResNet-101-FPN, multi-scale) | AP75 | 51.1 | #149 of 225 | Archive leaderboard | report |
| Object Detection | COCO test-dev | InterNet (ResNet-101-FPN, multi-scale) | APL | 57.7 | #149 of 225 | Archive leaderboard | report |
| Object Detection | COCO test-dev | InterNet (ResNet-101-FPN, multi-scale) | APM | 50.3 | #149 of 225 | Archive leaderboard | report |
| Object Detection | COCO test-dev | InterNet (ResNet-101-FPN, multi-scale) | APS | 27.2 | #149 of 225 | Archive leaderboard | report |
| Object Detection | COCO test-dev | InterNet (ResNet-101-FPN, multi-scale) | box mAP | 44.2 | #149 of 225 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
Introduced by this paper: Feature Intertwiner
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections