paper-with-me

홈 › Papers

RDI-Net: Relational Dynamic Inference Networks

2021-01-01 · ICCV 2021 10 · Huanyu Wang, Songyuan Li, Shihao Su, Zequn Qin, Xi Li

Dynamic inference networks, aimed at promoting computational efficiency, go along an adaptive executing path for a given sample. Prevalent methods typically assign a router for each convolutional block and sequentially make block-by-block executing decisions, without considering the relations during the dynamic inference. In this paper, we model the relations for dynamic inference from two aspects: the routers and the samples. We design a novel type of router called the relational router to model the relations among routers for a given sample. In principle, the current relational router aggregates the contextual features of preceding routers by graph convolution and propagates its router features to subsequent ones, making the executing decision for the current block in a long-range manner. Furthermore, we model the relation between samples by introducing a Sample Relation Module (SRM), encouraging correlated samples to go along correlated executing paths. As a whole, we call our method the Relational Dynamic Inference Network (RDI-Net). Extensive experiments on CIFAR-10/100 and ImageNet show that RDI-Net achieves state-of-the-art performance and computational cost reduction. Our code and models will be made publicly available.

📄 PDF Abstract BibTeX

Code (1)

huanyuhello/rdi-net 공식 구현 pytorch

Tasks

Computational EfficiencyRelation

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…

Similar Papers 제목 키워드 기반

Dynamic Relational Inference in Multi-Agent Trajectories

2020-07-16 · Ruichao Xiao, Manish Kumar Singh, Rose Yu

Inferring interactions from multi-agent trajectories has broad applications in physics, vision and robotics. Neural relational inference (NRI) is a deep generative model that can reason about relations in complex dynamic…

Diffusion model for relational inference

2024-01-30 · Shuhan Zheng, Ziqiang Li, Kantaro Fujiwara, Gouhei Tanaka

Dynamical behaviors of complex interacting systems, including brain activities, financial price movements, and physical collective phenomena, are associated with underlying interactions between the system's components. T…

ImputationmodelTime Series

Dynamic Neural Relational Inference

2020-06-01 · CVPR 2020 6 · Colin Graber, Alexander G. Schwing

Understanding interactions between entities, e.g., joints of the human body, team sports players, etc., is crucial for tasks like forecasting. However, interactions between entities are commonly not observed and often ha…

Trajectory Forecasting

Memory-Augmented Dynamic Neural Relational Inference

2021-01-01 · ICCV 2021 10 · Dong Gong, Frederic Z. Zhang, Javen Qinfeng Shi, Anton Van Den Hengel

Dynamic interacting systems are prevalent in vision tasks. These interactions are usually difficult to observe and measure directly, and yet understanding latent interactions is essential for performing inference tas…

Trajectory Prediction

A Graph Dynamics Prior for Relational Inference

2023-06-09 · Liming Pan, Cheng Shi, Ivan Dokmanić

Relational inference aims to identify interactions between parts of a dynamical system from the observed dynamics. Current state-of-the-art methods fit the dynamics with a graph neural network (GNN) on a learnable graph.…

Graph LearningGraph Neural Network