paper-with-me

홈 › Papers

Efficient Human-in-the-loop System for Guiding DNNs Attention

2022-06-13 · Yi He, Xi Yang, Chia-Ming Chang, Haoran Xie, Takeo Igarashi

Attention guidance is an approach to addressing dataset bias in deep learning, where the model relies on incorrect features to make decisions. Focusing on image classification tasks, we propose an efficient human-in-the-loop system to interactively direct the attention of classifiers to the regions specified by users, thereby reducing the influence of co-occurrence bias and improving the transferability and interpretability of a DNN. Previous approaches for attention guidance require the preparation of pixel-level annotations and are not designed as interactive systems. We present a new interactive method to allow users to annotate images with simple clicks, and study a novel active learning strategy to significantly reduce the number of annotations. We conducted both a numerical evaluation and a user study to evaluate the proposed system on multiple datasets. Compared to the existing non-active-learning approach which usually relies on huge amounts of polygon-based segmentation masks to fine-tune or train the DNNs, our system can save lots of labor and money and obtain a fine-tuned network that works better even when the dataset is biased. The experiment results indicate that the proposed system is efficient, reasonable, and reliable.

📄 PDF Abstract BibTeX arXiv:2206.05981

Code (1)

ultratykis/guiding-dnns-attention 공식 구현 pytorch

Tasks

Active Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Harmonizing the object recognition strategies of deep neural networks with humans

2022-11-08 · Thomas Fel, Ivan Felipe, Drew Linsley, Thomas Serre

The many successes of deep neural networks (DNNs) over the past decade have largely been driven by computational scale rather than insights from biological intelligence. Here, we explore if these trends have also carried…

ObjectObject Recognition

Foreground-attention in neural decoding: Guiding Loop-Enc-Dec to reconstruct visual stimulus images from fMRI

2021-09-29 · Kai Chen, Yongqiang Ma, Mingyang Sheng, Nanning Zheng

The reconstruction of visual stimulus images from functional Magnetic Resonance Imaging (fMRI) has received extensive attention in recent years, which provides a possibility to interpret the human brain. Due to the high-…

DecoderImage Reconstruction

Using Frequency Attention to Make Adversarial Patch Powerful Against Person Detector

2022-05-10 · Xiaochun Lei, Chang Lu, Zetao Jiang, Zhaoting Gong 외

Deep neural networks (DNNs) are vulnerable to adversarial attacks. In particular, object detectors may be attacked by applying a particular adversarial patch to the image. However, because the patch shrinks during prepro…

Object

Searching for internal symbols underlying deep learning

2024-05-31 · Jung H. Lee, Sujith Vijayan

Deep learning (DL) enables deep neural networks (DNNs) to automatically learn complex tasks or rules from given examples without instructions or guiding principles. As we do not engineer DNNs' functions, it is extremely …

Decision MakingDeep Learning

Human-like Cognitive Generalization for Large Models via Brain-in-the-loop Supervision

2025-05-14 · Jiaxuan Chen, Yu Qi, Yueming Wang, Gang Pan

Recent advancements in deep neural networks (DNNs), particularly large-scale language models, have demonstrated remarkable capabilities in image and natural language understanding. Although scaling up model parameters wi…

Natural Language UnderstandingZero-Shot Learning