paper-with-me

Papers

Building Category Graphs Representation with Spatial and Temporal Attention for Visual Navigation

2023-12-06 · Xiaobo Hu, Youfang Lin, Hehe Fan, Shuo Wang, Zhihao Wu, Kai Lv

Given an object of interest, visual navigation aims to reach the object's location based on a sequence of partial observations. To this end, an agent needs to 1) learn a piece of certain knowledge about the relations of object categories in the world during training and 2) look for the target object based on the pre-learned object category relations and its moving trajectory in the current unseen environment. In this paper, we propose a Category Relation Graph (CRG) to learn the knowledge of object category layout relations and a Temporal-Spatial-Region (TSR) attention architecture to perceive the long-term spatial-temporal dependencies of objects helping the navigation. We learn prior knowledge of object layout, establishing a category relationship graph to deduce the positions of specific objects. Subsequently, we introduced TSR to capture the relationships of objects in temporal, spatial, and regions within the observation trajectories. Specifically, we propose a Temporal attention module (T) to model the temporal structure of the observation sequence, which implicitly encodes the historical moving or trajectory information. Then, a Spatial attention module (S) is used to uncover the spatial context of the current observation objects based on the category relation graph and past observations. Last, a Region attention module (R) shifts the attention to the target-relevant region. Based on the visual representation extracted by our method, the agent can better perceive the environment and easily learn superior navigation policy. Experiments on AI2-THOR demonstrate our CRG-TSR method significantly outperforms existing methods regarding both effectiveness and efficiency. The code has been included in the supplementary material and will be publicly available.

📄 PDF Abstract BibTeX arXiv:2312.03327

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectVisual Navigation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Sigmoid Activation 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Towards Scalable and Structured Spatiotemporal Forecasting

2025-09-10 · Hongyi Chen, Xiucheng Li, Xinyang Chen, Jing Li 외 arxiv

In this paper, we propose a novel Spatial Balance Attention block for spatiotemporal forecasting. To strike a balance between obeying spatial proximity and capturing global correlation, we partition the spatial graph int…

Build2Vec: Building Representation in Vector Space

2020-07-01 · Mahmoud Abdelrahman, Adrian Chong, Clayton Miller

In this paper, we represent a methodology of a graph embeddings algorithm that is used to transform labeled property graphs obtained from a Building Information Model (BIM). Industrial Foundation Classes (IFC) is a stand…

Relational Reasoning Over Spatial-Temporal Graphs for Video Summarization

2022-04-06 · IEEE Transactions on Image Processing 2022 4 · Wencheng Zhu, Yucheng Han, Jiwen Lu, Jie zhou

In this paper, we propose a dynamic graph modeling approach to learn spatial-temporal representations for video summarization. Most existing video summarization methods extract image-level features with ImageNet pre-trai…

Graph ClassificationRelationRelational ReasoningSupervised Video Summarization+1

Spatial-Temporal Graph Learning with Adversarial Contrastive Adaptation

2023-06-19 · Qianru Zhang, Chao Huang, Lianghao Xia, Zheng Wang 외

Spatial-temporal graph learning has emerged as a promising solution for modeling structured spatial-temporal data and learning region representations for various urban sensing tasks such as crime forecasting and traffic …

Contrastive LearningGraph LearningSelf-Supervised Learning

Dynamic Graph Transformer with Correlated Spatial-Temporal Positional Encoding

2024-07-24 · Zhe Wang, Sheng Zhou, Jiawei Chen, Zhen Zhang 외

Learning effective representations for Continuous-Time Dynamic Graphs (CTDGs) has garnered significant research interest, largely due to its powerful capabilities in modeling complex interactions between nodes. A fundame…

Representation Learning