paper-with-me

홈 › Papers

ALF: Adaptive Label Finetuning for Scene Graph Generation

2023-12-29 · Qishen Chen, Jianzhi Liu, Xinyu Lyu, Lianli Gao, Heng Tao Shen, Jingkuan Song

Scene Graph Generation (SGG) endeavors to predict the relationships between subjects and objects in a given image. Nevertheless, the long-tail distribution of relations often leads to biased prediction on coarse labels, presenting a substantial hurdle in SGG. To address this issue, researchers focus on unbiased SGG and introduce data transfer methods to transfer coarse-grained predicates into fine-grained ones across the entire dataset. However, these methods encounter two primary challenges: 1) They overlook the inherent context constraints imposed by subject-object pairs, leading to erroneous relations transfer. 2) Additional retraining process are required after the data transfer, which incurs substantial computational costs. To overcome these limitations, we introduce the first plug-and-play one-stage data transfer pipeline in SGG, termed Adaptive Label Finetuning (ALF), which eliminates the need for extra retraining sessions and meanwhile significantly enhance models' relation recognition capability across various SGG benchmark approaches. Specifically, ALF consists of two components: Adaptive Label Construction (ALC) and Adaptive Iterative Learning (AIL). By imposing Predicate-Context Constraints within relation space, ALC adaptively re-ranks and selects candidate relations in reference to model's predictive logits utilizing the Restriction-Based Judgment techniques, achieving robust relation transfer. Supervised with labels transferred by ALC, AIL iteratively finetunes the SGG models in an auto-regressive manner, which mitigates the substantial computational costs arising from the retraining process. Extensive experiments demonstrate that ALF achieves a 16% improvement in mR@100 compared to the typical SGG method Motif, with only a 6% increase in calculation costs compared to the state-of-the-art method IETrans.

📄 PDF Abstract BibTeX arXiv:2312.17425

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationRelationScene Graph GenerationUnbiased Scene Graph Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Octree Diffusion for Semantic Scene Generation and Completion

2025-09-20 · Xujia Zhang, Brendan Crowe, Christoffer Heckman arxiv

The completion, extension, and generation of 3D semantic scenes are an interrelated set of capabilities that are useful for robotic navigation and exploration. Existing approaches seek to decouple these problems and solv…

Zero-shot GeneralizationScene Generation

RLIPv2: Fast Scaling of Relational Language-Image Pre-training

2023-08-18 · ICCV 2023 1 · Hangjie Yuan, Shiwei Zhang, Xiang Wang, Samuel Albanie 외

Relational Language-Image Pre-training (RLIP) aims to align vision representations with relational texts, thereby advancing the capability of relational reasoning in computer vision tasks. However, hindered by the slow c…

Graph GenerationHuman-Object Interaction Detectionobject-detectionObject Detection+4

What can Off-the-Shelves Large Multi-Modal Models do for Dynamic Scene Graph Generation?

2025-03-20 · Xuanming Cui, Jaiminkumar Ashokbhai Bhoi, Chionh Wei Peng, Adriel Kuek 외

Dynamic Scene Graph Generation (DSGG) for videos is a challenging task in computer vision. While existing approaches often focus on sophisticated architectural design and solely use recall during evaluation, we take a cl…

DecoderGraph GenerationScene Graph GenerationTriplet+1

Towards Open-vocabulary Scene Graph Generation with Prompt-based Finetuning

2022-08-17 · Tao He, Lianli Gao, Jingkuan Song, Yuan-Fang Li

Scene graph generation (SGG) is a fundamental task aimed at detecting visual relations between objects in an image. The prevailing SGG methods require all object classes to be given in the training set. Such a closed set…

Graph GenerationObjectScene Graph Generation

Scale-Free Graph-Language Models

2025-02-21 · Jianglin Lu, Yixuan Liu, Yitian Zhang, Yun Fu

Graph-language models (GLMs) have demonstrated great potential in graph-based semi-supervised learning. A typical GLM consists of two key stages: graph generation and text embedding, which are usually implemented by infe…

Graph Generation