Litcius/Paper detail

CTOD: Cross-Attentive Task-Alignment for One-Stage Object Detection

Ruilin Yao, Yi Rong, Qiangqiang Huang, Shengwu Xiong

2024IEEE Transactions on Circuits and Systems for Video Technology12 citationsDOI

Abstract

Existing one-stage object detectors are commonly implemented in a multi-task learning based manner, which simultaneously solves two different sub-tasks: object classification and localization. To achieve this, the detection heads with two independent branches are typically utilized to extract specific image features for each task separately. However, due to the lack of interaction between the parallel branches, the difference in learning objectives of classification and localization will lead to spatial misalignment between the predictions of these two tasks. In this work, we propose a novel Cross-attentive Task-aligned Object Detection (CTOD) method to handle this problem by explicitly promoting the prediction consistency for both tasks. Specifically, we first design a Dual Task Interaction (DTI) module, which generates task-interactive embeddings for each branch from task-specific features by using a task cross-attention mechanism. Then based on these embeddings, we propose a Spatial Feature Aggregation (SFA) module that calculates offsets and weights to aggregate information from nearby feature points at each spatial location of the task-specific feature maps. Meanwhile, we also generate adjustment parameters from the task-interactive embeddings to finally align the prediction results of the two tasks obtained from the enhanced task-specific features described above. Extensive experiments are conducted on the MS-COCO dataset. When using ResNeXt-101-<inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$64\times 4$ </tex-math></inline-formula> d-DCN as the backbone, our CTOD method achieves a detection result of 51.8 AP with single-model and single-scale testing, outperforming the recently proposed one-stage detectors ATSS, VFNet, LD and TOOD by 4.1, 1.9, 1.3 and 0.7 AP, respectively. The analysis of qualitative results also illustrates the effectiveness and superiority of CTOD in solving the task misalignment problem for object detection. Our code is available at <uri xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">https://github.com/Mr-Bigworth/CTOD</uri>.

Topics & Concepts

Computer scienceComputer visionArtificial intelligenceObject detectionObject (grammar)Task (project management)Stage (stratigraphy)Pattern recognition (psychology)EngineeringGeologyPaleontologySystems engineeringAdvanced Neural Network ApplicationsMultimodal Machine Learning ApplicationsAdvanced Image and Video Retrieval Techniques
CTOD: Cross-Attentive Task-Alignment for One-Stage Object Detection | Litcius