paper-with-me

Papers

DART: Dual Adaptive Refinement Transfer for Open-Vocabulary Multi-Label Recognition

2025-08-07 · Haijing Liu, Tao Pu, Hefeng Wu, Keze Wang, Liang Lin arxiv

Open-Vocabulary Multi-Label Recognition (OV-MLR) aims to identify multiple seen and unseen object categories within an image, requiring both precise intra-class localization to pinpoint objects and effective inter-class reasoning to model complex category dependencies. While Vision-Language Pre-training (VLP) models offer a strong open-vocabulary foundation, they often struggle with fine-grained localization under weak supervision and typically fail to explicitly leverage structured relational knowledge beyond basic semantics, limiting performance especially for unseen classes. To overcome these limitations, we propose the Dual Adaptive Refinement Transfer (DART) framework. DART enhances a frozen VLP backbone via two synergistic adaptive modules. For intra-class refinement, an Adaptive Refinement Module (ARM) refines patch features adaptively, coupled with a novel Weakly Supervised Patch Selecting (WPS) loss that enables discriminative localization using only image-level labels. Concurrently, for inter-class transfer, an Adaptive Transfer Module (ATM) leverages a Class Relationship Graph (CRG), constructed using structured knowledge mined from a Large Language Model (LLM), and employs graph attention network to adaptively transfer relational information between class representations. DART is the first framework, to our knowledge, to explicitly integrate external LLM-derived relational knowledge for adaptive inter-class transfer while simultaneously performing adaptive intra-class refinement under weak supervision for OV-MLR. Extensive experiments on challenging benchmarks demonstrate that our DART achieves new state-of-the-art performance, validating its effectiveness.

📄 PDF Abstract BibTeX arXiv:2508.05585

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DART: Domain-Adversarial Residual-Transfer Networks for Unsupervised Cross-Domain Image Classification

2018-12-30 · Xianghong Fang, Haoli Bai, Ziyi Guo, Bin Shen 외

The accuracy of deep learning (e.g., convolutional neural networks) for an image classification task critically relies on the amount of labeled training data. Aiming to solve an image classification task on a new domain …

ClassificationDomain AdaptationGeneral Classificationimage-classification+2

DART: aDaptive Accept RejecT for non-linear top-K subset identification

2020-11-16 · Mridul Agarwal, Vaneet Aggarwal, Christopher J. Quinn, Abhishek Umrawal

We consider the bandit problem of selecting $K$ out of $N$ arms at each time step. The reward can be a non-linear function of the rewards of the selected individual arms. The direct use of a multi-armed bandit algorithm …

Iterative Refinement Neural Operators are Learned Fixed-Point Solvers: A Principled Approach to Spectral Bias Mitigation

2026-05-21 · Xiaotian Liu, Shuyuan Shang, Xiaopeng Wang, Pu Ren 외 arxiv

Neural operators serve as fast, data-driven surrogates for scientific modeling but typically rely on a monolithic, single-pass inference procedure that struggles to resolve high-frequency details, a limitation known as s…

Progressive DARTS: Bridging the Optimization Gap for NAS in the Wild

2019-12-23 · Xin Chen, Lingxi Xie, Jun Wu, Qi Tian

With the rapid development of neural architecture search (NAS), researchers found powerful network architectures for a wide range of vision tasks. However, it remains unclear if the searched architecture can transfer acr…

GPUNeural Architecture Search

DARTs: A Dual-Path Robust Framework for Anomaly Detection in High-Dimensional Multivariate Time Series

2025-12-14 · Xuechun Liu, Heli Sun, Xuecheng Wu, Ruichen Cao 외 arxiv

Multivariate time series anomaly detection (MTSAD) aims to accurately identify and localize complex abnormal patterns in the large-scale industrial control systems. While existing approaches excel in recognizing the dist…

Time Series Anomaly Detection