paper-with-me

Papers

self-prompting analogical reasoning for uav object detection

2025-04-11 · Proceedings of the AAAI Conference on Artificial Intelligence 2025 4 · Nianxin Li, Mao Ye, Lihua Zhou, Song Tang, Yan Gan, Zizhuo Liang, Xiatian Zhu

Unmanned Aerial Vehicle Object Detection (UAVOD) presents unique challenges due to varying altitudes, dynamic backgrounds, and the small size of objects. Traditional de- tection methods often struggle with these challenges, as they typically rely on visual features only and fail to ex- tract the semantic relations between the objects. To address these limitations,we propose a novel approach named Self- Prompting Analogical Reasoning (SPAR). Ourmethod uti- lizes the vision-languagemodel (CLIP) to generate context- aware prompts based on image features, providing rich se- mantic information that guides analogical reasoning. SPAR includes two main modules: self-prompting and analogi- cal reasoning. Self-prompting module based on learnable description and CLIP-text encoder generates context-aware prompt by combining specific image feature; then an object- ness prompt scoremap is produced by computing the simi- laritybetweenpixel-level features andcontext-awareprompt. Withthis scoremap,multi-scale image features are enhanced and pixel-level features are chosen for graph construction. While for analogical reasoningmodule, graph nodes consist of category-level prompt nodes and pixel-level image feature nodes.Analogical inference is based on graph convolution. Under the guidance of category-level nodes, different-scale object features have been enhanced, which helps achieve more accuratedetectionof challengingobjects.Extensive ex- periments illustrate that SPARoutperforms traditionalmeth- ods,offeringamorerobustandaccuratesolutionforUAVOD.

📄 PDF Abstract BibTeX

Code (1)

lnxwow/Analogical-Reasoning pytorch

Tasks

graph constructionobject-detectionObject DetectionObject Detection In Aerial ImagesSmall Object Detection

Methods 이 논문이 사용한 방법론

YOLOv8 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Large Language Models as Analogical Reasoners

2023-10-03 · Michihiro Yasunaga, Xinyun Chen, Yujia Li, Panupong Pasupat 외

Chain-of-thought (CoT) prompting for language models demonstrates impressive performance across reasoning tasks, but typically needs labeled exemplars of the reasoning process. In this work, we introduce a new prompting …

Code GenerationGSM8KMath

Inductive Linguistic Reasoning with Large Language Models

2024-12-09 · Raghav Ramji, Keshav Ramji

Evaluating large language models (LLMs) on their linguistic reasoning capabilities is an important task to understand the gaps in their skills that may surface during large-scale adoption. In this work, we investigate th…

Can language models learn analogical reasoning? Investigating training objectives and comparisons to human performance

2023-10-09 · Molly R. Petersen, Lonneke van der Plas

While analogies are a common way to evaluate word embeddings in NLP, it is also of interest to investigate whether or not analogical reasoning is a task in itself that can be learned. In this paper, we test several ways …

Word Embeddings

LacMaterial: Large Language Models as Analogical Chemists for Materials Discovery

2025-10-25 · Hongyu Guo arxiv

Analogical reasoning, the transfer of relational structures across contexts (e.g., planet is to sun as electron is to nucleus), is fundamental to scientific discovery. Yet human insight is often constrained by domain exp…

When Models Know More Than They Say: Probing Analogical Reasoning in LLMs

2026-04-04 · Hope McGovern, Caroline Craig, Thomas Lippincott, Hale Sirin arxiv

Analogical reasoning is a core cognitive faculty essential for narrative understanding. While LLMs perform well when surface and structural cues align, they struggle in cases where an analogy is not apparent on the surfa…