paper-with-me

홈 › Papers

Hydra-SGG: Hybrid Relation Assignment for One-stage Scene Graph Generation

2024-09-16 · Minghan Chen, Guikun Chen, Wenguan Wang, Yi Yang

DETR introduces a simplified one-stage framework for scene graph generation (SGG). However, DETR-based SGG models face two challenges: i) Sparse supervision, as each image typically contains fewer than 10 relation annotations, while the models employ over 100 relation queries. This sparsity arises because each ground truth relation is assigned to only one single query during training. ii) False negative samples, since one ground truth relation may have multiple queries with similar matching scores. These suboptimally matched queries are simply treated as negative samples, causing the loss of valuable supervisory signals. As a response, we devise Hydra-SGG, a one-stage SGG method that adopts a new Hybrid Relation Assignment. This assignment combines a One-to-One Relation Assignment with a newly introduced IoU-based One-to-Many Relation Assignment. Specifically, each ground truth is assigned to multiple relation queries with high IoU subject-object boxes. This Hybrid Relation Assignment increases the number of positive training samples, alleviating sparse supervision. Moreover, we, for the first time, empirically show that self-attention over relation queries helps reduce duplicated relation predictions. We, therefore, propose Hydra Branch, a parameter-sharing auxiliary decoder without a self-attention layer. This design promotes One-to-Many Relation Assignment by enabling different queries to predict the same relation. Hydra-SGG achieves state-of-the-art performance with 10.6 mR@20 and 16.0 mR@50 on VG150, while only requiring 12 training epochs. It also sets a new state-of-the-art on Open Images V6 and and GQA.

📄 PDF Abstract BibTeX arXiv:2409.10262

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationRelationScene Graph Generation

Methods 이 논문이 사용한 방법론

Hydra 설명 없음

Similar Papers 제목 키워드 기반

Hydra++: Real-Time Hierarchical 3D Scene Graph Construction With Object-Level Shape Estimation

2026-07-10 · Hyungtae Lim, Nathan Hughes, Xihang Yu, Ruihan Xu 외 arxiv

3D scene graphs provide a hierarchical abstraction of environments by encoding spatial entities, such as objects and places, and their relationships. However, existing scene graph systems model object geometry coarsely, …

Point Clouds

Incremental Hybrid Ensemble with Graph Attention and Frequency-Domain Features for Stable Long-Term Credit Risk Modeling

2025-10-09 · Jiajing Wang arxiv

Predicting long-term loan defaults is hard because borrower behavior often changes and data distributions shift over time. This paper presents HYDRA-EI, a hybrid ensemble incremental learning framework. It uses several s…

Incremental Learning

HydraHead: From Head-Level Functional Heterogeneity to Specialized Attention Hybridization

2026-06-18 · Zhentao Tan, Wei Chen, Jingyi Shen, Yao Liu 외 arxiv

The quadratic complexity of attention poses a critical bottleneck for long-context processing, spurring interest in hybrid attention designs. Most open-source hybrid models adopt a layer-wise strategy. Yet, prior work ha…

Hybrid Attention Networks for Flow and Pressure Forecasting in Water Distribution Systems

2020-04-13 · Ziqing Ma, Shuming Liu, Guancheng Guo, Xipeng Yu

Multivariate geo-sensory time series prediction is challenging because of the complex spatial and temporal correlation. In urban water distribution systems (WDS), numerous spatial-correlated sensors have been deployed to…

Anomaly DetectionDecision MakingDecoderTime Series+2

Unleashing HyDRa: Hybrid Fusion, Depth Consistency and Radar for Unified 3D Perception

2024-03-12 · Philipp Wolters, Johannes Gilg, Torben Teepe, Fabian Herzog 외

Low-cost, vision-centric 3D perception systems for autonomous driving have made significant progress in recent years, narrowing the gap to expensive LiDAR-based methods. The primary challenge in becoming a fully reliable…

3D Multi-Object Tracking3D Object Detection3D Object Detection (RoI)3D Semantic Occupancy Prediction+3