paper-with-me

Papers

Interactron: Embodied Adaptive Object Detection

2022-02-01 · CVPR 2022 1 · Klemen Kotar, Roozbeh Mottaghi

Over the years various methods have been proposed for the problem of object detection. Recently, we have witnessed great strides in this domain owing to the emergence of powerful deep neural networks. However, there are typically two main assumptions common among these approaches. First, the model is trained on a fixed training set and is evaluated on a pre-recorded test set. Second, the model is kept frozen after the training phase, so no further updates are performed after the training is finished. These two assumptions limit the applicability of these methods to real-world settings. In this paper, we propose Interactron, a method for adaptive object detection in an interactive setting, where the goal is to perform object detection in images observed by an embodied agent navigating in different environments. Our idea is to continue training during inference and adapt the model at test time without any explicit supervision via interacting with the environment. Our adaptive object detection model provides a 7.2 point improvement in AP (and 12.7 points in AP50) over DETR, a recent, high-performance object detector. Moreover, we show that our object detection model adapts to environments with completely different appearance characteristics, and performs well in them. The code is available at: https://github.com/allenai/interactron .

📄 PDF Abstract BibTeX arXiv:2202.00660

Code (1)

allenai/interactron 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SCOD: Active Object Detection for Embodied Agents using Sensory Commutativity of Action Sequences

2021-07-05 · Hugo Caselles-Dupré, Michael Garcia-Ortiz, David Filliat

We introduce SCOD (Sensory Commutativity Object Detection), an active method for movable and immovable object detection. SCOD exploits the commutative properties of action sequences, in the scenario of an embodied agent …

Active Object DetectionObjectobject-detectionObject Detection+1

A Multimodal Depth-Aware Method For Embodied Reference Understanding

2025-10-09 · Fevziye Irem Eyiokur, Dogucan Yaman, Hazım Kemal Ekenel, Alexander Waibel arxiv

Embodied Reference Understanding requires identifying a target object in a visual scene based on both language instructions and pointing cues. While prior works have shown progress in open-vocabulary object detection, th…

Data AugmentationObject Detection

Grounding Beyond Detection: Enhancing Contextual Understanding in Embodied 3D Grounding

2025-06-05 · Yani Zhang, Dongming Wu, Hao Shi, Yingfei Liu 외

Embodied 3D grounding aims to localize target objects described in human instructions from ego-centric viewpoint. Most methods typically follow a two-stage paradigm where a trained 3D detector's optimized backbone parame…

Transferable Active Grasping and Real Embodied Dataset

2020-04-28 · Xiangyu Chen, Zelin Ye, Jiankai Sun, Yuda Fan 외

Grasping in cluttered scenes is challenging for robot vision systems, as detection accuracy can be hindered by partial occlusion of objects. We adopt a reinforcement learning (RL) framework and 3D vision architectures to…

Reinforcement LearningReinforcement Learning (RL)

ALP: Action-Aware Embodied Learning for Perception

2023-06-16 · Xinran Liang, Anthony Han, Wilson Yan, aditi raghunathan 외

Current methods in training and benchmarking vision models exhibit an over-reliance on passive, curated datasets. Although models trained on these datasets have shown strong performance in a wide variety of tasks such as…

Benchmarkingobject-detectionObject DetectionRepresentation Learning+1