Referring Expression Comprehension Using Language Adaptive Inference
Wei Su, Peihan Miao, Huanzhang Dou, Yongjian Fu, and Xi Li

TL;DR
This paper introduces LADS, a framework that dynamically extracts language-adaptive subnets from a REC model based on referring expressions, leading to faster and more accurate object localization.
Contribution
The paper proposes a novel dynamic inference framework, LADS, that adapts the REC model to specific expressions, improving efficiency and accuracy over fixed-structure models.
Findings
Achieves faster inference speed
Attains higher accuracy on benchmark datasets
Demonstrates effectiveness of expression-specific subnets
Abstract
Different from universal object detection, referring expression comprehension (REC) aims to locate specific objects referred to by natural language expressions. The expression provides high-level concepts of relevant visual and contextual patterns, which vary significantly with different expressions and account for only a few of those encoded in the REC model. This leads us to a question: do we really need the entire network with a fixed structure for various referring expressions? Ideally, given an expression, only expression-relevant components of the REC model are required. These components should be small in number as each expression only contains very few visual and contextual clues. This paper explores the adaptation between expressions and REC models for dynamic inference. Concretely, we propose a neat yet efficient framework named Language Adaptive Dynamic Subnets (LADS), which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMultimodal Machine Learning Applications · Speech and dialogue systems · Human Pose and Action Recognition
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
