pastel
A Good Foundation is Worth Many Labels: Label-Efficient Panoptic Segmentation
Vödisch, Niclas, Petek, Kürsat, Käppeler, Markus, Valada, Abhinav, Burgard, Wolfram
A key challenge for the widespread application of learning-based models for robotic perception is to significantly reduce the required amount of annotated training data while achieving accurate predictions. This is essential not only to decrease operating costs but also to speed up deployment time. In this work, we address this challenge for PAnoptic SegmenTation with fEw Labels (PASTEL) by exploiting the groundwork paved by visual foundation models. We leverage descriptive image features from such a model to train two lightweight network heads for semantic segmentation and object boundary detection, using very few annotated training samples. We then merge their predictions via a novel fusion module that yields panoptic maps based on normalized cut. To further enhance the performance, we utilize self-training on unlabeled images selected by a feature-driven similarity scheme. We underline the relevance of our approach by employing PASTEL to important robot perception use cases from autonomous driving and agricultural robotics. In extensive experiments, we demonstrate that PASTEL significantly outperforms previous methods for label-efficient segmentation even when using fewer annotations. The code of our work is publicly available at http://pastel.cs.uni-freiburg.de.
- Europe > Germany > Baden-Württemberg > Freiburg (0.24)
- Europe > Germany > Bavaria > Middle Franconia > Nuremberg (0.04)
Position-aware Structure Learning for Graph Topology-imbalance by Relieving Under-reaching and Over-squashing
Sun, Qingyun, Li, Jianxin, Yuan, Haonan, Fu, Xingcheng, Peng, Hao, Ji, Cheng, Li, Qian, Yu, Philip S.
Topology-imbalance is a graph-specific imbalance problem caused by the uneven topology positions of labeled nodes, which significantly damages the performance of GNNs. What topology-imbalance means and how to measure its impact on graph learning remain under-explored. In this paper, we provide a new understanding of topology-imbalance from a global view of the supervision information distribution in terms of under-reaching and over-squashing, which motivates two quantitative metrics as measurements. In light of our analysis, we propose a novel position-aware graph structure learning framework named PASTEL, which directly optimizes the information propagation path and solves the topology-imbalance issue in essence. Our key insight is to enhance the connectivity of nodes within the same class for more supervision information, thereby relieving the under-reaching and over-squashing phenomena. Specifically, we design an anchor-based position encoding mechanism, which better incorporates relative topology position and enhances the intra-class inductive bias by maximizing the label influence. We further propose a class-wise conflict measure as the edge weights, which benefits the separation of different node classes. Extensive experiments demonstrate the superior potential and adaptability of PASTEL in enhancing GNNs' power in different data annotation scenarios.
- North America > United States > Georgia > Fulton County > Atlanta (0.05)
- Asia > China > Beijing > Beijing (0.05)
- North America > United States > Illinois > Cook County > Chicago (0.04)
- North America > United States > New York > New York County > New York City (0.04)
Making data meaningless so AI can map its meaning
AI Outside In is a column by PAIR's writer-in-residence, David Weinberger, who offers his outsider perspective on key ideas in machine learning. His opinions are his own and do not necessarily reflect those of Google. Suppose you want a machine learning system to suggest paint names based on any color you specify. This has been done hilariously by Janelle Shane -- "burf pink," "navel tan" -- but let's say we want to do it more seriously (and without any reference to how Shane actually did it). Machine learning, at least of the common sort called "supervised learning", learns from the data you give it, so you first want to gather a large set of colors to which humans have applied various labels.