paper-with-me

홈 › Papers

Distillation Using Oracle Queries for Transformer-Based Human-Object Interaction Detection

2022-01-01 · CVPR 2022 1 · Xian Qu, Changxing Ding, Xingao Li, Xubin Zhong, DaCheng Tao

Transformer-based methods have achieved great success in the field of human-object interaction (HOI) detection. However, these models tend to adopt semantically ambiguous queries, which lowers the transformer's representation learning power. Moreover, there are a very limited number of labeled human-object pairs for most images in existing datasets, which constrains the transformer's set prediction power. To handle the first problem, we propose an efficient knowledge distillation model, named Distillation using Oracle Queries (DOQ), which shares parameters between teacher and student networks. The teacher network adopts oracle queries that are semantically clear and generates high-quality decoder embeddings. By mimicking both the attention maps and decoder embeddings of the teacher network, the representation learning power of the student network is significantly promoted. To address the second problem, we introduce an efficient data augmentation method, named Context-Consistent Stitching (CCS), which generates complicated images online. Each new image is obtained by stitching labeled human-object pairs cropped from multiple training images. By selecting source images with similar context, the new synthesized image is made visually realistic. Our methods significantly promote both the accuracy and training efficiency of transformer-based HOI detection models. Experimental results show that our proposed approach consistently outperforms state-of-the-art methods on three benchmarks: HICO-DET, HOI-A, and V-COCO. Code will be released soon.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDecoderHuman-Object Interaction DetectionKnowledge DistillationRepresentation Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Active Object Detection with Knowledge Aggregation and Distillation from Large Models

2024-05-21 · CVPR 2024 1 · Dejie Yang, Yang Liu

Accurately detecting active objects undergoing state changes is essential for comprehending human interactions and facilitating decision-making. The existing methods for active object detection (AOD) primarily rely on vi…

Active Object DetectionDecision MakingDecoderKnowledge Distillation+3

Knowledge Distillation via Query Selection for Detection Transformer

2024-09-10 · Yi Liu, Luting Wang, Zongheng Tang, Yue Liao 외

Transformers have revolutionized the object detection landscape by introducing DETRs, acclaimed for their simplicity and efficacy. Despite their advantages, the substantial size of these models poses significant challeng…

Knowledge Distillationobject-detectionObject Detection

Index-Aligned Query Distillation for Transformer-based Incremental Object Detection

2025-08-15 · Mingxiao Ma, Shunyao Zhu, Guoliang Kang arxiv

Incremental object detection (IOD) aims to continuously expand the capability of a model to detect novel categories while preserving its performance on previously learned ones. When adopting a transformer-based detection…

Knowledge DistillationObject Detection

Active Ordinal Querying for Tuplewise Similarity Learning

2019-10-09 · Gregory Canal, Stefano Fenu, Christopher Rozell

Many machine learning tasks such as clustering, classification, and dataset search benefit from embedding data points in a space where distances reflect notions of relative similarity as perceived by humans. A common way…

ClusteringTriplet

On Efficient Approximate Queries over Machine Learning Models

2022-06-06 · Dujian Ding, Sihem Amer-Yahia, Laks VS Lakshmanan

The question of answering queries over ML predictions has been gaining attention in the database community. This question is challenging because the cost of finding high quality answers corresponds to invoking an oracle …

BIG-bench Machine Learning