UniFS: Universal Few-shot Instance Perception with Point Representations
Sheng Jin, Ruijie Yao, Lumin Xu, Wentao Liu, Chen Qian, Ji Wu, Ping Luo
TL;DR
UniFS presents a universal, few-shot framework for instance perception by reformulating diverse tasks as dynamic point representation learning. It unifies task outputs via a shared architecture consisting of a feature extractor, a transformer-based point decoder, and a point head, augmented by Structure-Aware Point Learning (SAPL) to exploit higher-order relationships among points. The authors introduce the COCO-UniFS benchmark to evaluate multi-task few-shot instance perception and demonstrate that UniFS achieves competitive results with task-specific models, excelling in low-shot and unseen-task scenarios. The work advances practical multi-task few-shot perception with minimal task-specific customization and offers a foundation for broader generalist vision models.
Abstract
Instance perception tasks (object detection, instance segmentation, pose estimation, counting) play a key role in industrial applications of visual models. As supervised learning methods suffer from high labeling cost, few-shot learning methods which effectively learn from a limited number of labeled examples are desired. Existing few-shot learning methods primarily focus on a restricted set of tasks, presumably due to the challenges involved in designing a generic model capable of representing diverse tasks in a unified manner. In this paper, we propose UniFS, a universal few-shot instance perception model that unifies a wide range of instance perception tasks by reformulating them into a dynamic point representation learning framework. Additionally, we propose Structure-Aware Point Learning (SAPL) to exploit the higher-order structural relationship among points to further enhance representation learning. Our approach makes minimal assumptions about the tasks, yet it achieves competitive results compared to highly specialized and well optimized specialist models. Codes and data are available at https://github.com/jin-s13/UniFS.
