paper-with-me

Papers

Semantic-aligned Fusion Transformer for One-shot Object Detection

2022-03-17 · CVPR 2022 1 · Yizhou Zhao, Xun Guo, Yan Lu

One-shot object detection aims at detecting novel objects according to merely one given instance. With extreme data scarcity, current approaches explore various feature fusions to obtain directly transferable meta-knowledge. Yet, their performances are often unsatisfactory. In this paper, we attribute this to inappropriate correlation methods that misalign query-support semantics by overlooking spatial structures and scale variances. Upon analysis, we leverage the attention mechanism and propose a simple but effective architecture named Semantic-aligned Fusion Transformer (SaFT) to resolve these issues. Specifically, we equip SaFT with a vertical fusion module (VFM) for cross-scale semantic enhancement and a horizontal fusion module (HFM) for cross-sample feature fusion. Together, they broaden the vision for each feature point from the support to a whole augmented feature pyramid from the query, facilitating semantic-aligned associations. Extensive experiments on multiple benchmarks demonstrate the superiority of our framework. Without fine-tuning on novel classes, it brings significant performance gains to one-stage baselines, lifting state-of-the-art results to a higher level.

📄 PDF Abstract BibTeX arXiv:2203.09093

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeObjectobject-detectionObject DetectionOne-Shot Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

MVFusion: Multi-View 3D Object Detection with Semantic-aligned Radar and Camera Fusion

2023-02-21 · Zizhang Wu, Guilian Chen, Yuanzhu Gan, Lei Wang 외

Multi-view radar-camera fused 3D object detection provides a farther detection range and more helpful features for autonomous driving, especially under adverse weather. The current radar-camera fusion methods deliver kin…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

SlotDiT: Object-Centric Representations for Diffusion Transformers

2026-09-15 · Gjergj Plepi, Sven Behnke arxiv

Text-conditioned latent diffusion models perform strongly in video generation and are promising backbones for robotic applications. However, existing approaches rely on pixel-level or VAE-based latent representations tha…

Video Generation

Isomer: Isomerous Transformer for Zero-shot Video Object Segmentation

2023-08-13 · ICCV 2023 1 · Yichen Yuan, Yifan Wang, Lijun Wang, Xiaoqi Zhao 외

Recent leading zero-shot video object segmentation (ZVOS) works devote to integrating appearance and motion information by elaborately designing feature fusion modules and identically applying them in multiple feature st…

Semantic SegmentationVideo Object SegmentationVideo Semantic SegmentationZero-Shot Video Object Segmentation

Semantic-Aligned Matching for Enhanced DETR Convergence and Multi-Scale Feature Fusion

2022-07-28 · Gongjie Zhang, Zhipeng Luo, Jiaxing Huang, Shijian Lu 외

The recently proposed DEtection TRansformer (DETR) has established a fully end-to-end paradigm for object detection. However, DETR suffers from slow training convergence, which hinders its applicability to various detect…

Objectobject-detectionObject Detection

CDFormer: Cross-Domain Few-Shot Object Detection Transformer Against Feature Confusion

2025-05-02 · Boyuan Meng, Xiaohan Zhang, Peilin Li, Zhe Wu 외

Cross-domain few-shot object detection (CD-FSOD) aims to detect novel objects across different domains with limited class instances. Feature confusion, including object-background confusion and object-object confusion, p…

Cross-Domain Few-ShotCross-Domain Few-Shot Object DetectionFew-Shot Object DetectionObject+2