Dynamically Connected Graph Representation for Object DetectionOpen Website

Published: 01 Jan 2022, Last Modified: 10 May 2023ICONIP (3) 2022Readers: Everyone
Abstract: Graph models have been applied to object detection task to implement relational reasoning in many works, achieving a tremendous advancement in performance. However, all these models focus on graph representation with shallow layers and the performance decreases with more graph layers. The most crucial problem lies in that deep graph models encounter the vanishing gradient problem, which causes over-smoothing and no diversity among the features of graph nodes. This paper proposes a novel Dynamically Connected Graph (DCG) representation mechanism to break the limitation of the vanishing gradient problem in deep graph-based detection models and make the graph models deeper and better. DCG adaptively learns the feature re-usage and new feature exploration for better optimization of the deep graph. Deep graph models still meet another general problem, i.e., the class imbalance of the original data distribution causes an imbalance in graph node learning. Thus, a Node Balanced Loss is further introduced to address this issue by normalizing and reassigning the weights of losses of various classes. Our method can be easily integrated into existing detection models without extra modification. Experiments prove that DCG significantly improves the performance of various baseline models on the challenging MS-COCO and PascalVOC.
0 Replies

Loading