paper-with-me

Papers

GRSDet: Learning to Generate Local Reverse Samples for Few-shot Object Detection

2023-12-27 · Hefei Mei, Taijin Zhao, Shiyuan Tang, Heqian Qiu, Lanxiao Wang, Minjian Zhang, Fanman Meng, Hongliang Li

Few-shot object detection (FSOD) aims to achieve object detection only using a few novel class training data. Most of the existing methods usually adopt a transfer-learning strategy to construct the novel class distribution by transferring the base class knowledge. However, this direct way easily results in confusion between the novel class and other similar categories in the decision space. To address the problem, we propose generating local reverse samples (LRSamples) in Prototype Reference Frames to adaptively adjust the center position and boundary range of the novel class distribution to learn more discriminative novel class samples for FSOD. Firstly, we propose a Center Calibration Variance Augmentation (CCVA) module, which contains the selection rule of LRSamples, the generator of LRSamples, and augmentation on the calibrated distribution centers. Specifically, we design an intra-class feature converter (IFC) as the generator of CCVA to learn the selecting rule. By transferring the knowledge of IFC from the base training to fine-tuning, the IFC generates plentiful novel samples to calibrate the novel class distribution. Moreover, we propose a Feature Density Boundary Optimization (FDBO) module to adaptively adjust the importance of samples depending on their distance from the decision boundary. It can emphasize the importance of the high-density area of the similar class (closer decision boundary area) and reduce the weight of the low-density area of the similar class (farther decision boundary area), thus optimizing a clearer decision boundary for each category. We conduct extensive experiments to demonstrate the effectiveness of our proposed method. Our method achieves consistent improvement on the Pascal VOC and MS COCO datasets based on DeFRCN and MFDC baselines.

📄 PDF Abstract BibTeX arXiv:2312.16571

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Object Detectionobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Robust Zero-Shot Text-to-Speech Synthesis with Reverse Inference Optimization

2024-07-02 · Yuchen Hu, Chen Chen, Siyin Wang, Eng Siong Chng 외

In this paper, we propose reverse inference optimization (RIO), a simple and effective method designed to enhance the robustness of autoregressive-model-based zero-shot text-to-speech (TTS) systems using reinforcement le…

Inference OptimizationSpeech Synthesistext-to-speechText to Speech+1

Boomerang: Local sampling on image manifolds using diffusion models

2022-10-21 · Lorenzo Luzi, Paul M Mayer, Josue Casco-Rodriguez, Ali Siahkoohi 외

The inference stage of diffusion models can be seen as running a reverse-time diffusion stochastic differential equation, where samples from a Gaussian latent distribution are transformed into samples from a target distr…

Data AugmentationImage EnhancementImage Super-ResolutionPrivacy Preserving+2

MalMixer: Few-Shot Malware Classification with Retrieval-Augmented Semi-Supervised Learning

2024-09-20 · Jiliang Li, Yifan Zhang, Yu Huang, Kevin Leach

Recent growth and proliferation of malware have tested practitioners ability to promptly classify new samples according to malware families. In contrast to labor-intensive reverse engineering efforts, machine learning ap…

Data AugmentationMalware ClassificationRetrieval

ReverseNER: A Self-Generated Example-Driven Framework for Zero-Shot Named Entity Recognition with Large Language Models

2024-11-01 · Anbang Wang, Difei Mei, Zhichao Zhang, Xiuxiu Bai 외

This paper presents ReverseNER, a method aimed at overcoming the limitation of large language models (LLMs) in zero-shot named entity recognition (NER) tasks, arising from their reliance on pre-provided demonstrations. R…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

FLAGG: Flexible Autoregressive Graph Generation

2026-06-03 · Samuel Cognolato, Alessandro Sperduti, Luciano Serafini arxiv

The Deep Graph Generation's panorama spans two extremes: one-shot and sequential models. The former generates nodes and edges jointly, while the latter samples them autoregressively. Each method performs better in differ…

Graph Generation