CVAIApr 9, 2022

Unbiased Directed Object Attention Graph for Object Navigation

arXiv:2204.04421v245 citationsh-index: 21
AI Analysis

This addresses object navigation for agents in unknown environments, representing an incremental advance with specific performance gains.

The paper tackles object navigation by proposing a directed object attention graph to reduce biases in object attention, resulting in improvements of 7.4% in success rate, 8.1% in SPL, and 17.6% in SAE over the state-of-the-art on the AI2-Thor dataset.

Object navigation tasks require agents to locate specific objects in unknown environments based on visual information. Previously, graph convolutions were used to implicitly explore the relationships between objects. However, due to differences in visibility among objects, it is easy to generate biases in object attention. Thus, in this paper, we propose a directed object attention (DOA) graph to guide the agent in explicitly learning the attention relationships between objects, thereby reducing the object attention bias. In particular, we use the DOA graph to perform unbiased adaptive object attention (UAOA) on the object features and unbiased adaptive image attention (UAIA) on the raw images, respectively. To distinguish features in different branches, a concise adaptive branch energy distribution (ABED) method is proposed. We assess our methods on the AI2-Thor dataset. Compared with the state-of-the-art (SOTA) method, our method reports 7.4%, 8.1% and 17.6% increase in success rate (SR), success weighted by path length (SPL) and success weighted by action efficiency (SAE), respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes